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

Release 0.2.0

Compare
Choose a tag to compare
@D4nte D4nte released this 05 Feb 00:39
· 86 commits to master since this release
9b19112

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.