Skip to content

Commit de87ba3

Browse files
committed
docs: update changelog with new indexing fields
1 parent c40a25f commit de87ba3

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)