Guys, what would happen if I send tx with nonce+2 relatively to my current tx count?
Jan 11, 2022, 8:43 AM
Is it going to be mined at once or pending?
or isn’t even going to be sent into the mempool?
Jan 11, 2022, 8:45 AM
Will wait until nonce + 1 is mined
Jan 11, 2022, 8:46 AM
will wait where?
Jan 11, 2022, 8:46 AM
Might remain in the mempool for a couple minutes until its dropped
Jan 11, 2022, 8:46 AM
are you sure about this?)
Jan 11, 2022, 8:46 AM
Pretty sure transactions are processed sequential
Jan 11, 2022, 8:47 AM
I thought that you can set whatever nonce
It just must not repeat
Jan 11, 2022, 8:48 AM
You can, but it won't be mined
Until all the nonces upto nonce-1 is mined
Jan 11, 2022, 8:48 AM
if the nonce is uint64 I can overflow the node with such buffer of pending transactions?
Jan 11, 2022, 8:49 AM
That... I don't know. Probably node will rate limit
If you are using third party
Jan 11, 2022, 8:52 AM
👀
Jan 11, 2022, 8:52 AM
Well, what advantage is there to crash your own node :)
Jan 11, 2022, 8:54 AM
No advantage. I just wonder)
Jan 11, 2022, 8:55 AM