Skip to content

Releases: pokt-foundation/pocket-go

Remove unused dispatcher rotation

10 Aug 01:11
dd6409e
Compare
Choose a tag to compare
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