ampleforth-contracts
ampleforth-contracts copied to clipboard
Smart contracts for Ampleforth Protocol (working name uFragments)
The average computation in the `Select.sol` library can overflow because the average is computed with `(a + b) / 2` (see [here](https://github.com/ampleforth/ampleforth-contracts/blob/master/contracts/lib/Select.sol#L29)). An overflow would be caught by Open Zeppelin's...
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...
migration of PR https://github.com/ampleforth/market-oracle/pull/72
After cloning master branch and installing with yarn I get the following errors when trying to run yarn test scripts/deploy.ts:32:69 - error TS2345: Argument of type 'SignerWithAddress' is not assignable...
Fixes issues listed in #192 * The orchestrator imports the entire UFragmentsPolicy.sol. The typical way to address this is to just import the relevant interface, instead of importing the full...
Contributors can pick up of the issues listed here (all are good first issues, great to get started): - [x] The Orchestrator was created to disregard failed transactions. However it...
Time dependent tests for the last rebase timestamp are flaky https://travis-ci.com/github/ampleforth/uFragments/builds/210413678