v3.3.0
What's Changed
- Audit report fixes by @kevin-fruitful @amarinkovic in #41
- ERC20 wrapper by @amarinkovic in #38
- Lock utilised capacity by @amarinkovic in #39
- Anvil state load/dump support by @amarinkovic in #40
Upgrade Guidelines
Following is the list of breaking changes:
- Direct update of
simplePolicyEnabled
flag discontinued, useupdateEntity
instead - Simple policy signature validation is now done on
dataHash
- Only entity admin can pay dividend
sponsorCommissionBasisPoints
removed fromMarketInfo
struct- Add supported token now requires name and symbol(less then 16 characters) to be provided as well
EntityUpdated
andEntityCreated
events now emitentityId
as indexed
Other changes that don't break anything are:
TokenSaleStarted
event now includes token name and symbolEntityDeposit
andEntityWithdraw
events removed
Full Changelog: v3.2.0...v3.3.0