Skip to content

Commit

Permalink
v2.0: changelog: Lists removed validator args (backport of #2324) (#2336
Browse files Browse the repository at this point in the history
)

changelog: Lists removed validator args (#2324)

(cherry picked from commit 298eb42)

Co-authored-by: Brooks <[email protected]>
  • Loading branch information
mergify[bot] and brooksprumo authored Jul 30, 2024
1 parent 4234b1b commit 71fd167
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 71fd167

Please sign in to comment.