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
0.0.11
0.0.10
0.0.9: Transaction builder (#14)
- Transaction builder (#14)
0.0.8
- Compliance protocol support.
- Saving and reading memo preimage.
- This repo will now contain two apps:
bridge(for building, submitting and monitoring transactions) andcompliance(for Compliance protocol). Both are built in a single build process. Each app has it's own README file. - Dependency injection is now done using facebookgo/inject.
- Handling and validation of requests and responses is now done in
protocolspackage. This package contains methods for transformingurl.Valuesfrom/to request structs and for marshalling responses. It also contains common errors (missing/invalid fields, internal server error, etc.) and all protocol-specific error responses. It also includes stellar.toml and federation resolving. - New
netandserverpackages that contain some helper network connected functions and structs. - Improvements to
dbpackage.
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
Changelog
- Added
/paymentendpoint. - Now it's possible to start a server with parameter that are not required. Minimum version starts a server with a single endpoint:
/payment. - Added config parameters validation.
- Added
network_passphraseconfig parameter. postgresmigration files.- Fixed sending to Stellar address.
- Fixed
horizon.AccountResponse.SequenceNumberbug. - Fixed minor bugs.
- Code refactoring.
- Added example config file to the release package
- Updated README file.