Skip to content

Releases: nayms/contracts-v3

v3.4.4

21 Feb 11:39
67671f4
Compare
Choose a tag to compare

What's Changed

  • New Goerli deployment

Full Changelog: v3.4.1...v3.4.4

v3.4.1

10 Feb 15:27
ad837ef
Compare
Choose a tag to compare
v3.4.1 Pre-release
Pre-release

What's Changed

Full Changelog: v.3.4.0...v3.4.1

v.3.4.0

07 Feb 15:19
577a8b9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.3.6...v.3.4.0

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