Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cleanup test names / scopelint fix #22

Merged
merged 10 commits into from
Jan 8, 2024
5 changes: 2 additions & 3 deletions test/Constants.sol
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ contract Constants {
address constant TIMELOCK = 0x8dA8f82d2BbDd896822de723F55D6EdF416130ba;
address constant DRIPS = 0xd0Dd053392db676D57317CD4fe96Fc2cCf42D0b4;

// TODO: resolve the list of large delegates with tallyaddress
address constant PROPOSER = 0x464D78a5C97A2E2E9839C353ee9B6d4204c90B0b; // cloudhead.eth

address constant USDC_ADDRESS = 0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48;
Expand All @@ -16,8 +15,8 @@ contract Constants {
address constant MTV_ADDRESS = 0x6226e00bCAc68b0Fe55583B90A1d727C14fAB77f;
uint256 constant MAX_REASONABLE_TIME_PERIOD = 302_400; // 6 weeks assume a 12 sec block time

// we have not yet deployed the Radworks Bravo Governor
address constant DEPLOYED_BRAVO_GOVERNOR = 0x1111111111111111111111111111111111111111;
// we have not yet deployed the Radworks Bravo Governor (will be replaced with deployed address)
address constant DEPLOYED_BRAVO_GOVERNOR = address(0x0);

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(arbitrary comment)

  • When looking at the Scopelint spec of PoolTogether I noticed a couple test cases were missing in Radworks.

│ ├── Old Governor Cannot Send E T H After Proposal Succeeds
│ ├── Old Governor Sends Token After Proposal Is Defeated

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done: 2d0828d


uint256 constant QUORUM = 4_000_000e18;
}
200 changes: 0 additions & 200 deletions test/RadworksDripsGovernance.t.sol

This file was deleted.

Loading
Loading