Skip to content

Support event APIs #1576

Support event APIs

Support event APIs #1576

Triggered via pull request September 19, 2023 07:34
Status Failure
Total duration 25s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

unit-test.yml

on: pull_request
Unit tests
15s
Unit tests
Unit tests -race
13s
Unit tests -race
Fit to window
Zoom out
Zoom in

Annotations

148 errors
Unit tests -race: components/app/app.go#L4
missing go.sum entry for module providing package github.com/iotaledger/hive.go/app (imported by github.com/iotaledger/iota-core/components/app); to add:
Unit tests -race: components/app/app.go#L5
missing go.sum entry for module providing package github.com/iotaledger/hive.go/app/components/profiling (imported by github.com/iotaledger/iota-core/components/app); to add:
Unit tests -race: components/app/app.go#L6
missing go.sum entry for module providing package github.com/iotaledger/hive.go/app/components/shutdown (imported by github.com/iotaledger/iota-core/components/app); to add:
Unit tests -race: components/restapi/component.go#L16
missing go.sum entry for module providing package github.com/iotaledger/hive.go/ierrors (imported by github.com/iotaledger/iota-core/components/dashboard); to add:
Unit tests -race
missing go.sum entry for module providing package github.com/iotaledger/hive.go/logger (imported by github.com/iotaledger/iota-core/components/restapi/management); to add:
Unit tests -race
missing go.sum entry for module providing package github.com/ethereum/go-ethereum/accounts/abi (imported by github.com/iotaledger/iota.go/v4); to add:
Unit tests -race
missing go.sum entry for module providing package github.com/ethereum/go-ethereum/common (imported by github.com/iotaledger/iota.go/v4); to add:
Unit tests -race
missing go.sum entry for module providing package github.com/iotaledger/hive.go/core/safemath (imported by github.com/iotaledger/iota-core/components/restapi/core); to add:
Unit tests -race
missing go.sum entry for module providing package github.com/iotaledger/hive.go/crypto/ed25519 (imported by github.com/iotaledger/iota-core/pkg/model); to add:
Unit tests -race
missing go.sum entry for module providing package github.com/iotaledger/hive.go/lo (imported by github.com/iotaledger/iota-core/components/dashboard); to add:
Unit tests: components/app/app.go#L4
missing go.sum entry for module providing package github.com/iotaledger/hive.go/app (imported by github.com/iotaledger/iota-core/components/app); to add:
Unit tests: components/app/app.go#L5
missing go.sum entry for module providing package github.com/iotaledger/hive.go/app/components/profiling (imported by github.com/iotaledger/iota-core/components/app); to add:
Unit tests: components/app/app.go#L6
missing go.sum entry for module providing package github.com/iotaledger/hive.go/app/components/shutdown (imported by github.com/iotaledger/iota-core/components/app); to add:
Unit tests: components/restapi/component.go#L16
missing go.sum entry for module providing package github.com/iotaledger/hive.go/ierrors (imported by github.com/iotaledger/iota-core/components/dashboard); to add:
Unit tests
missing go.sum entry for module providing package github.com/iotaledger/hive.go/logger (imported by github.com/iotaledger/iota-core/components/restapi/management); to add:
Unit tests
missing go.sum entry for module providing package github.com/ethereum/go-ethereum/accounts/abi (imported by github.com/iotaledger/iota.go/v4); to add:
Unit tests
missing go.sum entry for module providing package github.com/ethereum/go-ethereum/common (imported by github.com/iotaledger/iota.go/v4); to add:
Unit tests
missing go.sum entry for module providing package github.com/iotaledger/hive.go/core/safemath (imported by github.com/iotaledger/iota-core/components/restapi/core); to add:
Unit tests
missing go.sum entry for module providing package github.com/iotaledger/hive.go/crypto/ed25519 (imported by github.com/iotaledger/iota-core/pkg/model); to add:
Unit tests
missing go.sum entry for module providing package github.com/iotaledger/hive.go/lo (imported by github.com/iotaledger/iota-core/components/dashboard); to add:
[golangci] pkg/model/eviction_index.go#L20: pkg/model/eviction_index.go#L20
invalid operation: newIndex > *e.index (type parameter K is not comparable with >) (typecheck)
[golangci] pkg/model/eviction_index.go#L42: pkg/model/eviction_index.go#L42
cannot use 0 (untyped int constant) as K value in return statement (typecheck)
[golangci] pkg/model/eviction_index.go#L50: pkg/model/eviction_index.go#L50
cannot use 0 (untyped int constant) as K value in return statement (typecheck)
[golangci] pkg/model/eviction_index.go#L53: pkg/model/eviction_index.go#L53
cannot convert 1 (untyped int constant) to type K (typecheck)
[golangci] pkg/model/eviction_index.go#L61: pkg/model/eviction_index.go#L61
invalid operation: index <= *e.index (type parameter K is not comparable with <=) (typecheck)
[golangci] pkg/protocol/engine/engine.go#L165: pkg/protocol/engine/engine.go#L165
(*Engine).TriggerConstructed undefined (type *Engine has no field or method TriggerConstructed) (typecheck)
[golangci] pkg/protocol/engine/engine.go#L219: pkg/protocol/engine/engine.go#L219
(*Engine).TriggerInitialized undefined (type *Engine has no field or method TriggerInitialized) (typecheck)
[golangci] pkg/protocol/engine/engine.go#L224: pkg/protocol/engine/engine.go#L224
e.WasStopped undefined (type *Engine has no field or method WasStopped) (typecheck)
[golangci] pkg/protocol/engine/engine.go#L225: pkg/protocol/engine/engine.go#L225
e.TriggerStopped undefined (type *Engine has no field or method TriggerStopped) (typecheck)
[golangci] pkg/protocol/engine/attestation/slotattestation/manager.go#L99: pkg/protocol/engine/attestation/slotattestation/manager.go#L99
m.TriggerConstructed undefined (type *Manager has no field or method TriggerConstructed) (typecheck)
[golangci] pkg/protocol/engine/attestation/slotattestation/manager.go#L108: pkg/protocol/engine/attestation/slotattestation/manager.go#L108
m.TriggerStopped undefined (type *Manager has no field or method TriggerStopped) (typecheck)
[golangci] pkg/protocol/engine/attestation/slotattestation/snapshot.go#L53: pkg/protocol/engine/attestation/slotattestation/snapshot.go#L53
m.TriggerInitialized undefined (type *Manager has no field or method TriggerInitialized) (typecheck)
[golangci] pkg/protocol/engine/attestation/slotattestation/storage.go#L34: pkg/protocol/engine/attestation/slotattestation/storage.go#L34
m.TriggerInitialized undefined (type *Manager has no field or method TriggerInitialized) (typecheck)
[golangci] pkg/protocol/engine/blockdag/inmemoryblockdag/blockdag.go#L80: pkg/protocol/engine/blockdag/inmemoryblockdag/blockdag.go#L80
b.TriggerInitialized undefined (type *BlockDAG has no field or method TriggerInitialized) (typecheck)
[golangci] pkg/protocol/engine/blockdag/inmemoryblockdag/blockdag.go#L112: pkg/protocol/engine/blockdag/inmemoryblockdag/blockdag.go#L112
(*BlockDAG).TriggerConstructed undefined (type *BlockDAG has no field or method TriggerConstructed) (typecheck)
[golangci] pkg/protocol/engine/blockdag/inmemoryblockdag/blockdag.go#L113: pkg/protocol/engine/blockdag/inmemoryblockdag/blockdag.go#L113
(*BlockDAG).TriggerInitialized undefined (type *BlockDAG has no field or method TriggerInitialized) (typecheck)
[golangci] pkg/protocol/engine/blockdag/inmemoryblockdag/blockdag.go#L169: pkg/protocol/engine/blockdag/inmemoryblockdag/blockdag.go#L169
b.TriggerStopped undefined (type *BlockDAG has no field or method TriggerStopped) (typecheck)
[golangci] pkg/protocol/engine/booker/inmemorybooker/booker.go#L68: pkg/protocol/engine/booker/inmemorybooker/booker.go#L68
b.TriggerInitialized undefined (type *Booker has no field or method TriggerInitialized) (typecheck)
[golangci] pkg/protocol/engine/booker/inmemorybooker/booker.go#L95: pkg/protocol/engine/booker/inmemorybooker/booker.go#L95
(*Booker).TriggerConstructed undefined (type *Booker has no field or method TriggerConstructed) (typecheck)
[golangci] pkg/protocol/engine/booker/inmemorybooker/booker.go#L125: pkg/protocol/engine/booker/inmemorybooker/booker.go#L125
b.TriggerStopped undefined (type *Booker has no field or method TriggerStopped) (typecheck)
[golangci] pkg/protocol/engine/clock/blocktime/clock.go#L71: pkg/protocol/engine/clock/blocktime/clock.go#L71
(*Clock).TriggerConstructed undefined (type *Clock has no field or method TriggerConstructed) (typecheck)
[golangci] pkg/protocol/engine/clock/blocktime/clock.go#L46: pkg/protocol/engine/clock/blocktime/clock.go#L46
c.TriggerInitialized undefined (type *Clock has no field or method TriggerInitialized) (typecheck)
[golangci] pkg/protocol/engine/clock/blocktime/clock.go#L52: pkg/protocol/engine/clock/blocktime/clock.go#L52
c.HookStopped undefined (type *Clock has no field or method HookStopped) (typecheck)
[golangci] pkg/protocol/engine/clock/blocktime/clock.go#L70: pkg/protocol/engine/clock/blocktime/clock.go#L70
c.TriggerStopped undefined (type *Clock has no field or method TriggerStopped) (typecheck)
[golangci] pkg/protocol/engine/clock/blocktime/clock.go#L86: pkg/protocol/engine/clock/blocktime/clock.go#L86
c.RLock undefined (type *Clock has no field or method RLock) (typecheck)
[golangci] pkg/protocol/engine/clock/blocktime/clock.go#L87: pkg/protocol/engine/clock/blocktime/clock.go#L87
c.RUnlock undefined (type *Clock has no field or method RUnlock) (typecheck)
[golangci] pkg/protocol/engine/clock/blocktime/clock.go#L98: pkg/protocol/engine/clock/blocktime/clock.go#L98
c.TriggerStopped undefined (type *Clock has no field or method TriggerStopped) (typecheck)
[golangci] pkg/protocol/engine/clock/blocktime/clock.go#L102: pkg/protocol/engine/clock/blocktime/clock.go#L102
c.Lock undefined (type *Clock has no field or method Lock) (typecheck)
[golangci] pkg/protocol/engine/clock/blocktime/clock.go#L103: pkg/protocol/engine/clock/blocktime/clock.go#L103
c.Unlock undefined (type *Clock has no field or method Unlock) (typecheck)
[golangci] pkg/protocol/engine/clock/blocktime/clock.go#L109: pkg/protocol/engine/clock/blocktime/clock.go#L109
c.Lock undefined (type *Clock has no field or method Lock) (typecheck)
[golangci] pkg/protocol/engine/clock/blocktime/clock.go#L110: pkg/protocol/engine/clock/blocktime/clock.go#L110
c.Unlock undefined (type *Clock has no field or method Unlock) (typecheck)
[golangci] pkg/protocol/engine/clock/blocktime/clock.go#L116: pkg/protocol/engine/clock/blocktime/clock.go#L116
c.Lock undefined (type *Clock has no field or method Lock) (typecheck)
[golangci] pkg/protocol/engine/clock/blocktime/clock.go#L117: pkg/protocol/engine/clock/blocktime/clock.go#L117
c.Unlock undefined (type *Clock has no field or method Unlock) (typecheck)
[golangci] pkg/protocol/engine/congestioncontrol/scheduler/drr/scheduler.go#L100: pkg/protocol/engine/congestioncontrol/scheduler/drr/scheduler.go#L100
s.TriggerConstructed undefined (type *Scheduler has no field or method TriggerConstructed) (typecheck)
[golangci] pkg/protocol/engine/congestioncontrol/scheduler/drr/scheduler.go#L144: pkg/protocol/engine/congestioncontrol/scheduler/drr/scheduler.go#L144
s.TriggerStopped undefined (type *Scheduler has no field or method TriggerStopped) (typecheck)
[golangci] pkg/protocol/engine/congestioncontrol/scheduler/drr/scheduler.go#L152: pkg/protocol/engine/congestioncontrol/scheduler/drr/scheduler.go#L152
s.TriggerInitialized undefined (type *Scheduler has no field or method TriggerInitialized) (typecheck)
[golangci] pkg/protocol/engine/consensus/blockgadget/thresholdblockgadget/gadget.go#L57: pkg/protocol/engine/consensus/blockgadget/thresholdblockgadget/gadget.go#L57
(*Gadget).TriggerConstructed undefined (type *Gadget has no field or method TriggerConstructed) (typecheck)
[golangci] pkg/protocol/engine/consensus/blockgadget/thresholdblockgadget/gadget.go#L66: pkg/protocol/engine/consensus/blockgadget/thresholdblockgadget/gadget.go#L66
g.TriggerStopped undefined (type *Gadget has no field or method TriggerStopped) (typecheck)
[golangci] pkg/protocol/engine/consensus/slotgadget/totalweightslotgadget/gadget.go#L78: pkg/protocol/engine/consensus/slotgadget/totalweightslotgadget/gadget.go#L78
(*Gadget).TriggerConstructed undefined (type *Gadget has no field or method TriggerConstructed) (typecheck)
[golangci] pkg/protocol/engine/consensus/slotgadget/totalweightslotgadget/gadget.go#L56: pkg/protocol/engine/consensus/slotgadget/totalweightslotgadget/gadget.go#L56
g.TriggerConstructed undefined (type *Gadget has no field or method TriggerConstructed) (typecheck)
[golangci] pkg/protocol/engine/consensus/slotgadget/totalweightslotgadget/gadget.go#L75: pkg/protocol/engine/consensus/slotgadget/totalweightslotgadget/gadget.go#L75
g.TriggerInitialized undefined (type *Gadget has no field or method TriggerInitialized) (typecheck)
[golangci] pkg/protocol/engine/consensus/slotgadget/totalweightslotgadget/gadget.go#L84: pkg/protocol/engine/consensus/slotgadget/totalweightslotgadget/gadget.go#L84
g.TriggerStopped undefined (type *Gadget has no field or method TriggerStopped) (typecheck)
[golangci] pkg/protocol/engine/accounts/accountsledger/manager.go#L78: pkg/protocol/engine/accounts/accountsledger/manager.go#L78
m.TriggerStopped undefined (type *Manager has no field or method TriggerStopped) (typecheck)
[golangci] pkg/protocol/engine/ledger/ledger/ledger.go#L87: pkg/protocol/engine/ledger/ledger/ledger.go#L87
l.TriggerConstructed undefined (type *Ledger has no field or method TriggerConstructed) (typecheck)
[golangci] pkg/protocol/engine/ledger/ledger/ledger.go#L88: pkg/protocol/engine/ledger/ledger/ledger.go#L88
l.TriggerInitialized undefined (type *Ledger has no field or method TriggerInitialized) (typecheck)
[golangci] pkg/protocol/engine/ledger/ledger/ledger.go#L356: pkg/protocol/engine/ledger/ledger/ledger.go#L356
l.TriggerStopped undefined (type *Ledger has no field or method TriggerStopped) (typecheck)
[golangci] pkg/protocol/engine/notarization/slotnotarization/manager.go#L72: pkg/protocol/engine/notarization/slotnotarization/manager.go#L72
m.TriggerInitialized undefined (type *Manager has no field or method TriggerInitialized) (typecheck)
[golangci] pkg/protocol/engine/notarization/slotnotarization/manager.go#L74: pkg/protocol/engine/notarization/slotnotarization/manager.go#L74
m.TriggerConstructed undefined (type *Manager has no field or method TriggerConstructed) (typecheck)
[golangci] pkg/protocol/engine/notarization/slotnotarization/manager.go#L91: pkg/protocol/engine/notarization/slotnotarization/manager.go#L91
m.TriggerStopped undefined (type *Manager has no field or method TriggerStopped) (typecheck)
[golangci] pkg/protocol/engine/notarization/slotnotarization/manager.go#L123: pkg/protocol/engine/notarization/slotnotarization/manager.go#L123
m.WasStopped undefined (type *Manager has no field or method WasStopped) (typecheck)
[golangci] pkg/protocol/engine/syncmanager/trivialsyncmanager/syncmanager.go#L98: pkg/protocol/engine/syncmanager/trivialsyncmanager/syncmanager.go#L98
s.TriggerInitialized undefined (type *SyncManager has no field or method TriggerInitialized) (typecheck)
[golangci] pkg/protocol/engine/syncmanager/trivialsyncmanager/syncmanager.go#L151: pkg/protocol/engine/syncmanager/trivialsyncmanager/syncmanager.go#L151
s.TriggerStopped undefined (type *SyncManager has no field or method TriggerStopped) (typecheck)
[golangci] pkg/protocol/engine/tipmanager/v1/provider.go#L25: pkg/protocol/engine/tipmanager/v1/provider.go#L25
t.TriggerInitialized undefined (type *TipManager has no field or method TriggerInitialized) (typecheck)
[golangci] pkg/protocol/engine/tipmanager/v1/provider.go#L28: pkg/protocol/engine/tipmanager/v1/provider.go#L28
t.TriggerStopped undefined (type *TipManager has no field or method TriggerStopped) (typecheck)
[golangci] pkg/protocol/engine/tipmanager/v1/tipmanager.go#L51: pkg/protocol/engine/tipmanager/v1/tipmanager.go#L51
(*TipManager).TriggerConstructed undefined (type *TipManager has no field or method TriggerConstructed) (typecheck)
[golangci] pkg/protocol/engine/tipselection/v1/provider.go#L25: pkg/protocol/engine/tipselection/v1/provider.go#L25
t.TriggerInitialized undefined (type *TipSelection has no field or method TriggerInitialized) (typecheck)
[golangci] pkg/protocol/engine/tipselection/v1/provider.go#L31: pkg/protocol/engine/tipselection/v1/provider.go#L31
t.TriggerStopped undefined (type *TipSelection has no field or method TriggerStopped) (typecheck)
[golangci] pkg/protocol/engine/tipselection/v1/tipselection.go#L83: pkg/protocol/engine/tipselection/v1/tipselection.go#L83
t.TriggerConstructed undefined (type *TipSelection has no field or method TriggerConstructed) (typecheck)
[golangci] pkg/protocol/engine/upgrade/signalingupgradeorchestrator/orchestrator.go#L107: pkg/protocol/engine/upgrade/signalingupgradeorchestrator/orchestrator.go#L107
o.TriggerInitialized undefined (type *Orchestrator has no field or method TriggerInitialized) (typecheck)
[golangci] pkg/protocol/engine/upgrade/signalingupgradeorchestrator/orchestrator.go#L134: pkg/protocol/engine/upgrade/signalingupgradeorchestrator/orchestrator.go#L134
(*Orchestrator).TriggerConstructed undefined (type *Orchestrator has no field or method TriggerConstructed) (typecheck)
[golangci] pkg/protocol/engine/upgrade/signalingupgradeorchestrator/orchestrator.go#L139: pkg/protocol/engine/upgrade/signalingupgradeorchestrator/orchestrator.go#L139
o.TriggerStopped undefined (type *Orchestrator has no field or method TriggerStopped) (typecheck)
[golangci] pkg/protocol/sybilprotection/seatmanager/poa/poa.go#L64: pkg/protocol/sybilprotection/seatmanager/poa/poa.go#L64
s.TriggerConstructed undefined (type *SeatManager has no field or method TriggerConstructed) (typecheck)
[golangci] pkg/protocol/sybilprotection/seatmanager/poa/poa.go#L117: pkg/protocol/sybilprotection/seatmanager/poa/poa.go#L117
s.TriggerStopped undefined (type *SeatManager has no field or method TriggerStopped) (typecheck)
[golangci] pkg/protocol/sybilprotection/sybilprotectionv1/sybilprotection.go#L74: pkg/protocol/sybilprotection/sybilprotectionv1/sybilprotection.go#L74
o.TriggerConstructed undefined (type *SybilProtection has no field or method TriggerConstructed) (typecheck)
[golangci] pkg/protocol/sybilprotection/sybilprotectionv1/sybilprotection.go#L94: pkg/protocol/sybilprotection/sybilprotectionv1/sybilprotection.go#L94
o.TriggerInitialized undefined (type *SybilProtection has no field or method TriggerInitialized) (typecheck)
[golangci] pkg/protocol/sybilprotection/sybilprotectionv1/sybilprotection.go#L107: pkg/protocol/sybilprotection/sybilprotectionv1/sybilprotection.go#L107
o.TriggerStopped undefined (type *SybilProtection has no field or method TriggerStopped) (typecheck)
[golangci] pkg/retainer/retainer/retainer.go#L126: pkg/retainer/retainer/retainer.go#L126
r.TriggerInitialized undefined (type *Retainer has no field or method TriggerInitialized) (typecheck)
[golangci] pkg/protocol/block_dispatcher.go#L65: pkg/protocol/block_dispatcher.go#L65
protocol.HookConstructed undefined (type *Protocol has no field or method HookConstructed) (typecheck)
[golangci] pkg/protocol/block_dispatcher.go#L66: pkg/protocol/block_dispatcher.go#L66
protocol.HookInitialized undefined (type *Protocol has no field or method HookInitialized) (typecheck)
[golangci] pkg/protocol/block_dispatcher.go#L67: pkg/protocol/block_dispatcher.go#L67
protocol.HookShutdown undefined (type *Protocol has no field or method HookShutdown) (typecheck)
[golangci] pkg/protocol/commitment_verifier.go#L119: pkg/protocol/commitment_verifier.go#L119
accountData declared and not used (typecheck)
[golangci] pkg/protocol/protocol.go#L135: pkg/protocol/protocol.go#L135
(*Protocol).TriggerConstructed undefined (type *Protocol has no field or method TriggerConstructed) (typecheck)
[golangci] pkg/protocol/protocol.go#L165: pkg/protocol/protocol.go#L165
p.TriggerInitialized undefined (type *Protocol has no field or method TriggerInitialized) (typecheck)
[golangci] pkg/protocol/protocol.go#L169: pkg/protocol/protocol.go#L169
p.TriggerShutdown undefined (type *Protocol has no field or method TriggerShutdown) (typecheck)
[golangci] pkg/protocol/protocol.go#L173: pkg/protocol/protocol.go#L173
p.TriggerStopped undefined (type *Protocol has no field or method TriggerStopped) (typecheck)
[golangci] pkg/restapi/route_manager.go#L22: pkg/restapi/route_manager.go#L22
p.RLock undefined (type *RestRouteManager has no field or method RLock) (typecheck)
[golangci] pkg/restapi/route_manager.go#L23: pkg/restapi/route_manager.go#L23
p.RUnlock undefined (type *RestRouteManager has no field or method RUnlock) (typecheck)
[golangci] pkg/restapi/route_manager.go#L30: pkg/restapi/route_manager.go#L30
p.Lock undefined (type *RestRouteManager has no field or method Lock) (typecheck)
[golangci] pkg/restapi/route_manager.go#L31: pkg/restapi/route_manager.go#L31
p.Unlock undefined (type *RestRouteManager has no field or method Unlock) (typecheck)
[golangci] pkg/restapi/route_manager.go#L51: pkg/restapi/route_manager.go#L51
p.Lock undefined (type *RestRouteManager has no field or method Lock) (typecheck)
[golangci] pkg/restapi/route_manager.go#L52: pkg/restapi/route_manager.go#L52
p.Unlock undefined (type *RestRouteManager has no field or method Unlock) (typecheck)
[golangci] pkg/restapi/route_manager.go#L72: pkg/restapi/route_manager.go#L72
p.Lock undefined (type *RestRouteManager has no field or method Lock) (typecheck)
[golangci] pkg/restapi/route_manager.go#L73: pkg/restapi/route_manager.go#L73
p.Unlock undefined (type *RestRouteManager has no field or method Unlock) (typecheck)
[golangci] pkg/protocol/engine/congestioncontrol/scheduler/passthrough/scheduler.go#L22: pkg/protocol/engine/congestioncontrol/scheduler/passthrough/scheduler.go#L22
s.TriggerConstructed undefined (type *Scheduler has no field or method TriggerConstructed) (typecheck)
[golangci] pkg/testsuite/storage_prunable.go#L72: pkg/testsuite/storage_prunable.go#L72
cannot infer V (pkg/testsuite/storage_prunable.go:106:40) (typecheck)
[golangci] pkg/testsuite/storage_prunable.go#L80: pkg/testsuite/storage_prunable.go#L80
cannot infer V (pkg/testsuite/storage_prunable.go:106:40) (typecheck)
[golangci] pkg/testsuite/storage_prunable.go#L88: pkg/testsuite/storage_prunable.go#L88
cannot infer V (pkg/testsuite/storage_prunable.go:106:40) (typecheck)
[golangci] pkg/network/p2p/manager.go#L244: pkg/network/p2p/manager.go#L244
nbr.ID undefined (type *Neighbor has no field or method ID) (typecheck)
[golangci] pkg/network/p2p/manager.go#L348: pkg/network/p2p/manager.go#L348
nbr.ID undefined (type *Neighbor has no field or method ID) (typecheck)
[golangci] pkg/network/p2p/manager.go#L381: pkg/network/p2p/manager.go#L381
nbr.ID undefined (type *Neighbor has no field or method ID) (typecheck)
[golangci] pkg/network/p2p/manager.go#L387: pkg/network/p2p/manager.go#L387
nbr.ID undefined (type *Neighbor has no field or method ID) (typecheck)
[golangci] pkg/network/p2p/manager.go#L390: pkg/network/p2p/manager.go#L390
nbr.ID undefined (type *Neighbor has no field or method ID) (typecheck)
[golangci] pkg/network/p2p/neighbor.go#L142: pkg/network/p2p/neighbor.go#L142
n.ID undefined (type *Neighbor has no field or method ID) (typecheck)
[golangci] pkg/network/p2p/neighbor.go#L150: pkg/network/p2p/neighbor.go#L150
n.ID undefined (type *Neighbor has no field or method ID) (typecheck)
[golangci] pkg/protocol/chainmanager/chain.go#L40: pkg/protocol/chainmanager/chain.go#L40
c.RLock undefined (type *Chain has no field or method RLock) (typecheck)
[golangci] pkg/protocol/chainmanager/chain.go#L41: pkg/protocol/chainmanager/chain.go#L41
c.RUnlock undefined (type *Chain has no field or method RUnlock) (typecheck)
[golangci] pkg/protocol/chainmanager/chain.go#L47: pkg/protocol/chainmanager/chain.go#L47
c.RLock undefined (type *Chain has no field or method RLock) (typecheck)
[golangci] pkg/protocol/chainmanager/chain.go#L48: pkg/protocol/chainmanager/chain.go#L48
c.RUnlock undefined (type *Chain has no field or method RUnlock) (typecheck)
[golangci] pkg/protocol/chainmanager/chain.go#L54: pkg/protocol/chainmanager/chain.go#L54
c.RLock undefined (type *Chain has no field or method RLock) (typecheck)
[golangci] pkg/protocol/chainmanager/chain.go#L55: pkg/protocol/chainmanager/chain.go#L55
c.RUnlock undefined (type *Chain has no field or method RUnlock) (typecheck)
[golangci] pkg/protocol/chainmanager/chain.go#L61: pkg/protocol/chainmanager/chain.go#L61
c.Lock undefined (type *Chain has no field or method Lock) (typecheck)
[golangci] pkg/protocol/chainmanager/chain.go#L62: pkg/protocol/chainmanager/chain.go#L62
c.Unlock undefined (type *Chain has no field or method Unlock) (typecheck)
[golangci] pkg/protocol/chainmanager/chain.go#L73: pkg/protocol/chainmanager/chain.go#L73
c.RLock undefined (type *Chain has no field or method RLock) (typecheck)
[golangci] pkg/protocol/chainmanager/chain.go#L74: pkg/protocol/chainmanager/chain.go#L74
c.RUnlock undefined (type *Chain has no field or method RUnlock) (typecheck)
[golangci] pkg/protocol/engine/commitmentfilter/accountsfilter/commitmentfilter.go#L55: pkg/protocol/engine/commitmentfilter/accountsfilter/commitmentfilter.go#L55
c.TriggerInitialized undefined (type *CommitmentFilter has no field or method TriggerInitialized) (typecheck)
[golangci] pkg/protocol/engine/commitmentfilter/accountsfilter/commitmentfilter.go#L195: pkg/protocol/engine/commitmentfilter/accountsfilter/commitmentfilter.go#L195
c.TriggerStopped undefined (type *CommitmentFilter has no field or method TriggerStopped) (typecheck)
[golangci] pkg/protocol/engine/filter/blockfilter/filter.go#L38: pkg/protocol/engine/filter/blockfilter/filter.go#L38
f.TriggerConstructed undefined (type *Filter has no field or method TriggerConstructed) (typecheck)
[golangci] pkg/protocol/engine/filter/blockfilter/filter.go#L45: pkg/protocol/engine/filter/blockfilter/filter.go#L45
f.TriggerInitialized undefined (type *Filter has no field or method TriggerInitialized) (typecheck)
[golangci] pkg/protocol/engine/filter/blockfilter/filter.go#L60: pkg/protocol/engine/filter/blockfilter/filter.go#L60
(*Filter).TriggerConstructed undefined (type *Filter has no field or method TriggerConstructed) (typecheck)
[golangci] pkg/protocol/engine/filter/blockfilter/filter.go#L61: pkg/protocol/engine/filter/blockfilter/filter.go#L61
(*Filter).TriggerInitialized undefined (type *Filter has no field or method TriggerInitialized) (typecheck)
[golangci] pkg/protocol/engine/filter/blockfilter/filter.go#L106: pkg/protocol/engine/filter/blockfilter/filter.go#L106
f.TriggerStopped undefined (type *Filter has no field or method TriggerStopped) (typecheck)
[golangci] pkg/protocol/engine/mempool/conflictdag/conflictdagv1/conflictdag.go#L199: pkg/protocol/engine/mempool/conflictdag/conflictdagv1/conflictdag.go#L199
cannot infer ConflictID (pkg/protocol/engine/mempool/conflictdag/conflictdagv1/utils.go:10:23) (typecheck)