Changelog
Unreleased
Merged pull requests:
- CSUB-2030: Allow empty metadata patches in CI jobs #894 (atodorov)
- CSUB-2030: Don't rebuild metadata for integration tests, download it instead #882 (atodorov)
- CSUB-2030: Parametrize git-lfs checkout for native builds #877 (atodorov)
3.112.0-testnet (2026-04-29)
3.112.0-devnet (2026-04-29)
Fixed bugs:
- fix(pool): quorum panic #881 (Trantorian1)
Merged pull requests:
- Added Eth mainnet to audit #892 (didac-gluwa)
- ci: exclude target/ and node_modules/ from taplo formatting check #891 (DylanVerstraete)
- ci: pin foundry-toolchain to v1.5.1 (fix --load-state on anvil 1.6) #890 (DylanVerstraete)
- chore(deps): bump taiki-e/install-action from 2.75.19 to 2.75.23 in the all-dependencies group #886 (dependabot[bot])
- chore(deps): bump linode-cli from 5.66.0 to 5.67.0 in /.github in the linode-dependencies group across 1 directory #885 (dependabot[bot])
- fix(traffic-simulator): skip pre-flight simulation for large calldata #884 (DylanVerstraete)
- fix(traffic-simulator): prevent unhandled rejection crashing Deno on RPC timeout #883 (DylanVerstraete)
- feat(attestor): enact chill on epoch rotation #879 (DylanVerstraete)
- test(block-prover): fix Frontier calldata threshold test timeout #878 (DylanVerstraete)
- chore(deps-dev): bump postcss from 8.5.8 to 8.5.12 in /docs/smart-contract-development/with-ethers.js #874 (dependabot[bot])
- CSUB-2030: Don't reinstall azure-cli #872 (atodorov)
- CSUB-2030: Install Foundry via action #871 (atodorov)
- CSUB-2030: Use Node.js cache for yarn/npm package manager #870 (atodorov)
- CSUB-2030: Stop collecting coverage report from cli/ tests #868 (atodorov)
- feat(precompile): add attestation interface precompile #851 (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.
🔴 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 (9)
node/cli-opt/Cargo.toml
node/cli-opt/src/lib.rs
node/src/benchmarking.rs
node/src/cli.rs
node/src/client.rs
node/src/command.rs
node/src/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 (26)
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
pallets/randomness/src/benchmarking.rs
pallets/randomness/src/lib.rs
pallets/randomness/src/weights.rs
pallets/supported-chains/src/benchmarking.rs
pallets/supported-chains/src/lib.rs
🟡 Attestor source changed
Attestor-related source code has changed. Attestor operators should rebuild and redeploy their attestor binary.
Changed files (80)
attestor/attestor/src/attestation.rs
attestor/attestor/src/bls/error.rs
attestor/attestor/src/bls/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/worker/api/error.rs
attestor/attestor/src/worker/api/mod.rs
attestor/attestor/src/worker/mod.rs
attestor/attestor/src/worker/p2p/behavior.rs
attestor/attestor/src/worker/p2p/error.rs
attestor/attestor/src/worker/p2p/mod.rs
attestor/attestor/src/worker/p2p/protocols.rs
attestor/attestor/src/worker/production/error.rs
🟡 Indexer schema entities added or removed
The indexer GraphQL schema has had entities added or removed.
Changed files (1)
cc3-indexer/schema.graphql