TXM In-memory: add address state framework : STEP 2 #48932
Annotations
10 errors and 1 warning
Golang Lint:
common/txmgr/address_state.go#L19
type `addressState` is unused (unused)
|
Golang Lint:
common/txmgr/address_state.go#L44
func `newAddressState` is unused (unused)
|
Golang Lint:
common/txmgr/address_state.go#L127
func (*addressState[CHAIN_ID, ADDR, TX_HASH, BLOCK_HASH, R, SEQ, FEE]).countTransactionsByState is unused (unused)
|
Golang Lint:
common/txmgr/address_state.go#L132
func (*addressState[CHAIN_ID, ADDR, TX_HASH, BLOCK_HASH, R, SEQ, FEE]).findTxWithIdempotencyKey is unused (unused)
|
Golang Lint:
common/txmgr/address_state.go#L140
func (*addressState[CHAIN_ID, ADDR, TX_HASH, BLOCK_HASH, R, SEQ, FEE]).applyToTxsByState is unused (unused)
|
Golang Lint:
common/txmgr/address_state.go#L152
func (*addressState[CHAIN_ID, ADDR, TX_HASH, BLOCK_HASH, R, SEQ, FEE]).findTxAttempts is unused (unused)
|
Golang Lint:
common/txmgr/address_state.go#L165
func (*addressState[CHAIN_ID, ADDR, TX_HASH, BLOCK_HASH, R, SEQ, FEE]).findTxs is unused (unused)
|
Golang Lint:
common/txmgr/address_state.go#L174
func (*addressState[CHAIN_ID, ADDR, TX_HASH, BLOCK_HASH, R, SEQ, FEE]).pruneUnstartedTxQueue is unused (unused)
|
Golang Lint:
common/txmgr/address_state.go#L178
func (*addressState[CHAIN_ID, ADDR, TX_HASH, BLOCK_HASH, R, SEQ, FEE]).deleteTxs is unused (unused)
|
Golang Lint:
common/txmgr/address_state.go#L182
func (*addressState[CHAIN_ID, ADDR, TX_HASH, BLOCK_HASH, R, SEQ, FEE]).peekNextUnstartedTx is unused (unused)
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3, golangci/golangci-lint-action@3a919529898de77ec3da873e3063ca4b10e7f5cc, actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Loading