kardiachain / go-kardia

Golang implementation of KardiaChain Decentralize Network
https://kardiachain.io
GNU Lesser General Public License v3.0
33 stars 18 forks source link

Impl event newHeads #128

Closed ngdlong91 closed 3 years ago

ngdlong91 commented 3 years ago

Problems: Currently, the client needs to 'spam' RPC request to a node to check if a new block was generated.

This PR deal with:

lewtran commented 3 years ago

Please add descriptions and its purpose

ngdlong91 commented 3 years ago

Add description

lewtran commented 3 years ago

LGTM