Skip to content

Latest commit

 

History

History
93 lines (53 loc) · 2.05 KB

CHANGELOG.md

File metadata and controls

93 lines (53 loc) · 2.05 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[Unreleased]

0.6.1 - 2018-03-22

Fixed

  • Fix txid for transactions with the witness data [ECR-986]. (#119) Txid for transactions should be always computed without witness data.

Internal improvements

  • Implement Display for the wrapped bitcoin types. (#119)

0.6 - 2018-03-06

Breaking changes

  • The network parameter became named. (#114) Now, to generate template config, run the following command:

    anchoring generate-template ...
    --anchoring-network <Network in which anchoring should work (testnet\bitcoin)>

Internal improvements

  • Error types now use failure instead of derive-error, which makes error messages more human-readable. (#115)

  • Implemented error codes for incorrect anchoring messages. (#117)

  • Updated to the Exonum 0.6.0 release (#117).

0.5 - 2018-01-30

Changed

0.4 - 2017-12-08

Added

  • Added tests written on exonum-testkit (#101).

Changed

Removed

  • Sandbox tests are removed (#101).

0.3.0 - 2017-11-03

0.2.1 - 2017-10-13

Fixed

  • Do not emit panic if lect does not found in bitcoin blockchain. (#88)

0.2 - 2017-09-14

Added

  • Add anchoring-observer-check-interval to clap fabric (#85)

Changed

  • Run rpc tests only if the rpc_tests feature enabled. (#84)
  • Update anchoring chain observer configuration layout. (#85)

Fixed

  • Fix typo in documentation (#83)

0.1 - 2017-07-17

The first release of Exonum btc anchoring service.