Releases: nayms/contracts-v3
Releases · nayms/contracts-v3
v3.4.4
v3.4.1
What's Changed
- Ownership transfer change by @amarinkovic in #52
- Update initial premium commission and token supply by @kevin-fruitful
- Add
solstat
report to CI by @amarinkovic in #51 - Report upgrade hash per network to CI by @amarinkovic in #53
- Fix interface pragmas to version
0.8.17
by @amarinkovic in #54
Full Changelog: v.3.4.0...v3.4.1
v.3.4.0
What's Changed
- Two phase diamond cut by @kevin-fruitful in #48
- Support System Admin reassignment by @amarinkovic in #50
- Deployment script improvements by @kevin-fruitful in #47
Full Changelog: v3.3.6...v.3.4.0
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