You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: