Releases: crowdtainer/dapp-contracts
Releases · crowdtainer/dapp-contracts
v1.1.0
What's Changed
- Make sure correct accounts are selected in hardhat tasks by @tfalencar in #40
- Vouchers721::createCrowdtainer() optional restriction by @tfalencar in #42
- Improve deploy example script (02_deploy_and_create_crowdtainer) by @tfalencar in #43
Full Changelog: v1.0.0...v1.1.0
Welcome to Crowdtainer's first release!
To see what Crowdtainer is about, and the implemented functionalities, please check:
System Description
User Stories
What's Changed
- Added basic testing infrastructure by @tfalencar in #1
- Fixed-price Crowdtainer implementation with ERC-721 by @tfalencar in #2
- Hardhat integration by @tfalencar in #4
- Harthat setup / deploy scripts by @tfalencar in #5
- Minor by @tfalencar in #6
- Removed typechain-hardhat since it no longer works with hardhat-deploy by @tfalencar in #7
- Minor: Add yarn build to README by @tfalencar in #8
- Security improvements by @tfalencar in #9
- Add task "Join" to join a created Crowdtainer project by @tfalencar in #10
- ERC721Enumerable, leave and timetravel tasks by @tfalencar in #11
- Changes for law: Add CCIP-Read by @tfalencar in #12
- Accessibility improvements: documentation + wallet UX by @tfalencar in #13
- Add missing ICrowdtainer.join() interface by @tfalencar in #14
- Parameter order by @tfalencar in #15
- JoinWithSignature modifications, agent / service provider tasks, modify token mints in deployment by @tfalencar in #17
- 'Join with signature' modifications by @tfalencar in #16
- Make SVG design consistent with current pages; Fixed small metadata JSON related bug by @tfalencar in #18
- Improvement to MetadataServiceV1.sol , and hardhat scripts by @tfalencar in #19
- Minor tweaks by @tfalencar in #20
- Update logo by @tfalencar in #21
- Referral public by @tfalencar in #22
- Make minimum/maximum target levels more intuitive. by @tfalencar in #23
- Improve security in Vouchers721.sol by @tfalencar in #24
- Add error handling for invalid nonce in Vouchers721.sol by @tfalencar in #25
- Add foundry-gas-diff.yml workflow by @tfalencar in #26
- Add protection against unresponsive service provider by @tfalencar in #28
- Add coverage information to README, with foundry/forge by @tfalencar in #29
- Fixed issue that prevented withdrawing of funds from non-DAI-like ERC20's by @tfalencar in #30
- Adds ERC-2612 signed permit to join in a single transaction by @tfalencar in #32
- Preparing for first live deployment by @tfalencar in #33
- Added deploy scripts by @tfalencar in #34
- Fix regression and add deployment example script by @tfalencar in #35
- Fixes README by @tfalencar in #36
-
- Add discord link to readme by @tfalencar in #37
- Fix README security policy link by @tfalencar in #38
- Update system description.md and user stories.md by @tfalencar in #39
New Contributors
- @tfalencar made their first contribution in #1