Relayer: Refactor the relayer main loop #195
Annotations
10 errors and 1 warning
golangci-lint main:
ika2btc/processor.go#L59
p.db.GetSignedTxs undefined (type *dal.DB has no field or method GetSignedTxs)
|
golangci-lint main:
ika2btc/processor.go#L75
p.db.UpdateTxStatus undefined (type *dal.DB has no field or method UpdateTxStatus)
|
golangci-lint main:
ika2btc/processor.go#L75
undefined: dal.StatusBroadcasted
|
golangci-lint main:
ika2btc/processor.go#L91
p.db.GetBroadcastedTxs undefined (type *dal.DB has no field or method GetBroadcastedTxs)
|
golangci-lint main:
ika2btc/processor.go#L108
p.db.UpdateTxStatus undefined (type *dal.DB has no field or method UpdateTxStatus)
|
golangci-lint main:
ika2btc/processor.go#L108
undefined: dal.StatusConfirmed (typecheck)
|
golangci-lint main:
nbtc/relayer.go#L11
could not import github.com/gonative-cc/relayer/ika2btc (-: # github.com/gonative-cc/relayer/ika2btc
|
golangci-lint main:
ika2btc/processor.go#L59
p.db.GetSignedTxs undefined (type *dal.DB has no field or method GetSignedTxs)
|
golangci-lint main:
ika2btc/processor.go#L75
p.db.UpdateTxStatus undefined (type *dal.DB has no field or method UpdateTxStatus)
|
golangci-lint main:
ika2btc/processor.go#L75
undefined: dal.StatusBroadcasted
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading