+dynamic_gas_unit_add_percentage flag #37185
Annotations
7 errors and 2 warnings
golangci-lint:
ethergo/submitter/submitter.go#L731
assignOp: replace `gasEstimate = gasEstimate + (gasEstimate * uint64(gasUnitAddPercentage) / 100)` with `gasEstimate += (gasEstimate * uint64(gasUnitAddPercentage) / 100)` (gocritic)
|
golangci-lint:
ethergo/submitter/config/config.go#L197
Comment should end in a period (godot)
|
golangci-lint:
ethergo/submitter/submitter.go#L429
G115: integer overflow conversion uint64 -> int (gosec)
|
golangci-lint:
ethergo/submitter/submitter.go#L424
var-naming: don't use underscores in Go names; var tx_forEstimate should be txForEstimate (revive)
|
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
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