The handling of Moonlight transactions by the mempool could be made better by abstracting nullifiers and nonces. Perhaps there could be a way of ensuring that transactions originating from the same Moonlight account get picked in sequence as well, to allow for easily predictable bulk transaction processing.
But we should address mempool properly in a following PR
Maybe abstracting away the nullifiers to accommodate the MoonlightTx needs
The handling of Moonlight transactions by the mempool could be made better by abstracting nullifiers and nonces. Perhaps there could be a way of ensuring that transactions originating from the same Moonlight account get picked in sequence as well, to allow for easily predictable bulk transaction processing.