Skip to content

ARCO-205: use cache for updating txs in metamorph #181

ARCO-205: use cache for updating txs in metamorph

ARCO-205: use cache for updating txs in metamorph #181

Triggered via pull request September 26, 2024 09:40
Status Failure
Total duration 1m 35s
Artifacts

go.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 1 warning
build
cannot use tc.pm (variable of type p2p.PeerManagerI) as cache.Store value in argument to metamorph.NewProcessor: p2p.PeerManagerI does not implement cache.Store (missing method Del)
build
cannot use pm (variable of type *mocks.PeerManagerMock) as cache.Store value in argument to metamorph.NewProcessor: *mocks.PeerManagerMock does not implement cache.Store (missing method Del)
build
Process completed with exit code 1.
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/