-
Notifications
You must be signed in to change notification settings - Fork 389
feat: Add addInteropRootsInBatch to L2InteropRootStorage #1644
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
base: draft-v30
Are you sure you want to change the base?
Conversation
Lint is broken in draft-v30 |
Co-authored-by: 0xValera <[email protected]>
Co-authored-by: 0xValera <[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.
@0xValera please be careful when merging, bootloader selectors would most likely break, so when testing with server expect this contract to stop working
iiuc, all selectors are templated and should be recalculated automatically |
What ❔
Add a group of roots in one call.
Why ❔
Make it more efficient and EVM-compatible in ZKsync OS
Checklist