@@ -5,7 +5,7 @@ footer: |
5
5
base :
6
6
name : go-ethereum
7
7
url : https://github.com/ethereum/go-ethereum
8
- hash : c5ba367eb6232e3eddd7d6226bfd374449c63164 v1.13.15
8
+ hash : c5ba367eb6232e3eddd7d6226bfd374449c63164 # v1.13.15
9
9
fork :
10
10
name : op-geth
11
11
url : https://github.com/ethereum-optimism/op-geth
56
56
globs :
57
57
- " core/vm/evm.go"
58
58
- " core/evm.go"
59
- - " core/types/rollup_l1_cost .go"
59
+ - " core/types/rollup_cost .go"
60
60
- " core/state_processor.go"
61
61
- " core/state_prefetcher.go"
62
62
- title : Transaction processing
111
111
description : |
112
112
Transaction queueing and inclusion needs to account for the L1 cost component.
113
113
globs :
114
- - " core/txpool/*"
114
+ - " core/txpool/**/* "
115
115
- " core/txpool/legacypool/*"
116
116
- title : " Chain Configuration"
117
117
sub :
@@ -188,6 +188,10 @@ def:
188
188
description : Fix discv5 option to allow discv5 to be an active source for node-discovery.
189
189
globs :
190
190
- " p2p/server.go"
191
+ - title : Bootnodes
192
+ description : Discovery bootnode addresses.
193
+ globs :
194
+ - " params/bootnodes.go"
191
195
- title : Generated TOML config update
192
196
globs :
193
197
- " eth/ethconfig/gen_config.go"
222
226
globs :
223
227
- " eth/tracers/api.go"
224
228
- title : " Daisy Chain tests"
225
- globs :
229
+ ignore :
226
230
- " internal/ethapi/transaction_args_test.go"
227
231
- " ethclient/ethclient_test.go"
228
232
- " eth/tracers/api_test.go"
@@ -255,11 +259,20 @@ def:
255
259
# upstream PR: https://github.com/ethereum/go-ethereum/pull/28863/
256
260
globs :
257
261
- " accounts/usbwallet/hub.go"
262
+ - title : " Testing"
263
+ description : Additional or modified tests, not already captured by the above diff
264
+ ignore :
265
+ - " **/*_test.go"
258
266
259
267
# ignored globally, does not count towards line count
260
268
ignore :
261
269
- " .circleci/*"
262
270
- " *.sum"
263
271
- " go.mod"
264
272
- " fork.yaml"
265
- - " .github/*"
273
+ - " Makefile"
274
+ - " .golangci.yml"
275
+ - " .github/**"
276
+ - " **/*.gob" # data asset, not code
277
+ - " core/vm/testdata/precompiles/p256Verify.json" # data asset, not code
278
+ - " eth/tracers/internal/tracetest/testdata/**/*.json"
0 commit comments