You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(tests): Update benchmark test to query newly introduced max_code_size() from fork config (ethereum#1649)
* feat(forks): introduce max code size / max initcode size
* feat(tests): read max code size from fork / scale gas limit as appropriate for test
* Update src/ethereum_test_forks/base_fork.py
Co-authored-by: Paweł Bylica <chfast@gmail.com>
* Update src/ethereum_test_forks/base_fork.py
Co-authored-by: Paweł Bylica <chfast@gmail.com>
* Update src/ethereum_test_forks/forks/forks.py
Co-authored-by: Paweł Bylica <chfast@gmail.com>
* feat(tests): fix type error complaints
* feat(tests): make tests dependent on MAX_CODE_SIZE now depend on the fork-based max code size
* feat(tests): use a more logical gas limit formula for contract deployment
* feat(tests): default (init)code size limit to first limit set
* feat(tests): remove EIP 7907 from Osaka
* feat(tests): make typecheck happy
* feat(tests): do not use fallback for code size being returned `None` anymore
* feat(tests): read code size from forks from newly added tests after rebase
* Update tests/zkevm/test_worst_bytecode.py
Co-authored-by: Mario Vega <marioevz@gmail.com>
* feat(tests): insert max_code_size for modarith zkevm test
---------
Co-authored-by: Paweł Bylica <chfast@gmail.com>
Co-authored-by: Mario Vega <marioevz@gmail.com>
0 commit comments