Add Governor contracts (#2672)
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
Showing
contracts/governance/Governor.sol
0 → 100644
This diff is collapsed.
Click to expand it.
contracts/governance/IGovernor.sol
0 → 100644
contracts/mocks/GovernorCompMock.sol
0 → 100644
contracts/mocks/GovernorMock.sol
0 → 100644
contracts/mocks/TimersBlockNumberImpl.sol
0 → 100644
contracts/mocks/TimersTimestampImpl.sol
0 → 100644
contracts/mocks/compound/CompTimelock.sol
0 → 100644
contracts/utils/Timers.sol
0 → 100644
This diff is collapsed.
Click to expand it.
| ... | ... | @@ -74,7 +74,7 @@ |
| "merkletreejs": "^0.2.13", | ||
| "micromatch": "^4.0.2", | ||
| "prettier": "^2.3.0", | ||
| "prettier-plugin-solidity": "^1.0.0-beta.13", | ||
| "prettier-plugin-solidity": "^1.0.0-beta.16", | ||
| "rimraf": "^3.0.2", | ||
| "solhint": "^3.3.6", | ||
| "solidity-ast": "^0.4.25", | ||
| ... | ... |
test/governance/Governor.test.js
0 → 100644
This diff is collapsed.
Click to expand it.
test/governance/GovernorWorkflow.behavior.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
test/helpers/enums.js
0 → 100644
test/utils/TimersBlockNumberImpl.test.js
0 → 100644
test/utils/TimersTimestamp.test.js
0 → 100644
Please
register
or
sign in
to comment