implement a mempool for the sequencer #7535
Annotations
10 errors and 1 warning
lint:
mempool/mempool.go#L89
Error return value of `p.handleTransaction` is not checked (errcheck)
|
lint:
mempool/mempool.go#L315
Error return value of `txn.Discard` is not checked (errcheck)
|
lint:
mempool/mempool_test.go#L49
Error return value is not checked (errcheck)
|
lint:
mempool/mempool_test.go#L177
Error return value is not checked (errcheck)
|
lint:
mempool/mempool.go#L97
builtinShadow: shadowing of predeclared identifier: len (gocritic)
|
lint:
mempool/mempool.go#L54
importShadow: shadow of imported from 'github.com/NethermindEth/juno/db' package 'db' (gocritic)
|
lint:
mempool/mempool_test.go#L30
importShadow: shadow of imported from 'github.com/NethermindEth/juno/db' package 'db' (gocritic)
|
lint:
mempool/mempool_test.go#L19
ptrToRefParam: consider to make non-pointer type for `*db.DB` (gocritic)
|
lint:
mempool/mempool.go#L52
`initializes` is a misspelling of `initialises` (misspell)
|
lint:
mempool/mempool.go#L194
unnecessary conversion (unconvert)
|
lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|