GoodContracts
GoodContracts copied to clipboard
GoodDollar's solidity contracts - Token + DAP based on DAOStack
Bumps [@openzeppelin/contracts-upgradeable](https://github.com/OpenZeppelin/openzeppelin-contracts-upgradeable) from 4.4.1 to 4.7.3. Release notes Sourced from @openzeppelin/contracts-upgradeable's releases. v4.7.3 :warning: This is a patch for a medium severity issue. For more information visit the security advisory....
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
Bumps [shelljs](https://github.com/shelljs/shelljs) from 0.8.4 to 0.8.5. Release notes Sourced from shelljs's releases. v0.8.5 This was a small security fix for #1058. Commits 70668a4 0.8.5 d919d22 fix(exec): lockdown file permissions (#1060)...
Bumps [tar](https://github.com/npm/node-tar) from 4.4.8 to 4.4.19. Commits 9a6faa0 4.4.19 70ef812 drop dirCache for symlink on all platforms 3e35515 4.4.18 52b09e3 fix: prevent path escape using drive-relative paths bb93ba2 fix: reserve...
Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
### Motivation We need a way to check if two different accounts are associated with the same human or not. It is called user identity or anti-Sybil. This task became...
### Motivation Somebody may want to create an independent token that everybody receives a fixed amount per day. ### Details Add a public mapping querying which it will be possible...
### Motivation I want to be able to create "mirror" ERC-20 tokens of the $G token. Consider a journalism support project: Everybody is given free ads in amount proportional to...
# Description Write test cases to test for mDAI. This PR will consist of additional mock files,Test cases required for testing DMM. It twill also consist of changes in migration...