[Merged by Bors] - hare: use atxdata for atxs info and malfeasence identities #4844
Annotations
7 errors
coverage:
node/node.go#L855
cannot use app.cachedDB (variable of type *"github.com/spacemeshos/go-spacemesh/datastore".CachedDB) as *"github.com/spacemeshos/go-spacemesh/sql".Database value in argument to hare3.New
|
coverage:
node/node.go#L855
cannot use app.edVerifier (variable of type *signing.EdVerifier) as *atxsdata.Data value in argument to hare3.New
|
coverage:
node/node.go#L855
cannot use app.hOracle (variable of type *eligibility.Oracle) as *signing.EdVerifier value in argument to hare3.New
|
coverage:
node/node.go#L855
cannot use newSyncer (variable of type *syncer.Syncer) as hare3.oracle value in argument to hare3.New: *syncer.Syncer does not implement hare3.oracle (missing method CalcEligibility)
|
coverage:
node/node.go#L855
cannot use patrol (variable of type *layerpatrol.LayerPatrol) as system.SyncStateProvider value in argument to hare3.New: *layerpatrol.LayerPatrol does not implement system.SyncStateProvider (missing method IsBeaconSynced)
|
coverage:
node/node.go#L856
cannot use hare3.WithLogger(logger) (value of type hare3.Opt) as *layerpatrol.LayerPatrol value in argument to hare3.New
|
coverage
Process completed with exit code 2.
|