From b85a404b28a2a0bde0701db13e0ef57124f421fd Mon Sep 17 00:00:00 2001 From: Joe C Date: Mon, 18 Dec 2023 15:41:30 -0500 Subject: [PATCH] add rpc change to changelog (#34511) --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f9ae685af53e4c..3352821de7e72a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,7 @@ Release channels have their own copy of this changelog: feature would have prevented it * Updated local ledger storage so that the RPC endpoint `getSignaturesForAddress` always returns signatures in block-inclusion order + * RPC's `simulate_transaction` now returns `inner_instructions` as `json`/`jsonParsed` (#34313). * Upgrade Notes * `solana-program` and `solana-sdk` default to support for Borsh v1, with limited backward compatibility for v0.10 and v0.9. Please upgrade to Borsh v1.