command
Version:
v0.0.0-...-cfa6b07
Opens a new window with list of versions in this module.
Published: Nov 21, 2024
License: GPL-3.0
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
CREATE2 initcode-size check bug
This example builds a testcase for https://github.com/ethereum/execution-specs/issues/915
This program does a CREATE2 which fails. The CREATE2 can fail for two reasons:
- it is way to large initcode. This failure exits the current scope.
- it tries to use too large endowment. This failure fails the create2-op, butdoes not exit the current scope.
The consensus-correct way to fail is 1).
Finished testcase: [./create2_test.json]
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.