I use testmempoolaccept
for sanity-checking transactions I produce are valid in some app.
Wanted to propose a PR, but reading the original testmempoolaccept
PR it seems to have some precedent, so asking here before about the conceptual validity : what do you think of making testmempoolaccept
(accept a array which len >1 and) test each transaction passed in the array as if all valid precedent transactions of the array were into the mempool ?
(Edited after reading the doc more carefully..)