Changelog
Unreleased
Merged pull requests:
- Uncomment call to polkadot-js-metadata-cmp for Mainnet #1196 (atodorov)
- Bring back lost commit for generate-metadata-json.sh #1192 (atodorov)
- chore(ci): fail release docker build if metadata-hash is not present #1191 (beqaabu)
- CSUB-1708: fix(cli): retry WS connect in newApi to fix flaky integration tests #1186 (creditcoinprotoclaw)
- chore(deps-dev): bump the dev-dependencies group across 5 directories with 2 updates #1185 (dependabot[bot])
- chore(deps): bump fast-uri from 3.1.2 to 3.1.4 in /cc3-indexer #1184 (dependabot[bot])
- chore(deps): bump hono from 4.12.25 to 4.12.31 in /cc3-indexer #1183 (dependabot[bot])
- chore(deps): bump immutable from 4.3.8 to 4.3.9 in /docs/smart-contract-development/with-hardhat #1182 (dependabot[bot])
- ci: pin docker-scout-weekly-report to ubuntu-26.04 #1181 (creditcoinprotoclaw)
- ci: bump setup-node to Node 24 across workflows #1180 (creditcoinprotoclaw)
- chore(deps): bump the all-dependencies group with 2 updates #1178 (dependabot[bot])
- chore(deps): bump ubuntu from
b7f4819to3131b4cin the all-dependencies group across 1 directory #1176 (dependabot[bot]) - chore(deps): bump tar from 7.5.16 to 7.5.20 in /cc3-indexer #1175 (dependabot[bot])
- Adjust grep expression for Attestor Compatibility CI job #1173 (creditcoinprotoclaw)
- test(attestation): bump sanity beforeAll hook timeout to 60s #1171 (creditcoinprotoclaw)
- downloading this file from a release instead, not too big, free to st… #1170 (notaturkey)
- ci(check-prover): DEBUG print runner IP before prover-check #1169 (creditcoinprotoclaw)
- ci: drop branches filters so workflows run on every branch/PR #1168 (creditcoinprotoclaw)
- Reduce Check-Prover volume by 10x #1165 (atodorov)
- ci(attestor-compat): bump MIN_VERSION to 3.130.0 #1164 (creditcoinprotoclaw)
- test(cc3-indexer): fix flaky revert test by polling indexer for reversion completion #1163 (creditcoinprotoclaw)
- chore(deps-dev): bump the dev-dependencies group across 5 directories with 4 updates #1162 (dependabot[bot])
- chore(deps): bump the all-dependencies group with 4 updates #1161 (dependabot[bot])
- chore(deps): bump the all-dependencies group across 2 directories with 1 update #1159 (dependabot[bot])
- Raise Utilized Compute Per Block to Match Polkadot Standard #1106 (BradleyOlson64)
3.130.0-mainnet (2026-07-28)
3.131.0-devnet-debug-release (2026-07-27)
3.130.0-testnet (2026-07-20)
3.130.0-devnet (2026-07-15)
Merged pull requests:
- ci(check-prover): submit one verifyAndEmit tx per network #1152 (creditcoinprotoclaw)
- refactor(DO-2217): weekly Scout report via Penguin Patrol docker-scout-report #1151 (jonathanlaf)
- ci: attestor-compatibility workflow #1150 (creditcoinprotoclaw)
- chore(deps): bump ws and viem in /docs/smart-contract-development/with-hardhat #1148 (dependabot[bot])
- Add test-against-fork CI with latest released binary #1144 (creditcoinprotoclaw)
- Fix Parsing of Bootnodes Flag in Attestor Args #1138 (BradleyOlson64)
- feat(DO-2217): add Docker Scout CI/CD gate and weekly Slack report #1137 (jonathanlaf)
- chore: bump Ubuntu references to 26.04 #1134 (creditcoinprotoclaw)
- fix(cc3-indexer): flush store before deletions to remove same-block entities #1133 (creditcoinprotoclaw)
- feat(docker): pin base image sha256 digest + SBOM/provenance build options #1131 (creditcoinprotoclaw)
- feat(docker): pin base image digest and add Renovate for CVE/dependency tracking #1125 (jonathanlaf)
- fix(indexer): remove Attestors entity on unregister to sync GraphQL with chain #1120 (creditcoinprotoclaw)
- feat(attestor): V2 #1029 (DylanVerstraete)
* 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 (12)
pallets/attestation/src/benchmarking.rs
pallets/attestation/src/clear_or_revert.rs
pallets/attestation/src/continuity.rs
pallets/attestation/src/extensions.rs
pallets/attestation/src/impls.rs
pallets/attestation/src/lib.rs
pallets/attestation/src/weights.rs
pallets/randomness/src/benchmarking.rs
pallets/randomness/src/lib.rs
pallets/randomness/src/weights.rs
pallets/supported-chains/src/weights.rs
precompiles/attestor-stash/src/lib.rs
🟡 Attestor source changed
Attestor-related source code has changed. Attestor operators should rebuild and redeploy their attestor binary.
Changed files (46)
attestor/attestor/src/bls.rs
attestor/attestor/src/bls/error.rs
attestor/attestor/src/bls/mod.rs
attestor/attestor/src/error.rs
attestor/attestor/src/health.rs
attestor/attestor/src/lib.rs
attestor/attestor/src/main.rs
attestor/attestor/src/proof_cache.rs
attestor/attestor/src/retry.rs
attestor/attestor/src/secret.rs
attestor/attestor/src/shared.rs
attestor/attestor/src/startup.rs
attestor/attestor/src/tasks/api.rs
attestor/attestor/src/tasks/mod.rs
attestor/attestor/src/tasks/p2p/behavior.rs