From be09b497cba00863a202cc15b5876780518cb098 Mon Sep 17 00:00:00 2001 From: Justin Starry Date: Sat, 6 Apr 2024 22:21:44 +0800 Subject: [PATCH] changelog: add entry for new simulate tx replacement blockhash (#623) --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b304c367f..9250bf388 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 * 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 + * RPC's `simulateTransaction` now returns an extra `replacementBlockhash` field in the response + when the `replaceRecentBlockhash` config param is `true` (#380) ## [1.18.0] * Changes