+dynamic_gas_unit_add_percentage flag #37236
Annotations
10 errors and 1 warning
golangci-lint:
ethergo/submitter/submitter.go#L800
assignOp: replace `gasEstimate = gasEstimate + (gasEstimate * uint64(gasUnitAddPercentage) / 100)` with `gasEstimate += (gasEstimate * uint64(gasUnitAddPercentage) / 100)` (gocritic)
|
golangci-lint:
ethergo/submitter/submitter.go#L391
commentFormatting: put a space between `//` and comment text (gocritic)
|
golangci-lint:
ethergo/submitter/submitter.go#L425
commentFormatting: put a space between `//` and comment text (gocritic)
|
golangci-lint:
ethergo/submitter/submitter.go#L432
commentFormatting: put a space between `//` and comment text (gocritic)
|
golangci-lint:
ethergo/submitter/config/config.go#L197
Comment should end in a period (godot)
|
golangci-lint:
ethergo/submitter/submitter.go#L430
G115: integer overflow conversion uint64 -> int (gosec)
|
golangci-lint:
ethergo/submitter/submitter.go#L435
G115: integer overflow conversion uint64 -> int (gosec)
|
golangci-lint:
ethergo/submitter/submitter.go#L436
unnecessary leading newline (whitespace)
|
golangci-lint:
ethergo/submitter/submitter.go#L462
unnecessary trailing newline (whitespace)
|
golangci-lint:
ethergo/submitter/util_test.go#L201
unnecessary leading newline (whitespace)
|
Run actions/setup-go@v5
Restore cache failed: Dependencies file is not found in /home/runner/work/sanguine/sanguine. Supported file pattern: go.sum
|
Loading