+dynamic_gas_unit_add_percentage flag #37153
Annotations
6 errors and 2 warnings
golangci-lint:
ethergo/submitter/config/config.go#L197
Comment should end in a period (godot)
|
golangci-lint:
ethergo/submitter/util_test.go#L201
unnecessary leading newline (whitespace)
|
golangci-lint:
ethergo/submitter/util_test.go#L207
unnecessary trailing newline (whitespace)
|
golangci-lint:
ethergo/submitter/submitter.go#L720
assignOp: replace `gasEstimate = gasEstimate + (gasEstimate * uint64(gasUnitAddPercentage) / 100)` with `gasEstimate += (gasEstimate * uint64(gasUnitAddPercentage) / 100)` (gocritic)
|
golangci-lint:
ethergo/submitter/submitter.go#L396
G115: integer overflow conversion uint64 -> int (gosec)
|
golangci-lint
issues found
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
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