This repository has been archived by the owner on Sep 12, 2019. It is now read-only.
v0.0.29
- Improved transaction submission code:
- High rate transaction submission using
/payment
endpoint should work better. - Added
id
parameter to/payment
request: payments withid
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.
- High rate transaction submission using
- 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