Skip to content

Problem: concurrent write base fee in fee history (backport: #364) #585

Problem: concurrent write base fee in fee history (backport: #364)

Problem: concurrent write base fee in fee history (backport: #364) #585

Triggered via pull request October 23, 2023 10:57
Status Failure
Total duration 3m 13s
Artifacts

lint.yml

on: pull_request
Run golangci-lint
2m 59s
Run golangci-lint
Run markdown-lint
18s
Run markdown-lint
Run flake8 on python integration tests
57s
Run flake8 on python integration tests
Check gomod2nix.toml file is up to date
43s
Check gomod2nix.toml file is up to date
Fit to window
Zoom out
Zoom in

Annotations

16 errors and 5 warnings
Check gomod2nix.toml file is up to date
Process completed with exit code 1.
Run flake8 on python integration tests: tests/integration_tests/test_fee_history.py#L1
./tests/integration_tests/test_fee_history.py:1:1: F401 'hashlib' imported but unused
Run flake8 on python integration tests: tests/integration_tests/test_fee_history.py#L2
./tests/integration_tests/test_fee_history.py:2:1: F401 'json' imported but unused
Run flake8 on python integration tests: tests/integration_tests/test_fee_history.py#L10
./tests/integration_tests/test_fee_history.py:10:1: F401 '.utils.approve_proposal' imported but unused
Run flake8 on python integration tests: tests/integration_tests/test_fee_history.py#L10
./tests/integration_tests/test_fee_history.py:10:1: F401 '.utils.eth_to_bech32' imported but unused
Run flake8 on python integration tests
Process completed with exit code 2.
Run golangci-lint: types/account.go#L62
acc.GetAddress undefined (type EthAccount has no field or method GetAddress) (typecheck)
Run golangci-lint: types/account.pb.go#L45
cannot use m (variable of type *EthAccount) as "github.com/gogo/protobuf/proto".Message value in argument to xxx_messageInfo_EthAccount.Marshal: *EthAccount does not implement "github.com/gogo/protobuf/proto".Message (missing method String) (typecheck)
Run golangci-lint: types/account.pb.go#L56
cannot use m (variable of type *EthAccount) as "github.com/gogo/protobuf/proto".Message value in argument to xxx_messageInfo_EthAccount.Merge: *EthAccount does not implement "github.com/gogo/protobuf/proto".Message (missing method String) (typecheck)
Run golangci-lint: types/account.pb.go#L62
cannot use m (variable of type *EthAccount) as "github.com/gogo/protobuf/proto".Message value in argument to xxx_messageInfo_EthAccount.DiscardUnknown: *EthAccount does not implement "github.com/gogo/protobuf/proto".Message (missing method String) (typecheck)
Run golangci-lint: types/account.pb.go#L68
cannot use (*EthAccount)(nil) (value of type *EthAccount) as "github.com/gogo/protobuf/proto".Message value in argument to proto.RegisterType: *EthAccount does not implement "github.com/gogo/protobuf/proto".Message (missing method String) (typecheck)
Run golangci-lint: app/ante/eth.go#L128
avd.evmKeeper.GetAccount undefined (type EVMKeeper has no field or method GetAccount) (typecheck)
Run golangci-lint: app/ante/fee_checker.go#L79
missing type in composite literal (typecheck)
Run golangci-lint: app/ante/fees.go#L42
missing type in composite literal (typecheck)
Run golangci-lint: app/ante/fees.go#L40
evmParams declared and not used (typecheck)
Run golangci-lint: app/ante/eip712.go#L16
"github.com/ethereum/go-ethereum/crypto" imported as ethcrypto and not used (typecheck)
Check gomod2nix.toml file is up to date
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Check gomod2nix.toml file is up to date
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check gomod2nix.toml file is up to date
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Run flake8 on python integration tests
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Run golangci-lint: tests/importer/chain_ctx.go#L127
unused-parameter: parameter 'header' seems to be unused, consider removing or renaming it as _ (revive)