Skip to content

Releases: exonum/exonum-btc-anchoring

Exonum 0.7 "Fulvous Owl"

13 Apr 08:02
Compare
Choose a tag to compare

Internal improvements

Fixed

  • Fixed an issue with the identifiers of funding transactions with the witness data [ECR-1220]
    (#122).

0.6.1 - 2018-03-22

Bugfix release

22 Mar 13:47
Compare
Choose a tag to compare

Fixed

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

Exonum 0.6 "Elf Owl"

07 Mar 10:05
550dfdb
Compare
Choose a tag to compare

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

Exonum btc anchoring 0.5 "Dusky Eagle-Owl"

30 Jan 17:51
Compare
Choose a tag to compare

Exonum bitcoin anchoring v0.2

14 Sep 13:39
Compare
Choose a tag to compare

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)

Exonum Bitcoin anchoring service v0.1

17 Jul 13:22
Compare
Choose a tag to compare
Merge pull request #78 from exonum/reorganize-repo-structure

Reorganize crate