Commit ca37419
refactor(all): Enforce all execution-specs mypy rules (#2281)
* refactor(pyproject): Enforce all execution-specs mypy rules
* refactor(base_types): Enforce all execution-specs mypy rules
* refactor(types): Enforce all execution-specs mypy rules
* refactor(vm): Enforce all execution-specs mypy rules
* refactor(forks): Enforce all execution-specs mypy rules
* refactor(tests/shanghai): Enforce all execution-specs mypy rules
* refactor(fixtures): Enforce all execution-specs mypy rules
* refactor(tests/benchmark): Enforce all execution-specs mypy rules
* refactor(tests/osaka): Enforce all execution-specs mypy rules
refactor(tests/osaka): More fixes
* refactor(tests/prague): Enforce all execution-specs mypy rules
refactor(tests/prague): More fixes
* refactor(tests/cancun): Enforce all execution-specs mypy rules
* refactor(tests/homestead): Enforce all execution-specs mypy rules
* refactor(tests/frontier): Enforce all execution-specs mypy rules
* refactor(tests/istanbul): Enforce all execution-specs mypy rules
* refactor(tests/constantinople): Enforce all execution-specs mypy rules
* refactor(tests/berlin): Enforce all execution-specs mypy rules
* refactor(tests/byzantium): Enforce all execution-specs mypy rules
* refactor(tests/paris): Enforce all execution-specs mypy rules
* refactor(tests/amsterdam): Enforce all execution-specs mypy rules
* refactor(tests/unscheduled): Enforce all execution-specs mypy rules
* fix linting issue
* refactor(src/ethereum_test_exceptions): Enforce all execution-specs mypy rules
* refactor(.github/scripts): Enforce all execution-specs mypy rules
* fix typing issue after rebase
* refactor(src/ethereum_test_tools): Enforce all execution-specs mypy rules
* refactor(src/config): Enforce all execution-specs mypy rules
* refactor(src/ethereum_test_checklists): Enforce all execution-specs mypy rules
* refactor(src/ethereum_test_rpc): Enforce all execution-specs mypy rules
* fix issue after rebase
* refactor(specs): Enforce all execution-specs mypy rules
* refactor(src/cli,src/ethereum_clis): Enforce all execution-specs mypy rule
refactor(clis): More fixes
* refactor(src/ethereum_test_execution): Enforce all execution-specs mypy rule
* refactor(plugins/forks): Enforce all execution-specs mypy rules
refactor(plugins/forks): More fixes
* refactor(plugins/logging): Enforce all execution-specs mypy rules
* refactor(src/pytest_plugins/solc): Enforce all execution-specs mypy rule
refactor(plugins/solc): More fixes
* refactor(src/pytest_plugins/help): Enforce all execution-specs mypy rule
* refactor(src/pytest_plugins/eels_resolver): Enforce all execution-specs mypy rule
refactor(plugins/eels_resolver): More fixes
* refactor(src/pytest_plugins/fix_package_test_path): Enforce all execution-specs mypy rule
* refactor(src/pytest_plugins/execute): Enforce all execution-specs mypy rule
refactor(plugins/execute): More fixes
* refactor(plugins/consume): Enforce all execution-specs mypy rules
* refactor(src/pytest_plugins/filler): Enforce all execution-specs mypy rule
refactor(plugins/filler): More fixes
* refactor(src/pytest_plugins/spec_version_checker): Enforce all execution-specs mypy rule
* refactor(src/pytest_plugins/pytest_hive): Enforce all execution-specs mypy rule
* refactor(plugins/shared): Enforce all execution-specs mypy rules
---------
Co-authored-by: LouisTsai <[email protected]>
Co-authored-by: fselmo <[email protected]>1 parent 82408b4 commit ca37419
File tree
402 files changed
+2872
-2392
lines changed- .github/scripts
- src
- cli
- eest
- commands
- make
- commands
- fuzzer_bridge
- gentest
- tests
- pytest_commands
- tests
- config
- ethereum_clis
- clis
- tests
- ethereum_test_base_types
- reference_spec
- tests
- ethereum_test_checklists/tests
- ethereum_test_exceptions
- exceptions
- tests
- ethereum_test_execution
- ethereum_test_fixtures
- tests
- ethereum_test_forks
- forks
- tests
- ethereum_test_rpc
- ethereum_test_specs
- static_state
- common
- tests
- ethereum_test_tools
- tests
- tools_code
- utility
- tests
- ethereum_test_types
- block_access_list
- eof/v1
- tests
- ethereum_test_vm
- tests
- pytest_plugins
- consume
- direct
- simulators
- engine
- helpers
- rlp
- simulator_logic
- sync
- tests
- custom_logging
- tests
- execute
- eth_config
- tests
- rpc
- tests
- filler
- gen_test_doc
- tests
- forks
- tests
- help
- tests
- pytest_hive
- solc
- spec_version_checker
- tests
- amsterdam/eip7928_block_level_access_lists
- benchmark
- stateful
- bloatnet
- berlin
- eip2929_gas_cost_increases
- eip2930_access_list
- byzantium/eip198_modexp_precompile
- cancun
- eip1153_tstore
- eip4788_beacon_root
- eip4844_blobs
- point_evaluation_vectors
- eip5656_mcopy
- eip6780_selfdestruct
- eip7516_blobgasfee
- constantinople
- eip1014_create2
- eip145_bitwise_shift
- frontier
- create
- examples
- identity_precompile
- opcodes
- precompiles
- scenarios
- homestead
- coverage
- identity_precompile
- istanbul
- eip1344_chainid
- eip152_blake2
- osaka
- eip7594_peerdas
- eip7823_modexp_upper_bounds
- eip7825_transaction_gas_limit_cap
- eip7883_modexp_gas_increase
- eip7918_blob_reserve_price
- eip7934_block_rlp_limit
- eip7939_count_leading_zeros
- eip7951_p256verify_precompiles
- paris
- eip7610_create_collision
- security
- prague
- eip2537_bls_12_381_precompiles
- eip2935_historical_block_hashes_from_state
- eip6110_deposits
- eip7002_el_triggerable_withdrawals
- eip7251_consolidations
- eip7685_general_purpose_el_requests
- eip7702_set_code_tx
- shanghai
- eip3651_warm_coinbase
- eip3855_push0
- eip3860_initcode
- eip4895_withdrawals
- unscheduled/eip7692_eof_v1
- eip3540_eof_v1
- eip4200_relative_jumps
- eip4750_functions
- eip5450_stack
- eip6206_jumpf
- eip663_dupn_swapn_exchange
- eip7069_extcall
- eip7480_data_section
- eip7620_eof_create
- eip7873_tx_create
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
402 files changed
+2872
-2392
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
49 | 50 | | |
50 | 51 | | |
51 | 52 | | |
52 | | - | |
| 53 | + | |
53 | 54 | | |
54 | 55 | | |
55 | 56 | | |
| |||
88 | 89 | | |
89 | 90 | | |
90 | 91 | | |
91 | | - | |
| 92 | + | |
92 | 93 | | |
93 | 94 | | |
94 | 95 | | |
| |||
98 | 99 | | |
99 | 100 | | |
100 | 101 | | |
101 | | - | |
| 102 | + | |
102 | 103 | | |
103 | 104 | | |
104 | 105 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
190 | 190 | | |
191 | 191 | | |
192 | 192 | | |
193 | | - | |
194 | 193 | | |
195 | 194 | | |
| 195 | + | |
| 196 | + | |
196 | 197 | | |
197 | 198 | | |
198 | 199 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| 53 | + | |
53 | 54 | | |
54 | 55 | | |
55 | | - | |
56 | | - | |
57 | | - | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
58 | 62 | | |
59 | 63 | | |
60 | 64 | | |
| |||
86 | 90 | | |
87 | 91 | | |
88 | 92 | | |
89 | | - | |
| 93 | + | |
90 | 94 | | |
91 | | - | |
| 95 | + | |
92 | 96 | | |
93 | 97 | | |
94 | 98 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
| 81 | + | |
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
| 96 | + | |
97 | 97 | | |
98 | | - | |
99 | | - | |
| 98 | + | |
100 | 99 | | |
101 | 100 | | |
102 | 101 | | |
| |||
129 | 128 | | |
130 | 129 | | |
131 | 130 | | |
132 | | - | |
| 131 | + | |
133 | 132 | | |
134 | | - | |
| 133 | + | |
135 | 134 | | |
136 | 135 | | |
137 | 136 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
131 | | - | |
132 | | - | |
| 131 | + | |
| 132 | + | |
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
14 | 19 | | |
15 | 20 | | |
16 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
0 commit comments