BlockPo / BlockPo-to-Tradelayer

Incubation Repo for the TradeLayer protocol, 0.2.0
http://www.tradelayer.org
Other
8 stars 8 forks source link

Mempool pending transactions check #334

Closed philmb3487 closed 4 years ago

philmb3487 commented 4 years ago
Performs a check to ensure all pending transactions are still in the mempool.

 NOTE: Transactions no longer in the mempool (eg orphaned) are deleted from
       the pending map and credited back to the pending tally.

NOTE:

Discuss. This is taken from Omnilayer, I don't know if that's the right thing to do, what do you think? It needs testing.

santos177 commented 4 years ago

@sinetek : we don't have pending transactions implemented yet, so we can't test these changes for now. I will accept this pull request, because it's part of future work.