This repository was archived by the owner on Sep 12, 2019. It is now read-only.
0.0.8
Pre-release
Pre-release
- 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.