Releases: nayms/contracts-v3
Releases · nayms/contracts-v3
v3.3.6
What's Changed
- Minor fixes for Simple Policy signing
- Improved balance requirement revert messages
- Dependencies upgraded
Full Changelog: v3.3.5...v3.3.6
v3.3.5
v3.3.2
v3.3.1
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
v3.2.0
What's Changed
- Cancel Simple Policy by @amarinkovic in #35
- Normalize basis points scale to 1-10_000 by @amarinkovic in #33
- Tokenized vault fuzz testing by @kevin-fruitful in #36
- External deposits always go to the user's entity by @kevin-fruitful in #37
- Removed the original
externalDeposit()
and renamedexternalDepositFromEntity()
toexternalDeposit()
in #37 - Removed the original
internalTransfer()
and renamedinternalTransferFromEntity()
tointernalTransfer()
in #37
Full Changelog: v3.1.10...v3.2.0
v3.1.10
What's Changed
- Change external SimplePolicy structure by @amarinkovic in #34
Full Changelog: v3.1.9...v3.1.10
v3.1.9
What's Changed
- Anvil support by @amarinkovic in #30
- cleanup constants and npm package structure
Full Changelog: v3.1.8...v3.1.9
v3.1.8
What's Changed
- Close offer matched with a better one by @amarinkovic in #29
- Move
updateRoleGroup
iupdateRoleAssigner
fromAdminFacet
toACLFacet
by @hiddentao
Full Changelog: v3.1.7...v3.1.8
v3.1.7
What's Changed
New Role/Groups introduced:
- Service Provider
- Segregated Account
Full Changelog: v3.1.6...v3.1.7