-
Notifications
You must be signed in to change notification settings - Fork 357
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
feat: new system contracts #537
Conversation
renamed from setChainId event
pragma solidity ^0.8.20; | ||
|
||
import {SlotDerivation} from "./SlotDerivation.sol"; | ||
import {StorageSlot} from "@openzeppelin/contracts/utils/StorageSlot.sol"; |
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.
most certainly it is safe to use v4 OZ library here in addition to copied v5 OZ library, but this should be warned about in the comments near the import
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.
This importing issue should not be pushed to main, we only need this while we did not import OZ-v5 and v4 in parallel. Once we merge that it will be removed
l1-contracts/contracts/state-transition/chain-deps/facets/Admin.sol
Outdated
Show resolved
Hide resolved
...tracts/test/foundry/unit/concrete/common/libraries/IncrementalMerkle/IncrementalMerkle.t.sol
Outdated
Show resolved
Hide resolved
…bs/era-contracts into kl/more-system-contracts
…a-contracts into kl/more-system-contracts
What ❔
Why ❔
Checklist