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

Do Governance Proposals with Signatures #429

Merged
merged 20 commits into from
Jun 7, 2024

Conversation

DanielVF
Copy link
Contributor

Our governance contract has two different propose methods. One tracks the plain text signatures of called methods, and the other does not. We want to switch to using the signature based method for governance, since this makes verification easier, and our tooling is already built to use it.

Before:

propose(address[],uint256[],bytes[],string)

After:

propose(address[],uint256[],string[],bytes[],string)

@DanielVF DanielVF requested a review from shahthepro May 25, 2024 19:46
@DanielVF DanielVF changed the title Infra: Governance Proro Do Governance Proposals with Signatures May 25, 2024
Base automatically changed from shah/deploy-with-proposals to master May 26, 2024 16:31

Choose a reason for hiding this comment

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

need to add the description for the functions and parameters

@shahthepro shahthepro merged commit 9076abb into master Jun 7, 2024
4 checks passed
@shahthepro shahthepro deleted the DanielVF/propose-with-sigs branch June 7, 2024 06:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants