v0.2.0-rc.1
Pre-release
Pre-release
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
andgetTokenWrapperAddress
functions were added - The event emitted when a buyer commits to a voucher was changed from LogVoucherDelivered to LogVoucherCommitted.