mimblewimble / grin-wallet

Grin Wallet
Apache License 2.0
182 stars 137 forks source link

Unconfirmed (txpool) vs. really unconfirmed (stempool) when receiving a tx #307

Open antiochp opened 5 years ago

antiochp commented 5 years ago

Running a wallet receiver I see a variety of outputs in "unconfirmed" state -

We can actually differentiate between these two different states via the wallet + node, based on the tx being in the actual tx pool or just in the stempool.

It would be useful to visually differentiate between these when running -

yeastplume commented 4 years ago

Moving to grin-wallet

antiochp commented 4 years ago

Maybe tangentially related to https://github.com/mimblewimble/grin/issues/2544 as we'd need a way to introspect both the stempool and txpool for transactions and their related outputs.