ARCO-205: use cache for updating txs in metamorph #185
Annotations
10 errors and 1 warning
internal/metamorph/integration_test/double_spend_integration_test.go#L125
cannot use pm (variable of type *mocks.PeerManagerMock) as "github.com/bitcoin-sv/arc/internal/cache".Store value in argument to metamorph.NewProcessor: *mocks.PeerManagerMock does not implement "github.com/bitcoin-sv/arc/internal/cache".Store (missing method Del)
|
internal/metamorph/integration_test/double_spend_integration_test.go#L125
cannot use statusMessageChannel (variable of type chan *metamorph.PeerTxMessage) as p2p.PeerManagerI value in argument to metamorph.NewProcessor: chan *metamorph.PeerTxMessage does not implement p2p.PeerManagerI (missing method AddPeer)
|
internal/metamorph/integration_test/double_spend_integration_test.go#L126
cannot use metamorph.WithMinedTxsChan(minedTxChannel) (value of type func(processor *metamorph.Processor)) as chan *metamorph.PeerTxMessage value in argument to metamorph.NewProcessor (compile)
|
internal/metamorph/processor_test.go#L71
cannot use tc.pm (variable of type p2p.PeerManagerI) as "github.com/bitcoin-sv/arc/internal/cache".Store value in argument to metamorph.NewProcessor: p2p.PeerManagerI does not implement "github.com/bitcoin-sv/arc/internal/cache".Store (missing method Del)
|
internal/metamorph/processor_test.go#L72
cannot use metamorph.WithCacheExpiryTime(time.Second * 5) (value of type func(*metamorph.Processor)) as chan *metamorph.PeerTxMessage value in argument to metamorph.NewProcessor
|
internal/metamorph/processor_test.go#L127
cannot use pm (variable of type *"github.com/bitcoin-sv/arc/internal/metamorph/mocks".PeerManagerMock) as "github.com/bitcoin-sv/arc/internal/cache".Store value in argument to metamorph.NewProcessor: *"github.com/bitcoin-sv/arc/internal/metamorph/mocks".PeerManagerMock does not implement "github.com/bitcoin-sv/arc/internal/cache".Store (missing method Del)
|
internal/metamorph/processor_test.go#L127
cannot use metamorph.WithLockTxsInterval(20 * time.Millisecond) (value of type func(*metamorph.Processor)) as chan *metamorph.PeerTxMessage value in argument to metamorph.NewProcessor
|
internal/metamorph/processor_test.go#L238
cannot use pm (variable of type *"github.com/bitcoin-sv/arc/internal/metamorph/mocks".PeerManagerMock) as "github.com/bitcoin-sv/arc/internal/cache".Store value in argument to metamorph.NewProcessor: *"github.com/bitcoin-sv/arc/internal/metamorph/mocks".PeerManagerMock does not implement "github.com/bitcoin-sv/arc/internal/cache".Store (missing method Del)
|
internal/metamorph/processor_test.go#L238
cannot use metamorph.WithMessageQueueClient(publisher) (value of type func(processor *metamorph.Processor)) as chan *metamorph.PeerTxMessage value in argument to metamorph.NewProcessor
|
internal/metamorph/processor_test.go#L494
cannot use pm (variable of type *"github.com/bitcoin-sv/arc/internal/metamorph/mocks".PeerManagerMock) as "github.com/bitcoin-sv/arc/internal/cache".Store value in argument to metamorph.NewProcessor: *"github.com/bitcoin-sv/arc/internal/metamorph/mocks".PeerManagerMock does not implement "github.com/bitcoin-sv/arc/internal/cache".Store (missing method Del)
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v4, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
The logs for this run have expired and are no longer available.
Loading