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

remove redundant configs #429

Merged

Conversation

Deniallugo
Copy link
Contributor

What ❔

Why ❔

Checklist

  • PR title corresponds to the body of PR (we generate changelog entries from PRs).
  • Tests for the changes have been added / updated.
  • Documentation comments have been added / updated.

aon and others added 4 commits April 30, 2024 14:52
Signed-off-by: Danil <deniallugo@gmail.com>
Signed-off-by: Danil <deniallugo@gmail.com>
@Deniallugo Deniallugo changed the base branch from main to release-v23 May 1, 2024 09:57

saveOutput();
}

// This function should be called by the owner to accept the admin role
function acceptAdmin() public {
Copy link
Collaborator

Choose a reason for hiding this comment

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

typically admin will be governance.sol contract (this is how we plan to track for upgrades), better to have a way encode a call to this contract, instead of EOA accepting admin

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I think it's doable using foundry. Thanks for noticing! as i remember we can just print the calldata

l1-contracts-foundry/script/RegisterHyperchain.s.sol Outdated Show resolved Hide resolved
Signed-off-by: Danil <deniallugo@gmail.com>
@Deniallugo Deniallugo force-pushed the deniallugo-remove-redundant-configs branch 4 times, most recently from 7ada7f3 to 0115e1c Compare May 1, 2024 12:47
Signed-off-by: Danil <deniallugo@gmail.com>
@Deniallugo Deniallugo force-pushed the deniallugo-remove-redundant-configs branch from 0115e1c to 09d01ed Compare May 1, 2024 13:03
Signed-off-by: Danil <deniallugo@gmail.com>
Signed-off-by: Danil <deniallugo@gmail.com>
@Deniallugo Deniallugo force-pushed the deniallugo-remove-redundant-configs branch from 704f094 to 552da53 Compare May 2, 2024 09:57
@Deniallugo Deniallugo merged commit 51c3b47 into matter-labs:release-v23 May 2, 2024
21 checks passed
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.

3 participants