-
Notifications
You must be signed in to change notification settings - Fork 13
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
proposer set update logic for governable.sol #131
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM pending small changes.
contracts/utils/Governable.sol
Outdated
} | ||
|
||
function voteInFavorForceSetGovernor(Vote memory vote) external { | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Extra line
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed
test/governance/governable.test.ts
Outdated
import EC from 'elliptic'; | ||
const ec = new EC.ec('secp256k1'); | ||
const TruffleAssert = require('truffle-assertions'); | ||
|
||
// Convenience wrapper classes for contract classes | ||
import { Governable__factory } from '../../typechain'; | ||
import { BlockForkEvent } from '@ethersproject/contracts/node_modules/@ethersproject/abstract-provider'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this needed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed
Questions
Who should be able to set the session length multiplier?