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
Add eip6800 feature to the configuration file for the repo to be able to build and package releases with verkle fixtures easily.
In PR #573 we have an example of how this was accomplished for EOF, and we can similarly do this for verkle:
Add CancunEIP6800 (or similar) to activate verkle in an isolated way, similar to our CancunEIP7692 fork for EOF. Although it could be possible that we need more than one fork for Verkle, e.g. to have different conversion strides.
Add a eip6800 evm configuration to file configs/evm.yaml similar to eip7692 that we added to EOF.
Add the correct config to tox.ini, like the one added for EOF.
Optionally add and enable a tox verification matrix configuration for verkle in tox_verify.yaml.
The text was updated successfully, but these errors were encountered:
Add
eip6800
feature to the configuration file for the repo to be able to build and package releases with verkle fixtures easily.In PR #573 we have an example of how this was accomplished for EOF, and we can similarly do this for verkle:
CancunEIP6800
(or similar) to activate verkle in an isolated way, similar to ourCancunEIP7692
fork for EOF. Although it could be possible that we need more than one fork for Verkle, e.g. to have different conversion strides.eip6800
evm configuration to fileconfigs/evm.yaml
similar toeip7692
that we added to EOF.tox.ini
, like the one added for EOF.tox_verify.yaml
.The text was updated successfully, but these errors were encountered: