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 yesterday
RickiNano
1 Yes < 1 day Bugfix: Back-pressure on own frontier processing pool
5150 4 day(s) ago
dhyabi2
1 No > 3 days Ledger-bloat mitigation: state commitment, proofs, retention, cold-pending sweep, storage-weighted PoW
5148 5 day(s) ago
pwojcikdev
2 Yes < 1 day Cover wallets backend backup
5149 5 day(s) ago
RickiNano
1 No > 4 days CI: Cache Windows builds
5145 5 day(s) ago
pwojcikdev
2 Yes 1 days Rework cementing_set test suite
5147 6 day(s) ago
RickiNano
1 No > 5 days Cache submodules for faster checkout
5146 6 day(s) ago
RickiNano
1 Yes < 1 day Fixed missing cache hit reports
5144 7 day(s) ago
RickiNano
1 No > 6 days Reduce sccache bloat from sanitizer builds
5143 7 day(s) ago
pwojcikdev
2 Yes < 1 day Return outbound actions from election tick
5141 8 day(s) ago
pwojcikdev
1 Yes 2 days Run coverage workflow on every push to develop
5142 10 day(s) ago
RickiNano
1 Yes < 1 day Fetch submodules in parallel
5136 10 day(s) ago
pwojcikdev
3 Yes 3 days Fix wallet lock state races
5131 11 day(s) ago
pwojcikdev
2 Yes 3 days Fix vote generator busy-spin when a replacement hits a full bucket
5140 11 day(s) ago
pwojcikdev
2 Yes < 1 day Add test coverage for wallets::reload add and drop paths
5139 11 day(s) ago
RickiNano
1 Yes < 1 day Replace Coveralls.io with local report
5123 12 day(s) ago
RickiNano
1 Yes 13 days Fix coverage flow part 2
5130 12 day(s) ago
pwojcikdev
3 Yes 2 days Test that a node reports its own representative as online
5137 12 day(s) ago
RickiNano
1 Yes < 1 day Fix race in peer_discovery_via_peering_only_node
5138 12 day(s) ago
RickiNano
1 Yes < 1 day Reduce sccache cache pressure
5132 13 day(s) ago
Helemen7
1 Yes 1 days Fix representatives count limit off-by-one
5134 14 day(s) ago
pwojcikdev
1 Yes < 1 day Use public wallet_ids accessor in account_move_invalid_account test
5124 14 day(s) ago
Helemen7
3 Yes 10 days Add threshold option to representatives RPC and representative_count command
5126 14 day(s) ago
pwojcikdev
1 Yes 5 days Validate account_move and epoch_upgrade parameters before acting
5127 14 day(s) ago
pwojcikdev
3 Yes 4 days Encapsulate the open wallets map and test wallet RPC thread safety
5125 19 day(s) ago
RickiNano
1 Yes < 1 day Fixed inverted debug assert
5122 27 day(s) ago
pwojcikdev
1 Yes < 1 day Validate wallet_change_seed count before replacing the seed
5121 27 day(s) ago
pwojcikdev
3 No > 26 days Bound the account count accepted by wallet RPC commands
5119 27 day(s) ago
pwojcikdev
2 Yes < 1 day Fix deterministic wallet restore skipping the next account
5120 27 day(s) ago
pwojcikdev
1 Yes < 1 day Test enable_control enforcement and gate wallet export, unlock and stats clear
5117 28 day(s) ago
pwojcikdev
1 Yes < 1 day Apply receivable RPC offset after threshold filtering
5118 28 day(s) ago
pwojcikdev
1 Yes < 1 day Include active blocks by default in unconfirmed receivable queries
5116 28 day(s) ago
pwojcikdev
1 Yes < 1 day Persist ledger pruning state as ledger flag
4981 29 day(s) ago
pwojcikdev
34 Yes 204 days Extended ledger
5115 31 day(s) ago
pwojcikdev
3 Yes < 1 day Support optional tables
5112 34 day(s) ago
pwojcikdev
3 Yes < 1 day Refine crawler navigation API
5114 34 day(s) ago
Omotola
1 No > 33 days Add precompiled headers for RocksDB and kernel libraries (~33% faster build)
5113 34 day(s) ago
RickiNano
Yes < 1 day Fix coverage flow (#5113)
5088 34 day(s) ago
pwojcikdev
13 Yes 26 days Introduce topology bootstrap for faster ledger catch-up
5111 36 day(s) ago
pwojcikdev
2 Yes 2 days Fix tracking of TCP peer protocol versions
5110 39 day(s) ago
RickiNano
Yes < 1 day Fix all typos (#5110)
5109 39 day(s) ago
pwojcikdev
1 Yes < 1 day Support topology index and random block bootstrap requests
5108 40 day(s) ago
pwojcikdev
1 Yes < 1 day Replace bootstrap peer scoring with peer pool
5106 41 day(s) ago
pwojcikdev
3 Yes 2 days Partition bootstrap block submission queues
5107 42 day(s) ago
clemahieu
2 Yes < 1 day Add peering (networking-only) node mode
5105 46 day(s) ago
pwojcikdev
3 Yes 1 days Rework token bucket rate limiting
5103 47 day(s) ago
RickiNano
3 No > 47 days Move signature verification out of the write transaction and parallelize it
5094 47 day(s) ago
pwojcikdev
3 Yes 10 days Remove pending check for epoch open blocks
5102 48 day(s) ago
pwojcikdev
2 Yes < 1 day Add per-block tags to block_processor
5104 48 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 50 day(s) ago
RickiNano
1 Yes 1 days Added missing placeholders to logs