Skip to content
This repository has been archived by the owner on Sep 12, 2019. It is now read-only.

v0.0.29

Compare
Choose a tag to compare
@bartekn bartekn released this 22 Jan 13:07
· 17 commits to master since this release
8cd1003
  • Improved transaction submission code:
    • High rate transaction submission using /payment endpoint should work better.
    • Added id parameter to /payment request: payments with id set, when resubmitted, are using previously created transaction envelope stored in a DB instead of recreating a transaction with a new sequence number. This can prevent accidental double-spends.
  • Fix for a bug in /builder endpoint: sequence number is now incremented when loaded from Horizon server (#86).
  • Payment listener is now also sending account_merge operations and, for each operation, a new parameter: transaction_id.
  • Updated github.com/BurntSushi/toml dependency.

Read README file for more information about new features.

Please migrate your bridge DB before running a new version using: bridge --migrate-db