Changelog
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)
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.
🔴 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 (1)
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 (3)
pallets/attestation/src/impls.rs
pallets/attestation/src/lib.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 (1)
primitives/attestor/src/lib.rs