changelog: add entry for new simulate tx replacement blockhash (#623)

This commit is contained in:
Justin Starry 2024-04-06 22:21:44 +08:00 committed by GitHub
parent c207274e11
commit be09b497cb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,8 @@ Release channels have their own copy of this changelog:
* `solana-rpc-client-api`: `RpcFilterError` depends on `base64` version 0.22, so users may need to upgrade to `base64` version 0.22 * `solana-rpc-client-api`: `RpcFilterError` depends on `base64` version 0.22, so users may need to upgrade to `base64` version 0.22
* Changed default value for `--health-check-slot-distance` from 150 to 128 * Changed default value for `--health-check-slot-distance` from 150 to 128
* CLI: Can specify `--with-compute-unit-price` and `--max-sign-attempts` during program deployment * CLI: Can specify `--with-compute-unit-price` and `--max-sign-attempts` during program deployment
* RPC's `simulateTransaction` now returns an extra `replacementBlockhash` field in the response
when the `replaceRecentBlockhash` config param is `true` (#380)
## [1.18.0] ## [1.18.0]
* Changes * Changes