Changelog
3.109.0-devnet (2026-04-16)
Merged pull requests:
- chore(deps): bump hono from 4.12.12 to 4.12.14 in /cc3-indexer #829 (dependabot[bot])
- chore(deps): bump follow-redirects from 1.15.11 to 1.16.0 in /cli #828 (dependabot[bot])
- chore: add migrations for pallet initializations #824 (beqaabu)
- feat: validate vote height to disallow filling up the pool with bad v… #821 (beqaabu)
- [pre-commit.ci] pre-commit autoupdate #818 (pre-commit-ci[bot])
- Add Sepolia Historical to USC Devnet audit config #817 (didac-gluwa)
- fix: attestor chill/unregister flow for vote conclusion #816 (DylanVerstraete)
- feat: handle
RevertedAttestationChainToevent #815 (beqaabu) - feat: add max batch span in proof-gen-api-server #814 (beqaabu)
- fix: rework attestor registration auth #813 (DylanVerstraete)
- fix: correct dispatch fee for commit_attestation #812 (DylanVerstraete)
- Brad compact traffic reports #785 (DylanVerstraete)
- CSUB-1995: Add attestor catchup setup in existing CI job #780 (atodorov)
3.64.0-mainnet (2026-04-14)
3.108.0-devnet (2026-04-13)
Merged pull requests:
- chore(deps): bump the all-dependencies group with 2 updates #806 (dependabot[bot])
- chore(deps): bump the all-dependencies group across 3 directories with 1 update #805 (dependabot[bot])
- chore(deps-dev): bump the dev-dependencies group across 4 directories with 5 updates #802 (dependabot[bot])
- chore(deps-dev): bump axios from 1.14.0 to 1.15.0 in /docs/smart-contract-development/with-hardhat #801 (dependabot[bot])
- Remove testnet-v1 from execution matrix for audit-automation.yml #794 (atodorov)
- CSUB-2019: Rework the prod_or_fast! macro to prod_devnet_fast! #793 (atodorov)
- Reenable check for git tag suffixes in releases #791 (atodorov)
- feat: usc dev branch up to date with cc3 dev #778 (beqaabu)
* 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 (3)
runtime/src/lib.rs
runtime/src/migrations.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 (2)
node/src/benchmarking.rs
node/src/command.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 (17)
pallets/attestation/src/asset.rs
pallets/attestation/src/benchmarking.rs
pallets/attestation/src/clear_or_revert.rs
pallets/attestation/src/continuity.rs
pallets/attestation/src/continuity_dev.rs
pallets/attestation/src/impls.rs
pallets/attestation/src/ledger.rs
pallets/attestation/src/lib.rs
pallets/attestation/src/migrations.rs
pallets/attestation/src/weights.rs
precompiles/block-prover/src/continuity.rs
precompiles/block-prover/src/lib.rs
precompiles/block-prover/src/tests_full_coverage.rs
precompiles/block-prover/src/verify.rs
precompiles/chain-info/src/lib.rs
🟡 Attestor source changed
Attestor-related source code has changed. Attestor operators should rebuild and redeploy their attestor binary.
Changed files (4)
attestor/attestor/src/lib.rs
attestor/attestor/src/worker/validation/pool/error.rs
attestor/attestor/src/worker/validation/pool/mod.rs
common/continuity/src/builder/mod.rs