Skip to content

3.132.0-devnet

Latest

Choose a tag to compare

@github-actions github-actions released this 14 Aug 13:38

Changelog

3.132.0-devnet (2026-08-14)

Full Changelog

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)

Full Changelog

3.131.0-testnet (2026-08-04)

Full Changelog

* 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.rs
  • runtime/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.rs
  • node/src/client.rs
  • node/src/command.rs
  • node/src/eth.rs
  • node/src/rpc/eth.rs
  • node/src/rpc/mod.rs
  • node/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.rs
  • pallets/attestation/src/lib.rs
  • pallets/attestation/src/weights.rs
  • pallets/randomness/src/lib.rs
  • pallets/randomness/src/weights.rs
  • pallets/supported-chains/src/lib.rs
  • pallets/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.rs
  • attestor/attestor/src/lib.rs
  • attestor/attestor/src/retry.rs
  • attestor/attestor/src/startup.rs
  • attestor/attestor/src/tasks/p2p/mod.rs
  • attestor/attestor/src/tasks/validation.rs
  • common/continuity/src/config.rs
  • primitives/attestor/src/block.rs
  • primitives/attestor/src/lib.rs