Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/akash-network/node
/ Events
Method
Events
pubsub/bus.go:36–36 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
34
// when adding subscribers for sub-components (see `provider/bidengine/{service,order}.go`)
35
type
Subscriber
interface
{
36
Events() <-
chan
Event
37
Clone() (Subscriber, error)
38
Close()
39
Done() <-
chan
struct
{}
Callers
15
stateMachine
Method · 0.95
stateMachine
Method · 0.95
TestSubmitAttestationCreatesDiscrepancyAndGrace
Function · 0.65
TestResolveDiscrepancySettlesAttestationsAndAuditorBonds
Function · 0.65
TestEndBlockerTimesOutPendingDiscrepancy
Function · 0.65
TestHappyPathMessages
Function · 0.65
TestSubmitAttestationSameAuditorReplacementDisposition
Function · 0.65
TestRemoveAttestationDisposition
Function · 0.65
TestRevokeProviderAttestationVoidsSingleAttestation
Function · 0.65
TestCancelAuditEscrowSettlesUnconsumedEscrow
Function · 0.65
TestSettleAuditEscrowProviderFaultSlashesDeposit
Function · 0.65
TestEndBlockerExpiresAttestation
Function · 0.65
Implementers
1
bus
pubsub/bus.go
Calls
no outgoing calls
Tested by
15
stateMachine
Method · 0.76
stateMachine
Method · 0.76
TestSubmitAttestationCreatesDiscrepancyAndGrace
Function · 0.52
TestResolveDiscrepancySettlesAttestationsAndAuditorBonds
Function · 0.52
TestEndBlockerTimesOutPendingDiscrepancy
Function · 0.52
TestHappyPathMessages
Function · 0.52
TestSubmitAttestationSameAuditorReplacementDisposition
Function · 0.52
TestRemoveAttestationDisposition
Function · 0.52
TestRevokeProviderAttestationVoidsSingleAttestation
Function · 0.52
TestCancelAuditEscrowSettlesUnconsumedEscrow
Function · 0.52
TestSettleAuditEscrowProviderFaultSlashesDeposit
Function · 0.52
TestEndBlockerExpiresAttestation
Function · 0.52