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

proposer set update logic for governable.sol #131

Merged
merged 8 commits into from
Mar 7, 2022

Conversation

akileshtangella
Copy link
Contributor

@akileshtangella akileshtangella commented Mar 5, 2022

Questions

Who should be able to set the session length multiplier?

@akileshtangella akileshtangella changed the title voting logic and merkle proof checker proposer set update logic for governable.sol Mar 6, 2022
@akileshtangella akileshtangella marked this pull request as ready for review March 7, 2022 03:06
Copy link
Contributor

@drewstone drewstone left a 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.

}

function voteInFavorForceSetGovernor(Vote memory vote) external {

Copy link
Contributor

Choose a reason for hiding this comment

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

Extra line

Copy link
Contributor Author

Choose a reason for hiding this comment

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

fixed

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';
Copy link
Contributor

Choose a reason for hiding this comment

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

Is this needed?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

fixed

@akileshtangella akileshtangella merged commit e0d7fca into main Mar 7, 2022
@drewstone drewstone deleted the akilesh/proposer-set-update branch November 3, 2022 21:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants