We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Modify the Executor.sol contract to be able to be compiled either in Validium mode or in Rollup mode.
Executor.sol
Use solpp to decide if you want to compile the contracts in Validium or rollup mode using the --validium-mode flag on zk init .
--validium-mode
zk init
The lines that depend on pubdata should be compiled only when zk init command is run without the --validium-mode flag (Rollup mode).
The text was updated successfully, but these errors were encountered:
ilitteri
No branches or pull requests
🌟 Feature Request
Modify the
Executor.sol
contract to be able to be compiled either in Validium mode or in Rollup mode.📝 Description
Use solpp to decide if you want to compile the contracts in Validium or rollup mode using the
--validium-mode
flag onzk init
.The lines that depend on pubdata should be compiled only when
zk init
command is run without the--validium-mode
flag (Rollup mode).The text was updated successfully, but these errors were encountered: