Skip to content
This repository has been archived by the owner on Jan 22, 2022. It is now read-only.

Releases: impactMarket/smart-contracts-alpha-version

0.0.1

21 May 11:16
Compare
Choose a tag to compare

v0.0.1-beta.0

05 Sep 11:37
Compare
Choose a tag to compare
v0.0.1-beta.0 Pre-release
Pre-release
  • 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

05 Sep 11:33
Compare
Choose a tag to compare
v0.0.1-alpha.11 Pre-release
Pre-release
  • Fix typos
  • Improve tests

v0.0.1-alpha.10

08 Jul 14:21
Compare
Choose a tag to compare
v0.0.1-alpha.10 Pre-release
Pre-release
  • 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

08 Jul 14:21
Compare
Choose a tag to compare
Celo camp tests Pre-release
Pre-release

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

29 May 19:10
Compare
Choose a tag to compare
v0.0.1-alpha.8 Pre-release
Pre-release
  • 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 and many beneficiaries to many communities examples

Small fixing

19 May 21:40
Compare
Choose a tag to compare
Small fixing Pre-release
Pre-release
  • Fix claim mechanism
  • Unlock locked beneficiaries
  • Track claims on-chain