Skip to content

Connect to P2P port to get instant tx updates

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

This commit adds P2P connection to node, where when successful, will listen for inv messages on blocks and transactions.

This makes transaction and block updates instant, replacing the old pull and wait method.

Makes use of p2p code from electrs.

Merge request reports