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

Commit

Permalink
Release 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Franck Royer committed Apr 16, 2020
1 parent a6dc6f0 commit 2dafbfc
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
16 changes: 11 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## 0.3.1 - 2020-02-07
## [0.3.2] - 2020-02-07

### Added
- Export constant for the ERC20 `Transfer` event.

## [0.3.1] - 2020-02-07

### Fixed
- Increase recommended gas limit for Erc20 refund transaction.

## 0.3.0 - 2020-02-07
## [0.3.0] - 2020-02-07

### Changed
- Upgrade rust-bitcoin to 0.23.0.
Expand All @@ -20,19 +25,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Test `*Htlc::*tx_gas_limit` against Ethereum node.

## 0.2.0 - 2020-02-05
## [0.2.0] - 2020-02-05

### 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: https://github.com/comit-network/blockchain-contracts/pull/37 .
- **Breaking API Change**: The Ethereum HTLCs now accept byte arrays for both amounts and addresses instead of web3 crate types.

## 0.1.0 - 2019-10-14
## [0.1.0] - 2019-10-14
### 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.

[Unreleased]: https://github.com/coblox/blockchain-contracts/compare/0.3.1...HEAD
[Unreleased]: https://github.com/coblox/blockchain-contracts/compare/0.3.2...HEAD
[0.3.2]: https://github.com/coblox/blockchain-contracts/compare/0.3.1...0.3.2
[0.3.1]: https://github.com/coblox/blockchain-contracts/compare/0.3.0...0.3.1
[0.3.0]: https://github.com/coblox/blockchain-contracts/compare/0.2.0...0.3.0
[0.2.0]: https://github.com/coblox/blockchain-contracts/compare/0.1.0...0.2.0
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "blockchain_contracts"
version = "0.3.1"
version = "0.3.2"
authors = ["CoBloX developers <[email protected]>"]
edition = "2018"
description = "Blockchain contracts used by COMIT-network daemons to execute cryptographic protocols."
Expand Down

0 comments on commit 2dafbfc

Please sign in to comment.