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

Fix SYSTEM_CONTRACTS_OFFSET preprocessing #1152

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

CodeSandwich
Copy link

@CodeSandwich CodeSandwich commented Dec 17, 2024

What ❔

Fixes #802. The content of this PR hasn't been created by me, it's the cherry-picked commit b6b351e by @kelemeno from branch kl/interop that has an open PR #676. As of now the PR seems stuck, it fails the CI, has no reviews or comments, and got no new commits in 4 months. If this PR is merged, the parent PR should get no merge issues because the changes are a plain cherry-pick with no modifications.

Why ❔

Issue #802 breaks compilation of the constants Solidity file. This file is one of the main reasons to include this repository as a dependency of smart contracts that are to be deployed on zkSync. It has been broken for many months now and there's no quick fix in sight and no easy workaround except switching to maintaining the constants by hand.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Compilation Error When Using era-contracts in Foundry Projects
2 participants