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

Support to node rpc stream requests like `monitor/heads/<chain_id>` #87

Closed RomarQ closed 3 years ago

RomarQ commented 5 years ago

I think this package should also support stream requests to the node rpc, like monitor/heads/<chain_id>.

I have implemented this in my block explorer, could clean it and open a pull request if you agree with adding this feature.

RomarQ commented 5 years ago

PR #88