goat-systems / go-tezos

Go Tezos Is a Go library that exposes and builds upon the Tezos RPC.
MIT License
71 stars 43 forks source link

Optimize AccountService.GetBalanceAtBlock #76

Closed BrianBland closed 5 years ago

BrianBland commented 5 years ago

Removes unnecessarily block fetch, instead just validate that the value of id is somewhat sane.

Introduces helper function BlockService.IDToString