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
5103 today
RickiNano
2 No > 1 day Move signature verification out of the write transaction and parallelize it
5094 today
pwojcikdev
3 Yes 10 days Remove pending check for epoch open blocks
5105 today
pwojcikdev
1 No > 1 day Rework token bucket rate limiting
5102 today
pwojcikdev
2 Yes < 1 day Add per-block tags to block_processor
4981 today
Exxenoz
26 No > 184 days Extended ledger
5104 yesterday
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 3 day(s) ago
RickiNano
1 Yes 1 days Added missing placeholders to logs
5100 7 day(s) ago
clemahieu
1 No > 6 days Fix false-positive 'Incorrect source epoch' in --validate_blocks
5099 8 day(s) ago
clemahieu
1 No > 7 days Fix crash in --validate_blocks for open state blocks
5076 9 day(s) ago
pwojcikdev
2 Yes 29 days Add `--database_info` CLI command
5088 9 day(s) ago
pwojcikdev
2 No > 12 days Introduce topology bootstrap for faster ledger catch-up
5093 9 day(s) ago
pwojcikdev
2 Yes 1 days Add loopback-only peer mode to prevent live network connections in tests
5095 9 day(s) ago
pwojcikdev
2 Yes 1 days Extract bootstrap verify policy
5092 9 day(s) ago
pwojcikdev
2 Yes < 1 day Report preconfigured peer connect failures
5091 10 day(s) ago
clemahieu
2 Yes < 1 day Stabilise flaky active_elections.fork_replacement_tally
5096 10 day(s) ago
clemahieu
1 Yes < 1 day Fix race condition in confirm_quorum test
5097 10 day(s) ago
clemahieu
1 Yes < 1 day Stabilise flaky vote_generator.multiple_representatives test
5098 10 day(s) ago
clemahieu
1 Yes < 1 day Don't abort the reps scan on a watch-only representative
5090 10 day(s) ago
clemahieu
1 Yes < 1 day Restore oversized read buffer
5089 12 day(s) ago
gabparrot
2 No > 11 days Add to_json() and serialize_json() to block_sideband
5086 23 day(s) ago
RickiNano
2 Yes 3 days Fixed race condition in fork_publish test
5087 23 day(s) ago
RickiNano
2 No > 25 days Fix broken update_config CLI command
5085 27 day(s) ago
pwojcikdev
1 Yes < 1 day Scan backlog confirmation heights in lockstep using crawlers
5084 27 day(s) ago
pwojcikdev
1 Yes < 1 day Add flag to disable bounded backlog
5083 28 day(s) ago
pwojcikdev
1 Yes < 1 day Remove duplicate factory invocation in async task constructor
5081 28 day(s) ago
pwojcikdev
4 Yes 2 days Add flag to disable elections
5082 28 day(s) ago
pwojcikdev
1 Yes < 1 day Pin Windows CI runners to windows-2022
5080 30 day(s) ago
pwojcikdev
2 Yes < 1 day Batch bootstrap pull queries to keep ledger reads off the request path
5079 31 day(s) ago
pwojcikdev
2 Yes < 1 day Avoid tcp channel close deadlock
5077 31 day(s) ago
pwojcikdev
2 Yes 7 days Expose peer capabilities in peers RPC
5078 32 day(s) ago
RickiNano
1 Yes 2 days Message deserializer fix
5075 37 day(s) ago
pwojcikdev
1 Yes 1 days Disable RPC logging by default
5071 49 day(s) ago
RickiNano
3 Yes 7 days Replace boost::optional with std::optional
5072 49 day(s) ago
RickiNano
1 Yes 4 days Remove unused Boost filesystem
5073 50 day(s) ago
RickiNano
1 Yes < 1 day Fix race condition in rpc.online_reps unit test
5074 50 day(s) ago
RickiNano
1 Yes < 1 day Fix race condition in fork_publish unit test
5070 51 day(s) ago
pwojcikdev
2 Yes 6 days Precompiled headers for C++ targets
5069 56 day(s) ago
pwojcikdev
8 Yes 10 days Ledger topology index for topological bootstrap
5068 64 day(s) ago
pwojcikdev
2 Yes 9 days Add --database_upgrade CLI option
5067 72 day(s) ago
pwojcikdev
3 Yes < 1 day Encapsulate wallet key usage behind wallet_cipher
5066 78 day(s) ago
pwojcikdev
3 Yes 1 days Trim `node.hpp` header dependencies
5064 79 day(s) ago
pwojcikdev
5 Yes < 1 day Extract wallet storage backend
5065 80 day(s) ago
pwojcikdev
1 Yes < 1 day Add `--enable_rpc` flag
5063 85 day(s) ago
RickiNano
2 Yes 2 days Enable sccache for Linux and Macos CI builds
5062 90 day(s) ago
pwojcikdev
7 Yes < 1 day Reduce transitive include fanout
5023 92 day(s) ago
pwojcikdev
7 Yes 62 days Refactor wallet API to use nano::result (boost outcome) and direct return values
5058 93 day(s) ago
pwojcikdev
4 Yes < 1 day Add batch add_many method to block processor
5060 93 day(s) ago
pwojcikdev
3 Yes < 1 day Cache representative keys to optimize `wallets::foreach_representative (...)` hot path
5059 94 day(s) ago
pwojcikdev
1 Yes < 1 day Remove redundant processor_service tests
5057 96 day(s) ago
pwojcikdev
1 Yes < 1 day Add `topo_height` field to block sideband