Changelog
Unreleased
Merged pull requests:
3.119.0-devnet (2026-05-07)
Fixed bugs:
- fix(attestation): prevalidate commit_attestation in txpool #908 (DylanVerstraete)
Merged pull requests:
- Improve proof-gen-api health endpoint to account for archiver issues #898 (didac-gluwa)
* 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/lib.rs
🟡 Node binary source changed
The node binary source code has changed. Node operators should rebuild and redeploy their node binary.
Changed files (1)
node/src/benchmarking.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 (2)
pallets/attestation/src/extensions.rs
pallets/attestation/src/lib.rs
🟡 Attestor source changed
Attestor-related source code has changed. Attestor operators should rebuild and redeploy their attestor binary.
Changed files (4)
attestor/attestor/src/worker/validation/mod.rs
common/continuity/src/archiver.rs
common/continuity/src/mocks.rs
common/continuity/src/rpc.rs