-
Notifications
You must be signed in to change notification settings - Fork 195
Expand file tree
/
Copy pathfeature.yaml
More file actions
23 lines (23 loc) · 1.08 KB
/
feature.yaml
File metadata and controls
23 lines (23 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Unless filling for special features, all features should fill for previous forks (starting from Frontier) too
stable:
evm-type: stable
fill-params: --until=Prague
develop:
evm-type: develop
fill-params: --until=Osaka
static:
evm-type: static
fill-params: --until=Osaka --fill-static-tests ./tests/static
benchmark_test:
evm-type: benchmark
fill-params: --from=Cancun --until=Prague --gas-benchmark-values 1,10,30,45,60,90,120 -m benchmark --generate-all-formats ./tests
feature_only: true
eip7692:
evm-type: eip7692
fill-params: --fork=EOFv1 ./tests/unscheduled
eofwrap: true
feature_only: true
fusaka-devnet-2:
evm-type: develop
fill-params: --from=Prague --until=Osaka ./tests/osaka ./tests/shanghai/eip3860_initcode ./tests/prague/eip7702_set_code_tx/test_set_code_txs.py::test_set_code_to_precompile ./tests/byzantium/eip198_modexp_precompile ./tests/frontier/precompiles/test_precompiles.py ./tests/cancun/eip4844_blobs/test_blob_txs.py::test_sufficient_balance_blob_tx ./tests/cancun/eip4844_blobs/test_blob_txs.py::test_valid_blob_tx_combinations
feature_only: true