Given the state:
- Account X, nonce: 0
- Account X sends a valid TX
- Account X new nonce: 1
- Account X sends an invalid TX that doesn't pass a validateTx() check in mempool (msg too large, more than 32kb for example)
- Account X new nonce in the global state: 2 or 1 ?
If an account sends in invalid TX should the nonce of the next transaction be the same as of the invalid one or does it have to increase after every attept to submit a TX?