XRPLF / xrpl.js

A JavaScript/TypeScript API for interacting with the XRP Ledger in Node.js and the browser
https://xrpl.org/
1.19k stars 507 forks source link

feat: add support for the `fixPreviousTxnID` amendment #2720

Open mvadari opened 4 days ago

mvadari commented 4 days ago

High Level Overview of Change

This PR adds support for the fixPreviousTxnID amendment, updating the ledger object models.

Context of Change

https://github.com/XRPLF/rippled/pull/4751

Type of Change

Did you update HISTORY.md?

Test Plan

Unneeded for model updates.