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

Make it possible to compile the core codebase with stable #3195

Open
popzxc opened this issue Oct 30, 2024 · 0 comments
Open

Make it possible to compile the core codebase with stable #3195

popzxc opened this issue Oct 30, 2024 · 0 comments
Assignees

Comments

@popzxc
Copy link
Member

popzxc commented Oct 30, 2024

Right now, we are always forced to compile sequencer with nightly compiler.
It's an issue for the projects like era-test-node and foundry-zksync.

In fact, the use of nightly in core is limited (from what I understand, the need for nightly mostly comes from stuff like commitment calculation + proof types), so the nightly functionality can be feature gated.

With that, it should be possible to compile era-test-node/foundry-zksync with stable compiler.

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

No branches or pull requests

1 participant