Don't notify cache about nonces; pass the account nonce provider, instead #14882
golangci-lint.yml
on: pull_request
golangci linter
31s
Annotations
5 errors and 1 warning
golangci linter:
process/block/preprocess/accountStateProvider.go#L1
: # github.com/multiversx/mx-chain-go/process/block/preprocess [github.com/multiversx/mx-chain-go/process/block/preprocess.test]
|
golangci linter:
process/block/preprocess/accountStateProvider.go#L52
unknown field Guardian in struct literal of type types.AccountState
|
golangci linter:
process/block/preprocess/accountStateProvider_test.go#L74
state.Guardian undefined (type *types.AccountState has no field or method Guardian)
|
golangci linter:
process/block/preprocess/accountStateProvider_test.go#L79
state.Guardian undefined (type *types.AccountState has no field or method Guardian) (typecheck)
|
golangci linter
issues found
|
golangci linter
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v3, actions/checkout@v3, golangci/golangci-lint-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|