File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,8 +9,16 @@ and this project adheres to
99
1010## [[ Unreleased]]
1111
12+ ### Added
13+
14+ - ` TransactionStatus ` field indicating whether the transaction result is a success or destination-related failure.
15+ - ` DestinationAddressHash ` field storing the Keccak256 hash of the destination address (NULL when not set).
16+ - ` IntendedReceivingAmount ` field storing the native XRP drop amount the sender intended to deliver (NULL for non-payments and non-native tokens).
17+ - Composite indexes ` idx_payref_block ` and ` idx_dest_block ` for payment reference and destination address queries.
18+
1219### Changed
1320
1421- Updated framework version. This includes changes to avoid locking up the DB excessively when running large history drop iterations.
22+ - Fixed ` sourceAddressesRoot ` calculation.
1523
1624
You can’t perform that action at this time.
0 commit comments