Leonard Stutzer
Leonard Stutzer
# Problem zokrates_pycrypto is not correctly installed with `pip install git+git://github.com/Zokrates/pycrypto` since dependencies are not installed. # Reproduction ``` $ python3 -m venv venv $ . venv/bin/activate $ python3 setup.py...
# What ❔ Update CREATE2_FACTORY_BYTECODE to feature improvements in bytecode efficiency up to shanghai upgrade ## Why ❔ Less bytecode means less storage which is the most expensive resource on-chain....
## What ❔ This PR prevents the `zksync-era` repository from being cloned multiple times during the `zkstack ecosystem create` command. * Fixes #4058. * Likely further resolves the genesis hash...