Changelog
3.110.0-devnet (2026-04-21)
Fixed bugs:
- fix(pool): continuity proof deduplication #839 (Trantorian1)
- fix/USCP2-010 #832 (Trantorian1)
- fix/USCP2-001 #822 (Trantorian1)
Merged pull requests:
- fix(pool): validate_height #846 (Trantorian1)
- CSUB-2023: Remove self-hosted runner for loan-flow example #845 (atodorov)
- feat(pallets): rework attestor count #843 (DylanVerstraete)
- CSUB-2023: Reduce number of self-hosted runners for integration-test-cli & attestor-cli CI jobs #842 (atodorov)
- fix: rename fetch_babe_randomness_two_epoch_ego -> ago (typo) #840 (DylanVerstraete)
- chore(deps): bump follow-redirects from 1.15.11 to 1.16.0 in /docs/smart-contract-development/with-hardhat #837 (dependabot[bot])
- CSUB-2026: Update 'production' weights on PRs against usc-dev #834 (atodorov)
- chore(deps): bump follow-redirects from 1.15.11 to 1.16.0 in /cc3-indexer #833 (dependabot[bot])
- CSUB-2024: No automatic runtime upgrades for Devnet for now #831 (atodorov)
- Add .log suffix to log file #830 (atodorov)
- fix/USCP2-005 #826 (Trantorian1)
- Balance Checks Combined with Attestation Liveness Audit #804 (BradleyOlson64)
- Improve Audit automation Slack messages #784 (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 (1)
runtime/src/lib.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 (6)
pallets/attestation/src/impls.rs
pallets/attestation/src/lib.rs
pallets/attestation/src/migrations.rs
pallets/attestation/src/weights.rs
pallets/randomness/src/weights.rs
pallets/supported-chains/src/weights.rs
🟡 Attestor source changed
Attestor-related source code has changed. Attestor operators should rebuild and redeploy their attestor binary.
Changed files (13)
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/worker/p2p/error.rs
attestor/attestor/src/worker/p2p/mod.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
attestor/attestor/src/worker/validation/pool/error.rs
attestor/attestor/src/worker/validation/pool/mod.rs