Upgrade CometBFT to Include the Latest Security Fixes #355
test.yml
on: pull_request
unit-tests
33s
e2e-tests
2m 19s
Annotations
6 errors
unit-tests
no required module provides package github.com/btcsuite/btcd/btcec; to add it:
|
unit-tests
cannot find module providing package github.com/btcsuite/btcd/btcec: import lookup disabled by -mod=readonly
|
unit-tests
Process completed with exit code 2.
|
e2e-tests
cannot use blockStoreDB (variable of type "github.com/cometbft/cometbft-db".DB) as "github.com/cometbft/cometbft-db".Batch value in argument to store.SaveBlockStoreState: "github.com/cometbft/cometbft-db".DB does not implement "github.com/cometbft/cometbft-db".Batch (missing method Write)
|
e2e-tests
cannot use blockStoreDB (variable of type "github.com/cometbft/cometbft-db".DB) as "github.com/cometbft/cometbft-db".Batch value in argument to store.SaveBlockStoreState: "github.com/cometbft/cometbft-db".DB does not implement "github.com/cometbft/cometbft-db".Batch (missing method Write)
|
e2e-tests
Process completed with exit code 2.
|