Skip to content

rpc: Add `blockchain.headers.tip`

Dagur Valberg Johannsson requested to merge dagurval/rostrum:tip into master

Add a RPC call to get the tip of the chain. This is the same as blockchain.headers.subscribe, except it does not add a subscription. Functional test included.

Merge request reports