From 298eb42b984b8fdc43553757a31821a61b44df1e Mon Sep 17 00:00:00 2001 From: Brooks Date: Mon, 29 Jul 2024 13:32:39 -0400 Subject: [PATCH] changelog: Lists removed validator args (#2324) --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 35bf80872a6e9c..1da9bd05f68b70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,9 +35,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