feat: add sidechain-specific RPCs/sugar (#1940)

* federator_info responses/requests

* edit docstring

* make strings narrower

* export federator_info

* implement createXchainPayment

* add tests

* fix dependency cycle

* fix linter errors

* rename xchain -> crosschain

* rename more

* edit HISTORY

* fix docstrings

* add another test
This commit is contained in:
Mayukha Vadari
2022-04-04 17:11:08 -04:00
committed by GitHub
parent 53d01d8a6a
commit d25905987a
7 changed files with 286 additions and 26 deletions

View File

@@ -3,6 +3,9 @@
Subscribe to [the **xrpl-announce** mailing list](https://groups.google.com/g/xrpl-announce) for release announcements. We recommend that xrpl.js (ripple-lib) users stay up-to-date with the latest stable release.
## Unreleased
### Added
* `federator_info` RPC support
* Helper method for creating a cross-chain payment to/from a sidechain
### Fixed
* Type of TrustSet transaction edited, specifically LimitAmount property type (fixed typescript issue)