When running the benchmark feature release with a 150M gas limit, the benchmark test_block_full_access_list_and_data fails due to hitting the RLP size limit.
Not sure what the correct adjustment for this test should be under higher gas limits, so it is currently skipped to allow the release process to move forward (see linked PR #2118 ).
This should be revisited to determine how the benchmark can be made effective under Osaka and refactored accordingly.
When running the benchmark feature release with a 150M gas limit, the benchmark
test_block_full_access_list_and_datafails due to hitting the RLP size limit.Not sure what the correct adjustment for this test should be under higher gas limits, so it is currently skipped to allow the release process to move forward (see linked PR #2118 ).
This should be revisited to determine how the benchmark can be made effective under Osaka and refactored accordingly.