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

Releases: stellar-deprecated/bridge-server

0.0.11

06 Jul 17:20

Choose a tag to compare

0.0.11 Pre-release
Pre-release
  • /create-keypair endpoint,
  • Sending routing information in receive callback.

0.0.10

17 May 21:54

Choose a tag to compare

0.0.10 Pre-release
Pre-release
  • Send only relevant data to compliance callbacks (#17).
  • hooks are now called callbacks in bridge server.

0.0.9: Transaction builder (#14)

02 May 20:37

Choose a tag to compare

Pre-release
  • Transaction builder (#14)

0.0.8

18 Apr 20:15

Choose a tag to compare

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) 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.

0.0.7

04 Apr 19:45

Choose a tag to compare

0.0.7 Pre-release
Pre-release
  • Add path payments,
  • Change config.toml file structure,
  • Partial implementation of Compliance Protocol.

0.0.6

17 Mar 11:37

Choose a tag to compare

0.0.6 Pre-release
Pre-release
  • When there are no ReceivePayments in database, payment listener will start with cursor now.
  • Fix a bug in db.Repository.GetLastCursorValue().

0.0.5

25 Feb 14:06

Choose a tag to compare

0.0.5 Pre-release
Pre-release
  • Add MEMO_HASH support.

0.0.4

05 Feb 18:02

Choose a tag to compare

0.0.4 Pre-release
Pre-release

Changelog

  • Fixed bugs connected with running server using postgres DB (full refactoring of db package),
  • Fixed starting a minimum server with a single endpoint: /payment.

0.0.3

04 Feb 14:49

Choose a tag to compare

0.0.3 Pre-release
Pre-release

Changelog

  • Send create_account operation in /payment if account does not exist.
  • Fixed major bug in PaymentListener.
  • Sending to Stellar address with memo in /send.
  • Standardized responses.
  • Updated README file.

0.0.2

28 Jan 18:11

Choose a tag to compare

0.0.2 Pre-release
Pre-release

Changelog

  • Added /payment endpoint.
  • 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_passphrase config parameter.
  • postgres migration files.
  • Fixed sending to Stellar address.
  • Fixed horizon.AccountResponse.SequenceNumber bug.
  • Fixed minor bugs.
  • Code refactoring.
  • Added example config file to the release package
  • Updated README file.