All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Throw an error if a transaction fails instead of continuing
- Support door accounts with multiple bridges
- Switched to Docker containers with the latest versions of rippled and the witness server
- Updated xrpl-py version to the latest to fix `XChainCreateBridge`` serialization
- Updated xrpl-py beta version to add support for Network ID feature
- Better error handling for the
account_objects
call inbridge create
- Fix docker-compose.yml file error when using this package via
pip
- Optional parameter to
fund
to supply the amount funded - Optional flag to
bridge build
to fund the locking chain witness accounts
- Change the
bridge build
flow to use payments instead ofXChainAccountCreateCommit
s - In the
bridge build
command, only submit a tx if it hasn't already been submitted - Accept XRP in the
bridge transfer
command instead of drops - Adjust default verbosity for
bridge
commands and add--silent
flags - Use
-
instead of_
in all flags and parameters
- Handle long server startup times better
- Update to match the latest versions of rippled and the witness server
- Fix a key algorithm-seed type mismatch for IOU bridge config generation
- Initial release! Please open up an issue in our repo if you have any feedback or issues to report.