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

add pause all / unpause all action contracts #220

Open
wants to merge 2 commits into
base: deploy-actions
Choose a base branch
from

Conversation

DZGoldman
Copy link
Collaborator

@DZGoldman DZGoldman commented Oct 24, 2023

Including adding all active outboxes and batch posters to the L1AddressRegistry to make life easier. Means registry has to be redeployed if either is modified; could add a health check to ensure we don't forget.

@DZGoldman DZGoldman marked this pull request as draft October 24, 2023 15:56
@DZGoldman DZGoldman marked this pull request as ready for review October 24, 2023 16:32
}

function getSequencers() public view returns (address[] memory) {
return sequencers;
Copy link
Collaborator

@yahgwai yahgwai Oct 25, 2023

Choose a reason for hiding this comment

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

i think sequencers can be expected to change, likewise outboxes, so we probably dont want to hardcode them here. I think it would be better to add some pause functionality to the bridge instead, but maybe that's a longer term solution for a different pr?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

hmm yeah agreed; pausable bridge let's us more directly both pause sequencing, outbox execution, and gives means to pause force inclusion, v nice. Kinda like the idea of pushing forward with that in the short/ASAP - term. (tho in the immediate term maybe we temporarily have this? idk)

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.

2 participants