Nano Symbol nano-node CT Dashboard

A series of automated integration tests run on each commit and pull request.

#PR Modified Author Revision Status Merged Merge Duration Title
5151 today
RickiNano
1 No > 1 day Bugfix: Back-pressure on own frontier processing pool
5150 2 day(s) ago
dhyabi2
1 No > 1 day Ledger-bloat mitigation: state commitment, proofs, retention, cold-pending sweep, storage-weighted PoW
5148 3 day(s) ago
pwojcikdev
2 Yes < 1 day Cover wallets backend backup
5149 3 day(s) ago
RickiNano
1 No > 2 days CI: Cache Windows builds
5145 3 day(s) ago
pwojcikdev
2 Yes 1 days Rework cementing_set test suite
5147 4 day(s) ago
RickiNano
1 No > 3 days Cache submodules for faster checkout
5146 4 day(s) ago
RickiNano
1 Yes < 1 day Fixed missing cache hit reports
5144 5 day(s) ago
RickiNano
1 No > 4 days Reduce sccache bloat from sanitizer builds
5143 5 day(s) ago
pwojcikdev
2 Yes < 1 day Return outbound actions from election tick
5141 6 day(s) ago
pwojcikdev
1 Yes 2 days Run coverage workflow on every push to develop
5142 8 day(s) ago
RickiNano
1 Yes < 1 day Fetch submodules in parallel
5136 8 day(s) ago
pwojcikdev
3 Yes 3 days Fix wallet lock state races
5131 9 day(s) ago
pwojcikdev
2 Yes 3 days Fix vote generator busy-spin when a replacement hits a full bucket
5140 9 day(s) ago
pwojcikdev
2 Yes < 1 day Add test coverage for wallets::reload add and drop paths
5139 9 day(s) ago
RickiNano
1 Yes < 1 day Replace Coveralls.io with local report
5123 10 day(s) ago
RickiNano
1 Yes 13 days Fix coverage flow part 2
5130 10 day(s) ago
pwojcikdev
3 Yes 2 days Test that a node reports its own representative as online
5137 10 day(s) ago
RickiNano
1 Yes < 1 day Fix race in peer_discovery_via_peering_only_node
5138 10 day(s) ago
RickiNano
1 Yes < 1 day Reduce sccache cache pressure
5132 11 day(s) ago
Helemen7
1 Yes 1 days Fix representatives count limit off-by-one
5134 12 day(s) ago
pwojcikdev
1 Yes < 1 day Use public wallet_ids accessor in account_move_invalid_account test
5124 12 day(s) ago
Helemen7
3 Yes 10 days Add threshold option to representatives RPC and representative_count command
5126 12 day(s) ago
pwojcikdev
1 Yes 5 days Validate account_move and epoch_upgrade parameters before acting
5127 12 day(s) ago
pwojcikdev
3 Yes 4 days Encapsulate the open wallets map and test wallet RPC thread safety
5125 17 day(s) ago
RickiNano
1 Yes < 1 day Fixed inverted debug assert
5122 25 day(s) ago
pwojcikdev
1 Yes < 1 day Validate wallet_change_seed count before replacing the seed
5121 25 day(s) ago
pwojcikdev
3 No > 24 days Bound the account count accepted by wallet RPC commands
5119 25 day(s) ago
pwojcikdev
2 Yes < 1 day Fix deterministic wallet restore skipping the next account
5120 25 day(s) ago
pwojcikdev
1 Yes < 1 day Test enable_control enforcement and gate wallet export, unlock and stats clear
5117 26 day(s) ago
pwojcikdev
1 Yes < 1 day Apply receivable RPC offset after threshold filtering
5118 26 day(s) ago
pwojcikdev
1 Yes < 1 day Include active blocks by default in unconfirmed receivable queries
5116 26 day(s) ago
pwojcikdev
1 Yes < 1 day Persist ledger pruning state as ledger flag
4981 27 day(s) ago
pwojcikdev
34 Yes 204 days Extended ledger
5115 29 day(s) ago
pwojcikdev
3 Yes < 1 day Support optional tables
5112 32 day(s) ago
pwojcikdev
3 Yes < 1 day Refine crawler navigation API
5114 32 day(s) ago
Omotola
1 No > 31 days Add precompiled headers for RocksDB and kernel libraries (~33% faster build)
5113 32 day(s) ago
RickiNano
Yes < 1 day Fix coverage flow (#5113)
5088 32 day(s) ago
pwojcikdev
13 Yes 26 days Introduce topology bootstrap for faster ledger catch-up
5111 34 day(s) ago
pwojcikdev
2 Yes 2 days Fix tracking of TCP peer protocol versions
5110 37 day(s) ago
RickiNano
Yes < 1 day Fix all typos (#5110)
5109 37 day(s) ago
pwojcikdev
1 Yes < 1 day Support topology index and random block bootstrap requests
5108 38 day(s) ago
pwojcikdev
1 Yes < 1 day Replace bootstrap peer scoring with peer pool
5106 39 day(s) ago
pwojcikdev
3 Yes 2 days Partition bootstrap block submission queues
5107 40 day(s) ago
clemahieu
2 Yes < 1 day Add peering (networking-only) node mode
5105 44 day(s) ago
pwojcikdev
3 Yes 1 days Rework token bucket rate limiting
5103 45 day(s) ago
RickiNano
3 No > 45 days Move signature verification out of the write transaction and parallelize it
5094 45 day(s) ago
pwojcikdev
3 Yes 10 days Remove pending check for epoch open blocks
5102 46 day(s) ago
pwojcikdev
2 Yes < 1 day Add per-block tags to block_processor
5104 46 day(s) ago
clemahieu
Yes < 1 day ci: retire the public test network from the release pipeline (#5104) The Nano Foundation public test network is being decommissioned. Stop building and publishing test-network artifacts from the release CI: - build_deploy.yml: drop "TEST" from the macOS/Linux/Docker/Windows network matrices, so no test builds are produced or published. - deploy.sh / deploy.ps1: remove the now-dead NETWORK=TEST branch that uploaded to s3://repo.nano.org/test/binaries/. - build-deploy.sh / build.ps1: remove the dead NETWORK=TEST branch that configured -DACTIVE_NETWORK=nano_test_network. - docker-common.sh: remove the NETWORK=TEST branch that built and pushed the nanocurrency/nano-test image (-test tag suffix). The nano_test_network build type remains available for local builds (-DACTIVE_NETWORK=nano_test_network); only the CI-published public test-net artifacts are being retired. Legacy .gitlab-ci.yml is untouched (it never sets NETWORK, so its TEST case was already unreachable). Claude-Session: https://claude.ai/code/session_018ZPbdc2YzF1nMhXk8RC1m9 Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
5101 48 day(s) ago
RickiNano
1 Yes 1 days Added missing placeholders to logs