File tree Expand file tree Collapse file tree 4 files changed +25
-1
lines changed
Expand file tree Collapse file tree 4 files changed +25
-1
lines changed Original file line number Diff line number Diff line change 2626 # python: '3.11'
2727 # evm-type: 'eip7692'
2828 # tox-cmd: 'tox -e tests-eip7692'
29+ # Disabled for now until verkle testing framework is refined
30+ # - os: ubuntu-latest
31+ # python: '3.11'
32+ # evm-type: 'eip6800'
33+ # tox-cmd: 'tox -e tests-eip6800'
2934 - os : macos-latest
3035 python : ' 3.11'
3136 evm-type : ' stable'
Original file line number Diff line number Diff line change @@ -12,4 +12,9 @@ eip7692:
1212 impl : evmone
1313 repo : ethereum/evmone
1414 ref : master
15- evm-bin : evmone-t8n
15+ evm-bin : evmone-t8n
16+ eip6800 :
17+ impl : geth
18+ repo : gballet/go-ethereum
19+ ref : base-root-last-merkle-root-merge
20+ evm-bin : evm
Original file line number Diff line number Diff line change 99eip7692 :
1010 evm-type : eip7692
1111 fill-params : --fork=CancunEIP7692 ./tests/prague
12+ solc : 0.8.21
13+ eip6800 :
14+ evm-type : eip6800
15+ fill-params : --fork=EIP6800Transition -m blockchain_test
1216 solc : 0.8.21
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ env_list =
77[forks]
88develop = Prague
99eip7692 = CancunEIP7692
10+ eip6800 = EIP6800Transition
1011
1112[testenv]
1213package = wheel
@@ -77,6 +78,15 @@ extras =
7778commands =
7879 pytest -n auto --evm-bin =evmone-t8n --fork ={[forks]eip7692} -k " not slow" ./tests/prague
7980
81+ [testenv:tests-eip6800]
82+ description = Execute test cases in tests/ specifically for the Verkle transition
83+
84+ extras =
85+ {[testenv:tests-base]extras}
86+
87+ commands =
88+ pytest -n auto --fork ={[forks]eip6800}
89+
8090[testenv:docs]
8191description = Run documentation checks
8292
You can’t perform that action at this time.
0 commit comments