Skip to content

Latest commit

 

History

History
72 lines (41 loc) · 1.8 KB

CHANGELOG.md

File metadata and controls

72 lines (41 loc) · 1.8 KB

Changelog

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.

[[Unreleased]]

Fixed

  • Throw an error if a transaction fails instead of continuing
  • Support door accounts with multiple bridges

Changed

  • Switched to Docker containers with the latest versions of rippled and the witness server

[0.3.3] - 2023-10-10

Fixed

  • Updated xrpl-py version to the latest to fix `XChainCreateBridge`` serialization

[0.3.2] - 2023-09-25

Fixed

  • Updated xrpl-py beta version to add support for Network ID feature

[0.3.1] - 2023-07-12

Fixed

  • Better error handling for the account_objects call in bridge create
  • Fix docker-compose.yml file error when using this package via pip

[0.3.0] - 2023-04-17

Added

  • Optional parameter to fund to supply the amount funded
  • Optional flag to bridge build to fund the locking chain witness accounts

Changed

  • Change the bridge build flow to use payments instead of XChainAccountCreateCommits
  • 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

Fixed

  • Handle long server startup times better

[0.2.0] - 2023-03-20

Changed

  • Update to match the latest versions of rippled and the witness server

Fixed

  • Fix a key algorithm-seed type mismatch for IOU bridge config generation

[0.1.0] - 2023-02-22

Added

  • Initial release! Please open up an issue in our repo if you have any feedback or issues to report.