Browse Source

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 <brooks@anza.xyz>
mergify[bot] 1 year ago
parent
commit
71fd167d28
1 changed files with 7 additions and 1 deletions
  1. 7 1
      CHANGELOG.md

+ 7 - 1
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