From 71fd167d280b40a2d90d38c75e18f92c92d42857 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2024 13:11:32 -0400 Subject: [PATCH] v2.0: changelog: Lists removed validator args (backport of #2324) (#2336) changelog: Lists removed validator args (#2324) (cherry picked from commit 298eb42b984b8fdc43553757a31821a61b44df1e) Co-authored-by: Brooks --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c8d5c088ca3382..8291b21f5d17c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,9 +27,15 @@ Release channels have their own copy of this changelog: getConfirmedSignaturesForAddress, getConfirmedBlock, getConfirmedBlocks, getConfirmedBlocksWithLimit, getConfirmedTransaction, getConfirmedSignaturesForAddress2, getRecentBlockhash, getFees, getFeeCalculatorForBlockhash, getFeeRateGovernor, getSnapshotSlot getStakeActivation - * `--enable-rpc-obsolete_v1_7` flag removed * Deprecated methods are removed from `RpcClient` and `RpcClient::nonblocking` * `solana-client`: deprecated re-exports removed; please import `solana-connection-cache`, `solana-quic-client`, or `solana-udp-client` directly + * Deprecated arguments removed from `agave-validator`: + * `--enable-rpc-obsolete_v1_7` (#1886) + * `--accounts-db-caching-enabled` (#2063) + * `--accounts-db-index-hashing` (#2063) + * `--no-accounts-db-index-hashing` (#2063) + * `--incremental-snapshots` (#2148) + * `--halt-on-known-validators-accounts-hash-mismatch` (#2157) * Changes * `central-scheduler` as default option for `--block-production-method` (#34891) * `solana-rpc-client-api`: `RpcFilterError` depends on `base64` version 0.22, so users may need to upgrade to `base64` version 0.22