v1.0.0
Breaking changes
- Migration to
@animoca/ethereum-contracts-core_library:1.0.0
withsolc:0.6.x
and@openzeppelin/contracts:3.x
. - Moved
WhitelistedOperators.sol
to@animoca/ethereum-contracts-core_library
. - Renamed
ERC20Base
toERC20Full
.
New features
- Added
ERC20.sol
,IERC20.sol
andIERC20Detailed.sol
. - Added example migrations.
Improvements
ERC20Fees
now inheritsPayoutWallet
contract.