Skip to content

Releases: nayms/contracts-v3

v3.3.6

25 Jan 10:46
1e5bd9a
Compare
Choose a tag to compare

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

19 Jan 17:28
86b5e20
Compare
Choose a tag to compare
v3.3.5 Pre-release
Pre-release

What's Changed

  • Fix web3j binding issues

Full Changelog: v3.3.2...v3.3.5

v3.3.2

19 Jan 12:09
3a0523e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.3.1...v3.3.2

v3.3.1

22 Dec 13:04
9e21803
Compare
Choose a tag to compare

What's Changed

  • Fix the deployed address for Göerli testnet

Full Changelog: v3.3.0...v3.3.1

v3.3.0

22 Dec 12:25
ff4f7a5
Compare
Choose a tag to compare

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

v3.2.0

21 Nov 09:50
df3dfb0
Compare
Choose a tag to compare

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 renamed externalDepositFromEntity() to externalDeposit() in #37
  • Removed the original internalTransfer() and renamed internalTransferFromEntity() to internalTransfer() in #37

Full Changelog: v3.1.10...v3.2.0

v3.1.10

09 Nov 11:15
dcc23f6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.1.9...v3.1.10

v3.1.9

03 Nov 09:47
47c856a
Compare
Choose a tag to compare

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

01 Nov 10:46
2f894ed
Compare
Choose a tag to compare

What's Changed

  • Close offer matched with a better one by @amarinkovic in #29
  • Move updateRoleGroup i updateRoleAssigner from AdminFacet to ACLFacet by @hiddentao

Full Changelog: v3.1.7...v3.1.8

v3.1.7

26 Oct 11:10
5bdde28
Compare
Choose a tag to compare

What's Changed

New Role/Groups introduced:

  • Service Provider
  • Segregated Account

Full Changelog: v3.1.6...v3.1.7