Would it be good to have Bitcoin Core tools? A module that handles modules so that there is no need for commits regarding tools like yours?

Bitcoin CLI calls to modules-tool-... In order to keep the base core code simple.

Reply to this note

Please Login to reply.

Discussion

did you look at the PR? This uses existing data already stored in core which is currently not exposed(the mempool sequence) and adds a new interface for accessing it (filter out older txs)

I understand. I know 0.00000001 percent about how the code in Bitcoin core works. I've just peanut gallery watched how commits get introduced.

I need to educate myself better on this.