This repository has been archived by the owner on Mar 23, 2021. It is now read-only.
Releases: comit-network/blockchain-contracts
Releases · comit-network/blockchain-contracts
Release 0.4.1
Release 0.4.0
Changed
- Terminology has been changed from RFC003 to "locking protocols":
hbit
,herc20
andheth
. - Upgrade rust-bitcoin to 0.25.0
Release 0.3.2
Added
- Export constant for the ERC20
Transfer
event.
Release 0.2.0
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
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.