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
We had a similar issue (we used Sepolia as the L1). The SequenceBatches call to L1 wouldn't go through for new batches because the virtual_batches table was not populated for the previous batch. The culprit I think is the synchronizer that prints the following error in the log: Feb 08 01:47:58 synchronizer-001.sepolia02.zkevm.polygon.private zkevm-node[1929]: {"level":"warn","ts":1707356878.488703,"caller":"synchronizer/synchronizer.go:274","msg":"error syncing blocks: missing required field 'maxFeePerDataGas' for txdata","pid":1929,"version":"v0.0.2"}.
The Synchronizer is responsible for pulling blocks from L1 and populating the virtual_batches table. It cannot do it due to the above error.
I wonder whether the recent forks on L1s (Sepolia and Goerli) played a role in this issue: https://www.eip4844.com/
I got this error from
cdk-validium-sync
component. I use Goerli as L1.The text was updated successfully, but these errors were encountered: