Changelog
3.111.0-devnet (2026-04-24)
Implemented enhancements:
- refactor(attestor): split into crates #850 (Trantorian1)
Merged pull requests:
- Cherry pick update deps #867 (beqaabu)
- CSUB-2023: Remove self-hosted runner for try-runtime #864 (atodorov)
- chore(deps): bump openssl from 0.10.72 to 0.10.78 #863 (dependabot[bot])
- chore(deps-dev): bump the dev-dependencies group across 4 directories with 2 updates #862 (dependabot[bot])
- chore(deps): bump the all-dependencies group with 2 updates #861 (dependabot[bot])
- chore(deps): bump the all-dependencies group across 3 directories with 1 update #860 (dependabot[bot])
- CSUB-2023: Remove self-hosted runners for rust.yml workflow #859 (atodorov)
- CSUB-2023: Remove self-hosted runners for WASM builds #858 (atodorov)
- CSUB-2023: Remove self-hosted runners for proof-gen-api-server workflow #857 (atodorov)
- CSUB-2023: Remove self-hosted runner for docker-test CI job #855 (atodorov)
- CSUB-2023: Remove self-hosted runner for integration-test-blockchain #854 (atodorov)
- CSUB-2023: Remove self-hosted runner for integration-test-attestator-network #853 (atodorov)
- CSUB-2023: Remove self-hosted runner for cc3-indexer-testing #852 (atodorov)
- fix: use deno's native websocket in ethers #849 (beqaabu)
- Add maturity_strategy to USC Audit Automation #847 (didac-gluwa)
- feat(api): validate proof before returning #844 (DylanVerstraete)
- fix(proof-gen-api-server): guard against EVM block reorgs via block_confirmation_depth #841 (DylanVerstraete)
- Point URLs to CC3 Devnet #838 (atodorov)
3.65.0-testnet (2026-04-24)
* 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 (4)
pallets/attestation/src/weights.rs
pallets/randomness/src/weights.rs
pallets/supported-chains/src/weights.rs
precompiles/ed25519-verifier/src/lib.rs
🟡 Attestor source changed
Attestor-related source code has changed. Attestor operators should rebuild and redeploy their attestor binary.
Changed files (18)
attestor/attestor/src/attestation.rs
attestor/attestor/src/common/mod.rs
attestor/attestor/src/error.rs
attestor/attestor/src/lib.rs
attestor/attestor/src/main.rs
attestor/attestor/src/secret.rs
attestor/attestor/src/stream_legacy/mod.rs
attestor/attestor/src/worker/api/mod.rs
attestor/attestor/src/worker/mod.rs
attestor/attestor/src/worker/p2p/error.rs
attestor/attestor/src/worker/p2p/mod.rs
attestor/attestor/src/worker/production/error.rs
attestor/attestor/src/worker/production/mod.rs
attestor/attestor/src/worker/validation/error.rs
attestor/attestor/src/worker/validation/mod.rs