Releases: pokt-foundation/pocket-go
Releases · pokt-foundation/pocket-go
Remove unused dispatcher rotation
Fix remove unused features (#97) * Remove random full node selection when getting a session * Add a GetSession method to remove references to Dispatch when using the SDK * Swap order of chain and application in GetSession * Check for nil session in full node's output * Check for empty nodes list in session received from full node * Add a GetAllApps method to provider struct * Add a SendRelay function