-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Comp Token and Governor Alpha [Release Candidate 1]
This patch builds our official release candidates for the Comp and Governor Alpha systems. We make a number of minor changes from the 2.5 Alpha 2 version, including: * Change proposal and quorum thresholds to 1% and 4% respectively * Make a number of cosmetic changes and updates to events * Add test-net deployments [Ropsten, Goerli] * Add additional unit tests, scenarios and formal verification * Upgrade saddle to include `saddle console` * Upgrade Docker for newest version
- Loading branch information
Showing
35 changed files
with
4,026 additions
and
2,828 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,38 @@ | ||
allFiredEvents | ||
build | ||
build_ | ||
node_modules | ||
scenario/node_modules | ||
test | ||
!test/contracts | ||
*.DS_Store | ||
.env | ||
.certora* | ||
certora_* | ||
coverage/ | ||
coverage.json | ||
emv-*/ | ||
networks/test.json | ||
networks/test-abi.json | ||
networks/coverage.json | ||
networks/coverage-abi.json | ||
networks/development.json | ||
networks/development-abi.json | ||
networks/coverage-contracts/* | ||
networks/test-contracts/* | ||
networks/*-contracts.json | ||
networks/*-history | ||
networks/*-settings.json | ||
*.DS_Store | ||
test-results.xml | ||
.tsbuilt | ||
yarn-error.log | ||
scenario/build/webpack.js | ||
.scencache | ||
.solcache | ||
.solcachecov | ||
scenario/.tscache | ||
tests | ||
spec | ||
junit.xml | ||
.build | ||
.last_confs | ||
.git | ||
script/certora |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.