Skip to content
This repository was archived by the owner on Sep 12, 2019. It is now read-only.

0.0.8

Pre-release
Pre-release

Choose a tag to compare

@bartekn bartekn released this 18 Apr 20:15
· 179 commits to master since this release
  • Compliance protocol support.
  • Saving and reading memo preimage.
  • This repo will now contain two apps: bridge (for building, submitting and monitoring transactions) and compliance (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 protocols package. This package contains methods for transforming url.Values from/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 net and server packages that contain some helper network connected functions and structs.
  • Improvements to db package.