·
293 commits
to main
since this release
Breaking Change
- If you were deep importing these types previously you will need to import them from
xrpl
and rename them:methods/accountLines
:Trustline
->AccountLinesTrustline
methods/bookOffers
:TakerAmount
->BookOfferCurrency
methods/ledgerData
:BinaryLedgerEntry
->LedgerDataBinaryLedgerEntry
What's Changed
- [BREAKING CHANGE] feat(types): Export most of the types by @ckniffen in #2360
- feat:
NetworkId
field support including auto-filling and to server_info response by @dangell7 in #2216 - fix: CJS default exports by @justinr1234 in #2340
- feat: add missing
AccountRoot
fields by @ckniffen in #2347 - Update getNFTokenID to properly handle binary blob by @JST5000 in #2247
- feat: cleanup types and add missing request fields by @ckniffen in #2346
- feat: add ledger entry types for NFTokens by @ckniffen in #2349
- feat(types): define new
account_flags
field by @ckniffen in #2352 - feat(types): Add pseudo transactions by @ckniffen in #2351
- feat(types): Update
FeeSettings
and add id by @ckniffen in #2357 - fix(types):
SignerList
was missingWalletLocator
by @ckniffen in #2359 - feat: expose LedgerEntry singletons by @ckniffen in #2358
- feat: export
Balance
type by @ckniffen in #2374 - Enable the removal of a signer list by @wojake in #2377
Full Changelog: https://github.com/XRPLF/xrpl.js/compare/[email protected]@2.9.0
More detailed notes found at: https://github.com/XRPLF/xrpl.js/blob/main/packages/xrpl/HISTORY.md#290-2023-07-12