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_objectscall inbridge create - Fix docker-compose.yml file error when using this package via
pip
- Optional parameter to
fundto supply the amount funded - Optional flag to
bridge buildto fund the locking chain witness accounts
- Change the
bridge buildflow to use payments instead ofXChainAccountCreateCommits - In the
bridge buildcommand, only submit a tx if it hasn't already been submitted - Accept XRP in the
bridge transfercommand instead of drops - Adjust default verbosity for
bridgecommands and add--silentflags - 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.