Skip to content
This repository has been archived by the owner on Mar 23, 2021. It is now read-only.

Releases: comit-network/blockchain-contracts

Release 0.4.1

07 Oct 02:06
e03bbdc
Compare
Choose a tag to compare

Changed

  • Replace usize with bitcoin::Amount in the primed transaction interfaces.

Fixed

  • Use the transaction size instead of weight for sign_with_rate. Also explicitly state the expected rate unit: sat/vByte.

Release 0.4.0

15 Sep 00:14
0ca72c3
Compare
Choose a tag to compare

Changed

  • Terminology has been changed from RFC003 to "locking protocols": hbit, herc20 and heth.
  • Upgrade rust-bitcoin to 0.25.0

Release 0.3.2

16 Apr 03:50
Compare
Choose a tag to compare

Added

  • Export constant for the ERC20 Transfer event.

Release 0.2.0

05 Feb 00:39
9b19112
Compare
Choose a tag to compare

Changed

  • Breaking Ether and Erc20 HTLCs: A transaction to the HTLCs (Ether or Erc20) now reverts with an error message if someone tries to (1) refund too early or (2) redeem with a wrong secret. Additionally, the log messages have changed. For more details, checkout this PR: #37 .
  • Breaking API Change: The Ethereum HTLCs now accept byte arrays for both amounts and addresses instead of web3 crate types.

Release 0.1.0

14 Oct 03:14
cbf8b5a
Compare
Choose a tag to compare

Added

  • Add implementation of COMIT RFC-003 for Bitcoin.
  • Add implementation of COMIT RFC-003 for Ether.
  • Add implementation of COMIT RFC-003 for ERC-20.