This repository has been archived by the owner on Jan 22, 2022. It is now read-only.
Releases: impactMarket/smart-contracts-alpha-version
Releases · impactMarket/smart-contracts-alpha-version
0.0.1
v0.0.1-beta.0
- ImpactMarket now requires multiple signatures to submit a transaction.
- Audited with MythX. Results added in /audit folder.
- Update migrations scripts and truffle-config to deploy to mainnet.
- Add linters and improve travis-ci job.
v0.0.1-alpha.11
- Fix typos
- Improve tests
v0.0.1-alpha.10
- Add slither security verification
- Rename some contract variables
- Add CommunityFactory contract and deploy new communities from it
- ImpactMarket now calls CommunityFactory to deploy new communities. CommunityFactory can be updated without changing anything in ImpactMarket contract.
Celo camp tests
With this release, we start the celo camp tests.
- Edit community
- Lock/unlock community
- Migrate community funds (WIP)
- Remove initial claim wait
v0.0.1-alpha.8
- migrate @openzeppelin/contracts v3
- migrate to solidity 0.6
- fix interval between claims after the first claim
- improved tests with
many beneficiaries to one community
andmany beneficiaries to many communities
examples
Small fixing
- Fix claim mechanism
- Unlock locked beneficiaries
- Track claims on-chain