Skip to content

v0.2.0-rc.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@hswopeams hswopeams released this 27 Sep 12:42
· 1000 commits to main since this release
817b681

Boson Protocol v0.2.0-rc.1

27 September 2021
https://github.com/bosonprotocol/contracts/tree/v0.2.0-rc.1

Functionality

This is a release candidate for v0.2.0 of the protocol. It includes v0.1.0 functionality plus:

  • Conditional commit for the TKNTKN payment type. The tokens currently supported are $BOSON and DAI
  • Support for the DAI token.
  • As part of the multiple token support, the FundLimitsOracle contract was renamed to TokenRegistry.sol. The functions that were available in FundLimitsOracle.sol contract are still available. The setTokenWrapperAddress and getTokenWrapperAddress functions were added
  • The event emitted when a buyer commits to a voucher was changed from LogVoucherDelivered to LogVoucherCommitted.