zkevm_getBatchByNumber
is returning None
for batches with no transactions
#1560
Labels
bug
Something isn't working
I have synced the Polygon zkEVM network using this repo, and when I try to obtain the batch information using the
zkevm_getBatchByNumber
endpoint, it returnsNone
for the batches that have no transactions. Find the output example below (batch_index response
)According to Polygonscan zkEVM explorer, these are 1-to-1 match with those batches that have no transactions within.
I'm getting this information running the following in Python.
Is this a known bug, or am I doing something wrong here?
EDIT: I have this running on
latest
version using docker. I don't know if this points tov2.0.x
orv2.60.0
.The text was updated successfully, but these errors were encountered: