Changelog
3.130.0-devnet (2026-07-15)
Merged pull requests:
- ci(check-prover): submit one verifyAndEmit tx per network #1152 (creditcoinprotoclaw)
- refactor(DO-2217): weekly Scout report via Penguin Patrol docker-scout-report #1151 (jonathanlaf)
- ci: attestor-compatibility workflow #1150 (creditcoinprotoclaw)
- chore(deps): bump ws and viem in /docs/smart-contract-development/with-hardhat #1148 (dependabot[bot])
- Add test-against-fork CI with latest released binary #1144 (creditcoinprotoclaw)
- Fix Parsing of Bootnodes Flag in Attestor Args #1138 (BradleyOlson64)
- feat(DO-2217): add Docker Scout CI/CD gate and weekly Slack report #1137 (jonathanlaf)
- chore: bump Ubuntu references to 26.04 #1134 (creditcoinprotoclaw)
- fix(cc3-indexer): flush store before deletions to remove same-block entities #1133 (creditcoinprotoclaw)
- feat(docker): pin base image sha256 digest + SBOM/provenance build options #1131 (creditcoinprotoclaw)
- feat(docker): pin base image digest and add Renovate for CVE/dependency tracking #1125 (jonathanlaf)
- fix(indexer): remove Attestors entity on unregister to sync GraphQL with chain #1120 (creditcoinprotoclaw)
- feat(attestor): V2 #1029 (DylanVerstraete)
3.128.0-mainnet (2026-07-13)
3.128.0-testnet (2026-07-08)
* This Changelog was automatically generated by github_changelog_generator
⚠️ Operator Warnings
The following changes in this release may require action from node, attestor, or indexer operators.
Please review carefully before upgrading.
🟡 Pallet or precompile code changed
Pallet or precompile source code has changed. A runtime upgrade may be required. Review the changes carefully before upgrading.
Changed files (6)
pallets/attestation/src/clear_or_revert.rspallets/attestation/src/continuity.rspallets/attestation/src/extensions.rspallets/attestation/src/impls.rspallets/attestation/src/lib.rspallets/randomness/src/lib.rs
🟡 Attestor source changed
Attestor-related source code has changed. Attestor operators should rebuild and redeploy their attestor binary.
Changed files (35)
attestor/attestor/src/bls.rsattestor/attestor/src/bls/error.rsattestor/attestor/src/bls/mod.rsattestor/attestor/src/error.rsattestor/attestor/src/health.rsattestor/attestor/src/lib.rsattestor/attestor/src/main.rsattestor/attestor/src/proof_cache.rsattestor/attestor/src/retry.rsattestor/attestor/src/secret.rsattestor/attestor/src/shared.rsattestor/attestor/src/startup.rsattestor/attestor/src/tasks/api.rsattestor/attestor/src/tasks/mod.rsattestor/attestor/src/tasks/p2p/behavior.rs- ... and 20 more