We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e32b5a commit 3eeda23Copy full SHA for 3eeda23
tests/frontier/opcodes/test_calldatacopy.py
@@ -15,6 +15,7 @@
15
)
16
from ethereum_test_tools.vm.opcode import Opcodes as Op
17
18
+@pytest.mark.valid_from("Byzantium")
19
@pytest.mark.parametrize(
20
"code,tx_data,code_address_storage,to_address_storage",
21
[
0 commit comments