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

feat: new system contracts #537

Merged
merged 25 commits into from
Jun 26, 2024
Merged

Conversation

kelemeno
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.

l1-contracts/contracts/common/L2ContractAddresses.sol Outdated Show resolved Hide resolved
l1-contracts/contracts/common/libraries/FullMerkle.sol Outdated Show resolved Hide resolved
l1-contracts/contracts/common/libraries/FullMerkle.sol Outdated Show resolved Hide resolved
l1-contracts/contracts/bridgehub/MessageRoot.sol Outdated Show resolved Hide resolved
l1-contracts/contracts/common/libraries/FullMerkle.sol Outdated Show resolved Hide resolved
pragma solidity ^0.8.20;

import {SlotDerivation} from "./SlotDerivation.sol";
import {StorageSlot} from "@openzeppelin/contracts/utils/StorageSlot.sol";
Copy link
Collaborator

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

Copy link
Contributor Author

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

@kelemeno kelemeno changed the base branch from kl/custom-asset-bridging to kl/sync-layer-reorg June 25, 2024 09:23
@kelemeno kelemeno merged commit 4aa6f14 into kl/sync-layer-reorg Jun 26, 2024
17 of 23 checks passed
@kelemeno kelemeno deleted the kl/more-system-contracts branch June 26, 2024 21:09
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