felix
felix
## 🗒️ Description Added an eest wrapper for ckzg functions we will probably use in our tests. A few open questions: * Their code relies on `trusted_setup.txt`, I just import...
fix(static_tests): adjusted gasLimit to only allow gasLimit of up to 30mil as enforced in eip-7825
## 🗒️ Description For now this is only for static_tests we have. Currently filling and executing to see if it all still works. Please thoroughly review this PR. These changes...
## 🗒️ Description Geth's `evm` supports both `-v` and `--version` but Nethermind's `nethtest` only supports `--version`. This does not mean that we can consume direct with nethtest now, but it's...
## 🗒️ Description Small change, big impact: With this instead of relying of of `print()` + `-s` we now can just use `logging.info("abc")`. This is better for many reasons: *...
## What is the context of this problem? When trying to fill certain static tests using e.g. `uv run fill -k "MCOPY_memory_expansion_costFiller" --fill-static-tests --evm-bin=/home/$USER/Documents/evmone/build/bin/evmone-t8n -vv -s` a different solc version...
## 🗒️ Description Geth supports eofparse and can be used to validate a given eof test (code valid yes/no without running the code). The command I used for fill was...