Download mempool-bound transactions, log their transaction::Verifier
results to stdout prior to mempool storage
#2637
Milestone
transaction::Verifier
results to stdout prior to mempool storage
#2637
We can take our block syncer and copy/paste that into a transaction downloader stream, and for a first pass, make sure that all the transcations we download pass the
TransactionVerifier
, and log the result to stdout.Later, those passing transactions will be inserted into our mempool via a call to the
MempoolService
The text was updated successfully, but these errors were encountered: