test_chainid()
¶
Documentation for tests/istanbul/eip1344_chainid/test_chainid.py::test_chainid@verkle@v0.0.5
.
Generate fixtures for these test cases for Istanbul with:
Istanbul only:
fill -v tests/istanbul/eip1344_chainid/test_chainid.py::test_chainid --fork=Istanbul --evm-bin=/path/to/evm-tool-dev-version
For all forks up to and including Istanbul:
fill -v tests/istanbul/eip1344_chainid/test_chainid.py::test_chainid --until=Istanbul
Test CHAINID opcode.
Source code in tests/istanbul/eip1344_chainid/test_chainid.py
15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 |
|