This repository was 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
idparameter is now required when sending payments using Compliance Protocol.
Changes
noncevalue does not change when repeating Auth Request after receivingpendingstatus.- 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
/paymentendpoint should work better. - Added
idparameter to/paymentrequest: payments withidset, 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
/builderendpoint: sequence number is now incremented when loaded from Horizon server (#86). - Payment listener is now also sending
account_mergeoperations and, for each operation, a new parameter:transaction_id. - Updated
github.com/BurntSushi/tomldependency.
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
PaymentListeneroccurring when multiple payments fail.