Skip to content

v5.0.0

Choose a tag to compare

@malteish malteish released this 14 Dec 14:39
· 144 commits to main since this release

Audit report:
https://consensys.io/diligence/audits/2023/12/tokenize-it/

Main changes from v4:

  • Token
    • Snapshots
    • upgradeable (createTokenProxy instead createTokenClone)
  • Employee Participation
    • Vesting.sol instead of other vesting contracts
  • powerful factories, e.g. PrivateOfferFactory that can deploy lock-up in one tx with deployPrivateOfferWithTimeLock
  • some arguments handed over as structs
  • AllowList
    • ERC2771
    • AllowListCloneFactory
    • Add or remove many addresses in 1 tx
    • Clone and add many addresses in 1 tx
  • FeeSettings
    • add or remove managers
    • managers can set or remove custom fees or custom fee collectors
  • Crowdinvesting
    • dynamic pricing
    • auto stop date

Pull Requests:

Full Changelog: v4.2.1...v5.0.0