zkevm_getBatchByNumber
has mismatched information for accInputHash
and timestamp
#1378
Labels
Milestone
We're cross referencing information from the RPC, Sequencer, Datastreamer, and L1 contracts for verified batches. It seems like we're often missing the
accInputHash
and potentially returning the wrongtimestamp
.In the image above, we're pulling data from a few sources. The state roots seem to align which is good, but the
accInputHash
from L1 is0x153491ff81c722447f273fd43342407e9e5c721418c640f2102bcb8d1a7d2e67
and the RPC & Sequencer are returning0x0000000000000000000000000000000000000000000000000000000000000000
.Similarly, the timestamp returned by the RPC & Sequencer is
0x67214d80
, but the timestamp returned by getRollupSequencedBatchesThis is happening with
hermeznetwork/cdk-erigon:v2.2.0-RC3
The text was updated successfully, but these errors were encountered: