gcash / bchwallet

A secure bitcoin cash wallet daemon written in Go (golang)
ISC License
43 stars 29 forks source link

Create RescanNotifications stream RPC #37

Closed cpacia closed 5 years ago

cpacia commented 5 years ago

This commit adds a new streaming RPC to the gRPC API to notify whenever a rescan event happens. This is either rescan progress being made or the rescan is finished. Clients can use this to track the rescan progress and/or take action when it finishes.