v4.0
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
- Test token meta tx by @malteish in #116
- update license to gpl by @malteish in #119
- add optional token receiver by @CJentzsch in #70
- test uses 1 domainSeparator and 1 requestTypeHash by @malteish in #118
- add audit reports by @malteish in #123
- contract verification by @malteish in #121
- Add test showcasing usage of PersonalInvite, update docs by @malteish in #122
- Update license gpl to agpl by @malteish in #124
- add DAI as currency by @malteish in #126
- Add some devops scripts by @malteish in #125
- Create npm package by @malteish in #127
- release npm by @malteish in #133
Full Changelog: v3.1...v4.0