From 031125cfcfcd2b19edabb511d26f93d0c4aa93d3 Mon Sep 17 00:00:00 2001 From: Tyera Date: Mon, 18 Dec 2023 13:23:32 -0700 Subject: [PATCH] changelog: add getSignaturesForAddress ordering (#34510) Add getSignaturesForAddress ordering to changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c3831c73c..f9ae685af5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,8 @@ Release channels have their own copy of this changelog: * Added allow_commission_decrease_at_any_time feature which will allow commission on a vote account to be decreased even in the second half of epochs when the commission_updates_only_allowed_in_first_half_of_epoch feature would have prevented it + * Updated local ledger storage so that the RPC endpoint + `getSignaturesForAddress` always returns signatures in block-inclusion order * 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.