This repository has been archived by the owner on Mar 23, 2021. It is now read-only.
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.