Changelog
3.132.0-devnet (2026-08-14)
Merged pull requests:
- Remove deprecated gitleaks linter #1260 (didac-gluwa)
- build(deps-dev): bump fast-uri from 3.1.2 to 3.1.5 in /docs/smart-contract-development/with-hardhat #1250 (dependabot[bot])
- build(deps): bump fast-uri from 3.1.4 to 3.1.5 in /cc3-indexer #1249 (dependabot[bot])
- docs: correct attestor event name to BlockAttested #1248 (jakerumbles)
- fix(node): correct USC local testnet EVM chain ID in chain_spec #1241 (dlebee)
- chore(attestor): demote the external-finalization watch-release log to debug #1233 (DylanVerstraete)
- build(deps): bump the all-dependencies group with 3 updates #1231 (dependabot[bot])
- build(deps): bump linode-cli from 5.67.0 to 5.68.0 in /.github in the linode-dependencies group across 1 directory #1230 (dependabot[bot])
- build(deps): bump the all-dependencies group across 3 directories with 2 updates #1229 (dependabot[bot])
- ci(benchmarks): stop the weights bot from re-triggering itself #1227 (DylanVerstraete)
- fix(ci): allowlist the WS-protocol variant of anvil restart noise #1226 (DylanVerstraete)
- chore(attestor): quiet the per-round unresolved-submission warn, fix its misattributed cause #1225 (DylanVerstraete)
- fix(attestor): resume startup from the finalized anchor, not an attestation lookup [ATTESTOR-V2-009] #1218 (creditcoinprotoclaw)
- fix(attestation): tag only active-attestor commit_attestation submissions [ATTESTOR-V2-008] #1216 (creditcoinprotoclaw)
- build(deps-dev): bump postcss from 8.5.15 to 8.5.26 in /docs/smart-contract-development/with-ethers.js #1199 (dependabot[bot])
- Upgrade to stable2512 #1111 (didac-gluwa)
3.131.0-mainnet (2026-08-06)
3.131.0-testnet (2026-08-04)
* 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.
🔴 Runtime definition changed
The runtime source code has changed. A runtime upgrade will likely be required. Ensure the on-chain runtime is updated accordingly.
Changed files (2)
runtime/src/lib.rsruntime/src/precompiles.rs
🟡 Node binary source changed
The node binary source code has changed. Node operators should rebuild and redeploy their node binary.
Changed files (7)
node/src/benchmarking.rsnode/src/client.rsnode/src/command.rsnode/src/eth.rsnode/src/rpc/eth.rsnode/src/rpc/mod.rsnode/src/service.rs
🟡 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 (7)
pallets/attestation/src/extensions.rspallets/attestation/src/lib.rspallets/attestation/src/weights.rspallets/randomness/src/lib.rspallets/randomness/src/weights.rspallets/supported-chains/src/lib.rspallets/supported-chains/src/weights.rs
🟡 Attestor source changed
Attestor-related source code has changed. Attestor operators should rebuild and redeploy their attestor binary.
Changed files (9)
attestor/attestor/src/error.rsattestor/attestor/src/lib.rsattestor/attestor/src/retry.rsattestor/attestor/src/startup.rsattestor/attestor/src/tasks/p2p/mod.rsattestor/attestor/src/tasks/validation.rscommon/continuity/src/config.rsprimitives/attestor/src/block.rsprimitives/attestor/src/lib.rs