You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The "mempool analyzer tool", once advanced as #3020, but never checked in, is broken, in the sense that I can't get it to work on my node.
I'm not sure what is wrong.
We should consider:
fixing it
turning it into a process that runs continually
To be a process that runs continually, we could either:
make it like the "mock miner", but have it iterate over all transactions
just have this process each transaction once, queued up when it is received in the mempool, and removed from the queue once it has been tested a single time. This is different than the "mock miner" style set-up, where a transaction could be processed multiple times, giving more up-to-date information, but making it harder to get through all transactions.
The text was updated successfully, but these errors were encountered:
The "mempool analyzer tool", once advanced as #3020, but never checked in, is broken, in the sense that I can't get it to work on my node.
I'm not sure what is wrong.
We should consider:
To be a process that runs continually, we could either:
The text was updated successfully, but these errors were encountered: