Skip to content

v3.3.0

Compare
Choose a tag to compare
@amarinkovic amarinkovic released this 22 Dec 12:25
· 568 commits to main since this release
ff4f7a5

What's Changed

Upgrade Guidelines

Following is the list of breaking changes:

  • Direct update of simplePolicyEnabled flag discontinued, use updateEntity instead
  • Simple policy signature validation is now done on dataHash
  • Only entity admin can pay dividend
  • sponsorCommissionBasisPoints removed from MarketInfo struct
  • Add supported token now requires name and symbol(less then 16 characters) to be provided as well
  • EntityUpdated and EntityCreated events now emit entityId as indexed

Other changes that don't break anything are:

  • TokenSaleStarted event now includes token name and symbol
  • EntityDeposit and EntityWithdraw events removed

Full Changelog: v3.2.0...v3.3.0