decred / dcrwallet

A secure Decred wallet daemon written in Go (golang).
https://decred.org
ISC License
212 stars 153 forks source link

grpc: Return raw block header in TransactionNotifications #2322

Open matheusd opened 6 months ago

matheusd commented 6 months ago

A dcrlnd update will make it a requirement to have the blockheader after a block is attached or detached, so having this directly would avoid a second roundtrip to the wallet when running from within decrediton or more generally on remote wallet mode.