test_blobbasefee_during_fork()¶
Documentation for tests/cancun/eip7516_blobgasfee/test_blobgasfee_opcode.py::test_blobbasefee_during_fork@9c2813ee.
Generate fixtures for these test cases for Cancun with:
fill -v tests/cancun/eip7516_blobgasfee/test_blobgasfee_opcode.py::test_blobbasefee_during_fork --fork Cancun
Tests that the BLOBBASEFEE opcode results on exception when called before the fork and succeeds when called after the fork.
Source code in tests/cancun/eip7516_blobgasfee/test_blobgasfee_opcode.py
214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 | |
Parametrized Test Cases¶
This test generates 1 parametrized test case across 1 fork.