BlockPo / BlockPo-to-Tradelayer

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

Pending Transactions #335

Closed santos177 closed 2 years ago

santos177 commented 4 years ago

We need to implement pending transactions, in order to have more details on txs status.

patrickdugan commented 3 years ago

This is really important for detecting unconfirmed commits and withdrawals. The mempool native to Bitcoin/Litecoin already has access, so we just need to write an RPC route to pick up on channel-related tx that are in the mempool?

patrickdugan commented 3 years ago

tl_listpendingtransactions

We may be able to close this as this is an extant functionality?

patrickdugan commented 2 years ago

Seems like a valid concern already addressed by basic mempool RPC.