Releases: anza-xyz/agave
Release v2.0.23
🚧
Release - v2.1.9
This is a Testnet release. It is also recommended for Devnet, and up to 5% of Mainnet Beta.
What's Changed
- Bump version to v2.1.9 by @github-actions in #4420
- v2.1: rpc: improve latency by not blocking worker threads polling IO notifications (backport of #3242) by @mergify in #4412
- v2.1: rolls out chained Merkle shreds to ~21% of mainnet slots (backport of #4431) by @mergify in #4435
- v2.1: Fix builtin default cost dependents on migration (backport of #3768) by @mergify in #4415
- v2.1: Update to the latest tokio (backport of #4411) by @mergify in #4446
- v2.1: Update ledger-tool --deactivate-feature-gate to deactivate feature gate in child bank (backport of #4465) by @mergify in #4475
Full Changelog: v2.1.8...v2.1.9
Testnet - v2.1.8
This is a Testnet and Devnet release. It is NOT recommended for Mainnet Beta.
What's Changed
- Bump version to v2.1.8 by @github-actions in #4201
- v2.1: deplete compute meter for vm errors (backport of #3751 and #3994) by @jstarry in #4297
- v2.1: ed25519_verify_cpu: remove allocation in hot path (backport of #3941) by @mergify in #3945
- v2.1: SIMD-0207: Raise block limit to 50M (backport of #4112) by @mergify in #4145
- v2.1: Fix reserve minimal compute units for builtins (backport of #3799) by @mergify in #3931
Full Changelog: v2.1.7...v2.1.8
Release v2.0.22
This is a stable release suitable for use on Mainnet Beta.
What's Changed
- Bump version to v2.0.22 by @github-actions in #4200
- v2.0: hardcode rust version for publish-crate by @yihau in #4228
Full Changelog: v2.0.21...v2.0.22
Testnet - v2.1.7
This is a Testnet and Devnet release. It is NOT recommended for Mainnet Beta.
What's Changed
- Bump version to v2.1.7 by @github-actions in #4120
- v2.1: rolls out chained Merkle shreds to ~5% of mainnet slots (backport of #4019) by @mergify in #4131
- v2.1: Reclaims more old accounts in
clean
(backport of #4044) by @mergify in #4090 - v2.1: Fixes clean_old_storages_with_reclaims tests (backport of #4147) by @mergify in #4165
- v2.1: blockstore: mark slot as dead on data shred merkle root conflict (backport of #3970) by @mergify in #4075
Full Changelog: v2.1.6...v2.1.7
Release v2.0.21
This is a stable release suitable for use on Mainnet Beta.
What's Changed
- Bump version to v2.0.21 by @github-actions in #4121
- v2.0: rolls out chained Merkle shreds to ~5% of mainnet slots (backport of #4019) by @mergify in #4130
- v2.0: Reclaims more old accounts in
clean
(backport of #4044) by @mergify in #4089 - v2.0: Fixes clean_old_storages_with_reclaims tests (backport of #4147) by @mergify in #4166
- v2.0: blockstore: mark slot as dead on data shred merkle root conflict (backport of #3970) by @mergify in #4074
Full Changelog: v2.0.20...v2.0.21
Testnet - v2.1.6
This is a Testnet and Devnet release. It is NOT recommended for Mainnet Beta.
What's Changed
- v2.1: rekey feature enable_get_epoch_stake_syscall (backport of #3627) by @mergify in #3699
- Bump version to v2.1.6 by @github-actions in #3995
- v2.1: SVM: fix executor metrics accumulation in program loader (backport of #3695) by @mergify in #3767
- v2.1: use trailing_zeros for threadset iteration (backport of #3871) by @mergify in #3897
- v2.1: fix audit (backport of #4014) by @mergify in #4022
- v2.1: Rekey direct mapping feature (backport of #4058) by @mergify in #4062
- v2.1: Update docs URL in docusaurus config (backport of #4081) by @mergify in #4087
Full Changelog: v2.1.5...v2.1.6
Release v2.0.20
This is a stable release suitable for use on Mainnet Beta.
What's Changed
- v2.0: cli: show max vote credits in vote-account based on TVC activation epoch (backport of #3776) by @mergify in #3779
- Bump version to v2.0.20 by @github-actions in #3996
- v2.0: fix audit (backport of #4014) by @mergify in #4021
- v2.0: Update docs URL in docusaurus config (backport of #4081) by @mergify in #4086
Full Changelog: v2.0.19...v2.0.20
Testnet - v2.1.5
This is a Testnet release. It is NOT recommended for Mainnet Beta.
What's Changed
- Bump version to v2.1.5 by @github-actions in #3819
- v2.1: cli: show max vote credits in vote-account based on TVC activation epoch (backport of #3776) by @mergify in #3780
- v2.1: Update docs with Anza logo (backport of #3851) by @mergify in #3869
- v2.1: Make unified-scheduler use transaction_status_sender in ledger-tool (backport of #3861) by @mergify in #3863
- v2.1: supress hashbrown audit by @yihau in #3920
- v2.1: Ensure that Rc in AccountInfo is not stored in an account (backport of #3471) by @mergify in #3723
- v2.1: CI: Remove memo program from downstream job (backport of #3804) by @mergify in #3865
- v2.1: AccountsDb: make write_accounts_to_cache() never block sending to the bg hasher (backport of #3814) by @mergify in #3875
- v2.1: Refactors get_snapshot_storages() (backport of #3760) by @mergify in #3785
- v2.1: PrioritizationFeeCache: make update() never sleep on the sender channel (backport of #3813) by @mergify in #3818
- v2.1: use create_and_canonicalize_directory for snapshots dir (backport of #3923) by @mergify in #3969
- v2.1: Memory syscalls cannot start in an account and end outside of it (backport of #3744) by @mergify in #3885
- v2.1: bump solana docker image's based image to bookworm (backport of #3977) by @mergify in #3978
Full Changelog: v2.1.4...v2.1.5
Mainnet-beta - v2.0.19
This is a stable release suitable for use on Mainnet Beta.
What's Changed
- Bump version to v2.0.19 by @github-actions in #3781
- v2.0: ledger-tool: Make blockstore slot functional with no tx metadata (backport of #2423) by @mergify in #3887
- v2.0: Make unified-scheduler use transaction_status_sender in ledger-tool (backport of #3861) by @mergify in #3862
- v2.0: Update docs with Anza logo (backport of #3851) by @mergify in #3868
Full Changelog: v2.0.18...v2.0.19