Set blockProcessingOffset to zero after eth_getLogs query using blockHash filter
All checks were successful
Lint Checks / Run linter (pull_request) Successful in 1m4s
Deploy Test / Run deploy test suite (pull_request) Successful in 6m4s
Webapp Test / Run webapp test suite (pull_request) Successful in 5m0s
K8s Deploy Test / Run deploy test suite on kind/k8s (pull_request) Successful in 8m47s
Smoke Test / Run basic test suite (pull_request) Successful in 4m6s

This commit is contained in:
Nabarun 2024-06-11 19:50:36 +05:30
parent 31a0ab592e
commit 6a78f1d2aa
3 changed files with 3 additions and 3 deletions

View File

@ -92,7 +92,7 @@
blockDelayInMilliSecs = 30000 blockDelayInMilliSecs = 30000
# Number of blocks by which block processing lags behind head # Number of blocks by which block processing lags behind head
blockProcessingOffset = 16 blockProcessingOffset = 0
# Boolean to switch between modes of processing events when starting the server. # Boolean to switch between modes of processing events when starting the server.
# Setting to true will fetch filtered events and required blocks in a range of blocks and then process them. # Setting to true will fetch filtered events and required blocks in a range of blocks and then process them.

View File

@ -92,7 +92,7 @@
blockDelayInMilliSecs = 30000 blockDelayInMilliSecs = 30000
# Number of blocks by which block processing lags behind head # Number of blocks by which block processing lags behind head
blockProcessingOffset = 16 blockProcessingOffset = 0
# Boolean to switch between modes of processing events when starting the server. # Boolean to switch between modes of processing events when starting the server.
# Setting to true will fetch filtered events and required blocks in a range of blocks and then process them. # Setting to true will fetch filtered events and required blocks in a range of blocks and then process them.

View File

@ -92,7 +92,7 @@
blockDelayInMilliSecs = 30000 blockDelayInMilliSecs = 30000
# Number of blocks by which block processing lags behind head # Number of blocks by which block processing lags behind head
blockProcessingOffset = 16 blockProcessingOffset = 0
# Boolean to switch between modes of processing events when starting the server. # Boolean to switch between modes of processing events when starting the server.
# Setting to true will fetch filtered events and required blocks in a range of blocks and then process them. # Setting to true will fetch filtered events and required blocks in a range of blocks and then process them.