fix(evm): ensure only one copy of StateDB when executing Ethereum txs #6161
Annotations
5 errors and 1 warning
golangci-lint:
x/evm/keeper/erc20_test.go#L37
Error return value of `stateDB.Commit` is not checked (errcheck)
|
golangci-lint:
x/evm/keeper/erc20_test.go#L66
Error return value of `stateDB.Commit` is not checked (errcheck)
|
golangci-lint:
x/evm/keeper/erc20_test.go#L84
Error return value of `stateDB.Commit` is not checked (errcheck)
|
golangci-lint:
x/evm/keeper/erc20_test.go#L99
Error return value of `stateDB.Commit` is not checked (errcheck)
|
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
|
Loading