Skip to content

Releases: corpus-io/tokenize.it-smart-contracts

v5.0.2

14 Mar 17:59
6619659
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.0.1...v5.0.2

v5.0.1

05 Jan 14:28
Compare
Choose a tag to compare

Minor changes to factories:

  • make implementation address public by @malteish in #318
  • move vesting lockup creation to VestingCloneFactory from PrivateOfferFactory, to make it usable independently of PrivateOffer, too.

Full Changelog: v5.0.0...v5.0.1

v5.0.0

14 Dec 14:39
Compare
Choose a tag to compare

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:

Read more

v5.0.0-beta0

08 Dec 13:50
Compare
Choose a tag to compare
v5.0.0-beta0 Pre-release
Pre-release

Minor fixes and internal refactorings

What's Changed

Full Changelog: v4.1.0-alpha.0...v5.0.0-beta0

v4.2.1

07 Nov 09:23
123a89f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.0...v4.2.1

v4.2.0-beta.0

17 Aug 10:15
Compare
Choose a tag to compare

This version adds a naive token factory TokenFactory.sol, which is capable of deterministic deployments. It uses CREATE2.

v4.1.0-alpha0

17 Aug 05:59
Compare
Choose a tag to compare
v4.1.0-alpha0 Pre-release
Pre-release

add VestingWalletFactory for token lockups

v4.0

23 Mar 10:57
8090faa
Compare
Choose a tag to compare

Node.js package

A npm package has been released that allows deployment of and interaction with the smart contracts, e.g. using hardhat.
https://www.npmjs.com/package/@tokenize.it/contracts

What's Changed

Breaking Change

The ContinuousFundraising.buy() function and PersonalInvite now support 2 separate addresses for the investor:

  • currency payer address -> pays for the investment
  • token receiver address -> receives the tokens

Other Changes

Full Changelog: v3.1...v4.0

v3.1

20 Dec 13:04
88f1908
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0...v3.1

v3.0

09 Dec 13:13
becbd35
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.4...v3.0