Post-SFL #34023 I don’t think we expect the mempool to be unordered for long periods of time. If we consider it likely to be a serious regression in production, it would be useful to expose the fact that the mempool is not known to be optimal.
- do a MEMPOOL log after any
DoWork()returns false, meaning non-optimal - expose it via getmempoolinfo, by calling
DoWork(0), which does nothing but return known-optimality
I’m not wedded to either approach, I just think something is better than nothing for the next release.