Paweł Bylica
Paweł Bylica
We want to decouple RLP library (mostly used in testing infrastructure and MPT hashing) from the core EVM state modifications. The `CREATE` address derivation is the only place where RLP...
It looks the t8n is missing from the coverage report. Add some CTest/integration test to make sure changes to the implementation doesn't break it easily.
MPT: Remove explicit extended node kind Notice that the formally specified extended node in the Merkle Patricia Trie always leads to a branch node. Therefore, we can treat branch nodes...
The prototype of the new API for evmone. It uses the test runners as users and modifies the `State` API from `state.h`. - the user provides read-only `StateView` interface with...
Disable Control-Flow protection (CET) for the Baseline interpreter. This is controlled by -fcf-protection GCC/Clang compiler flag and may be enabled by default depending on the OS configuration. This is disabled...
Refactor lambda usage to capture structured bindings (finally available in C++20) without declaring additional lambda capture variable. This also fixes clang-17 "declaration shadows a structured binding" warnings.