This repository has been archived by the owner on Sep 12, 2019. It is now read-only.
Releases: stellar-deprecated/bridge-server
Releases · stellar-deprecated/bridge-server
v0.0.31
Breaking changes
id
parameter is now required when sending payments using Compliance Protocol.
Changes
nonce
value does not change when repeating Auth Request after receivingpending
status.- Support for sending XLM using Compliance Protocol.
- Fix for #109
Please migrate your compliance
DB before running a new version using: compliance --migrate-db
.
v0.0.30
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
v0.0.28
v0.0.27
v0.0.26
v0.0.25
- XLM (lumen) payments can be now used in
PaymentListener
. - Fixed a loop in
PaymentListener
occurring when multiple payments fail.