-
Notifications
You must be signed in to change notification settings - Fork 115
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 a batch poster manager for the sequencer inbox #74
Conversation
yahgwai
commented
Oct 5, 2023
•
edited by gzeoneth
Loading
edited by gzeoneth
- At this point we should consider inheriting openzepplin.AccessControl as we now have three roles
- Rollup owner
- batch poster
- batch poster manager
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
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
Agree that inheriting OZ AccessControl can be nice, but that would mess up storage. One potential solution is we have a BridgeStorage base contract that inherit the current storage layout so it doesn't get shifted downward.
Pushed changes to base this on
|
Co-authored-by: gzeon <[email protected]>
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
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