You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Spammer script to keep sending some EOA transfers to the sequencer
Bash script to keep calling eth_blockNumber and zkevm_batchNumber on repeat
With this running I can call for the witness for batch 2 which performs a full unwind of a number of batches and the script reporting the latest block and batch doesn't alter the output during this process.
After inspecting the logs of the RPC node from this test where it was first observed , this is related to a problem that is being fixed elsewhere that causes the RPC to go into an unwind loop when the sequencer is halted.
It appears that asking an RPC node for latest block/batch information whilst an unwind is happening is causing the responses to also roll back.
This is happening when the network is halted at the sequencer so there are no new blocks being produced.
The text was updated successfully, but these errors were encountered: