Changelog
Unreleased
Merged pull requests:
- chore(deps): bump vm2 from 3.11.2 to 3.11.5 in /cc3-indexer #1009 (dependabot[bot])
- Added CC3 Testnet chain 3 to audit #1006 (didac-gluwa)
- Internal Audit - Phase 1 - Point 1 and 2 #1001 (didac-gluwa)
- CSUB-2025: Perform try-runtime against CC3 Devnet #991 (atodorov)
3.125.0-testnet (2026-06-01)
3.125.0-devnet (2026-05-29)
Merged pull requests:
- fix(eth): support pre byzantium proofs #1004 (DylanVerstraete)
- Internal Audit - Phase 1 - Point 6 and 7 #1002 (didac-gluwa)
- CSUB-2025: Better check creditcoin3-node logs for errors after runtime upgrade #1000 (atodorov)
- Random sleep before restarting Anvil/Creditcoin in proof-gen testing workflow #993 (atodorov)
3.124.0-devnet (2026-05-27)
Fixed bugs:
- fix(reconnect): unbounded retries #994 (Trantorian1)
- feat(cc-client): better reconnection logic #977 (Trantorian1)
Merged pull requests:
- CSUB-2025: Query pallet storage versions from CC3 Testnet #995 (atodorov)
- Don't query prover for CK 5 BSC #990 (atodorov)
- chore(deps): bump qs from 6.14.2 to 6.15.2 in /cc3-indexer #988 (dependabot[bot])
- CSUB-2029: Fixes to Runtime Update CI jobs #987 (gluwa-bot)
- chore(deps): bump openssl from 0.10.79 to 0.10.80 #985 (dependabot[bot])
- Adjust gas for handleTransactionVerified test #922 (atodorov)
3.123.0-devnet (2026-05-20)
Merged pull requests:
- fix: security fixes for precompile configuration #983 (DylanVerstraete)
- test #979 (creditcoinprotoclaw)
- fix(attestation): enforce BLS public key uniqueness per chain #976 (creditcoinprotoclaw)
- fix(attestation): gate checkpoint trust anchors while revert pruning is in flight #975 (creditcoinprotoclaw)
- CSUB-2042: Decode proofs in check prover #974 (atodorov)
- Account for Maturity Strategy in Checkpoint Audit Alert Threshold #972 (BradleyOlson64)
- chore(deps-dev): bump tsx from 4.21.0 to 4.22.0 in /cc3-indexer in the dev-dependencies group across 1 directory #969 (dependabot[bot])
- chore(deps): bump flatted from 3.3.4 to 3.4.2 in /checkpoint-verifier #967 (dependabot[bot])
- feat:Add new
attested_heightendpoint #941 (BradleyOlson64)
3.66.0-mainnet (2026-05-15)
* 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
🟡 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 (5)
pallets/attestation/src/clear_or_revert.rs
pallets/attestation/src/impls.rs
pallets/attestation/src/lib.rs
precompiles/block-prover/src/continuity.rs
precompiles/block-prover/src/lib.rs
🟡 Attestor source changed
Attestor-related source code has changed. Attestor operators should rebuild and redeploy their attestor binary.
Changed files (11)
attestor/attestor/src/error.rs
attestor/attestor/src/lib.rs
attestor/attestor/src/main.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
common/continuity/src/rpc.rs
common/eth/src/block_cache.rs
common/eth/src/lib.rs
common/streams/attestation/src/lib.rs