Paweł Bylica
Paweł Bylica
By default all 3 plugins run. Is there a way to disable all of them?
## 🗒️ Description Use the Container.expected_bytecode feature in test_section_order(). Confirm that these tests replace EOFTests/efValidation/EOF1_section_order_.json. Source of the legacy tests: https://github.com/ethereum/tests/blob/develop/src/EOFTestsFiller/efValidation/EOF1_section_order_Copier.json. ## 🔗 Related Issues ## ✅ Checklist - [...
The gcov plugin searches the `*.gcno` files in the "project root" directory which is the current directory by default. I need to specify the external build dir where the `*.gcno`...
The state tests had a procedure of generating non-empty BLOCKHASH outputs based on the block number. This is deprecated feature not used in any existing tests. Remove support for it...
This is OOP at 100%.
Remove Host's dependency on RLP library by re-implementing `compute_create_address()`. Closes https://github.com/ethereum/evmone/issues/783.
Add new evmone::experimental library as a place for experimentation with different jumpdest analysis implementations.
If the scalar passed to BLST is not less than the subgroup order, BLST switches the multiplication algorithm to a slower one. Fix this by reducing the scalar if needed.
Compilers generate vector instructions with unaligned access to access elements on the EVM stack. Inform compiler that the stack memory is 32-byte aligned.
Show that MSM precompile works as simple MUL and also that MSM with single input can fallback to simpler MUL API.