ipld-eth-beacon-indexer/ipld-eth-beacon-indexer.log
Abdul Rabbani 24fc6358d6
Testing for Batch Processing (#56)
* Set starting slot and improve error gap capturing

* Set starting slot and improve error gap capturing

* Tests + Significant Refactor

The code for historical processing has been significantly refactored to use a context to signify a shutdown.

There have also been many tests added for historical and knownGaps processing.

* Update MhKeys in test

* Update correct values

* Update Max Retry

Genesis is not working as expected.

* Ensure we release locks properly

* Add ordered testing

* Include system tests

* Update workflow calls

* Add secrets

* Add required secrets

* update path

* Try using the absolute path

* Remove volumes at the end.

* Update system-tests.yml

* Update system-tests.yml

* Update test err

* Update and test the shutdown

* rename ethcl --> eth-beacon

* Try forcing /bin/bash for docker-compose

* Update system-tests.yml

* Update system-tests.yml

* Update system-tests.yml

* Update system-tests.yml

* Update system-tests.yml

* Update system-tests.yml

* Use single quote cron

* Dont run generic on schedule
2022-06-09 17:32:46 -04:00

1612 lines
553 KiB
Plaintext

{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/cmd/root.go:80","func":"github.com/vulcanize/ipld-eth-beacon-indexer/cmd.logLevel","level":"info","msg":"Log level set to debug","time":"2022-06-09T15:55:35-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/cmd/historic.go:48","func":"github.com/vulcanize/ipld-eth-beacon-indexer/cmd.startHistoricProcessing","level":"info","msg":"Starting the application in head tracking mode.","time":"2022-06-09T15:55:35-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/internal/boot/boot.go:46","func":"github.com/vulcanize/ipld-eth-beacon-indexer/internal/boot.BootApplication","level":"info","msg":"Booting the Application","time":"2022-06-09T15:55:35-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/internal/boot/boot.go:48","func":"github.com/vulcanize/ipld-eth-beacon-indexer/internal/boot.BootApplication","level":"debug","msg":"Creating the Beacon Client","time":"2022-06-09T15:55:35-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/beaconclient.go:103","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.CreateBeaconClient","level":"info","msg":"Creating the BeaconClient","time":"2022-06-09T15:55:35-04:00"}
{"endpoint":"http://10.203.8.51:5052/eth/v1/events?topics=head","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/beaconclient.go:126","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.createSseEvent[...].func1","level":"info","msg":"Creating SSE client","time":"2022-06-09T15:55:35-04:00"}
{"endpoint":"http://10.203.8.51:5052/eth/v1/events?topics=chain_reorg","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/beaconclient.go:126","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.createSseEvent[...].func1","level":"info","msg":"Creating SSE client","time":"2022-06-09T15:55:35-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/internal/boot/boot.go:54","func":"github.com/vulcanize/ipld-eth-beacon-indexer/internal/boot.BootApplication","level":"debug","msg":"Checking Beacon Client","time":"2022-06-09T15:55:35-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/healthcheck.go:31","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.BeaconClient.CheckBeaconClient","level":"debug","msg":"Attempting to connect to the beacon client","time":"2022-06-09T15:55:35-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/healthcheck.go:45","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.BeaconClient.CheckBeaconClient","level":"info","msg":"We can successfully reach the beacon client.","time":"2022-06-09T15:55:35-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/internal/boot/boot.go:60","func":"github.com/vulcanize/ipld-eth-beacon-indexer/internal/boot.BootApplication","level":"debug","msg":"Setting up DB connection","time":"2022-06-09T15:55:35-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/database/sql/postgres/database.go:44","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/database/sql/postgres.SetupPostgresDb","level":"debug","msg":"Resolving Driver Type","time":"2022-06-09T15:55:35-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/database/sql/postgres/database.go:52","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/database/sql/postgres.SetupPostgresDb","level":"info","msg":"Using Driver: PGX","time":"2022-06-09T15:55:35-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/database/sql/postgres/database.go:75","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/database/sql/postgres.createDriver","level":"debug","msg":"Creating New Driver","time":"2022-06-09T15:55:35-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/database/sql/postgres/database.go:80","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/database/sql/postgres.createDriver","level":"info","msg":"Successfully created a driver for PGX","time":"2022-06-09T15:55:35-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/internal/boot/boot.go:81","func":"github.com/vulcanize/ipld-eth-beacon-indexer/internal/boot.BootApplication","level":"warning","msg":"We are not checking to see if the node has synced to head.","time":"2022-06-09T15:55:35-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/internal/boot/boot.go:128","func":"github.com/vulcanize/ipld-eth-beacon-indexer/internal/boot.BootApplicationWithRetry","level":"debug","msg":"Performing additional boot steps for historical processing","time":"2022-06-09T15:55:35-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/checkbeaconserverstatus.go:184","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.BeaconClient.GetLatestSlotInBeaconServer","headSlot":3998375,"level":"info","msg":"Anchor is nil, the lighthouse client has all the nodes from genesis to head.","time":"2022-06-09T15:55:37-04:00"}
{"New Latest Slot":3998375,"Previous Latest Slot":0,"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/checkbeaconserverstatus.go:205","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.BeaconClient.UpdateLatestSlotInBeaconServer","level":"debug","msg":"Swapping Head Slot","time":"2022-06-09T15:55:37-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/capturehistoric.go:32","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*BeaconClient).CaptureHistoric","level":"info","msg":"We are starting the historical processing service.","time":"2022-06-09T15:55:37-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/capturehistoric.go:102","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.handleBatchProcess","level":"debug","maxWorkers":2,"msg":"Starting batch processing workers","time":"2022-06-09T15:55:37-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/capturehistoric.go:102","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.handleBatchProcess","level":"debug","maxWorkers":2,"msg":"Starting batch processing workers","time":"2022-06-09T15:55:37-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/capturehistoric.go:162","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.handleBatchProcess","level":"debug","msg":"Waiting for shutdown signal from channel","time":"2022-06-09T15:55:37-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processknowngaps.go:62","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*BeaconClient).ProcessKnownGaps","level":"info","msg":"We are starting the known gaps processing service.","time":"2022-06-09T15:55:37-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/capturehistoric.go:102","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.handleBatchProcess","level":"debug","maxWorkers":2,"msg":"Starting batch processing workers","time":"2022-06-09T15:55:37-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/capturehistoric.go:102","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.handleBatchProcess","level":"debug","maxWorkers":2,"msg":"Starting batch processing workers","time":"2022-06-09T15:55:37-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/capturehistoric.go:162","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.handleBatchProcess","level":"debug","msg":"Waiting for shutdown signal from channel","time":"2022-06-09T15:55:37-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T15:55:38-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T15:55:38-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T15:55:39-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T15:55:39-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T15:55:40-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T15:55:40-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T15:55:41-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T15:55:41-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T15:55:42-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T15:55:42-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T15:55:43-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T15:55:43-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T15:55:44-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T15:55:44-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T15:55:45-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T15:55:45-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T15:55:46-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T15:55:46-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T15:55:47-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T15:55:47-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T15:55:48-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T15:55:48-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T15:55:49-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T15:55:49-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T15:55:50-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T15:55:50-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T15:55:51-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T15:55:51-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T15:55:52-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T15:55:52-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T15:55:53-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T15:55:53-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T15:55:54-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T15:55:54-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T15:55:55-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T15:55:55-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T15:55:56-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T15:55:56-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T15:55:57-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T15:55:57-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T15:55:58-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T15:55:58-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T15:55:59-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T15:55:59-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T15:56:00-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T15:56:00-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T15:56:01-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T15:56:01-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T15:56:02-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T15:56:02-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T15:56:03-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T15:56:03-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T15:56:04-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T15:56:04-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T15:56:05-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T15:56:05-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T15:56:06-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T15:56:06-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T15:56:07-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T15:56:07-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T15:56:08-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T15:56:08-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T15:56:09-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T15:56:09-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T15:56:10-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T15:56:10-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T15:56:11-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T15:56:11-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T15:56:12-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T15:56:12-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/gracefulshutdown/gracefulshutdown.go:50","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/gracefulshutdown.Shutdown.func1","level":"info","msg":"Shutting Down your application","time":"2022-06-09T15:56:12-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/gracefulshutdown/gracefulshutdown.go:70","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/gracefulshutdown.Shutdown.func1.2","level":"info","msg":"cleaning up: beaconClient","time":"2022-06-09T15:56:12-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/capturehistoric.go:41","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*BeaconClient).StopHistoric","level":"info","msg":"We are stopping the historical processing service.","time":"2022-06-09T15:56:12-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:86","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.HistoricProcessing.releaseDbLocks","level":"debug","msg":"Updating all the entries to eth_beacon.historical processing","time":"2022-06-09T15:56:12-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:87","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.HistoricProcessing.releaseDbLocks","level":"debug","msg":"Db: \u0026{0xc0002836c8}","time":"2022-06-09T15:56:12-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:88","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.HistoricProcessing.releaseDbLocks","level":"debug","msg":"hp.uniqueNodeIdentifier 100","time":"2022-06-09T15:56:12-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/capturehistoric.go:165","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.handleBatchProcess","level":"debug","msg":"Received shutdown signal from channel","time":"2022-06-09T15:56:12-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/capturehistoric.go:35","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*BeaconClient).CaptureHistoric","level":"debug","msg":"Exiting Historical","time":"2022-06-09T15:56:12-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:93","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.HistoricProcessing.releaseDbLocks","level":"debug","msg":"Update all the entries to eth_beacon.historical processing","time":"2022-06-09T15:56:12-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:98","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.HistoricProcessing.releaseDbLocks","level":"info","msg":"Released historicalProcess locks for specified rows.","rowCount":0,"time":"2022-06-09T15:56:12-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processknowngaps.go:71","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*BeaconClient).StopKnownGapsProcessing","level":"info","msg":"We are stopping the known gaps processing service.","time":"2022-06-09T15:56:12-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processknowngaps.go:126","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.KnownGapsProcessing.releaseDbLocks","level":"debug","msg":"Updating all the entries to eth_beacon.known_gaps","time":"2022-06-09T15:56:12-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processknowngaps.go:127","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.KnownGapsProcessing.releaseDbLocks","level":"debug","msg":"Db: \u0026{0xc0002836c8}","time":"2022-06-09T15:56:12-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processknowngaps.go:128","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.KnownGapsProcessing.releaseDbLocks","level":"debug","msg":"kgp.uniqueNodeIdentifier 100","time":"2022-06-09T15:56:12-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/capturehistoric.go:165","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.handleBatchProcess","level":"debug","msg":"Received shutdown signal from channel","time":"2022-06-09T15:56:12-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processknowngaps.go:65","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*BeaconClient).ProcessKnownGaps","level":"debug","msg":"Exiting known gaps processing service","time":"2022-06-09T15:56:12-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processknowngaps.go:137","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.KnownGapsProcessing.releaseDbLocks","level":"info","msg":"Released knownGaps locks for specified rows.","rowCount":0,"time":"2022-06-09T15:56:12-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/gracefulshutdown/gracefulshutdown.go:76","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/gracefulshutdown.Shutdown.func1.2","level":"info","msg":"beaconClient was shutdown gracefully","time":"2022-06-09T15:56:12-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/cmd/historic.go:100","func":"github.com/vulcanize/ipld-eth-beacon-indexer/cmd.startHistoricProcessing","level":"info","msg":"Gracefully shutdown ipld-eth-beacon-indexer","time":"2022-06-09T15:56:12-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/cmd/root.go:80","func":"github.com/vulcanize/ipld-eth-beacon-indexer/cmd.logLevel","level":"info","msg":"Log level set to debug","time":"2022-06-09T15:56:17-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/cmd/full.go:60","func":"github.com/vulcanize/ipld-eth-beacon-indexer/cmd.startFullProcessing","level":"info","msg":"Starting the application in head tracking mode.","time":"2022-06-09T15:56:17-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/internal/boot/boot.go:46","func":"github.com/vulcanize/ipld-eth-beacon-indexer/internal/boot.BootApplication","level":"info","msg":"Booting the Application","time":"2022-06-09T15:56:17-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/internal/boot/boot.go:48","func":"github.com/vulcanize/ipld-eth-beacon-indexer/internal/boot.BootApplication","level":"debug","msg":"Creating the Beacon Client","time":"2022-06-09T15:56:17-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/beaconclient.go:103","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.CreateBeaconClient","level":"info","msg":"Creating the BeaconClient","time":"2022-06-09T15:56:17-04:00"}
{"endpoint":"http://10.203.8.51:5052/eth/v1/events?topics=head","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/beaconclient.go:126","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.createSseEvent[...].func1","level":"info","msg":"Creating SSE client","time":"2022-06-09T15:56:17-04:00"}
{"endpoint":"http://10.203.8.51:5052/eth/v1/events?topics=chain_reorg","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/beaconclient.go:126","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.createSseEvent[...].func1","level":"info","msg":"Creating SSE client","time":"2022-06-09T15:56:17-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/internal/boot/boot.go:54","func":"github.com/vulcanize/ipld-eth-beacon-indexer/internal/boot.BootApplication","level":"debug","msg":"Checking Beacon Client","time":"2022-06-09T15:56:17-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/healthcheck.go:31","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.BeaconClient.CheckBeaconClient","level":"debug","msg":"Attempting to connect to the beacon client","time":"2022-06-09T15:56:17-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/healthcheck.go:45","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.BeaconClient.CheckBeaconClient","level":"info","msg":"We can successfully reach the beacon client.","time":"2022-06-09T15:56:17-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/internal/boot/boot.go:60","func":"github.com/vulcanize/ipld-eth-beacon-indexer/internal/boot.BootApplication","level":"debug","msg":"Setting up DB connection","time":"2022-06-09T15:56:17-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/database/sql/postgres/database.go:44","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/database/sql/postgres.SetupPostgresDb","level":"debug","msg":"Resolving Driver Type","time":"2022-06-09T15:56:17-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/database/sql/postgres/database.go:52","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/database/sql/postgres.SetupPostgresDb","level":"info","msg":"Using Driver: PGX","time":"2022-06-09T15:56:17-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/database/sql/postgres/database.go:75","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/database/sql/postgres.createDriver","level":"debug","msg":"Creating New Driver","time":"2022-06-09T15:56:17-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/database/sql/postgres/database.go:80","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/database/sql/postgres.createDriver","level":"info","msg":"Successfully created a driver for PGX","time":"2022-06-09T15:56:17-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/internal/boot/boot.go:81","func":"github.com/vulcanize/ipld-eth-beacon-indexer/internal/boot.BootApplication","level":"warning","msg":"We are not checking to see if the node has synced to head.","time":"2022-06-09T15:56:17-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/cmd/full.go:75","func":"github.com/vulcanize/ipld-eth-beacon-indexer/cmd.startFullProcessing","level":"info","msg":"The Beacon Client has booted successfully!","time":"2022-06-09T15:56:17-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/capturehead.go:29","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*BeaconClient).CaptureHead","level":"info","msg":"We are tracking the head of the chain.","time":"2022-06-09T15:56:17-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/incomingsse.go:95","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*BeaconClient).captureEventTopic","level":"info","msg":"We are capturing all SSE events","time":"2022-06-09T15:56:17-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processevents.go:30","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*BeaconClient).handleReorg","level":"info","msg":"Starting to process reorgs.","time":"2022-06-09T15:56:17-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/capturehistoric.go:32","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*BeaconClient).CaptureHistoric","level":"info","msg":"We are starting the historical processing service.","time":"2022-06-09T15:56:17-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/capturehistoric.go:102","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.handleBatchProcess","level":"debug","maxWorkers":2,"msg":"Starting batch processing workers","time":"2022-06-09T15:56:17-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/capturehistoric.go:102","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.handleBatchProcess","level":"debug","maxWorkers":2,"msg":"Starting batch processing workers","time":"2022-06-09T15:56:17-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/capturehistoric.go:162","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.handleBatchProcess","level":"debug","msg":"Waiting for shutdown signal from channel","time":"2022-06-09T15:56:17-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processevents.go:40","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*BeaconClient).handleHead","level":"info","msg":"Starting to process head.","time":"2022-06-09T15:56:17-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processknowngaps.go:62","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*BeaconClient).ProcessKnownGaps","level":"info","msg":"We are starting the known gaps processing service.","time":"2022-06-09T15:56:17-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/capturehistoric.go:102","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.handleBatchProcess","level":"debug","maxWorkers":2,"msg":"Starting batch processing workers","time":"2022-06-09T15:56:17-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/capturehistoric.go:102","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.handleBatchProcess","level":"debug","maxWorkers":2,"msg":"Starting batch processing workers","time":"2022-06-09T15:56:17-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/capturehistoric.go:162","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.handleBatchProcess","level":"debug","msg":"Waiting for shutdown signal from channel","time":"2022-06-09T15:56:17-04:00"}
{"endpoint":"http://10.203.8.51:5052/eth/v1/events?topics=chain_reorg","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/incomingsse.go:53","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.handleIncomingSseEvent[...].func1","level":"info","msg":"Successfully subscribed to the event stream.","time":"2022-06-09T15:56:17-04:00"}
{"endpoint":"http://10.203.8.51:5052/eth/v1/events?topics=head","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/incomingsse.go:53","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.handleIncomingSseEvent[...].func1","level":"info","msg":"Successfully subscribed to the event stream.","time":"2022-06-09T15:56:17-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T15:56:18-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T15:56:18-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T15:56:19-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T15:56:19-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T15:56:20-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T15:56:20-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T15:56:21-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T15:56:21-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T15:56:22-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T15:56:22-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T15:56:23-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T15:56:23-04:00"}
{"fields.msg":"{\"slot\":\"3998380\",\"block\":\"0x959e29d0e0dd4770ef64c2f2f473488ab224328638ee500c5f197f36d396db4a\",\"state\":\"0x209a7ae490b5cfef56a6d982ab5000fa36e6a2a62f5b8ed53f6bb852813319eb\",\"current_duty_dependent_root\":\"0x055ecc29eb33a8ccb7fec2b6ab541ce71f153d574f4e9b18474c7eb67ad48eb5\",\"previous_duty_dependent_root\":\"0x13dd484c3c8462b617222375d850667982ed9944e8f358857405dcadf301ccd4\",\"epoch_transition\":false}","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/incomingsse.go:62","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.handleIncomingSseEvent[...]","level":"debug","msg":"We are going to send the following message to be processed.","time":"2022-06-09T15:56:24-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processevents.go:62","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*BeaconClient).handleHead","head":{"slot":"3998380","block":"0x959e29d0e0dd4770ef64c2f2f473488ab224328638ee500c5f197f36d396db4a","state":"0x209a7ae490b5cfef56a6d982ab5000fa36e6a2a62f5b8ed53f6bb852813319eb","current_duty_dependent_root":"0x055ecc29eb33a8ccb7fec2b6ab541ce71f153d574f4e9b18474c7eb67ad48eb5","previous_duty_dependent_root":"0x13dd484c3c8462b617222375d850667982ed9944e8f358857405dcadf301ccd4","epoch_transition":false,"execution_optimistic":false},"level":"debug","msg":"We are going to start processing the slot.","time":"2022-06-09T15:56:24-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processevents.go:71","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*BeaconClient).handleHead","head":"3998380","level":"debug","msg":"We finished calling processHeadSlot.","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"10000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"0","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"20000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"10000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"30000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"20000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"40000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"30000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"50000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"40000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"60000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"50000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"70000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"60000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"80000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"70000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"90000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"80000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"100000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"90000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"110000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"100000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"120000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"110000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"130000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"120000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"140000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"130000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"150000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"140000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"160000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"150000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"170000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"160000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"180000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"170000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"190000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"180000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"200000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"190000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"210000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"200000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"220000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"210000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"230000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"220000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"240000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"230000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"250000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"240000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"260000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"250000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"270000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"260000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"280000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"270000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"290000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"280000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"300000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"290000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"310000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"300000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"320000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"310000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"330000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"320000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"340000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"330000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"350000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"340000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"360000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"350000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"370000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"360000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"380000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"370000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"390000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"380000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"400000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"390000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"410000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"400000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"420000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"410000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"430000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"420000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"440000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"430000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"450000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"440000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"460000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"450000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"470000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"460000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"480000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"470000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"490000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"480000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"500000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"490000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"510000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"500000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"520000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"510000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"530000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"520000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"540000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"530000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"550000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"540000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"560000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"550000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"570000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"560000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"580000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"570000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"590000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"580000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"600000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"590000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"610000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"600000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"620000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"610000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"630000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"620000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"640000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"630000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"650000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"640000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"660000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"650000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"670000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"660000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"680000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"670000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"690000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"680000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"700000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"690000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"710000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"700000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"720000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"710000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"730000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"720000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"740000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"730000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"750000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"740000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"760000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"750000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"770000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"760000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"780000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"770000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"790000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"780000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"800000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"790000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"810000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"800000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"820000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"810000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"830000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"820000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"840000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"830000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"850000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"840000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"860000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"850000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"870000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"860000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"880000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"870000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"890000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"880000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"900000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"890000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"910000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"900000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"920000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"910000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"930000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"920000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"940000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"930000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"950000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"940000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"960000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"950000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"970000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"960000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"980000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"970000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"990000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"980000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"1000000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"990000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"1010000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1000000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"1020000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1010000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"1030000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1020000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"1040000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1030000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"1050000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1040000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"1060000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1050000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"1070000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1060000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"1080000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1070000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"1090000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1080000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"1100000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1090000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"1110000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1100000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"1120000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1110000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"1130000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1120000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"1140000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1130000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"1150000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1140000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"1160000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1150000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"1170000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1160000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"1180000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1170000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"1190000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1180000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"1200000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1190000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"1210000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1200000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"1220000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1210000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"1230000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1220000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"1240000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1230000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"1250000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1240000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"1260000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1250000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"1270000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1260000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"1280000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1270000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"1290000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1280000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"1300000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1290000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"1310000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1300000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"1320000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1310000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"1330000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1320000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"1340000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1330000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"1350000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1340000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"1360000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1350000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"1370000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1360000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"1380000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1370000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"1390000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1380000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"1400000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1390000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"1410000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1400000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"1420000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1410000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"1430000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1420000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"1440000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1430000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"1450000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1440000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"1460000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1450000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"1470000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1460000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"1480000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1470000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"1490000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1480000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"1500000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1490000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"1510000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1500000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"1520000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1510000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"1530000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1520000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"1540000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1530000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"1550000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1540000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"1560000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1550000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"1570000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1560000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"1580000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1570000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"1590000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1580000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"1600000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1590000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"1610000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1600000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"1620000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1610000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"1630000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1620000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"1640000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1630000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"1650000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1640000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"1660000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1650000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"1670000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1660000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"1680000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1670000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"1690000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1680000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"1700000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1690000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"1710000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1700000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"1720000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1710000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"1730000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1720000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"1740000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1730000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"1750000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1740000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"1760000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1750000","time":"2022-06-09T15:56:24-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"1770000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1760000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"1780000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1770000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"1790000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1780000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"1800000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1790000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"1810000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1800000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"1820000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1810000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"1830000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1820000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"1840000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1830000","time":"2022-06-09T15:56:24-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"1850000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1840000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"1860000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1850000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"1870000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1860000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"1880000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1870000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"1890000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1880000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"1900000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1890000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"1910000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1900000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"1920000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1910000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"1930000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1920000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"1940000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1930000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"1950000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1940000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"1960000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1950000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"1970000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1960000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"1980000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1970000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"1990000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1980000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"2000000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1990000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"2010000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2000000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"2020000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2010000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"2030000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2020000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"2040000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2030000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"2050000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2040000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"2060000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2050000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"2070000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2060000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"2080000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2070000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"2090000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2080000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"2100000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2090000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"2110000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2100000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"2120000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2110000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"2130000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2120000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"2140000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2130000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"2150000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2140000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"2160000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2150000","time":"2022-06-09T15:56:24-04:00"}
{"endSlot":"2170000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2160000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"2180000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2170000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"2190000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2180000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"2200000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2190000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"2210000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2200000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"2220000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2210000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"2230000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2220000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"2240000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2230000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"2250000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2240000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"2260000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2250000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"2270000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2260000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"2280000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2270000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"2290000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2280000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"2300000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2290000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"2310000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2300000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"2320000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2310000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"2330000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2320000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"2340000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2330000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"2350000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2340000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"2360000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2350000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"2370000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2360000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"2380000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2370000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"2390000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2380000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"2400000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2390000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"2410000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2400000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"2420000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2410000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"2430000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2420000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"2440000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2430000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"2450000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2440000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"2460000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2450000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"2470000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2460000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"2480000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2470000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"2490000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2480000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"2500000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2490000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"2510000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2500000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"2520000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2510000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"2530000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2520000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"2540000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2530000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"2550000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2540000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"2560000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2550000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"2570000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2560000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"2580000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2570000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"2590000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2580000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"2600000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2590000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"2610000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2600000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"2620000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2610000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"2630000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2620000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"2640000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2630000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"2650000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2640000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"2660000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2650000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"2670000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2660000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"2680000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2670000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"2690000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2680000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"2700000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2690000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"2710000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2700000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"2720000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2710000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"2730000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2720000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"2740000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2730000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"2750000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2740000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"2760000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2750000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"2770000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2760000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"2780000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2770000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"2790000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2780000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"2800000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2790000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"2810000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2800000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"2820000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2810000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"2830000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2820000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"2840000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2830000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"2850000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2840000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"2860000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2850000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"2870000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2860000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"2880000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2870000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"2890000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2880000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"2900000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2890000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"2910000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2900000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"2920000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2910000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"2930000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2920000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"2940000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2930000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"2950000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2940000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"2960000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2950000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"2970000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2960000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"2980000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2970000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"2990000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2980000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"3000000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2990000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"3010000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3000000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"3020000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3010000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"3030000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3020000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"3040000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3030000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"3050000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3040000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"3060000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3050000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"3070000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3060000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"3080000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3070000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"3090000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3080000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"3100000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3090000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"3110000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3100000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"3120000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3110000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"3130000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3120000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"3140000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3130000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"3150000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3140000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"3160000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3150000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"3170000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3160000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"3180000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3170000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"3190000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3180000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"3200000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3190000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"3210000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3200000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"3220000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3210000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"3230000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3220000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"3240000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3230000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"3250000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3240000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"3260000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3250000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"3270000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3260000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"3280000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3270000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"3290000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3280000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"3300000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3290000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"3310000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3300000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"3320000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3310000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"3330000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3320000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"3340000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3330000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"3350000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3340000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"3360000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3350000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"3370000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3360000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"3380000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3370000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"3390000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3380000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"3400000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3390000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"3410000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3400000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"3420000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3410000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"3430000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3420000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"3440000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3430000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"3450000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3440000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"3460000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3450000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"3470000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3460000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"3480000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3470000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"3490000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3480000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"3500000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3490000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"3510000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3500000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"3520000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3510000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"3530000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3520000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"3540000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3530000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"3550000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3540000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"3560000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3550000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"3570000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3560000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"3580000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3570000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"3590000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3580000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"3600000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3590000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"3610000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3600000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"3620000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3610000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"3630000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3620000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"3640000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3630000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"3650000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3640000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"3660000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3650000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"3670000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3660000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"3680000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3670000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"3690000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3680000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"3700000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3690000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"3710000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3700000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"3720000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3710000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"3730000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3720000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"3740000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3730000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"3750000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3740000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"3760000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3750000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"3770000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3760000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"3780000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3770000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"3790000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3780000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"3800000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3790000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"3810000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3800000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"3820000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3810000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"3830000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3820000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"3840000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3830000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"3850000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3840000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"3860000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3850000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"3870000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3860000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"3880000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3870000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"3890000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3880000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"3900000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3890000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"3910000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3900000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"3920000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3910000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"3930000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3920000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"3940000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3930000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"3950000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3940000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"3960000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3950000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"3970000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3960000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"3980000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3970000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"3990000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3980000","time":"2022-06-09T15:56:25-04:00"}
{"endSlot":"3998379","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3990000","time":"2022-06-09T15:56:25-04:00"}
{"endpoint":"http://10.203.8.51:5052/eth/v2/beacon/blocks/0x959e29d0e0dd4770ef64c2f2f473488ab224328638ee500c5f197f36d396db4a","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/queryserver.go:32","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.querySsz","level":"debug","msg":"Querying endpoint","time":"2022-06-09T15:56:25-04:00"}
{"endpoint":"http://10.203.8.51:5052/eth/v2/debug/beacon/states/0x209a7ae490b5cfef56a6d982ab5000fa36e6a2a62f5b8ed53f6bb852813319eb","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/queryserver.go:32","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.querySsz","level":"debug","msg":"Querying endpoint","time":"2022-06-09T15:56:25-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T15:56:25-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T15:56:25-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:156","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We found a new row","time":"2022-06-09T15:56:25-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:220","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"Added a new slots to be processed","slots":{},"time":"2022-06-09T15:56:25-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:109","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.processSlotRangeWorker","level":"debug","msg":"Handling slot: 0","time":"2022-06-09T15:56:25-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/capturehistoric.go:131","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.handleBatchProcess.func1","level":"debug","msg":"Added new slot to workCh","slot":0,"time":"2022-06-09T15:56:25-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/capturehistoric.go:131","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.handleBatchProcess.func1","level":"debug","msg":"Added new slot to workCh","slot":1,"time":"2022-06-09T15:56:25-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:109","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.processSlotRangeWorker","level":"debug","msg":"Handling slot: 1","time":"2022-06-09T15:56:25-04:00"}
{"endpoint":"http://10.203.8.51:5052/eth/v2/debug/beacon/states/0","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/queryserver.go:32","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.querySsz","level":"debug","msg":"Querying endpoint","time":"2022-06-09T15:56:25-04:00"}
{"endpoint":"http://10.203.8.51:5052/eth/v2/beacon/blocks/0","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/queryserver.go:32","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.querySsz","level":"debug","msg":"Querying endpoint","time":"2022-06-09T15:56:25-04:00"}
{"endpoint":"http://10.203.8.51:5052/eth/v2/debug/beacon/states/1","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/queryserver.go:32","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.querySsz","level":"debug","msg":"Querying endpoint","time":"2022-06-09T15:56:25-04:00"}
{"endpoint":"http://10.203.8.51:5052/eth/v2/beacon/blocks/1","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/queryserver.go:32","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.querySsz","level":"debug","msg":"Querying endpoint","time":"2022-06-09T15:56:25-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:156","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We found a new row","time":"2022-06-09T15:56:25-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:220","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"Added a new slots to be processed","slots":{},"time":"2022-06-09T15:56:25-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T15:56:26-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T15:56:27-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processslot.go:326","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*ProcessSlot).provideFinalHash","level":"debug","msg":"StateRoot: 0x7e76880eb67bbdc86250aa578958e9d0675e64e714337855204fb5abaaf82c2b","time":"2022-06-09T15:56:28-04:00"}
{"blockRoot":"0x4d611d5b93fdab69013a7f0a2f961caca0c853f87cfe9595fe50038163079360","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processslot.go:339","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*ProcessSlot).provideFinalHash","level":"debug","msg":"Block Root from ssz","time":"2022-06-09T15:56:28-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:135","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*DatabaseWriter).prepareSlotsModel","level":"debug","msg":"dw.DbSlots: \u0026{0 0 0x4d611d5b93fdab69013a7f0a2f961caca0c853f87cfe9595fe50038163079360 0x7e76880eb67bbdc86250aa578958e9d0675e64e714337855204fb5abaaf82c2b proposed}","time":"2022-06-09T15:56:28-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/multihash.go:37","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.MultihashKeyFromSSZRoot","len":66,"level":"debug","mhKey":"/blocks/QLVAEQRQPA2GINRRGFSDKYRZGNTGIYLCGY4TAMJTME3WMMDBGJTDSNRRMNQWGYJQMM4DKM3GHA3WGZTFHE2TSNLGMU2TAMBTHAYTMMZQG44TGNRQ","msg":"The MHKEY","time":"2022-06-09T15:56:28-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:152","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*DatabaseWriter).prepareSignedBeaconBlockModel","level":"debug","msg":"dw.DbSignedBeaconBlock: \u0026{0 0x4d611d5b93fdab69013a7f0a2f961caca0c853f87cfe9595fe50038163079360 0x0000000000000000000000000000000000000000000000000000000000000000 0x0000000000000000000000000000000000000000000000000000000000000000 /blocks/QLVAEQRQPA2GINRRGFSDKYRZGNTGIYLCGY4TAMJTME3WMMDBGJTDSNRRMNQWGYJQMM4DKM3GHA3WGZTFHE2TSNLGMU2TAMBTHAYTMMZQG44TGNRQ}","time":"2022-06-09T15:56:28-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/multihash.go:37","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.MultihashKeyFromSSZRoot","len":66,"level":"debug","mhKey":"/blocks/QLVAEQRQPA3WKNZWHA4DAZLCGY3WEYTEMM4DMMRVGBQWCNJXHA4TKODFHFSDANRXGVSTMNDFG4YTIMZTG44DKNJSGA2GMYRVMFRGCYLGHAZGGMTC","msg":"The MHKEY","time":"2022-06-09T15:56:28-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:167","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*DatabaseWriter).prepareBeaconStateModel","level":"debug","msg":"dw.DbBeaconState: \u0026{0 0x7e76880eb67bbdc86250aa578958e9d0675e64e714337855204fb5abaaf82c2b /blocks/QLVAEQRQPA3WKNZWHA4DAZLCGY3WEYTEMM4DMMRVGBQWCNJXHA4TKODFHFSDANRXGVSTMNDFG4YTIMZTG44DKNJSGA2GMYRVMFRGCYLGHAZGGMTC}","time":"2022-06-09T15:56:28-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:177","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*DatabaseWriter).transactFullSlot","level":"debug","msg":"Starting to write to the DB.","slot":"0","time":"2022-06-09T15:56:28-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:183","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*DatabaseWriter).transactFullSlot","level":"debug","msg":"We finished writing to the eth_beacon.slots table.","time":"2022-06-09T15:56:28-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processslot.go:326","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*ProcessSlot).provideFinalHash","level":"debug","msg":"StateRoot: 0x71ddf39322af21eeabda04f605992ab5027533eb8e9ab915075d432a886c6e51","time":"2022-06-09T15:56:28-04:00"}
{"blockRoot":"0xbacd20f09da907734434f052bd4c9503aa16bab1960e89ea20610d08d064481c","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processslot.go:339","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*ProcessSlot).provideFinalHash","level":"debug","msg":"Block Root from ssz","time":"2022-06-09T15:56:28-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:135","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*DatabaseWriter).prepareSlotsModel","level":"debug","msg":"dw.DbSlots: \u0026{0 1 0xbacd20f09da907734434f052bd4c9503aa16bab1960e89ea20610d08d064481c 0x71ddf39322af21eeabda04f605992ab5027533eb8e9ab915075d432a886c6e51 proposed}","time":"2022-06-09T15:56:28-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/multihash.go:37","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.MultihashKeyFromSSZRoot","len":66,"level":"debug","mhKey":"/blocks/QLVAEQRQPBRGCY3EGIYGMMBZMRQTSMBXG4ZTINBTGRTDANJSMJSDIYZZGUYDGYLBGE3GEYLCGE4TMMDFHA4WKYJSGA3DCMDEGA4GIMBWGQ2DQMLD","msg":"The MHKEY","time":"2022-06-09T15:56:28-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:152","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*DatabaseWriter).prepareSignedBeaconBlockModel","level":"debug","msg":"dw.DbSignedBeaconBlock: \u0026{1 0xbacd20f09da907734434f052bd4c9503aa16bab1960e89ea20610d08d064481c 0x4d611d5b93fdab69013a7f0a2f961caca0c853f87cfe9595fe50038163079360 0x8d3f027beef5cbd4f8b29fc831aba67a5d74768edca529f5596f07fd207865e1 /blocks/QLVAEQRQPBRGCY3EGIYGMMBZMRQTSMBXG4ZTINBTGRTDANJSMJSDIYZZGUYDGYLBGE3GEYLCGE4TMMDFHA4WKYJSGA3DCMDEGA4GIMBWGQ2DQMLD}","time":"2022-06-09T15:56:28-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/multihash.go:37","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.MultihashKeyFromSSZRoot","len":66,"level":"debug","mhKey":"/blocks/QLVAEQRQPA3TCZDEMYZTSMZSGJQWMMRRMVSWCYTEMEYDIZRWGA2TSOJSMFRDKMBSG42TGM3FMI4GKOLBMI4TCNJQG42WINBTGJQTQOBWMM3GKNJR","msg":"The MHKEY","time":"2022-06-09T15:56:28-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:167","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*DatabaseWriter).prepareBeaconStateModel","level":"debug","msg":"dw.DbBeaconState: \u0026{1 0x71ddf39322af21eeabda04f605992ab5027533eb8e9ab915075d432a886c6e51 /blocks/QLVAEQRQPA3TCZDEMYZTSMZSGJQWMMRRMVSWCYTEMEYDIZRWGA2TSOJSMFRDKMBSG42TGM3FMI4GKOLBMI4TCNJQG42WINBTGJQTQOBWMM3GKNJR}","time":"2022-06-09T15:56:28-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:177","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*DatabaseWriter).transactFullSlot","level":"debug","msg":"Starting to write to the DB.","slot":"1","time":"2022-06-09T15:56:28-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:183","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*DatabaseWriter).transactFullSlot","level":"debug","msg":"We finished writing to the eth_beacon.slots table.","time":"2022-06-09T15:56:28-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T15:56:28-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T15:56:29-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/metrics.go:101","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*BeaconClientMetrics).IncrementSlotInserts","level":"debug","msg":"Incrementing Slot Insert","time":"2022-06-09T15:56:30-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:109","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.processSlotRangeWorker","level":"debug","msg":"Handling slot: 2","time":"2022-06-09T15:56:30-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/capturehistoric.go:131","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.handleBatchProcess.func1","level":"debug","msg":"Added new slot to workCh","slot":2,"time":"2022-06-09T15:56:30-04:00"}
{"endpoint":"http://10.203.8.51:5052/eth/v2/debug/beacon/states/2","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/queryserver.go:32","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.querySsz","level":"debug","msg":"Querying endpoint","time":"2022-06-09T15:56:30-04:00"}
{"endpoint":"http://10.203.8.51:5052/eth/v2/beacon/blocks/2","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/queryserver.go:32","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.querySsz","level":"debug","msg":"Querying endpoint","time":"2022-06-09T15:56:30-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/metrics.go:101","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*BeaconClientMetrics).IncrementSlotInserts","level":"debug","msg":"Incrementing Slot Insert","time":"2022-06-09T15:56:30-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:109","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.processSlotRangeWorker","level":"debug","msg":"Handling slot: 3","time":"2022-06-09T15:56:30-04:00"}
{"endpoint":"http://10.203.8.51:5052/eth/v2/beacon/blocks/3","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/queryserver.go:32","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.querySsz","level":"debug","msg":"Querying endpoint","time":"2022-06-09T15:56:30-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/capturehistoric.go:131","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.handleBatchProcess.func1","level":"debug","msg":"Added new slot to workCh","slot":3,"time":"2022-06-09T15:56:30-04:00"}
{"endpoint":"http://10.203.8.51:5052/eth/v2/debug/beacon/states/3","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/queryserver.go:32","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.querySsz","level":"debug","msg":"Querying endpoint","time":"2022-06-09T15:56:30-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T15:56:30-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T15:56:31-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processslot.go:326","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*ProcessSlot).provideFinalHash","level":"debug","msg":"StateRoot: 0x850bbbc29a57458784f92d2cabe51a6dd3e514a691b4849f888040770f37afee","time":"2022-06-09T15:56:32-04:00"}
{"blockRoot":"0x2757f6fd8590925cd000a86a3e543f98a93eae23781783a33e34504729a8ad0c","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processslot.go:339","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*ProcessSlot).provideFinalHash","level":"debug","msg":"Block Root from ssz","time":"2022-06-09T15:56:32-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:135","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*DatabaseWriter).prepareSlotsModel","level":"debug","msg":"dw.DbSlots: \u0026{0 2 0x2757f6fd8590925cd000a86a3e543f98a93eae23781783a33e34504729a8ad0c 0x850bbbc29a57458784f92d2cabe51a6dd3e514a691b4849f888040770f37afee proposed}","time":"2022-06-09T15:56:32-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/multihash.go:37","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.MultihashKeyFromSSZRoot","len":66,"level":"debug","mhKey":"/blocks/QLVAEQRQPAZDONJXMY3GMZBYGU4TAOJSGVRWIMBQGBQTQNTBGNSTKNBTMY4TQYJZGNSWCZJSGM3TQMJXHAZWCMZTMUZTINJQGQ3TEOLBHBQWIMDD","msg":"The MHKEY","time":"2022-06-09T15:56:32-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:152","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*DatabaseWriter).prepareSignedBeaconBlockModel","level":"debug","msg":"dw.DbSignedBeaconBlock: \u0026{2 0x2757f6fd8590925cd000a86a3e543f98a93eae23781783a33e34504729a8ad0c 0xbacd20f09da907734434f052bd4c9503aa16bab1960e89ea20610d08d064481c 0x8d3f027beef5cbd4f8b29fc831aba67a5d74768edca529f5596f07fd207865e1 /blocks/QLVAEQRQPAZDONJXMY3GMZBYGU4TAOJSGVRWIMBQGBQTQNTBGNSTKNBTMY4TQYJZGNSWCZJSGM3TQMJXHAZWCMZTMUZTINJQGQ3TEOLBHBQWIMDD}","time":"2022-06-09T15:56:32-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/multihash.go:37","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.MultihashKeyFromSSZRoot","len":66,"level":"debug","mhKey":"/blocks/QLVAEQRQPA4DKMDCMJRGGMRZME2TONBVHA3TQNDGHEZGIMTDMFRGKNJRME3GIZBTMU2TCNDBGY4TCYRUHA2DSZRYHA4DANBQG43TAZRTG5QWMZLF","msg":"The MHKEY","time":"2022-06-09T15:56:32-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:167","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*DatabaseWriter).prepareBeaconStateModel","level":"debug","msg":"dw.DbBeaconState: \u0026{2 0x850bbbc29a57458784f92d2cabe51a6dd3e514a691b4849f888040770f37afee /blocks/QLVAEQRQPA4DKMDCMJRGGMRZME2TONBVHA3TQNDGHEZGIMTDMFRGKNJRME3GIZBTMU2TCNDBGY4TCYRUHA2DSZRYHA4DANBQG43TAZRTG5QWMZLF}","time":"2022-06-09T15:56:32-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:177","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*DatabaseWriter).transactFullSlot","level":"debug","msg":"Starting to write to the DB.","slot":"2","time":"2022-06-09T15:56:32-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:183","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*DatabaseWriter).transactFullSlot","level":"debug","msg":"We finished writing to the eth_beacon.slots table.","time":"2022-06-09T15:56:32-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processslot.go:326","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*ProcessSlot).provideFinalHash","level":"debug","msg":"StateRoot: 0xea80b8dfdde8331107e3021390b16544b60021e31b9c7d4192a28e1f661c1e85","time":"2022-06-09T15:56:32-04:00"}
{"blockRoot":"0xb6c2a16aa85959604baba5344e869cabe1d096bb179d57e61fdca933f5ec7bf5","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processslot.go:339","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*ProcessSlot).provideFinalHash","level":"debug","msg":"Block Root from ssz","time":"2022-06-09T15:56:32-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:135","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*DatabaseWriter).prepareSlotsModel","level":"debug","msg":"dw.DbSlots: \u0026{0 3 0xb6c2a16aa85959604baba5344e869cabe1d096bb179d57e61fdca933f5ec7bf5 0xea80b8dfdde8331107e3021390b16544b60021e31b9c7d4192a28e1f661c1e85 proposed}","time":"2022-06-09T15:56:32-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/multihash.go:37","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.MultihashKeyFromSSZRoot","len":66,"level":"debug","mhKey":"/blocks/QLVAEQRQPBRDMYZSMEYTMYLBHA2TSNJZGYYDIYTBMJQTKMZUGRSTQNRZMNQWEZJRMQYDSNTCMIYTOOLEGU3WKNRRMZSGGYJZGMZWMNLFMM3WEZRV","msg":"The MHKEY","time":"2022-06-09T15:56:32-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:152","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*DatabaseWriter).prepareSignedBeaconBlockModel","level":"debug","msg":"dw.DbSignedBeaconBlock: \u0026{3 0xb6c2a16aa85959604baba5344e869cabe1d096bb179d57e61fdca933f5ec7bf5 0x2757f6fd8590925cd000a86a3e543f98a93eae23781783a33e34504729a8ad0c 0x8d3f027beef5cbd4f8b29fc831aba67a5d74768edca529f5596f07fd207865e1 /blocks/QLVAEQRQPBRDMYZSMEYTMYLBHA2TSNJZGYYDIYTBMJQTKMZUGRSTQNRZMNQWEZJRMQYDSNTCMIYTOOLEGU3WKNRRMZSGGYJZGMZWMNLFMM3WEZRV}","time":"2022-06-09T15:56:32-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/multihash.go:37","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.MultihashKeyFromSSZRoot","len":66,"level":"debug","mhKey":"/blocks/QLVAEQRQPBSWCOBQMI4GIZTEMRSTQMZTGEYTAN3FGMYDEMJTHEYGEMJWGU2DIYRWGAYDEMLFGMYWEOLDG5SDIMJZGJQTEODFGFTDMNRRMMYWKOBV","msg":"The MHKEY","time":"2022-06-09T15:56:32-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:167","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*DatabaseWriter).prepareBeaconStateModel","level":"debug","msg":"dw.DbBeaconState: \u0026{3 0xea80b8dfdde8331107e3021390b16544b60021e31b9c7d4192a28e1f661c1e85 /blocks/QLVAEQRQPBSWCOBQMI4GIZTEMRSTQMZTGEYTAN3FGMYDEMJTHEYGEMJWGU2DIYRWGAYDEMLFGMYWEOLDG5SDIMJZGJQTEODFGFTDMNRRMMYWKOBV}","time":"2022-06-09T15:56:32-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:177","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*DatabaseWriter).transactFullSlot","level":"debug","msg":"Starting to write to the DB.","slot":"3","time":"2022-06-09T15:56:32-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:183","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*DatabaseWriter).transactFullSlot","level":"debug","msg":"We finished writing to the eth_beacon.slots table.","time":"2022-06-09T15:56:32-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T15:56:32-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T15:56:33-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/metrics.go:101","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*BeaconClientMetrics).IncrementSlotInserts","level":"debug","msg":"Incrementing Slot Insert","time":"2022-06-09T15:56:34-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:109","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.processSlotRangeWorker","level":"debug","msg":"Handling slot: 4","time":"2022-06-09T15:56:34-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/capturehistoric.go:131","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.handleBatchProcess.func1","level":"debug","msg":"Added new slot to workCh","slot":4,"time":"2022-06-09T15:56:34-04:00"}
{"endpoint":"http://10.203.8.51:5052/eth/v2/beacon/blocks/4","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/queryserver.go:32","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.querySsz","level":"debug","msg":"Querying endpoint","time":"2022-06-09T15:56:34-04:00"}
{"endpoint":"http://10.203.8.51:5052/eth/v2/debug/beacon/states/4","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/queryserver.go:32","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.querySsz","level":"debug","msg":"Querying endpoint","time":"2022-06-09T15:56:34-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T15:56:35-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/metrics.go:101","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*BeaconClientMetrics).IncrementSlotInserts","level":"debug","msg":"Incrementing Slot Insert","time":"2022-06-09T15:56:35-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/capturehistoric.go:131","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.handleBatchProcess.func1","level":"debug","msg":"Added new slot to workCh","slot":5,"time":"2022-06-09T15:56:35-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:109","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.processSlotRangeWorker","level":"debug","msg":"Handling slot: 5","time":"2022-06-09T15:56:35-04:00"}
{"endpoint":"http://10.203.8.51:5052/eth/v2/debug/beacon/states/5","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/queryserver.go:32","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.querySsz","level":"debug","msg":"Querying endpoint","time":"2022-06-09T15:56:35-04:00"}
{"endpoint":"http://10.203.8.51:5052/eth/v2/beacon/blocks/5","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/queryserver.go:32","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.querySsz","level":"debug","msg":"Querying endpoint","time":"2022-06-09T15:56:35-04:00"}
{"fields.msg":"{\"slot\":\"3998381\",\"block\":\"0x9eb982e96973660c4b8f74fccd1d4e4e433280b92a7031e16c1f8dac19ca52b0\",\"state\":\"0xe333ac417c75dbb7c5af1877944a8b70635e89675ac1631f06c53dcc3101ec1e\",\"current_duty_dependent_root\":\"0x055ecc29eb33a8ccb7fec2b6ab541ce71f153d574f4e9b18474c7eb67ad48eb5\",\"previous_duty_dependent_root\":\"0x13dd484c3c8462b617222375d850667982ed9944e8f358857405dcadf301ccd4\",\"epoch_transition\":false}","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/incomingsse.go:62","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.handleIncomingSseEvent[...]","level":"debug","msg":"We are going to send the following message to be processed.","time":"2022-06-09T15:56:35-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processevents.go:62","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*BeaconClient).handleHead","head":{"slot":"3998381","block":"0x9eb982e96973660c4b8f74fccd1d4e4e433280b92a7031e16c1f8dac19ca52b0","state":"0xe333ac417c75dbb7c5af1877944a8b70635e89675ac1631f06c53dcc3101ec1e","current_duty_dependent_root":"0x055ecc29eb33a8ccb7fec2b6ab541ce71f153d574f4e9b18474c7eb67ad48eb5","previous_duty_dependent_root":"0x13dd484c3c8462b617222375d850667982ed9944e8f358857405dcadf301ccd4","epoch_transition":false,"execution_optimistic":false},"level":"debug","msg":"We are going to start processing the slot.","time":"2022-06-09T15:56:35-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processevents.go:71","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*BeaconClient).handleHead","head":"3998381","level":"debug","msg":"We finished calling processHeadSlot.","time":"2022-06-09T15:56:35-04:00"}
{"endpoint":"http://10.203.8.51:5052/eth/v2/beacon/blocks/0x9eb982e96973660c4b8f74fccd1d4e4e433280b92a7031e16c1f8dac19ca52b0","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/queryserver.go:32","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.querySsz","level":"debug","msg":"Querying endpoint","time":"2022-06-09T15:56:35-04:00"}
{"endpoint":"http://10.203.8.51:5052/eth/v2/debug/beacon/states/0xe333ac417c75dbb7c5af1877944a8b70635e89675ac1631f06c53dcc3101ec1e","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/queryserver.go:32","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.querySsz","level":"debug","msg":"Querying endpoint","time":"2022-06-09T15:56:35-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T15:56:36-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T15:56:37-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:135","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*DatabaseWriter).prepareSlotsModel","level":"debug","msg":"dw.DbSlots: \u0026{0 5 skipped}","time":"2022-06-09T15:56:37-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/multihash.go:37","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.MultihashKeyFromSSZRoot","len":0,"level":"debug","mhKey":"/blocks/QLVAEAA","msg":"The MHKEY","time":"2022-06-09T15:56:37-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:152","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*DatabaseWriter).prepareSignedBeaconBlockModel","level":"debug","msg":"dw.DbSignedBeaconBlock: \u0026{5 /blocks/QLVAEAA}","time":"2022-06-09T15:56:37-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/multihash.go:37","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.MultihashKeyFromSSZRoot","len":0,"level":"debug","mhKey":"/blocks/QLVAEAA","msg":"The MHKEY","time":"2022-06-09T15:56:37-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:167","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*DatabaseWriter).prepareBeaconStateModel","level":"debug","msg":"dw.DbBeaconState: \u0026{5 /blocks/QLVAEAA}","time":"2022-06-09T15:56:37-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:177","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*DatabaseWriter).transactFullSlot","level":"debug","msg":"Starting to write to the DB.","slot":"5","time":"2022-06-09T15:56:37-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:183","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*DatabaseWriter).transactFullSlot","level":"debug","msg":"We finished writing to the eth_beacon.slots table.","time":"2022-06-09T15:56:37-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/metrics.go:101","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*BeaconClientMetrics).IncrementSlotInserts","level":"debug","msg":"Incrementing Slot Insert","time":"2022-06-09T15:56:37-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:109","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.processSlotRangeWorker","level":"debug","msg":"Handling slot: 6","time":"2022-06-09T15:56:37-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/capturehistoric.go:131","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.handleBatchProcess.func1","level":"debug","msg":"Added new slot to workCh","slot":6,"time":"2022-06-09T15:56:37-04:00"}
{"endpoint":"http://10.203.8.51:5052/eth/v2/beacon/blocks/6","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/queryserver.go:32","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.querySsz","level":"debug","msg":"Querying endpoint","time":"2022-06-09T15:56:37-04:00"}
{"endpoint":"http://10.203.8.51:5052/eth/v2/debug/beacon/states/6","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/queryserver.go:32","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.querySsz","level":"debug","msg":"Querying endpoint","time":"2022-06-09T15:56:37-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T15:56:38-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processslot.go:326","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*ProcessSlot).provideFinalHash","level":"debug","msg":"StateRoot: 0xf87def8c708f47cb1ed5e02bd92f28af0e209e52d6c2769e04ba1d84d78f9207","time":"2022-06-09T15:56:38-04:00"}
{"blockRoot":"0x5c6b778730425b5f102675563ed4495e2392ffec3d98df32a1f92502a2cb8d2f","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processslot.go:339","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*ProcessSlot).provideFinalHash","level":"debug","msg":"Block Root from ssz","time":"2022-06-09T15:56:38-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:135","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*DatabaseWriter).prepareSlotsModel","level":"debug","msg":"dw.DbSlots: \u0026{0 4 0x5c6b778730425b5f102675563ed4495e2392ffec3d98df32a1f92502a2cb8d2f 0xf87def8c708f47cb1ed5e02bd92f28af0e209e52d6c2769e04ba1d84d78f9207 proposed}","time":"2022-06-09T15:56:38-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/multihash.go:37","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.MultihashKeyFromSSZRoot","len":66,"level":"debug","mhKey":"/blocks/QLVAEQRQPA2WGNTCG43TQNZTGA2DENLCGVTDCMBSGY3TKNJWGNSWINBUHE2WKMRTHEZGMZTFMMZWIOJYMRTDGMTBGFTDSMRVGAZGCMTDMI4GIMTG","msg":"The MHKEY","time":"2022-06-09T15:56:38-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:152","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*DatabaseWriter).prepareSignedBeaconBlockModel","level":"debug","msg":"dw.DbSignedBeaconBlock: \u0026{4 0x5c6b778730425b5f102675563ed4495e2392ffec3d98df32a1f92502a2cb8d2f 0xb6c2a16aa85959604baba5344e869cabe1d096bb179d57e61fdca933f5ec7bf5 0x8d3f027beef5cbd4f8b29fc831aba67a5d74768edca529f5596f07fd207865e1 /blocks/QLVAEQRQPA2WGNTCG43TQNZTGA2DENLCGVTDCMBSGY3TKNJWGNSWINBUHE2WKMRTHEZGMZTFMMZWIOJYMRTDGMTBGFTDSMRVGAZGCMTDMI4GIMTG}","time":"2022-06-09T15:56:38-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/multihash.go:37","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.MultihashKeyFromSSZRoot","len":66,"level":"debug","mhKey":"/blocks/QLVAEQRQPBTDQN3EMVTDQYZXGA4GMNBXMNRDCZLEGVSTAMTCMQ4TEZRSHBQWMMDFGIYDSZJVGJSDMYZSG43DSZJQGRRGCMLEHA2GINZYMY4TEMBX","msg":"The MHKEY","time":"2022-06-09T15:56:38-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:167","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*DatabaseWriter).prepareBeaconStateModel","level":"debug","msg":"dw.DbBeaconState: \u0026{4 0xf87def8c708f47cb1ed5e02bd92f28af0e209e52d6c2769e04ba1d84d78f9207 /blocks/QLVAEQRQPBTDQN3EMVTDQYZXGA4GMNBXMNRDCZLEGVSTAMTCMQ4TEZRSHBQWMMDFGIYDSZJVGJSDMYZSG43DSZJQGRRGCMLEHA2GINZYMY4TEMBX}","time":"2022-06-09T15:56:38-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:177","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*DatabaseWriter).transactFullSlot","level":"debug","msg":"Starting to write to the DB.","slot":"4","time":"2022-06-09T15:56:38-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:183","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*DatabaseWriter).transactFullSlot","level":"debug","msg":"We finished writing to the eth_beacon.slots table.","time":"2022-06-09T15:56:38-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T15:56:39-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T15:56:40-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/metrics.go:101","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*BeaconClientMetrics).IncrementSlotInserts","level":"debug","msg":"Incrementing Slot Insert","time":"2022-06-09T15:56:40-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processslot.go:326","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*ProcessSlot).provideFinalHash","level":"debug","msg":"StateRoot: 0x62a39b4397c2de8e7f3168a0f727a0a33d92cd1c401674dcefb74de9aeb7f62b","time":"2022-06-09T15:56:40-04:00"}
{"blockRoot":"0x336fa27c77036379a5764bce7b208b3cffeea8b0e8cda4efb2893259646403d4","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processslot.go:339","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*ProcessSlot).provideFinalHash","level":"debug","msg":"Block Root from ssz","time":"2022-06-09T15:56:40-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:135","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*DatabaseWriter).prepareSlotsModel","level":"debug","msg":"dw.DbSlots: \u0026{0 6 0x336fa27c77036379a5764bce7b208b3cffeea8b0e8cda4efb2893259646403d4 0x62a39b4397c2de8e7f3168a0f727a0a33d92cd1c401674dcefb74de9aeb7f62b proposed}","time":"2022-06-09T15:56:40-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/multihash.go:37","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.MultihashKeyFromSSZRoot","len":66,"level":"debug","mhKey":"/blocks/QLVAEQRQPAZTGNTGMEZDOYZXG4YDGNRTG44WCNJXGY2GEY3FG5RDEMBYMIZWGZTGMVSWCODCGBSTQY3EME2GKZTCGI4DSMZSGU4TMNBWGQYDGZBU","msg":"The MHKEY","time":"2022-06-09T15:56:40-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:152","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*DatabaseWriter).prepareSignedBeaconBlockModel","level":"debug","msg":"dw.DbSignedBeaconBlock: \u0026{6 0x336fa27c77036379a5764bce7b208b3cffeea8b0e8cda4efb2893259646403d4 0x5c6b778730425b5f102675563ed4495e2392ffec3d98df32a1f92502a2cb8d2f 0x8d3f027beef5cbd4f8b29fc831aba67a5d74768edca529f5596f07fd207865e1 /blocks/QLVAEQRQPAZTGNTGMEZDOYZXG4YDGNRTG44WCNJXGY2GEY3FG5RDEMBYMIZWGZTGMVSWCODCGBSTQY3EME2GKZTCGI4DSMZSGU4TMNBWGQYDGZBU}","time":"2022-06-09T15:56:40-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/multihash.go:37","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.MultihashKeyFromSSZRoot","len":66,"level":"debug","mhKey":"/blocks/QLVAEQRQPA3DEYJTHFRDIMZZG5RTEZDFHBSTOZRTGE3DQYJQMY3TEN3BGBQTGM3EHEZGGZBRMM2DAMJWG42GIY3FMZRDONDEMU4WCZLCG5TDMMTC","msg":"The MHKEY","time":"2022-06-09T15:56:40-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:167","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*DatabaseWriter).prepareBeaconStateModel","level":"debug","msg":"dw.DbBeaconState: \u0026{6 0x62a39b4397c2de8e7f3168a0f727a0a33d92cd1c401674dcefb74de9aeb7f62b /blocks/QLVAEQRQPA3DEYJTHFRDIMZZG5RTEZDFHBSTOZRTGE3DQYJQMY3TEN3BGBQTGM3EHEZGGZBRMM2DAMJWG42GIY3FMZRDONDEMU4WCZLCG5TDMMTC}","time":"2022-06-09T15:56:40-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:177","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*DatabaseWriter).transactFullSlot","level":"debug","msg":"Starting to write to the DB.","slot":"6","time":"2022-06-09T15:56:40-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:183","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*DatabaseWriter).transactFullSlot","level":"debug","msg":"We finished writing to the eth_beacon.slots table.","time":"2022-06-09T15:56:40-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:109","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.processSlotRangeWorker","level":"debug","msg":"Handling slot: 7","time":"2022-06-09T15:56:40-04:00"}
{"endpoint":"http://10.203.8.51:5052/eth/v2/debug/beacon/states/7","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/queryserver.go:32","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.querySsz","level":"debug","msg":"Querying endpoint","time":"2022-06-09T15:56:40-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/capturehistoric.go:131","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.handleBatchProcess.func1","level":"debug","msg":"Added new slot to workCh","slot":7,"time":"2022-06-09T15:56:40-04:00"}
{"endpoint":"http://10.203.8.51:5052/eth/v2/beacon/blocks/7","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/queryserver.go:32","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.querySsz","level":"debug","msg":"Querying endpoint","time":"2022-06-09T15:56:40-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T15:56:41-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/metrics.go:101","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*BeaconClientMetrics).IncrementSlotInserts","level":"debug","msg":"Incrementing Slot Insert","time":"2022-06-09T15:56:42-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:109","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.processSlotRangeWorker","level":"debug","msg":"Handling slot: 8","time":"2022-06-09T15:56:42-04:00"}
{"endpoint":"http://10.203.8.51:5052/eth/v2/debug/beacon/states/8","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/queryserver.go:32","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.querySsz","level":"debug","msg":"Querying endpoint","time":"2022-06-09T15:56:42-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/capturehistoric.go:131","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.handleBatchProcess.func1","level":"debug","msg":"Added new slot to workCh","slot":8,"time":"2022-06-09T15:56:42-04:00"}
{"endpoint":"http://10.203.8.51:5052/eth/v2/beacon/blocks/8","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/queryserver.go:32","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.querySsz","level":"debug","msg":"Querying endpoint","time":"2022-06-09T15:56:42-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T15:56:42-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:135","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*DatabaseWriter).prepareSlotsModel","level":"debug","msg":"dw.DbSlots: \u0026{0 7 skipped}","time":"2022-06-09T15:56:43-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/multihash.go:37","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.MultihashKeyFromSSZRoot","len":0,"level":"debug","mhKey":"/blocks/QLVAEAA","msg":"The MHKEY","time":"2022-06-09T15:56:43-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:152","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*DatabaseWriter).prepareSignedBeaconBlockModel","level":"debug","msg":"dw.DbSignedBeaconBlock: \u0026{7 /blocks/QLVAEAA}","time":"2022-06-09T15:56:43-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/multihash.go:37","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.MultihashKeyFromSSZRoot","len":0,"level":"debug","mhKey":"/blocks/QLVAEAA","msg":"The MHKEY","time":"2022-06-09T15:56:43-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:167","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*DatabaseWriter).prepareBeaconStateModel","level":"debug","msg":"dw.DbBeaconState: \u0026{7 /blocks/QLVAEAA}","time":"2022-06-09T15:56:43-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:177","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*DatabaseWriter).transactFullSlot","level":"debug","msg":"Starting to write to the DB.","slot":"7","time":"2022-06-09T15:56:43-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:183","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*DatabaseWriter).transactFullSlot","level":"debug","msg":"We finished writing to the eth_beacon.slots table.","time":"2022-06-09T15:56:43-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/metrics.go:101","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*BeaconClientMetrics).IncrementSlotInserts","level":"debug","msg":"Incrementing Slot Insert","time":"2022-06-09T15:56:43-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:109","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.processSlotRangeWorker","level":"debug","msg":"Handling slot: 9","time":"2022-06-09T15:56:43-04:00"}
{"endpoint":"http://10.203.8.51:5052/eth/v2/beacon/blocks/9","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/queryserver.go:32","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.querySsz","level":"debug","msg":"Querying endpoint","time":"2022-06-09T15:56:43-04:00"}
{"endpoint":"http://10.203.8.51:5052/eth/v2/debug/beacon/states/9","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/queryserver.go:32","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.querySsz","level":"debug","msg":"Querying endpoint","time":"2022-06-09T15:56:43-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/capturehistoric.go:131","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.handleBatchProcess.func1","level":"debug","msg":"Added new slot to workCh","slot":9,"time":"2022-06-09T15:56:43-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T15:56:43-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:135","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*DatabaseWriter).prepareSlotsModel","level":"debug","msg":"dw.DbSlots: \u0026{124949 3998380 0x959e29d0e0dd4770ef64c2f2f473488ab224328638ee500c5f197f36d396db4a 0x209a7ae490b5cfef56a6d982ab5000fa36e6a2a62f5b8ed53f6bb852813319eb proposed}","time":"2022-06-09T15:56:43-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/multihash.go:37","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.MultihashKeyFromSSZRoot","len":66,"level":"debug","mhKey":"/blocks/QLVAEQRQPA4TKOLFGI4WIMDFGBSGINBXG4YGKZRWGRRTEZRSMY2DOMZUHA4GCYRSGI2DGMRYGYZTQZLFGUYDAYZVMYYTSN3GGM3GIMZZGZSGENDB","msg":"The MHKEY","time":"2022-06-09T15:56:43-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:152","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*DatabaseWriter).prepareSignedBeaconBlockModel","level":"debug","msg":"dw.DbSignedBeaconBlock: \u0026{3998380 0x959e29d0e0dd4770ef64c2f2f473488ab224328638ee500c5f197f36d396db4a 0xe013cbc74358148a6b34dcfca7916d28452dfd61ac54968eeebabf9352d45925 0xdeb4f8e03e3281723be9b2942ebcc95930de2ee252d90329bee61580cb8bce6c /blocks/QLVAEQRQPA4TKOLFGI4WIMDFGBSGINBXG4YGKZRWGRRTEZRSMY2DOMZUHA4GCYRSGI2DGMRYGYZTQZLFGUYDAYZVMYYTSN3GGM3GIMZZGZSGENDB}","time":"2022-06-09T15:56:43-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/multihash.go:37","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.MultihashKeyFromSSZRoot","len":66,"level":"debug","mhKey":"/blocks/QLVAEQRQPAZDAOLBG5QWKNBZGBRDKY3GMVTDKNTBGZSDSOBSMFRDKMBQGBTGCMZWMU3GCMTBGYZGMNLCHBSWINJTMY3GEYRYGUZDQMJTGMYTSZLC","msg":"The MHKEY","time":"2022-06-09T15:56:43-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:167","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*DatabaseWriter).prepareBeaconStateModel","level":"debug","msg":"dw.DbBeaconState: \u0026{3998380 0x209a7ae490b5cfef56a6d982ab5000fa36e6a2a62f5b8ed53f6bb852813319eb /blocks/QLVAEQRQPAZDAOLBG5QWKNBZGBRDKY3GMVTDKNTBGZSDSOBSMFRDKMBQGBTGCMZWMU3GCMTBGYZGMNLCHBSWINJTMY3GEYRYGUZDQMJTGMYTSZLC}","time":"2022-06-09T15:56:43-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:177","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*DatabaseWriter).transactFullSlot","level":"debug","msg":"Starting to write to the DB.","slot":"3998380","time":"2022-06-09T15:56:43-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:183","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*DatabaseWriter).transactFullSlot","level":"debug","msg":"We finished writing to the eth_beacon.slots table.","time":"2022-06-09T15:56:43-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T15:56:44-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processslot.go:326","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*ProcessSlot).provideFinalHash","level":"debug","msg":"StateRoot: 0xfaa5a988e4a890e8dd1b4d5c3735141dbefde87d052dd223de89257279651afb","time":"2022-06-09T15:56:44-04:00"}
{"blockRoot":"0x8425c842669d35758baedd7295ebe289eaccb8a67f084d408f8040c654be934d","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processslot.go:339","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*ProcessSlot).provideFinalHash","level":"debug","msg":"Block Root from ssz","time":"2022-06-09T15:56:44-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:135","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*DatabaseWriter).prepareSlotsModel","level":"debug","msg":"dw.DbSlots: \u0026{0 8 0x8425c842669d35758baedd7295ebe289eaccb8a67f084d408f8040c654be934d 0xfaa5a988e4a890e8dd1b4d5c3735141dbefde87d052dd223de89257279651afb proposed}","time":"2022-06-09T15:56:44-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/multihash.go:37","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.MultihashKeyFromSSZRoot","len":66,"level":"debug","mhKey":"/blocks/QLVAEQRQPA4DIMRVMM4DIMRWGY4WIMZVG42TQYTBMVSGINZSHE2WKYTFGI4DSZLBMNRWEODBGY3WMMBYGRSDIMBYMY4DANBQMM3DKNDCMU4TGNDE","msg":"The MHKEY","time":"2022-06-09T15:56:44-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:152","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*DatabaseWriter).prepareSignedBeaconBlockModel","level":"debug","msg":"dw.DbSignedBeaconBlock: \u0026{8 0x8425c842669d35758baedd7295ebe289eaccb8a67f084d408f8040c654be934d 0x336fa27c77036379a5764bce7b208b3cffeea8b0e8cda4efb2893259646403d4 0x8d3f027beef5cbd4f8b29fc831aba67a5d74768edca529f5596f07fd207865e1 /blocks/QLVAEQRQPA4DIMRVMM4DIMRWGY4WIMZVG42TQYTBMVSGINZSHE2WKYTFGI4DSZLBMNRWEODBGY3WMMBYGRSDIMBYMY4DANBQMM3DKNDCMU4TGNDE}","time":"2022-06-09T15:56:44-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/multihash.go:37","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.MultihashKeyFromSSZRoot","len":66,"level":"debug","mhKey":"/blocks/QLVAEQRQPBTGCYJVME4TQODFGRQTQOJQMU4GIZBRMI2GINLDGM3TGNJRGQYWIYTFMZSGKOBXMQYDKMTEMQZDEM3EMU4DSMRVG4ZDOOJWGUYWCZTC","msg":"The MHKEY","time":"2022-06-09T15:56:44-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:167","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*DatabaseWriter).prepareBeaconStateModel","level":"debug","msg":"dw.DbBeaconState: \u0026{8 0xfaa5a988e4a890e8dd1b4d5c3735141dbefde87d052dd223de89257279651afb /blocks/QLVAEQRQPBTGCYJVME4TQODFGRQTQOJQMU4GIZBRMI2GINLDGM3TGNJRGQYWIYTFMZSGKOBXMQYDKMTEMQZDEM3EMU4DSMRVG4ZDOOJWGUYWCZTC}","time":"2022-06-09T15:56:44-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:177","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*DatabaseWriter).transactFullSlot","level":"debug","msg":"Starting to write to the DB.","slot":"8","time":"2022-06-09T15:56:44-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:183","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*DatabaseWriter).transactFullSlot","level":"debug","msg":"We finished writing to the eth_beacon.slots table.","time":"2022-06-09T15:56:44-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T15:56:45-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processslot.go:326","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*ProcessSlot).provideFinalHash","level":"debug","msg":"StateRoot: 0xd9124dd802914a03e871719f5b30f127b7184d0f46fe42885e54e7d8ce7609fa","time":"2022-06-09T15:56:46-04:00"}
{"blockRoot":"0x63ead762e41bc0162b5942ddcdd589a6006a9d5a07fc72026a0f4833406cad14","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processslot.go:339","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*ProcessSlot).provideFinalHash","level":"debug","msg":"Block Root from ssz","time":"2022-06-09T15:56:46-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T15:56:46-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:135","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*DatabaseWriter).prepareSlotsModel","level":"debug","msg":"dw.DbSlots: \u0026{0 9 0x63ead762e41bc0162b5942ddcdd589a6006a9d5a07fc72026a0f4833406cad14 0xd9124dd802914a03e871719f5b30f127b7184d0f46fe42885e54e7d8ce7609fa proposed}","time":"2022-06-09T15:56:46-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/multihash.go:37","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.MultihashKeyFromSSZRoot","len":66,"level":"debug","mhKey":"/blocks/QLVAEQRQPA3DGZLBMQ3TMMTFGQYWEYZQGE3DEYRVHE2DEZDEMNSGINJYHFQTMMBQGZQTSZBVMEYDOZTDG4ZDAMRWMEYGMNBYGMZTIMBWMNQWIMJU","msg":"The MHKEY","time":"2022-06-09T15:56:46-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:152","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*DatabaseWriter).prepareSignedBeaconBlockModel","level":"debug","msg":"dw.DbSignedBeaconBlock: \u0026{9 0x63ead762e41bc0162b5942ddcdd589a6006a9d5a07fc72026a0f4833406cad14 0x8425c842669d35758baedd7295ebe289eaccb8a67f084d408f8040c654be934d 0x8d3f027beef5cbd4f8b29fc831aba67a5d74768edca529f5596f07fd207865e1 /blocks/QLVAEQRQPA3DGZLBMQ3TMMTFGQYWEYZQGE3DEYRVHE2DEZDEMNSGINJYHFQTMMBQGZQTSZBVMEYDOZTDG4ZDAMRWMEYGMNBYGMZTIMBWMNQWIMJU}","time":"2022-06-09T15:56:46-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/multihash.go:37","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.MultihashKeyFromSSZRoot","len":66,"level":"debug","mhKey":"/blocks/QLVAEQRQPBSDSMJSGRSGIOBQGI4TCNDBGAZWKOBXGE3TCOLGGVRDGMDGGEZDOYRXGE4DIZBQMY2DMZTFGQZDQOBVMU2TIZJXMQ4GGZJXGYYDSZTB","msg":"The MHKEY","time":"2022-06-09T15:56:46-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:167","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*DatabaseWriter).prepareBeaconStateModel","level":"debug","msg":"dw.DbBeaconState: \u0026{9 0xd9124dd802914a03e871719f5b30f127b7184d0f46fe42885e54e7d8ce7609fa /blocks/QLVAEQRQPBSDSMJSGRSGIOBQGI4TCNDBGAZWKOBXGE3TCOLGGVRDGMDGGEZDOYRXGE4DIZBQMY2DMZTFGQZDQOBVMU2TIZJXMQ4GGZJXGYYDSZTB}","time":"2022-06-09T15:56:46-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:177","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*DatabaseWriter).transactFullSlot","level":"debug","msg":"Starting to write to the DB.","slot":"9","time":"2022-06-09T15:56:46-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:183","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*DatabaseWriter).transactFullSlot","level":"debug","msg":"We finished writing to the eth_beacon.slots table.","time":"2022-06-09T15:56:46-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/metrics.go:101","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*BeaconClientMetrics).IncrementSlotInserts","level":"debug","msg":"Incrementing Slot Insert","time":"2022-06-09T15:56:46-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:109","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.processSlotRangeWorker","level":"debug","msg":"Handling slot: 10","time":"2022-06-09T15:56:46-04:00"}
{"endpoint":"http://10.203.8.51:5052/eth/v2/debug/beacon/states/10","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/queryserver.go:32","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.querySsz","level":"debug","msg":"Querying endpoint","time":"2022-06-09T15:56:46-04:00"}
{"endpoint":"http://10.203.8.51:5052/eth/v2/beacon/blocks/10","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/queryserver.go:32","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.querySsz","level":"debug","msg":"Querying endpoint","time":"2022-06-09T15:56:46-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/capturehistoric.go:131","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.handleBatchProcess.func1","level":"debug","msg":"Added new slot to workCh","slot":10,"time":"2022-06-09T15:56:46-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T15:56:47-04:00"}
{"fields.msg":"{\"slot\":\"3998382\",\"block\":\"0xf311e00bed3323c0707056f313ef8f4fadedb00ce207b77727ccfba60d41be8e\",\"state\":\"0xf2662f3d1a528982f6b79d25aaefc96c0e95a480d1120168ec9c6d14737e8e98\",\"current_duty_dependent_root\":\"0x055ecc29eb33a8ccb7fec2b6ab541ce71f153d574f4e9b18474c7eb67ad48eb5\",\"previous_duty_dependent_root\":\"0x13dd484c3c8462b617222375d850667982ed9944e8f358857405dcadf301ccd4\",\"epoch_transition\":false}","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/incomingsse.go:62","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.handleIncomingSseEvent[...]","level":"debug","msg":"We are going to send the following message to be processed.","time":"2022-06-09T15:56:47-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processevents.go:62","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*BeaconClient).handleHead","head":{"slot":"3998382","block":"0xf311e00bed3323c0707056f313ef8f4fadedb00ce207b77727ccfba60d41be8e","state":"0xf2662f3d1a528982f6b79d25aaefc96c0e95a480d1120168ec9c6d14737e8e98","current_duty_dependent_root":"0x055ecc29eb33a8ccb7fec2b6ab541ce71f153d574f4e9b18474c7eb67ad48eb5","previous_duty_dependent_root":"0x13dd484c3c8462b617222375d850667982ed9944e8f358857405dcadf301ccd4","epoch_transition":false,"execution_optimistic":false},"level":"debug","msg":"We are going to start processing the slot.","time":"2022-06-09T15:56:47-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processevents.go:71","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*BeaconClient).handleHead","head":"3998382","level":"debug","msg":"We finished calling processHeadSlot.","time":"2022-06-09T15:56:47-04:00"}
{"endpoint":"http://10.203.8.51:5052/eth/v2/debug/beacon/states/0xf2662f3d1a528982f6b79d25aaefc96c0e95a480d1120168ec9c6d14737e8e98","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/queryserver.go:32","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.querySsz","level":"debug","msg":"Querying endpoint","time":"2022-06-09T15:56:47-04:00"}
{"endpoint":"http://10.203.8.51:5052/eth/v2/beacon/blocks/0xf311e00bed3323c0707056f313ef8f4fadedb00ce207b77727ccfba60d41be8e","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/queryserver.go:32","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.querySsz","level":"debug","msg":"Querying endpoint","time":"2022-06-09T15:56:47-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T15:56:48-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processslot.go:326","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*ProcessSlot).provideFinalHash","level":"debug","msg":"StateRoot: 0x18013e8208e6f19f1c065b1d2391795f7796db32d6a3c3fbd914ca401c58e0c0","time":"2022-06-09T15:56:48-04:00"}
{"blockRoot":"0x1e9fba478d3993e5ba1e06e5b27a9596f492906285aa8fac4a39eb38f06bde17","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processslot.go:339","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*ProcessSlot).provideFinalHash","level":"debug","msg":"Block Root from ssz","time":"2022-06-09T15:56:48-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:135","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*DatabaseWriter).prepareSlotsModel","level":"debug","msg":"dw.DbSlots: \u0026{0 10 0x1e9fba478d3993e5ba1e06e5b27a9596f492906285aa8fac4a39eb38f06bde17 0x18013e8208e6f19f1c065b1d2391795f7796db32d6a3c3fbd914ca401c58e0c0 proposed}","time":"2022-06-09T15:56:48-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/multihash.go:37","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.MultihashKeyFromSSZRoot","len":66,"level":"debug","mhKey":"/blocks/QLVAEQRQPAYWKOLGMJQTINZYMQZTSOJTMU2WEYJRMUYDMZJVMIZDOYJZGU4TMZRUHEZDSMBWGI4DKYLBHBTGCYZUMEZTSZLCGM4GMMBWMJSGKMJX","msg":"The MHKEY","time":"2022-06-09T15:56:48-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:152","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*DatabaseWriter).prepareSignedBeaconBlockModel","level":"debug","msg":"dw.DbSignedBeaconBlock: \u0026{10 0x1e9fba478d3993e5ba1e06e5b27a9596f492906285aa8fac4a39eb38f06bde17 0x63ead762e41bc0162b5942ddcdd589a6006a9d5a07fc72026a0f4833406cad14 0x8d3f027beef5cbd4f8b29fc831aba67a5d74768edca529f5596f07fd207865e1 /blocks/QLVAEQRQPAYWKOLGMJQTINZYMQZTSOJTMU2WEYJRMUYDMZJVMIZDOYJZGU4TMZRUHEZDSMBWGI4DKYLBHBTGCYZUMEZTSZLCGM4GMMBWMJSGKMJX}","time":"2022-06-09T15:56:48-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/multihash.go:37","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.MultihashKeyFromSSZRoot","len":66,"level":"debug","mhKey":"/blocks/QLVAEQRQPAYTQMBRGNSTQMRQHBSTMZRRHFTDCYZQGY2WEMLEGIZTSMJXHE2WMNZXHE3GIYRTGJSDMYJTMMZWMYTEHEYTIY3BGQYDCYZVHBSTAYZQ","msg":"The MHKEY","time":"2022-06-09T15:56:48-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:167","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*DatabaseWriter).prepareBeaconStateModel","level":"debug","msg":"dw.DbBeaconState: \u0026{10 0x18013e8208e6f19f1c065b1d2391795f7796db32d6a3c3fbd914ca401c58e0c0 /blocks/QLVAEQRQPAYTQMBRGNSTQMRQHBSTMZRRHFTDCYZQGY2WEMLEGIZTSMJXHE2WMNZXHE3GIYRTGJSDMYJTMMZWMYTEHEYTIY3BGQYDCYZVHBSTAYZQ}","time":"2022-06-09T15:56:48-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:177","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*DatabaseWriter).transactFullSlot","level":"debug","msg":"Starting to write to the DB.","slot":"10","time":"2022-06-09T15:56:48-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:183","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*DatabaseWriter).transactFullSlot","level":"debug","msg":"We finished writing to the eth_beacon.slots table.","time":"2022-06-09T15:56:49-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T15:56:49-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/metrics.go:101","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*BeaconClientMetrics).IncrementSlotInserts","level":"debug","msg":"Incrementing Slot Insert","time":"2022-06-09T15:56:49-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/capturehistoric.go:131","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.handleBatchProcess.func1","level":"debug","msg":"Added new slot to workCh","slot":11,"time":"2022-06-09T15:56:49-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:109","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.processSlotRangeWorker","level":"debug","msg":"Handling slot: 11","time":"2022-06-09T15:56:49-04:00"}
{"endpoint":"http://10.203.8.51:5052/eth/v2/debug/beacon/states/11","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/queryserver.go:32","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.querySsz","level":"debug","msg":"Querying endpoint","time":"2022-06-09T15:56:49-04:00"}
{"endpoint":"http://10.203.8.51:5052/eth/v2/beacon/blocks/11","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/queryserver.go:32","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.querySsz","level":"debug","msg":"Querying endpoint","time":"2022-06-09T15:56:49-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T15:56:50-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T15:56:51-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processslot.go:326","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*ProcessSlot).provideFinalHash","level":"debug","msg":"StateRoot: 0x2449cae7f9b6400b406c3f55a23c69fd032aceff3156b03c40217dad9e918dad","time":"2022-06-09T15:56:52-04:00"}
{"blockRoot":"0xa8a43b6d105ecdbe4b65849c3300715ffa83e2232150d86b163fe3b53ce446ad","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processslot.go:339","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*ProcessSlot).provideFinalHash","level":"debug","msg":"Block Root from ssz","time":"2022-06-09T15:56:52-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:135","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*DatabaseWriter).prepareSlotsModel","level":"debug","msg":"dw.DbSlots: \u0026{0 11 0xa8a43b6d105ecdbe4b65849c3300715ffa83e2232150d86b163fe3b53ce446ad 0x2449cae7f9b6400b406c3f55a23c69fd032aceff3156b03c40217dad9e918dad proposed}","time":"2022-06-09T15:56:52-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/multihash.go:37","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.MultihashKeyFromSSZRoot","len":66,"level":"debug","mhKey":"/blocks/QLVAEQRQPBQTQYJUGNRDMZBRGA2WKY3EMJSTIYRWGU4DIOLDGMZTAMBXGE2WMZTBHAZWKMRSGMZDCNJQMQ4DMYRRGYZWMZJTMI2TGY3FGQ2DMYLE","msg":"The MHKEY","time":"2022-06-09T15:56:52-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:152","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*DatabaseWriter).prepareSignedBeaconBlockModel","level":"debug","msg":"dw.DbSignedBeaconBlock: \u0026{11 0xa8a43b6d105ecdbe4b65849c3300715ffa83e2232150d86b163fe3b53ce446ad 0x1e9fba478d3993e5ba1e06e5b27a9596f492906285aa8fac4a39eb38f06bde17 0x8d3f027beef5cbd4f8b29fc831aba67a5d74768edca529f5596f07fd207865e1 /blocks/QLVAEQRQPBQTQYJUGNRDMZBRGA2WKY3EMJSTIYRWGU4DIOLDGMZTAMBXGE2WMZTBHAZWKMRSGMZDCNJQMQ4DMYRRGYZWMZJTMI2TGY3FGQ2DMYLE}","time":"2022-06-09T15:56:52-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/multihash.go:37","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.MultihashKeyFromSSZRoot","len":66,"level":"debug","mhKey":"/blocks/QLVAEQRQPAZDINBZMNQWKN3GHFRDMNBQGBRDIMBWMMZWMNJVMEZDGYZWHFTGIMBTGJQWGZLGMYZTCNJWMIYDGYZUGAZDCN3EMFSDSZJZGE4GIYLE","msg":"The MHKEY","time":"2022-06-09T15:56:52-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:167","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*DatabaseWriter).prepareBeaconStateModel","level":"debug","msg":"dw.DbBeaconState: \u0026{11 0x2449cae7f9b6400b406c3f55a23c69fd032aceff3156b03c40217dad9e918dad /blocks/QLVAEQRQPAZDINBZMNQWKN3GHFRDMNBQGBRDIMBWMMZWMNJVMEZDGYZWHFTGIMBTGJQWGZLGMYZTCNJWMIYDGYZUGAZDCN3EMFSDSZJZGE4GIYLE}","time":"2022-06-09T15:56:52-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:177","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*DatabaseWriter).transactFullSlot","level":"debug","msg":"Starting to write to the DB.","slot":"11","time":"2022-06-09T15:56:52-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:183","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*DatabaseWriter).transactFullSlot","level":"debug","msg":"We finished writing to the eth_beacon.slots table.","time":"2022-06-09T15:56:52-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/metrics.go:101","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*BeaconClientMetrics).IncrementSlotInserts","level":"debug","msg":"Incrementing Slot Insert","time":"2022-06-09T15:56:53-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:109","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.processSlotRangeWorker","level":"debug","msg":"Handling slot: 12","time":"2022-06-09T15:56:53-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/capturehistoric.go:131","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.handleBatchProcess.func1","level":"debug","msg":"Added new slot to workCh","slot":12,"time":"2022-06-09T15:56:53-04:00"}
{"endpoint":"http://10.203.8.51:5052/eth/v2/debug/beacon/states/12","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/queryserver.go:32","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.querySsz","level":"debug","msg":"Querying endpoint","time":"2022-06-09T15:56:53-04:00"}
{"endpoint":"http://10.203.8.51:5052/eth/v2/beacon/blocks/12","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/queryserver.go:32","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.querySsz","level":"debug","msg":"Querying endpoint","time":"2022-06-09T15:56:53-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T15:56:53-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T15:56:54-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T15:56:55-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processslot.go:326","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*ProcessSlot).provideFinalHash","level":"debug","msg":"StateRoot: 0xcfcce6ed2f590af192d32f5f89e4e4bf24cecc4ef2c5aaefb60a53997c1b3b67","time":"2022-06-09T15:56:56-04:00"}
{"blockRoot":"0xa357624018f8332ec983c1217ae3d5a44573de2c9fbfa9ba24f9ec7ff797d48d","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processslot.go:339","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*ProcessSlot).provideFinalHash","level":"debug","msg":"Block Root from ssz","time":"2022-06-09T15:56:56-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:135","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*DatabaseWriter).prepareSlotsModel","level":"debug","msg":"dw.DbSlots: \u0026{0 12 0xa357624018f8332ec983c1217ae3d5a44573de2c9fbfa9ba24f9ec7ff797d48d 0xcfcce6ed2f590af192d32f5f89e4e4bf24cecc4ef2c5aaefb60a53997c1b3b67 proposed}","time":"2022-06-09T15:56:56-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/multihash.go:37","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.MultihashKeyFromSSZRoot","len":66,"level":"debug","mhKey":"/blocks/QLVAEQRQPBQTGNJXGYZDIMBRHBTDQMZTGJSWGOJYGNRTCMRRG5QWKM3EGVQTINBVG4ZWIZJSMM4WMYTGME4WEYJSGRTDSZLDG5TGMNZZG5SDIODE","msg":"The MHKEY","time":"2022-06-09T15:56:56-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:152","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*DatabaseWriter).prepareSignedBeaconBlockModel","level":"debug","msg":"dw.DbSignedBeaconBlock: \u0026{12 0xa357624018f8332ec983c1217ae3d5a44573de2c9fbfa9ba24f9ec7ff797d48d 0xa8a43b6d105ecdbe4b65849c3300715ffa83e2232150d86b163fe3b53ce446ad 0x8d3f027beef5cbd4f8b29fc831aba67a5d74768edca529f5596f07fd207865e1 /blocks/QLVAEQRQPBQTGNJXGYZDIMBRHBTDQMZTGJSWGOJYGNRTCMRRG5QWKM3EGVQTINBVG4ZWIZJSMM4WMYTGME4WEYJSGRTDSZLDG5TGMNZZG5SDIODE}","time":"2022-06-09T15:56:56-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/multihash.go:37","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.MultihashKeyFromSSZRoot","len":66,"level":"debug","mhKey":"/blocks/QLVAEQRQPBRWMY3DMU3GKZBSMY2TSMDBMYYTSMTEGMZGMNLGHA4WKNDFGRRGMMRUMNSWGYZUMVTDEYZVMFQWKZTCGYYGCNJTHE4TOYZRMIZWENRX","msg":"The MHKEY","time":"2022-06-09T15:56:56-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:167","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*DatabaseWriter).prepareBeaconStateModel","level":"debug","msg":"dw.DbBeaconState: \u0026{12 0xcfcce6ed2f590af192d32f5f89e4e4bf24cecc4ef2c5aaefb60a53997c1b3b67 /blocks/QLVAEQRQPBRWMY3DMU3GKZBSMY2TSMDBMYYTSMTEGMZGMNLGHA4WKNDFGRRGMMRUMNSWGYZUMVTDEYZVMFQWKZTCGYYGCNJTHE4TOYZRMIZWENRX}","time":"2022-06-09T15:56:56-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:177","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*DatabaseWriter).transactFullSlot","level":"debug","msg":"Starting to write to the DB.","slot":"12","time":"2022-06-09T15:56:56-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:183","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*DatabaseWriter).transactFullSlot","level":"debug","msg":"We finished writing to the eth_beacon.slots table.","time":"2022-06-09T15:56:56-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/metrics.go:101","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*BeaconClientMetrics).IncrementSlotInserts","level":"debug","msg":"Incrementing Slot Insert","time":"2022-06-09T15:56:56-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:109","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.processSlotRangeWorker","level":"debug","msg":"Handling slot: 13","time":"2022-06-09T15:56:56-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/capturehistoric.go:131","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.handleBatchProcess.func1","level":"debug","msg":"Added new slot to workCh","slot":13,"time":"2022-06-09T15:56:56-04:00"}
{"endpoint":"http://10.203.8.51:5052/eth/v2/beacon/blocks/13","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/queryserver.go:32","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.querySsz","level":"debug","msg":"Querying endpoint","time":"2022-06-09T15:56:56-04:00"}
{"endpoint":"http://10.203.8.51:5052/eth/v2/debug/beacon/states/13","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/queryserver.go:32","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.querySsz","level":"debug","msg":"Querying endpoint","time":"2022-06-09T15:56:56-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T15:56:56-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T15:56:57-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T15:56:58-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processslot.go:326","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*ProcessSlot).provideFinalHash","level":"debug","msg":"StateRoot: 0xc84102eebc40921de9e1614ac4a26122305bff6ffb2e73e20b54453a94731642","time":"2022-06-09T15:56:58-04:00"}
{"blockRoot":"0xefbad73735df30abbca525d8ef0cd4b3d7c78fedad87920bbe9fa28e9328e3a9","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processslot.go:339","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*ProcessSlot).provideFinalHash","level":"debug","msg":"Block Root from ssz","time":"2022-06-09T15:56:58-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:135","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*DatabaseWriter).prepareSlotsModel","level":"debug","msg":"dw.DbSlots: \u0026{0 13 0xefbad73735df30abbca525d8ef0cd4b3d7c78fedad87920bbe9fa28e9328e3a9 0xc84102eebc40921de9e1614ac4a26122305bff6ffb2e73e20b54453a94731642 proposed}","time":"2022-06-09T15:56:59-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/multihash.go:37","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.MultihashKeyFromSSZRoot","len":66,"level":"debug","mhKey":"/blocks/QLVAEQRQPBSWMYTBMQ3TGNZTGVSGMMZQMFRGEY3BGUZDKZBYMVTDAY3EGRRDGZBXMM3TQZTFMRQWIOBXHEZDAYTCMU4WMYJSHBSTSMZSHBSTGYJZ","msg":"The MHKEY","time":"2022-06-09T15:56:59-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:152","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*DatabaseWriter).prepareSignedBeaconBlockModel","level":"debug","msg":"dw.DbSignedBeaconBlock: \u0026{13 0xefbad73735df30abbca525d8ef0cd4b3d7c78fedad87920bbe9fa28e9328e3a9 0xa357624018f8332ec983c1217ae3d5a44573de2c9fbfa9ba24f9ec7ff797d48d 0x8d3f027beef5cbd4f8b29fc831aba67a5d74768edca529f5596f07fd207865e1 /blocks/QLVAEQRQPBSWMYTBMQ3TGNZTGVSGMMZQMFRGEY3BGUZDKZBYMVTDAY3EGRRDGZBXMM3TQZTFMRQWIOBXHEZDAYTCMU4WMYJSHBSTSMZSHBSTGYJZ}","time":"2022-06-09T15:56:59-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/multihash.go:37","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.MultihashKeyFromSSZRoot","len":66,"level":"debug","mhKey":"/blocks/QLVAEQRQPBRTQNBRGAZGKZLCMM2DAOJSGFSGKOLFGE3DCNDBMM2GCMRWGEZDEMZQGVRGMZRWMZTGEMTFG4ZWKMRQMI2TINBVGNQTSNBXGMYTMNBS","msg":"The MHKEY","time":"2022-06-09T15:56:59-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:167","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*DatabaseWriter).prepareBeaconStateModel","level":"debug","msg":"dw.DbBeaconState: \u0026{13 0xc84102eebc40921de9e1614ac4a26122305bff6ffb2e73e20b54453a94731642 /blocks/QLVAEQRQPBRTQNBRGAZGKZLCMM2DAOJSGFSGKOLFGE3DCNDBMM2GCMRWGEZDEMZQGVRGMZRWMZTGEMTFG4ZWKMRQMI2TINBVGNQTSNBXGMYTMNBS}","time":"2022-06-09T15:56:59-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:177","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*DatabaseWriter).transactFullSlot","level":"debug","msg":"Starting to write to the DB.","slot":"13","time":"2022-06-09T15:56:59-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:183","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*DatabaseWriter).transactFullSlot","level":"debug","msg":"We finished writing to the eth_beacon.slots table.","time":"2022-06-09T15:56:59-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T15:56:59-04:00"}
{"fields.msg":"{\"slot\":\"3998383\",\"block\":\"0xed3acfe4432f4c547461ed007b01639038f25a1bc45a911e742f2cd6b069acca\",\"state\":\"0xda37de6e0fd53a180e18518c0e98c2787d71c580103c453c58e05d34cfb43c51\",\"current_duty_dependent_root\":\"0x055ecc29eb33a8ccb7fec2b6ab541ce71f153d574f4e9b18474c7eb67ad48eb5\",\"previous_duty_dependent_root\":\"0x13dd484c3c8462b617222375d850667982ed9944e8f358857405dcadf301ccd4\",\"epoch_transition\":false}","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/incomingsse.go:62","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.handleIncomingSseEvent[...]","level":"debug","msg":"We are going to send the following message to be processed.","time":"2022-06-09T15:57:00-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processevents.go:62","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*BeaconClient).handleHead","head":{"slot":"3998383","block":"0xed3acfe4432f4c547461ed007b01639038f25a1bc45a911e742f2cd6b069acca","state":"0xda37de6e0fd53a180e18518c0e98c2787d71c580103c453c58e05d34cfb43c51","current_duty_dependent_root":"0x055ecc29eb33a8ccb7fec2b6ab541ce71f153d574f4e9b18474c7eb67ad48eb5","previous_duty_dependent_root":"0x13dd484c3c8462b617222375d850667982ed9944e8f358857405dcadf301ccd4","epoch_transition":false,"execution_optimistic":false},"level":"debug","msg":"We are going to start processing the slot.","time":"2022-06-09T15:57:00-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processevents.go:71","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*BeaconClient).handleHead","head":"3998383","level":"debug","msg":"We finished calling processHeadSlot.","time":"2022-06-09T15:57:00-04:00"}
{"endpoint":"http://10.203.8.51:5052/eth/v2/debug/beacon/states/0xda37de6e0fd53a180e18518c0e98c2787d71c580103c453c58e05d34cfb43c51","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/queryserver.go:32","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.querySsz","level":"debug","msg":"Querying endpoint","time":"2022-06-09T15:57:00-04:00"}
{"endpoint":"http://10.203.8.51:5052/eth/v2/beacon/blocks/0xed3acfe4432f4c547461ed007b01639038f25a1bc45a911e742f2cd6b069acca","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/queryserver.go:32","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.querySsz","level":"debug","msg":"Querying endpoint","time":"2022-06-09T15:57:00-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T15:57:00-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/metrics.go:101","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*BeaconClientMetrics).IncrementSlotInserts","level":"debug","msg":"Incrementing Slot Insert","time":"2022-06-09T15:57:00-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:109","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.processSlotRangeWorker","level":"debug","msg":"Handling slot: 14","time":"2022-06-09T15:57:00-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/capturehistoric.go:131","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.handleBatchProcess.func1","level":"debug","msg":"Added new slot to workCh","slot":14,"time":"2022-06-09T15:57:00-04:00"}
{"endpoint":"http://10.203.8.51:5052/eth/v2/beacon/blocks/14","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/queryserver.go:32","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.querySsz","level":"debug","msg":"Querying endpoint","time":"2022-06-09T15:57:00-04:00"}
{"endpoint":"http://10.203.8.51:5052/eth/v2/debug/beacon/states/14","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/queryserver.go:32","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.querySsz","level":"debug","msg":"Querying endpoint","time":"2022-06-09T15:57:00-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T15:57:01-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T15:57:03-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:135","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*DatabaseWriter).prepareSlotsModel","level":"debug","msg":"dw.DbSlots: \u0026{124949 3998381 0x9eb982e96973660c4b8f74fccd1d4e4e433280b92a7031e16c1f8dac19ca52b0 0xe333ac417c75dbb7c5af1877944a8b70635e89675ac1631f06c53dcc3101ec1e proposed}","time":"2022-06-09T15:57:04-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/multihash.go:37","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.MultihashKeyFromSSZRoot","len":66,"level":"debug","mhKey":"/blocks/QLVAEQRQPA4WKYRZHAZGKOJWHE3TGNRWGBRTIYRYMY3TIZTDMNSDCZBUMU2GKNBTGMZDQMDCHEZGCNZQGMYWKMJWMMYWMODEMFRTCOLDME2TEYRQ","msg":"The MHKEY","time":"2022-06-09T15:57:04-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:152","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*DatabaseWriter).prepareSignedBeaconBlockModel","level":"debug","msg":"dw.DbSignedBeaconBlock: \u0026{3998381 0x9eb982e96973660c4b8f74fccd1d4e4e433280b92a7031e16c1f8dac19ca52b0 0x959e29d0e0dd4770ef64c2f2f473488ab224328638ee500c5f197f36d396db4a 0xdeb4f8e03e3281723be9b2942ebcc95930de2ee252d90329bee61580cb8bce6c /blocks/QLVAEQRQPA4WKYRZHAZGKOJWHE3TGNRWGBRTIYRYMY3TIZTDMNSDCZBUMU2GKNBTGMZDQMDCHEZGCNZQGMYWKMJWMMYWMODEMFRTCOLDME2TEYRQ}","time":"2022-06-09T15:57:04-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/multihash.go:37","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.MultihashKeyFromSSZRoot","len":66,"level":"debug","mhKey":"/blocks/QLVAEQRQPBSTGMZTMFRTIMJXMM3TKZDCMI3WGNLBMYYTQNZXHE2DIYJYMI3TANRTGVSTQOJWG42WCYZRGYZTCZRQGZRTKM3EMNRTGMJQGFSWGMLF","msg":"The MHKEY","time":"2022-06-09T15:57:04-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:167","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*DatabaseWriter).prepareBeaconStateModel","level":"debug","msg":"dw.DbBeaconState: \u0026{3998381 0xe333ac417c75dbb7c5af1877944a8b70635e89675ac1631f06c53dcc3101ec1e /blocks/QLVAEQRQPBSTGMZTMFRTIMJXMM3TKZDCMI3WGNLBMYYTQNZXHE2DIYJYMI3TANRTGVSTQOJWG42WCYZRGYZTCZRQGZRTKM3EMNRTGMJQGFSWGMLF}","time":"2022-06-09T15:57:04-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:177","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*DatabaseWriter).transactFullSlot","level":"debug","msg":"Starting to write to the DB.","slot":"3998381","time":"2022-06-09T15:57:04-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:183","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*DatabaseWriter).transactFullSlot","level":"debug","msg":"We finished writing to the eth_beacon.slots table.","time":"2022-06-09T15:57:04-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T15:57:04-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/metrics.go:101","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*BeaconClientMetrics).IncrementSlotInserts","level":"debug","msg":"Incrementing Slot Insert","time":"2022-06-09T15:57:04-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:109","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.processSlotRangeWorker","level":"debug","msg":"Handling slot: 15","time":"2022-06-09T15:57:04-04:00"}
{"endpoint":"http://10.203.8.51:5052/eth/v2/beacon/blocks/15","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/queryserver.go:32","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.querySsz","level":"debug","msg":"Querying endpoint","time":"2022-06-09T15:57:04-04:00"}
{"endpoint":"http://10.203.8.51:5052/eth/v2/debug/beacon/states/15","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/queryserver.go:32","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.querySsz","level":"debug","msg":"Querying endpoint","time":"2022-06-09T15:57:04-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/capturehistoric.go:131","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.handleBatchProcess.func1","level":"debug","msg":"Added new slot to workCh","slot":15,"time":"2022-06-09T15:57:04-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processslot.go:326","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*ProcessSlot).provideFinalHash","level":"debug","msg":"StateRoot: 0xaca207005375d4a60618a1135b3081a4628f0b526c52d69291ab864f32501e63","time":"2022-06-09T15:57:05-04:00"}
{"blockRoot":"0xce8705f118066636e1e8fc089cce898eb85bea31abee4728582eb2f280d29d6b","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processslot.go:339","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*ProcessSlot).provideFinalHash","level":"debug","msg":"Block Root from ssz","time":"2022-06-09T15:57:05-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:135","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*DatabaseWriter).prepareSlotsModel","level":"debug","msg":"dw.DbSlots: \u0026{0 14 0xce8705f118066636e1e8fc089cce898eb85bea31abee4728582eb2f280d29d6b 0xaca207005375d4a60618a1135b3081a4628f0b526c52d69291ab864f32501e63 proposed}","time":"2022-06-09T15:57:05-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/multihash.go:37","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.MultihashKeyFromSSZRoot","len":66,"level":"debug","mhKey":"/blocks/QLVAEQRQPBRWKOBXGA2WMMJRHAYDMNRWGM3GKMLFHBTGGMBYHFRWGZJYHE4GKYRYGVRGKYJTGFQWEZLFGQ3TEOBVHAZGKYRSMYZDQMDEGI4WINTC","msg":"The MHKEY","time":"2022-06-09T15:57:05-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:152","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*DatabaseWriter).prepareSignedBeaconBlockModel","level":"debug","msg":"dw.DbSignedBeaconBlock: \u0026{14 0xce8705f118066636e1e8fc089cce898eb85bea31abee4728582eb2f280d29d6b 0xefbad73735df30abbca525d8ef0cd4b3d7c78fedad87920bbe9fa28e9328e3a9 0x8d3f027beef5cbd4f8b29fc831aba67a5d74768edca529f5596f07fd207865e1 /blocks/QLVAEQRQPBRWKOBXGA2WMMJRHAYDMNRWGM3GKMLFHBTGGMBYHFRWGZJYHE4GKYRYGVRGKYJTGFQWEZLFGQ3TEOBVHAZGKYRSMYZDQMDEGI4WINTC}","time":"2022-06-09T15:57:05-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/multihash.go:37","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.MultihashKeyFromSSZRoot","len":66,"level":"debug","mhKey":"/blocks/QLVAEQRQPBQWGYJSGA3TAMBVGM3TKZBUME3DANRRHBQTCMJTGVRDGMBYGFQTINRSHBTDAYRVGI3GGNJSMQ3DSMRZGFQWEOBWGRTDGMRVGAYWKNRT","msg":"The MHKEY","time":"2022-06-09T15:57:05-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:167","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*DatabaseWriter).prepareBeaconStateModel","level":"debug","msg":"dw.DbBeaconState: \u0026{14 0xaca207005375d4a60618a1135b3081a4628f0b526c52d69291ab864f32501e63 /blocks/QLVAEQRQPBQWGYJSGA3TAMBVGM3TKZBUME3DANRRHBQTCMJTGVRDGMBYGFQTINRSHBTDAYRVGI3GGNJSMQ3DSMRZGFQWEOBWGRTDGMRVGAYWKNRT}","time":"2022-06-09T15:57:05-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:177","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*DatabaseWriter).transactFullSlot","level":"debug","msg":"Starting to write to the DB.","slot":"14","time":"2022-06-09T15:57:05-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T15:57:05-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:183","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*DatabaseWriter).transactFullSlot","level":"debug","msg":"We finished writing to the eth_beacon.slots table.","time":"2022-06-09T15:57:05-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T15:57:06-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:135","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*DatabaseWriter).prepareSlotsModel","level":"debug","msg":"dw.DbSlots: \u0026{0 15 skipped}","time":"2022-06-09T15:57:07-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/multihash.go:37","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.MultihashKeyFromSSZRoot","len":0,"level":"debug","mhKey":"/blocks/QLVAEAA","msg":"The MHKEY","time":"2022-06-09T15:57:07-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:152","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*DatabaseWriter).prepareSignedBeaconBlockModel","level":"debug","msg":"dw.DbSignedBeaconBlock: \u0026{15 /blocks/QLVAEAA}","time":"2022-06-09T15:57:07-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/multihash.go:37","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.MultihashKeyFromSSZRoot","len":0,"level":"debug","mhKey":"/blocks/QLVAEAA","msg":"The MHKEY","time":"2022-06-09T15:57:07-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:167","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*DatabaseWriter).prepareBeaconStateModel","level":"debug","msg":"dw.DbBeaconState: \u0026{15 /blocks/QLVAEAA}","time":"2022-06-09T15:57:07-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:177","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*DatabaseWriter).transactFullSlot","level":"debug","msg":"Starting to write to the DB.","slot":"15","time":"2022-06-09T15:57:07-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:183","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*DatabaseWriter).transactFullSlot","level":"debug","msg":"We finished writing to the eth_beacon.slots table.","time":"2022-06-09T15:57:07-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/metrics.go:101","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*BeaconClientMetrics).IncrementSlotInserts","level":"debug","msg":"Incrementing Slot Insert","time":"2022-06-09T15:57:07-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/capturehistoric.go:131","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.handleBatchProcess.func1","level":"debug","msg":"Added new slot to workCh","slot":16,"time":"2022-06-09T15:57:07-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:109","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.processSlotRangeWorker","level":"debug","msg":"Handling slot: 16","time":"2022-06-09T15:57:07-04:00"}
{"endpoint":"http://10.203.8.51:5052/eth/v2/beacon/blocks/16","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/queryserver.go:32","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.querySsz","level":"debug","msg":"Querying endpoint","time":"2022-06-09T15:57:07-04:00"}
{"endpoint":"http://10.203.8.51:5052/eth/v2/debug/beacon/states/16","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/queryserver.go:32","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.querySsz","level":"debug","msg":"Querying endpoint","time":"2022-06-09T15:57:07-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T15:57:08-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T15:57:09-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T15:57:10-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:135","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*DatabaseWriter).prepareSlotsModel","level":"debug","msg":"dw.DbSlots: \u0026{0 16 skipped}","time":"2022-06-09T15:57:10-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/multihash.go:37","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.MultihashKeyFromSSZRoot","len":0,"level":"debug","mhKey":"/blocks/QLVAEAA","msg":"The MHKEY","time":"2022-06-09T15:57:10-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:152","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*DatabaseWriter).prepareSignedBeaconBlockModel","level":"debug","msg":"dw.DbSignedBeaconBlock: \u0026{16 /blocks/QLVAEAA}","time":"2022-06-09T15:57:10-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/multihash.go:37","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.MultihashKeyFromSSZRoot","len":0,"level":"debug","mhKey":"/blocks/QLVAEAA","msg":"The MHKEY","time":"2022-06-09T15:57:10-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:167","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*DatabaseWriter).prepareBeaconStateModel","level":"debug","msg":"dw.DbBeaconState: \u0026{16 /blocks/QLVAEAA}","time":"2022-06-09T15:57:10-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:177","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*DatabaseWriter).transactFullSlot","level":"debug","msg":"Starting to write to the DB.","slot":"16","time":"2022-06-09T15:57:10-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:183","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*DatabaseWriter).transactFullSlot","level":"debug","msg":"We finished writing to the eth_beacon.slots table.","time":"2022-06-09T15:57:10-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/metrics.go:101","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*BeaconClientMetrics).IncrementSlotInserts","level":"debug","msg":"Incrementing Slot Insert","time":"2022-06-09T15:57:10-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:109","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.processSlotRangeWorker","level":"debug","msg":"Handling slot: 17","time":"2022-06-09T15:57:11-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/capturehistoric.go:131","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.handleBatchProcess.func1","level":"debug","msg":"Added new slot to workCh","slot":17,"time":"2022-06-09T15:57:11-04:00"}
{"endpoint":"http://10.203.8.51:5052/eth/v2/debug/beacon/states/17","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/queryserver.go:32","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.querySsz","level":"debug","msg":"Querying endpoint","time":"2022-06-09T15:57:11-04:00"}
{"endpoint":"http://10.203.8.51:5052/eth/v2/beacon/blocks/17","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/queryserver.go:32","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.querySsz","level":"debug","msg":"Querying endpoint","time":"2022-06-09T15:57:11-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T15:57:11-04:00"}
{"fields.msg":"{\"slot\":\"3998384\",\"block\":\"0xbe5c776e1ca3cafaa7491513e8e8cdfdae38b348cb3a4f71b58317e6c979a207\",\"state\":\"0x8978b5e89638210c9ed9ed10b544aef4bae0668f07fed79ecbac0f290cc9ae03\",\"current_duty_dependent_root\":\"0x055ecc29eb33a8ccb7fec2b6ab541ce71f153d574f4e9b18474c7eb67ad48eb5\",\"previous_duty_dependent_root\":\"0x13dd484c3c8462b617222375d850667982ed9944e8f358857405dcadf301ccd4\",\"epoch_transition\":false}","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/incomingsse.go:62","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.handleIncomingSseEvent[...]","level":"debug","msg":"We are going to send the following message to be processed.","time":"2022-06-09T15:57:11-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processevents.go:62","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*BeaconClient).handleHead","head":{"slot":"3998384","block":"0xbe5c776e1ca3cafaa7491513e8e8cdfdae38b348cb3a4f71b58317e6c979a207","state":"0x8978b5e89638210c9ed9ed10b544aef4bae0668f07fed79ecbac0f290cc9ae03","current_duty_dependent_root":"0x055ecc29eb33a8ccb7fec2b6ab541ce71f153d574f4e9b18474c7eb67ad48eb5","previous_duty_dependent_root":"0x13dd484c3c8462b617222375d850667982ed9944e8f358857405dcadf301ccd4","epoch_transition":false,"execution_optimistic":false},"level":"debug","msg":"We are going to start processing the slot.","time":"2022-06-09T15:57:11-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processevents.go:71","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*BeaconClient).handleHead","head":"3998384","level":"debug","msg":"We finished calling processHeadSlot.","time":"2022-06-09T15:57:11-04:00"}
{"endpoint":"http://10.203.8.51:5052/eth/v2/beacon/blocks/0xbe5c776e1ca3cafaa7491513e8e8cdfdae38b348cb3a4f71b58317e6c979a207","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/queryserver.go:32","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.querySsz","level":"debug","msg":"Querying endpoint","time":"2022-06-09T15:57:11-04:00"}
{"endpoint":"http://10.203.8.51:5052/eth/v2/debug/beacon/states/0x8978b5e89638210c9ed9ed10b544aef4bae0668f07fed79ecbac0f290cc9ae03","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/queryserver.go:32","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.querySsz","level":"debug","msg":"Querying endpoint","time":"2022-06-09T15:57:11-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T15:57:12-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/metrics.go:101","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*BeaconClientMetrics).IncrementSlotInserts","level":"debug","msg":"Incrementing Slot Insert","time":"2022-06-09T15:57:13-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/capturehistoric.go:131","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.handleBatchProcess.func1","level":"debug","msg":"Added new slot to workCh","slot":18,"time":"2022-06-09T15:57:13-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:109","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.processSlotRangeWorker","level":"debug","msg":"Handling slot: 18","time":"2022-06-09T15:57:13-04:00"}
{"endpoint":"http://10.203.8.51:5052/eth/v2/debug/beacon/states/18","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/queryserver.go:32","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.querySsz","level":"debug","msg":"Querying endpoint","time":"2022-06-09T15:57:13-04:00"}
{"endpoint":"http://10.203.8.51:5052/eth/v2/beacon/blocks/18","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/queryserver.go:32","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.querySsz","level":"debug","msg":"Querying endpoint","time":"2022-06-09T15:57:13-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T15:57:13-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T15:57:14-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T15:57:16-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processslot.go:326","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*ProcessSlot).provideFinalHash","level":"debug","msg":"StateRoot: 0xcd02b93416c5630937a90de7850e8deaa8393b98851f2483bb83a4f71addf930","time":"2022-06-09T15:57:16-04:00"}
{"blockRoot":"0x61dbe9fd766caf39a251b2c3064ae7417be9e2f07eb9e62b599146f6f87cc02f","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processslot.go:339","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*ProcessSlot).provideFinalHash","level":"debug","msg":"Block Root from ssz","time":"2022-06-09T15:57:16-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T15:57:17-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:135","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*DatabaseWriter).prepareSlotsModel","level":"debug","msg":"dw.DbSlots: \u0026{0 17 0x61dbe9fd766caf39a251b2c3064ae7417be9e2f07eb9e62b599146f6f87cc02f 0xcd02b93416c5630937a90de7850e8deaa8393b98851f2483bb83a4f71addf930 proposed}","time":"2022-06-09T15:57:17-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/multihash.go:37","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.MultihashKeyFromSSZRoot","len":66,"level":"debug","mhKey":"/blocks/QLVAEQRQPA3DCZDCMU4WMZBXGY3GGYLGGM4WCMRVGFRDEYZTGA3DIYLFG42DCN3CMU4WKMTGGA3WKYRZMU3DEYRVHE4TCNBWMY3GMOBXMNRTAMTG","msg":"The MHKEY","time":"2022-06-09T15:57:17-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:152","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*DatabaseWriter).prepareSignedBeaconBlockModel","level":"debug","msg":"dw.DbSignedBeaconBlock: \u0026{17 0x61dbe9fd766caf39a251b2c3064ae7417be9e2f07eb9e62b599146f6f87cc02f 0xce8705f118066636e1e8fc089cce898eb85bea31abee4728582eb2f280d29d6b 0xeeea1373d4aa9e099d7c9deddb694db9aeb4577755ef83f9b6345ce4357d9abf /blocks/QLVAEQRQPA3DCZDCMU4WMZBXGY3GGYLGGM4WCMRVGFRDEYZTGA3DIYLFG42DCN3CMU4WKMTGGA3WKYRZMU3DEYRVHE4TCNBWMY3GMOBXMNRTAMTG}","time":"2022-06-09T15:57:17-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/multihash.go:37","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.MultihashKeyFromSSZRoot","len":66,"level":"debug","mhKey":"/blocks/QLVAEQRQPBRWIMBSMI4TGNBRGZRTKNRTGA4TGN3BHEYGIZJXHA2TAZJYMRSWCYJYGM4TGYRZHA4DKMLGGI2DQM3CMI4DGYJUMY3TCYLEMRTDSMZQ","msg":"The MHKEY","time":"2022-06-09T15:57:17-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:167","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*DatabaseWriter).prepareBeaconStateModel","level":"debug","msg":"dw.DbBeaconState: \u0026{17 0xcd02b93416c5630937a90de7850e8deaa8393b98851f2483bb83a4f71addf930 /blocks/QLVAEQRQPBRWIMBSMI4TGNBRGZRTKNRTGA4TGN3BHEYGIZJXHA2TAZJYMRSWCYJYGM4TGYRZHA4DKMLGGI2DQM3CMI4DGYJUMY3TCYLEMRTDSMZQ}","time":"2022-06-09T15:57:17-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:177","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*DatabaseWriter).transactFullSlot","level":"debug","msg":"Starting to write to the DB.","slot":"17","time":"2022-06-09T15:57:17-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:183","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*DatabaseWriter).transactFullSlot","level":"debug","msg":"We finished writing to the eth_beacon.slots table.","time":"2022-06-09T15:57:17-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T15:57:18-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processslot.go:326","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*ProcessSlot).provideFinalHash","level":"debug","msg":"StateRoot: 0x6fa0651786ef27ce36b825758e723f8fa635cbc0b0449607d3a266e65bc8cff2","time":"2022-06-09T15:57:20-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T15:57:20-04:00"}
{"blockRoot":"0x10735d2493202e440e32295cd11760c0b4235837be13889a7a72efd1e265a6e9","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processslot.go:339","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*ProcessSlot).provideFinalHash","level":"debug","msg":"Block Root from ssz","time":"2022-06-09T15:57:20-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:135","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*DatabaseWriter).prepareSlotsModel","level":"debug","msg":"dw.DbSlots: \u0026{0 18 0x10735d2493202e440e32295cd11760c0b4235837be13889a7a72efd1e265a6e9 0x6fa0651786ef27ce36b825758e723f8fa635cbc0b0449607d3a266e65bc8cff2 proposed}","time":"2022-06-09T15:57:20-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/multihash.go:37","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.MultihashKeyFromSSZRoot","len":66,"level":"debug","mhKey":"/blocks/QLVAEQRQPAYTANZTGVSDENBZGMZDAMTFGQ2DAZJTGIZDSNLDMQYTCNZWGBRTAYRUGIZTKOBTG5RGKMJTHA4DSYJXME3TEZLGMQYWKMRWGVQTMZJZ","msg":"The MHKEY","time":"2022-06-09T15:57:20-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:152","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*DatabaseWriter).prepareSignedBeaconBlockModel","level":"debug","msg":"dw.DbSignedBeaconBlock: \u0026{18 0x10735d2493202e440e32295cd11760c0b4235837be13889a7a72efd1e265a6e9 0x61dbe9fd766caf39a251b2c3064ae7417be9e2f07eb9e62b599146f6f87cc02f 0x8d3f027beef5cbd4f8b29fc831aba67a5d74768edca529f5596f07fd207865e1 /blocks/QLVAEQRQPAYTANZTGVSDENBZGMZDAMTFGQ2DAZJTGIZDSNLDMQYTCNZWGBRTAYRUGIZTKOBTG5RGKMJTHA4DSYJXME3TEZLGMQYWKMRWGVQTMZJZ}","time":"2022-06-09T15:57:20-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/multihash.go:37","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.MultihashKeyFromSSZRoot","len":66,"level":"debug","mhKey":"/blocks/QLVAEQRQPA3GMYJQGY2TCNZYGZSWMMRXMNSTGNTCHAZDKNZVHBSTOMRTMY4GMYJWGM2WGYTDGBRDANBUHE3DAN3EGNQTENRWMU3DKYTDHBRWMZRS","msg":"The MHKEY","time":"2022-06-09T15:57:20-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:167","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*DatabaseWriter).prepareBeaconStateModel","level":"debug","msg":"dw.DbBeaconState: \u0026{18 0x6fa0651786ef27ce36b825758e723f8fa635cbc0b0449607d3a266e65bc8cff2 /blocks/QLVAEQRQPA3GMYJQGY2TCNZYGZSWMMRXMNSTGNTCHAZDKNZVHBSTOMRTMY4GMYJWGM2WGYTDGBRDANBUHE3DAN3EGNQTENRWMU3DKYTDHBRWMZRS}","time":"2022-06-09T15:57:20-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:177","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*DatabaseWriter).transactFullSlot","level":"debug","msg":"Starting to write to the DB.","slot":"18","time":"2022-06-09T15:57:20-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:183","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*DatabaseWriter).transactFullSlot","level":"debug","msg":"We finished writing to the eth_beacon.slots table.","time":"2022-06-09T15:57:20-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T15:57:21-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T15:57:22-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T15:57:23-04:00"}
{"fields.msg":"{\"slot\":\"3998385\",\"block\":\"0x1e22cb566f9b9bf9415977a568ca3f250892381594f005f9d4cae7bd740eb9ba\",\"state\":\"0x5c37c8cdcdc5fe6d368369cc45b69e0e3c7dec2adc582ad27518a309792152e9\",\"current_duty_dependent_root\":\"0x055ecc29eb33a8ccb7fec2b6ab541ce71f153d574f4e9b18474c7eb67ad48eb5\",\"previous_duty_dependent_root\":\"0x13dd484c3c8462b617222375d850667982ed9944e8f358857405dcadf301ccd4\",\"epoch_transition\":false}","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/incomingsse.go:62","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.handleIncomingSseEvent[...]","level":"debug","msg":"We are going to send the following message to be processed.","time":"2022-06-09T15:57:23-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processevents.go:62","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*BeaconClient).handleHead","head":{"slot":"3998385","block":"0x1e22cb566f9b9bf9415977a568ca3f250892381594f005f9d4cae7bd740eb9ba","state":"0x5c37c8cdcdc5fe6d368369cc45b69e0e3c7dec2adc582ad27518a309792152e9","current_duty_dependent_root":"0x055ecc29eb33a8ccb7fec2b6ab541ce71f153d574f4e9b18474c7eb67ad48eb5","previous_duty_dependent_root":"0x13dd484c3c8462b617222375d850667982ed9944e8f358857405dcadf301ccd4","epoch_transition":false,"execution_optimistic":false},"level":"debug","msg":"We are going to start processing the slot.","time":"2022-06-09T15:57:23-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processevents.go:71","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*BeaconClient).handleHead","head":"3998385","level":"debug","msg":"We finished calling processHeadSlot.","time":"2022-06-09T15:57:23-04:00"}
{"endpoint":"http://10.203.8.51:5052/eth/v2/debug/beacon/states/0x5c37c8cdcdc5fe6d368369cc45b69e0e3c7dec2adc582ad27518a309792152e9","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/queryserver.go:32","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.querySsz","level":"debug","msg":"Querying endpoint","time":"2022-06-09T15:57:23-04:00"}
{"endpoint":"http://10.203.8.51:5052/eth/v2/beacon/blocks/0x1e22cb566f9b9bf9415977a568ca3f250892381594f005f9d4cae7bd740eb9ba","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/queryserver.go:32","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.querySsz","level":"debug","msg":"Querying endpoint","time":"2022-06-09T15:57:23-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T15:57:24-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/gracefulshutdown/gracefulshutdown.go:50","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/gracefulshutdown.Shutdown.func1","level":"info","msg":"Shutting Down your application","time":"2022-06-09T15:57:24-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/gracefulshutdown/gracefulshutdown.go:70","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/gracefulshutdown.Shutdown.func1.2","level":"info","msg":"cleaning up: beaconClient","time":"2022-06-09T15:57:24-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/capturehistoric.go:41","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*BeaconClient).StopHistoric","level":"info","msg":"We are stopping the historical processing service.","time":"2022-06-09T15:57:24-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/capturehistoric.go:165","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.handleBatchProcess","level":"debug","msg":"Received shutdown signal from channel","time":"2022-06-09T15:57:24-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:86","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.HistoricProcessing.releaseDbLocks","level":"debug","msg":"Updating all the entries to eth_beacon.historical processing","time":"2022-06-09T15:57:24-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:87","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.HistoricProcessing.releaseDbLocks","level":"debug","msg":"Db: \u0026{0xc000288fc0}","time":"2022-06-09T15:57:24-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/capturehistoric.go:35","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*BeaconClient).CaptureHistoric","level":"debug","msg":"Exiting Historical","time":"2022-06-09T15:57:24-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:88","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.HistoricProcessing.releaseDbLocks","level":"debug","msg":"hp.uniqueNodeIdentifier 100","time":"2022-06-09T15:57:24-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:93","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.HistoricProcessing.releaseDbLocks","level":"debug","msg":"Update all the entries to eth_beacon.historical processing","time":"2022-06-09T15:57:24-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:98","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.HistoricProcessing.releaseDbLocks","level":"info","msg":"Released historicalProcess locks for specified rows.","rowCount":0,"time":"2022-06-09T15:57:24-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processknowngaps.go:71","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*BeaconClient).StopKnownGapsProcessing","level":"info","msg":"We are stopping the known gaps processing service.","time":"2022-06-09T15:57:24-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processknowngaps.go:126","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.KnownGapsProcessing.releaseDbLocks","level":"debug","msg":"Updating all the entries to eth_beacon.known_gaps","time":"2022-06-09T15:57:24-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processknowngaps.go:127","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.KnownGapsProcessing.releaseDbLocks","level":"debug","msg":"Db: \u0026{0xc000288fc0}","time":"2022-06-09T15:57:24-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processknowngaps.go:128","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.KnownGapsProcessing.releaseDbLocks","level":"debug","msg":"kgp.uniqueNodeIdentifier 100","time":"2022-06-09T15:57:24-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/capturehistoric.go:165","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.handleBatchProcess","level":"debug","msg":"Received shutdown signal from channel","time":"2022-06-09T15:57:24-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processknowngaps.go:65","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*BeaconClient).ProcessKnownGaps","level":"debug","msg":"Exiting known gaps processing service","time":"2022-06-09T15:57:24-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processknowngaps.go:137","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.KnownGapsProcessing.releaseDbLocks","level":"info","msg":"Released knownGaps locks for specified rows.","rowCount":2,"time":"2022-06-09T15:57:24-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/capturehead.go:37","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*BeaconClient).StopHeadTracking","level":"info","msg":"We are going to stop tracking the head of chain because of the shutdown signal.","time":"2022-06-09T15:57:24-04:00"}
{"endpoint":"http://10.203.8.51:5052/eth/v1/events?topics=head","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/capturehead.go:52","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*SseEvents[...]).finishProcessingChannel","level":"info","msg":"Received a close event.","time":"2022-06-09T15:57:24-04:00"}
{"endpoint":"http://10.203.8.51:5052/eth/v1/events?topics=chain_reorg","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/capturehead.go:52","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*SseEvents[...]).finishProcessingChannel","level":"info","msg":"Received a close event.","time":"2022-06-09T15:57:24-04:00"}
{"endpoint":"http://10.203.8.51:5052/eth/v1/events?topics=head","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/capturehead.go:57","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*SseEvents[...]).finishProcessingChannel","level":"info","msg":"Done processing all messages, ready for shutdown","time":"2022-06-09T15:57:24-04:00"}
{"endpoint":"http://10.203.8.51:5052/eth/v1/events?topics=chain_reorg","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/capturehead.go:57","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*SseEvents[...]).finishProcessingChannel","level":"info","msg":"Done processing all messages, ready for shutdown","time":"2022-06-09T15:57:24-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/capturehead.go:46","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*BeaconClient).StopHeadTracking","level":"info","msg":"Successfully stopped the head tracking service.","time":"2022-06-09T15:57:24-04:00"}
{"err":"closed pool","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:570","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.IsSlotInDb.func2","level":"error","msg":"Unable to check if the slot and block_root exist in eth_beacon.signed_block","time":"2022-06-09T15:57:25-04:00"}
{"err":"closed pool","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:558","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.IsSlotInDb.func1","level":"error","msg":"Unable to check if the slot and stateroot exist in eth_beacon.state","time":"2022-06-09T15:57:25-04:00"}
{"endSlot":"3998382","err":"closed pool","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:436","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.writeKnownGaps","level":"fatal","msg":"Unable to create a new transaction for knownGaps","startSlot":"3998382","time":"2022-06-09T15:57:25-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/cmd/root.go:80","func":"github.com/vulcanize/ipld-eth-beacon-indexer/cmd.logLevel","level":"info","msg":"Log level set to debug","time":"2022-06-09T15:59:54-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/cmd/full.go:60","func":"github.com/vulcanize/ipld-eth-beacon-indexer/cmd.startFullProcessing","level":"info","msg":"Starting the application in head tracking mode.","time":"2022-06-09T15:59:54-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/internal/boot/boot.go:46","func":"github.com/vulcanize/ipld-eth-beacon-indexer/internal/boot.BootApplication","level":"info","msg":"Booting the Application","time":"2022-06-09T15:59:54-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/internal/boot/boot.go:48","func":"github.com/vulcanize/ipld-eth-beacon-indexer/internal/boot.BootApplication","level":"debug","msg":"Creating the Beacon Client","time":"2022-06-09T15:59:54-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/beaconclient.go:103","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.CreateBeaconClient","level":"info","msg":"Creating the BeaconClient","time":"2022-06-09T15:59:54-04:00"}
{"endpoint":"http://10.203.8.51:5052/eth/v1/events?topics=head","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/beaconclient.go:126","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.createSseEvent[...].func1","level":"info","msg":"Creating SSE client","time":"2022-06-09T15:59:54-04:00"}
{"endpoint":"http://10.203.8.51:5052/eth/v1/events?topics=chain_reorg","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/beaconclient.go:126","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.createSseEvent[...].func1","level":"info","msg":"Creating SSE client","time":"2022-06-09T15:59:54-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/internal/boot/boot.go:54","func":"github.com/vulcanize/ipld-eth-beacon-indexer/internal/boot.BootApplication","level":"debug","msg":"Checking Beacon Client","time":"2022-06-09T15:59:54-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/healthcheck.go:31","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.BeaconClient.CheckBeaconClient","level":"debug","msg":"Attempting to connect to the beacon client","time":"2022-06-09T15:59:54-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/healthcheck.go:45","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.BeaconClient.CheckBeaconClient","level":"info","msg":"We can successfully reach the beacon client.","time":"2022-06-09T15:59:54-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/internal/boot/boot.go:60","func":"github.com/vulcanize/ipld-eth-beacon-indexer/internal/boot.BootApplication","level":"debug","msg":"Setting up DB connection","time":"2022-06-09T15:59:54-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/database/sql/postgres/database.go:44","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/database/sql/postgres.SetupPostgresDb","level":"debug","msg":"Resolving Driver Type","time":"2022-06-09T15:59:54-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/database/sql/postgres/database.go:52","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/database/sql/postgres.SetupPostgresDb","level":"info","msg":"Using Driver: PGX","time":"2022-06-09T15:59:54-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/database/sql/postgres/database.go:75","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/database/sql/postgres.createDriver","level":"debug","msg":"Creating New Driver","time":"2022-06-09T15:59:54-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/database/sql/postgres/database.go:80","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/database/sql/postgres.createDriver","level":"info","msg":"Successfully created a driver for PGX","time":"2022-06-09T15:59:54-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/internal/boot/boot.go:81","func":"github.com/vulcanize/ipld-eth-beacon-indexer/internal/boot.BootApplication","level":"warning","msg":"We are not checking to see if the node has synced to head.","time":"2022-06-09T15:59:54-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/cmd/full.go:75","func":"github.com/vulcanize/ipld-eth-beacon-indexer/cmd.startFullProcessing","level":"info","msg":"The Beacon Client has booted successfully!","time":"2022-06-09T15:59:54-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/capturehead.go:29","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*BeaconClient).CaptureHead","level":"info","msg":"We are tracking the head of the chain.","time":"2022-06-09T15:59:54-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/incomingsse.go:95","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*BeaconClient).captureEventTopic","level":"info","msg":"We are capturing all SSE events","time":"2022-06-09T15:59:54-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/capturehistoric.go:32","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*BeaconClient).CaptureHistoric","level":"info","msg":"We are starting the historical processing service.","time":"2022-06-09T15:59:54-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/capturehistoric.go:102","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.handleBatchProcess","level":"debug","maxWorkers":2,"msg":"Starting batch processing workers","time":"2022-06-09T15:59:54-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processevents.go:40","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*BeaconClient).handleHead","level":"info","msg":"Starting to process head.","time":"2022-06-09T15:59:54-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processevents.go:30","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*BeaconClient).handleReorg","level":"info","msg":"Starting to process reorgs.","time":"2022-06-09T15:59:54-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processknowngaps.go:62","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*BeaconClient).ProcessKnownGaps","level":"info","msg":"We are starting the known gaps processing service.","time":"2022-06-09T15:59:54-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/capturehistoric.go:102","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.handleBatchProcess","level":"debug","maxWorkers":2,"msg":"Starting batch processing workers","time":"2022-06-09T15:59:54-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/capturehistoric.go:102","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.handleBatchProcess","level":"debug","maxWorkers":2,"msg":"Starting batch processing workers","time":"2022-06-09T15:59:54-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/capturehistoric.go:162","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.handleBatchProcess","level":"debug","msg":"Waiting for shutdown signal from channel","time":"2022-06-09T15:59:54-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/capturehistoric.go:102","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.handleBatchProcess","level":"debug","maxWorkers":2,"msg":"Starting batch processing workers","time":"2022-06-09T15:59:54-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/capturehistoric.go:162","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.handleBatchProcess","level":"debug","msg":"Waiting for shutdown signal from channel","time":"2022-06-09T15:59:54-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:156","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We found a new row","time":"2022-06-09T15:59:54-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:156","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We found a new row","time":"2022-06-09T15:59:54-04:00"}
{"endpoint":"http://10.203.8.51:5052/eth/v1/events?topics=chain_reorg","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/incomingsse.go:53","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.handleIncomingSseEvent[...].func1","level":"info","msg":"Successfully subscribed to the event stream.","time":"2022-06-09T15:59:54-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:220","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"Added a new slots to be processed","slots":{},"time":"2022-06-09T15:59:54-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/capturehistoric.go:131","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.handleBatchProcess.func1","level":"debug","msg":"Added new slot to workCh","slot":20000,"time":"2022-06-09T15:59:54-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/capturehistoric.go:131","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.handleBatchProcess.func1","level":"debug","msg":"Added new slot to workCh","slot":20001,"time":"2022-06-09T15:59:54-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:109","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.processSlotRangeWorker","level":"debug","msg":"Handling slot: 20000","time":"2022-06-09T15:59:54-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:109","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.processSlotRangeWorker","level":"debug","msg":"Handling slot: 20001","time":"2022-06-09T15:59:54-04:00"}
{"endpoint":"http://10.203.8.51:5052/eth/v2/debug/beacon/states/20000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/queryserver.go:32","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.querySsz","level":"debug","msg":"Querying endpoint","time":"2022-06-09T15:59:54-04:00"}
{"endpoint":"http://10.203.8.51:5052/eth/v2/beacon/blocks/20000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/queryserver.go:32","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.querySsz","level":"debug","msg":"Querying endpoint","time":"2022-06-09T15:59:54-04:00"}
{"endpoint":"http://10.203.8.51:5052/eth/v2/beacon/blocks/20001","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/queryserver.go:32","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.querySsz","level":"debug","msg":"Querying endpoint","time":"2022-06-09T15:59:54-04:00"}
{"endpoint":"http://10.203.8.51:5052/eth/v2/debug/beacon/states/20001","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/queryserver.go:32","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.querySsz","level":"debug","msg":"Querying endpoint","time":"2022-06-09T15:59:54-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:156","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We found a new row","time":"2022-06-09T15:59:54-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:220","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"Added a new slots to be processed","slots":{},"time":"2022-06-09T15:59:54-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/capturehistoric.go:131","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.handleBatchProcess.func1","level":"debug","msg":"Added new slot to workCh","slot":1000000,"time":"2022-06-09T15:59:54-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/capturehistoric.go:131","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.handleBatchProcess.func1","level":"debug","msg":"Added new slot to workCh","slot":1000001,"time":"2022-06-09T15:59:54-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:109","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.processSlotRangeWorker","level":"debug","msg":"Handling slot: 1000001","time":"2022-06-09T15:59:54-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:109","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.processSlotRangeWorker","level":"debug","msg":"Handling slot: 1000000","time":"2022-06-09T15:59:54-04:00"}
{"endpoint":"http://10.203.8.51:5052/eth/v2/beacon/blocks/1000000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/queryserver.go:32","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.querySsz","level":"debug","msg":"Querying endpoint","time":"2022-06-09T15:59:54-04:00"}
{"endpoint":"http://10.203.8.51:5052/eth/v2/debug/beacon/states/1000000","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/queryserver.go:32","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.querySsz","level":"debug","msg":"Querying endpoint","time":"2022-06-09T15:59:54-04:00"}
{"endpoint":"http://10.203.8.51:5052/eth/v2/debug/beacon/states/1000001","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/queryserver.go:32","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.querySsz","level":"debug","msg":"Querying endpoint","time":"2022-06-09T15:59:54-04:00"}
{"endpoint":"http://10.203.8.51:5052/eth/v2/beacon/blocks/1000001","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/queryserver.go:32","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.querySsz","level":"debug","msg":"Querying endpoint","time":"2022-06-09T15:59:54-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:220","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"Added a new slots to be processed","slots":{},"time":"2022-06-09T15:59:54-04:00"}
{"endpoint":"http://10.203.8.51:5052/eth/v1/events?topics=head","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/incomingsse.go:53","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.handleIncomingSseEvent[...].func1","level":"info","msg":"Successfully subscribed to the event stream.","time":"2022-06-09T15:59:54-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T15:59:55-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T15:59:56-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T15:59:57-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T15:59:58-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T15:59:59-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T16:00:00-04:00"}
{"fields.msg":"{\"slot\":\"3998398\",\"block\":\"0x002e9430569ef2e27d60bbf5861a736bd29bf8d89d8d0df363350d5a3446330b\",\"state\":\"0x59152c3f04b670227d999d4977fc581c556c6da0f69f36f089e0fa3a874e2f01\",\"current_duty_dependent_root\":\"0x055ecc29eb33a8ccb7fec2b6ab541ce71f153d574f4e9b18474c7eb67ad48eb5\",\"previous_duty_dependent_root\":\"0x13dd484c3c8462b617222375d850667982ed9944e8f358857405dcadf301ccd4\",\"epoch_transition\":false}","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/incomingsse.go:62","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.handleIncomingSseEvent[...]","level":"debug","msg":"We are going to send the following message to be processed.","time":"2022-06-09T16:00:01-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processevents.go:62","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*BeaconClient).handleHead","head":{"slot":"3998398","block":"0x002e9430569ef2e27d60bbf5861a736bd29bf8d89d8d0df363350d5a3446330b","state":"0x59152c3f04b670227d999d4977fc581c556c6da0f69f36f089e0fa3a874e2f01","current_duty_dependent_root":"0x055ecc29eb33a8ccb7fec2b6ab541ce71f153d574f4e9b18474c7eb67ad48eb5","previous_duty_dependent_root":"0x13dd484c3c8462b617222375d850667982ed9944e8f358857405dcadf301ccd4","epoch_transition":false,"execution_optimistic":false},"level":"debug","msg":"We are going to start processing the slot.","time":"2022-06-09T16:00:01-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processevents.go:71","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*BeaconClient).handleHead","head":"3998398","level":"debug","msg":"We finished calling processHeadSlot.","time":"2022-06-09T16:00:01-04:00"}
{"endSlot":"10017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"17","time":"2022-06-09T16:00:01-04:00"}
{"endSlot":"20017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"10017","time":"2022-06-09T16:00:01-04:00"}
{"endSlot":"30017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"20017","time":"2022-06-09T16:00:01-04:00"}
{"endSlot":"40017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"30017","time":"2022-06-09T16:00:01-04:00"}
{"endSlot":"50017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"40017","time":"2022-06-09T16:00:01-04:00"}
{"endSlot":"60017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"50017","time":"2022-06-09T16:00:01-04:00"}
{"endSlot":"70017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"60017","time":"2022-06-09T16:00:01-04:00"}
{"endSlot":"80017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"70017","time":"2022-06-09T16:00:01-04:00"}
{"endSlot":"90017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"80017","time":"2022-06-09T16:00:01-04:00"}
{"endSlot":"100017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"90017","time":"2022-06-09T16:00:01-04:00"}
{"endSlot":"110017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"100017","time":"2022-06-09T16:00:01-04:00"}
{"endSlot":"120017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"110017","time":"2022-06-09T16:00:01-04:00"}
{"endSlot":"130017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"120017","time":"2022-06-09T16:00:01-04:00"}
{"endSlot":"140017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"130017","time":"2022-06-09T16:00:01-04:00"}
{"endSlot":"150017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"140017","time":"2022-06-09T16:00:01-04:00"}
{"endSlot":"160017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"150017","time":"2022-06-09T16:00:01-04:00"}
{"endSlot":"170017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"160017","time":"2022-06-09T16:00:01-04:00"}
{"endSlot":"180017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"170017","time":"2022-06-09T16:00:01-04:00"}
{"endSlot":"190017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"180017","time":"2022-06-09T16:00:01-04:00"}
{"endSlot":"200017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"190017","time":"2022-06-09T16:00:01-04:00"}
{"endSlot":"210017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"200017","time":"2022-06-09T16:00:01-04:00"}
{"endSlot":"220017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"210017","time":"2022-06-09T16:00:01-04:00"}
{"endSlot":"230017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"220017","time":"2022-06-09T16:00:01-04:00"}
{"endSlot":"240017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"230017","time":"2022-06-09T16:00:01-04:00"}
{"endSlot":"250017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"240017","time":"2022-06-09T16:00:01-04:00"}
{"endSlot":"260017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"250017","time":"2022-06-09T16:00:01-04:00"}
{"endSlot":"270017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"260017","time":"2022-06-09T16:00:01-04:00"}
{"endSlot":"280017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"270017","time":"2022-06-09T16:00:01-04:00"}
{"endSlot":"290017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"280017","time":"2022-06-09T16:00:01-04:00"}
{"endSlot":"300017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"290017","time":"2022-06-09T16:00:01-04:00"}
{"endSlot":"310017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"300017","time":"2022-06-09T16:00:01-04:00"}
{"endSlot":"320017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"310017","time":"2022-06-09T16:00:01-04:00"}
{"endSlot":"330017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"320017","time":"2022-06-09T16:00:01-04:00"}
{"endSlot":"340017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"330017","time":"2022-06-09T16:00:01-04:00"}
{"endSlot":"350017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"340017","time":"2022-06-09T16:00:01-04:00"}
{"endSlot":"360017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"350017","time":"2022-06-09T16:00:01-04:00"}
{"endSlot":"370017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"360017","time":"2022-06-09T16:00:01-04:00"}
{"endSlot":"380017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"370017","time":"2022-06-09T16:00:01-04:00"}
{"endSlot":"390017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"380017","time":"2022-06-09T16:00:01-04:00"}
{"endSlot":"400017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"390017","time":"2022-06-09T16:00:01-04:00"}
{"endSlot":"410017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"400017","time":"2022-06-09T16:00:01-04:00"}
{"endSlot":"420017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"410017","time":"2022-06-09T16:00:01-04:00"}
{"endSlot":"430017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"420017","time":"2022-06-09T16:00:01-04:00"}
{"endSlot":"440017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"430017","time":"2022-06-09T16:00:01-04:00"}
{"endSlot":"450017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"440017","time":"2022-06-09T16:00:01-04:00"}
{"endSlot":"460017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"450017","time":"2022-06-09T16:00:01-04:00"}
{"endSlot":"470017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"460017","time":"2022-06-09T16:00:01-04:00"}
{"endSlot":"480017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"470017","time":"2022-06-09T16:00:01-04:00"}
{"endSlot":"490017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"480017","time":"2022-06-09T16:00:01-04:00"}
{"endSlot":"500017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"490017","time":"2022-06-09T16:00:01-04:00"}
{"endSlot":"510017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"500017","time":"2022-06-09T16:00:01-04:00"}
{"endSlot":"520017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"510017","time":"2022-06-09T16:00:01-04:00"}
{"endSlot":"530017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"520017","time":"2022-06-09T16:00:01-04:00"}
{"endSlot":"540017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"530017","time":"2022-06-09T16:00:01-04:00"}
{"endSlot":"550017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"540017","time":"2022-06-09T16:00:01-04:00"}
{"endSlot":"560017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"550017","time":"2022-06-09T16:00:01-04:00"}
{"endSlot":"570017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"560017","time":"2022-06-09T16:00:01-04:00"}
{"endSlot":"580017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"570017","time":"2022-06-09T16:00:01-04:00"}
{"endSlot":"590017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"580017","time":"2022-06-09T16:00:01-04:00"}
{"endSlot":"600017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"590017","time":"2022-06-09T16:00:01-04:00"}
{"endSlot":"610017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"600017","time":"2022-06-09T16:00:01-04:00"}
{"endSlot":"620017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"610017","time":"2022-06-09T16:00:01-04:00"}
{"endSlot":"630017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"620017","time":"2022-06-09T16:00:01-04:00"}
{"endSlot":"640017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"630017","time":"2022-06-09T16:00:01-04:00"}
{"endSlot":"650017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"640017","time":"2022-06-09T16:00:01-04:00"}
{"endSlot":"660017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"650017","time":"2022-06-09T16:00:01-04:00"}
{"endSlot":"670017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"660017","time":"2022-06-09T16:00:01-04:00"}
{"endSlot":"680017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"670017","time":"2022-06-09T16:00:01-04:00"}
{"endSlot":"690017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"680017","time":"2022-06-09T16:00:01-04:00"}
{"endSlot":"700017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"690017","time":"2022-06-09T16:00:01-04:00"}
{"endSlot":"710017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"700017","time":"2022-06-09T16:00:01-04:00"}
{"endSlot":"720017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"710017","time":"2022-06-09T16:00:01-04:00"}
{"endSlot":"730017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"720017","time":"2022-06-09T16:00:01-04:00"}
{"endSlot":"740017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"730017","time":"2022-06-09T16:00:01-04:00"}
{"endSlot":"750017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"740017","time":"2022-06-09T16:00:01-04:00"}
{"endSlot":"760017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"750017","time":"2022-06-09T16:00:01-04:00"}
{"endSlot":"770017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"760017","time":"2022-06-09T16:00:01-04:00"}
{"endSlot":"780017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"770017","time":"2022-06-09T16:00:01-04:00"}
{"endSlot":"790017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"780017","time":"2022-06-09T16:00:01-04:00"}
{"endSlot":"800017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"790017","time":"2022-06-09T16:00:01-04:00"}
{"endSlot":"810017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"800017","time":"2022-06-09T16:00:01-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T16:00:01-04:00"}
{"endSlot":"820017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"810017","time":"2022-06-09T16:00:01-04:00"}
{"endSlot":"830017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"820017","time":"2022-06-09T16:00:01-04:00"}
{"endSlot":"840017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"830017","time":"2022-06-09T16:00:01-04:00"}
{"endSlot":"850017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"840017","time":"2022-06-09T16:00:01-04:00"}
{"endSlot":"860017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"850017","time":"2022-06-09T16:00:01-04:00"}
{"endSlot":"870017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"860017","time":"2022-06-09T16:00:01-04:00"}
{"endSlot":"880017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"870017","time":"2022-06-09T16:00:01-04:00"}
{"endSlot":"890017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"880017","time":"2022-06-09T16:00:01-04:00"}
{"endSlot":"900017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"890017","time":"2022-06-09T16:00:01-04:00"}
{"endSlot":"910017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"900017","time":"2022-06-09T16:00:01-04:00"}
{"endSlot":"920017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"910017","time":"2022-06-09T16:00:01-04:00"}
{"endSlot":"930017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"920017","time":"2022-06-09T16:00:01-04:00"}
{"endSlot":"940017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"930017","time":"2022-06-09T16:00:01-04:00"}
{"endSlot":"950017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"940017","time":"2022-06-09T16:00:01-04:00"}
{"endSlot":"960017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"950017","time":"2022-06-09T16:00:01-04:00"}
{"endSlot":"970017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"960017","time":"2022-06-09T16:00:01-04:00"}
{"endSlot":"980017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"970017","time":"2022-06-09T16:00:01-04:00"}
{"endSlot":"990017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"980017","time":"2022-06-09T16:00:01-04:00"}
{"endSlot":"1000017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"990017","time":"2022-06-09T16:00:01-04:00"}
{"endSlot":"1010017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1000017","time":"2022-06-09T16:00:01-04:00"}
{"endSlot":"1020017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1010017","time":"2022-06-09T16:00:01-04:00"}
{"endSlot":"1030017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1020017","time":"2022-06-09T16:00:01-04:00"}
{"endSlot":"1040017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1030017","time":"2022-06-09T16:00:01-04:00"}
{"endSlot":"1050017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1040017","time":"2022-06-09T16:00:01-04:00"}
{"endSlot":"1060017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1050017","time":"2022-06-09T16:00:01-04:00"}
{"endSlot":"1070017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1060017","time":"2022-06-09T16:00:01-04:00"}
{"endSlot":"1080017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1070017","time":"2022-06-09T16:00:01-04:00"}
{"endSlot":"1090017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1080017","time":"2022-06-09T16:00:01-04:00"}
{"endSlot":"1100017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1090017","time":"2022-06-09T16:00:01-04:00"}
{"endSlot":"1110017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1100017","time":"2022-06-09T16:00:01-04:00"}
{"endSlot":"1120017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1110017","time":"2022-06-09T16:00:01-04:00"}
{"endSlot":"1130017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1120017","time":"2022-06-09T16:00:01-04:00"}
{"endSlot":"1140017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1130017","time":"2022-06-09T16:00:01-04:00"}
{"endSlot":"1150017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1140017","time":"2022-06-09T16:00:01-04:00"}
{"endSlot":"1160017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1150017","time":"2022-06-09T16:00:01-04:00"}
{"endSlot":"1170017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1160017","time":"2022-06-09T16:00:01-04:00"}
{"endSlot":"1180017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1170017","time":"2022-06-09T16:00:01-04:00"}
{"endSlot":"1190017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1180017","time":"2022-06-09T16:00:01-04:00"}
{"endSlot":"1200017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1190017","time":"2022-06-09T16:00:01-04:00"}
{"endSlot":"1210017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1200017","time":"2022-06-09T16:00:01-04:00"}
{"endSlot":"1220017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1210017","time":"2022-06-09T16:00:01-04:00"}
{"endSlot":"1230017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1220017","time":"2022-06-09T16:00:01-04:00"}
{"endSlot":"1240017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1230017","time":"2022-06-09T16:00:01-04:00"}
{"endSlot":"1250017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1240017","time":"2022-06-09T16:00:01-04:00"}
{"endSlot":"1260017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1250017","time":"2022-06-09T16:00:01-04:00"}
{"endSlot":"1270017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1260017","time":"2022-06-09T16:00:01-04:00"}
{"endSlot":"1280017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1270017","time":"2022-06-09T16:00:01-04:00"}
{"endSlot":"1290017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1280017","time":"2022-06-09T16:00:01-04:00"}
{"endSlot":"1300017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1290017","time":"2022-06-09T16:00:01-04:00"}
{"endSlot":"1310017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1300017","time":"2022-06-09T16:00:01-04:00"}
{"endSlot":"1320017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1310017","time":"2022-06-09T16:00:01-04:00"}
{"endSlot":"1330017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1320017","time":"2022-06-09T16:00:01-04:00"}
{"endSlot":"1340017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1330017","time":"2022-06-09T16:00:01-04:00"}
{"endSlot":"1350017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1340017","time":"2022-06-09T16:00:01-04:00"}
{"endSlot":"1360017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1350017","time":"2022-06-09T16:00:01-04:00"}
{"endSlot":"1370017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1360017","time":"2022-06-09T16:00:01-04:00"}
{"endSlot":"1380017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1370017","time":"2022-06-09T16:00:01-04:00"}
{"endSlot":"1390017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1380017","time":"2022-06-09T16:00:01-04:00"}
{"endSlot":"1400017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1390017","time":"2022-06-09T16:00:01-04:00"}
{"endSlot":"1410017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1400017","time":"2022-06-09T16:00:01-04:00"}
{"endSlot":"1420017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1410017","time":"2022-06-09T16:00:01-04:00"}
{"endSlot":"1430017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1420017","time":"2022-06-09T16:00:01-04:00"}
{"endSlot":"1440017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1430017","time":"2022-06-09T16:00:01-04:00"}
{"endSlot":"1450017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1440017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"1460017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1450017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"1470017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1460017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"1480017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1470017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"1490017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1480017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"1500017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1490017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"1510017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1500017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"1520017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1510017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"1530017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1520017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"1540017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1530017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"1550017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1540017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"1560017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1550017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"1570017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1560017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"1580017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1570017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"1590017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1580017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"1600017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1590017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"1610017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1600017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"1620017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1610017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"1630017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1620017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"1640017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1630017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"1650017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1640017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"1660017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1650017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"1670017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1660017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"1680017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1670017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"1690017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1680017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"1700017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1690017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"1710017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1700017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"1720017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1710017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"1730017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1720017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"1740017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1730017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"1750017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1740017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"1760017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1750017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"1770017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1760017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"1780017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1770017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"1790017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1780017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"1800017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1790017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"1810017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1800017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"1820017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1810017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"1830017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1820017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"1840017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1830017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"1850017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1840017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"1860017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1850017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"1870017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1860017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"1880017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1870017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"1890017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1880017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"1900017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1890017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"1910017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1900017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"1920017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1910017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"1930017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1920017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"1940017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1930017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"1950017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1940017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"1960017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1950017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"1970017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1960017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"1980017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1970017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"1990017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1980017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"2000017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"1990017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"2010017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2000017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"2020017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2010017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"2030017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2020017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"2040017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2030017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"2050017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2040017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"2060017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2050017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"2070017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2060017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"2080017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2070017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"2090017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2080017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"2100017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2090017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"2110017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2100017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"2120017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2110017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"2130017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2120017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"2140017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2130017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"2150017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2140017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"2160017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2150017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"2170017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2160017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"2180017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2170017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"2190017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2180017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"2200017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2190017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"2210017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2200017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"2220017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2210017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"2230017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2220017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"2240017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2230017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"2250017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2240017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"2260017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2250017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"2270017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2260017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"2280017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2270017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"2290017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2280017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"2300017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2290017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"2310017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2300017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"2320017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2310017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"2330017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2320017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"2340017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2330017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"2350017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2340017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"2360017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2350017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"2370017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2360017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"2380017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2370017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"2390017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2380017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"2400017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2390017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"2410017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2400017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"2420017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2410017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"2430017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2420017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"2440017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2430017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"2450017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2440017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"2460017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2450017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"2470017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2460017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"2480017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2470017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"2490017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2480017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"2500017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2490017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"2510017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2500017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"2520017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2510017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"2530017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2520017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"2540017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2530017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"2550017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2540017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"2560017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2550017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"2570017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2560017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"2580017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2570017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"2590017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2580017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"2600017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2590017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"2610017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2600017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"2620017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2610017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"2630017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2620017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"2640017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2630017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"2650017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2640017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"2660017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2650017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"2670017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2660017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"2680017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2670017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"2690017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2680017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"2700017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2690017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"2710017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2700017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"2720017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2710017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"2730017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2720017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"2740017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2730017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"2750017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2740017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"2760017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2750017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"2770017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2760017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"2780017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2770017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"2790017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2780017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"2800017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2790017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"2810017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2800017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"2820017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2810017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"2830017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2820017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"2840017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2830017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"2850017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2840017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"2860017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2850017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"2870017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2860017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"2880017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2870017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"2890017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2880017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"2900017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2890017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"2910017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2900017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"2920017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2910017","time":"2022-06-09T16:00:02-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"2930017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2920017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"2940017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2930017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"2950017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2940017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"2960017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2950017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"2970017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2960017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"2980017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2970017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"2990017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2980017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"3000017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"2990017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"3010017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3000017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"3020017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3010017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"3030017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3020017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"3040017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3030017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"3050017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3040017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"3060017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3050017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"3070017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3060017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"3080017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3070017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"3090017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3080017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"3100017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3090017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"3110017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3100017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"3120017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3110017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"3130017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3120017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"3140017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3130017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"3150017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3140017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"3160017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3150017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"3170017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3160017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"3180017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3170017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"3190017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3180017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"3200017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3190017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"3210017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3200017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"3220017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3210017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"3230017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3220017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"3240017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3230017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"3250017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3240017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"3260017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3250017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"3270017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3260017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"3280017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3270017","time":"2022-06-09T16:00:02-04:00"}
{"endSlot":"3290017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3280017","time":"2022-06-09T16:00:02-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T16:00:03-04:00"}
{"endSlot":"3300017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3290017","time":"2022-06-09T16:00:03-04:00"}
{"endSlot":"3310017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3300017","time":"2022-06-09T16:00:03-04:00"}
{"endSlot":"3320017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3310017","time":"2022-06-09T16:00:03-04:00"}
{"endSlot":"3330017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3320017","time":"2022-06-09T16:00:03-04:00"}
{"endSlot":"3340017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3330017","time":"2022-06-09T16:00:03-04:00"}
{"endSlot":"3350017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3340017","time":"2022-06-09T16:00:03-04:00"}
{"endSlot":"3360017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3350017","time":"2022-06-09T16:00:03-04:00"}
{"endSlot":"3370017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3360017","time":"2022-06-09T16:00:03-04:00"}
{"endSlot":"3380017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3370017","time":"2022-06-09T16:00:03-04:00"}
{"endSlot":"3390017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3380017","time":"2022-06-09T16:00:03-04:00"}
{"endSlot":"3400017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3390017","time":"2022-06-09T16:00:03-04:00"}
{"endSlot":"3410017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3400017","time":"2022-06-09T16:00:03-04:00"}
{"endSlot":"3420017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3410017","time":"2022-06-09T16:00:03-04:00"}
{"endSlot":"3430017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3420017","time":"2022-06-09T16:00:03-04:00"}
{"endSlot":"3440017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3430017","time":"2022-06-09T16:00:03-04:00"}
{"endSlot":"3450017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3440017","time":"2022-06-09T16:00:03-04:00"}
{"endSlot":"3460017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3450017","time":"2022-06-09T16:00:03-04:00"}
{"endSlot":"3470017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3460017","time":"2022-06-09T16:00:03-04:00"}
{"endSlot":"3480017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3470017","time":"2022-06-09T16:00:03-04:00"}
{"endSlot":"3490017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3480017","time":"2022-06-09T16:00:03-04:00"}
{"endSlot":"3500017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3490017","time":"2022-06-09T16:00:03-04:00"}
{"endSlot":"3510017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3500017","time":"2022-06-09T16:00:03-04:00"}
{"endSlot":"3520017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3510017","time":"2022-06-09T16:00:03-04:00"}
{"endSlot":"3530017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3520017","time":"2022-06-09T16:00:03-04:00"}
{"endSlot":"3540017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3530017","time":"2022-06-09T16:00:03-04:00"}
{"endSlot":"3550017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3540017","time":"2022-06-09T16:00:03-04:00"}
{"endSlot":"3560017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3550017","time":"2022-06-09T16:00:03-04:00"}
{"endSlot":"3570017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3560017","time":"2022-06-09T16:00:03-04:00"}
{"endSlot":"3580017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3570017","time":"2022-06-09T16:00:03-04:00"}
{"endSlot":"3590017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3580017","time":"2022-06-09T16:00:03-04:00"}
{"endSlot":"3600017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3590017","time":"2022-06-09T16:00:03-04:00"}
{"endSlot":"3610017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3600017","time":"2022-06-09T16:00:03-04:00"}
{"endSlot":"3620017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3610017","time":"2022-06-09T16:00:03-04:00"}
{"endSlot":"3630017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3620017","time":"2022-06-09T16:00:03-04:00"}
{"endSlot":"3640017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3630017","time":"2022-06-09T16:00:03-04:00"}
{"endSlot":"3650017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3640017","time":"2022-06-09T16:00:03-04:00"}
{"endSlot":"3660017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3650017","time":"2022-06-09T16:00:04-04:00"}
{"endSlot":"3670017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3660017","time":"2022-06-09T16:00:04-04:00"}
{"endSlot":"3680017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3670017","time":"2022-06-09T16:00:04-04:00"}
{"endSlot":"3690017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3680017","time":"2022-06-09T16:00:04-04:00"}
{"endSlot":"3700017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3690017","time":"2022-06-09T16:00:04-04:00"}
{"endSlot":"3710017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3700017","time":"2022-06-09T16:00:04-04:00"}
{"endSlot":"3720017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3710017","time":"2022-06-09T16:00:04-04:00"}
{"endSlot":"3730017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3720017","time":"2022-06-09T16:00:04-04:00"}
{"endSlot":"3740017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3730017","time":"2022-06-09T16:00:04-04:00"}
{"endSlot":"3750017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3740017","time":"2022-06-09T16:00:04-04:00"}
{"endSlot":"3760017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3750017","time":"2022-06-09T16:00:04-04:00"}
{"endSlot":"3770017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3760017","time":"2022-06-09T16:00:04-04:00"}
{"endSlot":"3780017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3770017","time":"2022-06-09T16:00:04-04:00"}
{"endSlot":"3790017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3780017","time":"2022-06-09T16:00:04-04:00"}
{"endSlot":"3800017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3790017","time":"2022-06-09T16:00:04-04:00"}
{"endSlot":"3810017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3800017","time":"2022-06-09T16:00:04-04:00"}
{"endSlot":"3820017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3810017","time":"2022-06-09T16:00:04-04:00"}
{"endSlot":"3830017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3820017","time":"2022-06-09T16:00:04-04:00"}
{"endSlot":"3840017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3830017","time":"2022-06-09T16:00:04-04:00"}
{"endSlot":"3850017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3840017","time":"2022-06-09T16:00:04-04:00"}
{"endSlot":"3860017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3850017","time":"2022-06-09T16:00:04-04:00"}
{"endSlot":"3870017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3860017","time":"2022-06-09T16:00:04-04:00"}
{"endSlot":"3880017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3870017","time":"2022-06-09T16:00:04-04:00"}
{"endSlot":"3890017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3880017","time":"2022-06-09T16:00:04-04:00"}
{"endSlot":"3900017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3890017","time":"2022-06-09T16:00:04-04:00"}
{"endSlot":"3910017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3900017","time":"2022-06-09T16:00:04-04:00"}
{"endSlot":"3920017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3910017","time":"2022-06-09T16:00:04-04:00"}
{"endSlot":"3930017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3920017","time":"2022-06-09T16:00:04-04:00"}
{"endSlot":"3940017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3930017","time":"2022-06-09T16:00:04-04:00"}
{"endSlot":"3950017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3940017","time":"2022-06-09T16:00:04-04:00"}
{"endSlot":"3960017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3950017","time":"2022-06-09T16:00:04-04:00"}
{"endSlot":"3970017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3960017","time":"2022-06-09T16:00:04-04:00"}
{"endSlot":"3980017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3970017","time":"2022-06-09T16:00:04-04:00"}
{"endSlot":"3990017","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3980017","time":"2022-06-09T16:00:04-04:00"}
{"endSlot":"3998397","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:464","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.upsertKnownGaps","level":"warning","msg":"A new gap has been added to the eth_beacon.known_gaps table.","startSlot":"3990017","time":"2022-06-09T16:00:04-04:00"}
{"endpoint":"http://10.203.8.51:5052/eth/v2/debug/beacon/states/0x59152c3f04b670227d999d4977fc581c556c6da0f69f36f089e0fa3a874e2f01","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/queryserver.go:32","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.querySsz","level":"debug","msg":"Querying endpoint","time":"2022-06-09T16:00:04-04:00"}
{"endpoint":"http://10.203.8.51:5052/eth/v2/beacon/blocks/0x002e9430569ef2e27d60bbf5861a736bd29bf8d89d8d0df363350d5a3446330b","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/queryserver.go:32","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.querySsz","level":"debug","msg":"Querying endpoint","time":"2022-06-09T16:00:04-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T16:00:04-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T16:00:05-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T16:00:06-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processslot.go:326","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*ProcessSlot).provideFinalHash","level":"debug","msg":"StateRoot: 0xf20d57686a39a33e5bbbc6e4ca133850afaa3ba5f7af620437146c218fb5d9b0","time":"2022-06-09T16:00:07-04:00"}
{"blockRoot":"0x4bebbc3b561baf6ce5efc51ca8902f2fa872538918741e192484632d10cccae7","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processslot.go:339","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*ProcessSlot).provideFinalHash","level":"debug","msg":"Block Root from ssz","time":"2022-06-09T16:00:07-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:135","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*DatabaseWriter).prepareSlotsModel","level":"debug","msg":"dw.DbSlots: \u0026{625 20000 0x4bebbc3b561baf6ce5efc51ca8902f2fa872538918741e192484632d10cccae7 0xf20d57686a39a33e5bbbc6e4ca133850afaa3ba5f7af620437146c218fb5d9b0 proposed}","time":"2022-06-09T16:00:07-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/multihash.go:37","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.MultihashKeyFromSSZRoot","len":66,"level":"debug","mhKey":"/blocks/QLVAEQRQPA2GEZLCMJRTGYRVGYYWEYLGGZRWKNLFMZRTKMLDME4DSMBSMYZGMYJYG4ZDKMZYHEYTQNZUGFSTCOJSGQ4DINRTGJSDCMDDMNRWCZJX","msg":"The MHKEY","time":"2022-06-09T16:00:07-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:152","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*DatabaseWriter).prepareSignedBeaconBlockModel","level":"debug","msg":"dw.DbSignedBeaconBlock: \u0026{20000 0x4bebbc3b561baf6ce5efc51ca8902f2fa872538918741e192484632d10cccae7 0xad1f73d92eb840a4f4feb95eecb9f08db7eef699ad961a8b38b7d995a5c999e3 0x6c61c04fb352e1f2769bc15e112b35ddb69b29e3c461fd27979ee6cf6dfb6c3f /blocks/QLVAEQRQPA2GEZLCMJRTGYRVGYYWEYLGGZRWKNLFMZRTKMLDME4DSMBSMYZGMYJYG4ZDKMZYHEYTQNZUGFSTCOJSGQ4DINRTGJSDCMDDMNRWCZJX}","time":"2022-06-09T16:00:07-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/multihash.go:37","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.MultihashKeyFromSSZRoot","len":66,"level":"debug","mhKey":"/blocks/QLVAEQRQPBTDEMDEGU3TMOBWMEZTSYJTGNSTKYTCMJRTMZJUMNQTCMZTHA2TAYLGMFQTGYTBGVTDOYLGGYZDANBTG4YTINTDGIYTQZTCGVSDSYRQ","msg":"The MHKEY","time":"2022-06-09T16:00:07-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:167","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*DatabaseWriter).prepareBeaconStateModel","level":"debug","msg":"dw.DbBeaconState: \u0026{20000 0xf20d57686a39a33e5bbbc6e4ca133850afaa3ba5f7af620437146c218fb5d9b0 /blocks/QLVAEQRQPBTDEMDEGU3TMOBWMEZTSYJTGNSTKYTCMJRTMZJUMNQTCMZTHA2TAYLGMFQTGYTBGVTDOYLGGYZDANBTG4YTINTDGIYTQZTCGVSDSYRQ}","time":"2022-06-09T16:00:07-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:177","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*DatabaseWriter).transactFullSlot","level":"debug","msg":"Starting to write to the DB.","slot":"20000","time":"2022-06-09T16:00:07-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:183","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*DatabaseWriter).transactFullSlot","level":"debug","msg":"We finished writing to the eth_beacon.slots table.","time":"2022-06-09T16:00:07-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T16:00:07-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/metrics.go:101","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*BeaconClientMetrics).IncrementSlotInserts","level":"debug","msg":"Incrementing Slot Insert","time":"2022-06-09T16:00:08-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:109","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.processSlotRangeWorker","level":"debug","msg":"Handling slot: 20002","time":"2022-06-09T16:00:08-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/capturehistoric.go:131","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.handleBatchProcess.func1","level":"debug","msg":"Added new slot to workCh","slot":20002,"time":"2022-06-09T16:00:08-04:00"}
{"endpoint":"http://10.203.8.51:5052/eth/v2/debug/beacon/states/20002","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/queryserver.go:32","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.querySsz","level":"debug","msg":"Querying endpoint","time":"2022-06-09T16:00:08-04:00"}
{"endpoint":"http://10.203.8.51:5052/eth/v2/beacon/blocks/20002","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/queryserver.go:32","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.querySsz","level":"debug","msg":"Querying endpoint","time":"2022-06-09T16:00:08-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processslot.go:326","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*ProcessSlot).provideFinalHash","level":"debug","msg":"StateRoot: 0x5d24bbe4dbfc64fe12136a2119dba9c83e2b865ef9e59e47a4057ee105f22cb2","time":"2022-06-09T16:00:08-04:00"}
{"blockRoot":"0x3efcebd23c3122657e457f106dae1b78f259e0d26268ef6e97de35d79d8257b0","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processslot.go:339","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*ProcessSlot).provideFinalHash","level":"debug","msg":"Block Root from ssz","time":"2022-06-09T16:00:08-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:135","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*DatabaseWriter).prepareSlotsModel","level":"debug","msg":"dw.DbSlots: \u0026{625 20001 0x3efcebd23c3122657e457f106dae1b78f259e0d26268ef6e97de35d79d8257b0 0x5d24bbe4dbfc64fe12136a2119dba9c83e2b865ef9e59e47a4057ee105f22cb2 proposed}","time":"2022-06-09T16:00:08-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/multihash.go:37","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.MultihashKeyFromSSZRoot","len":66,"level":"debug","mhKey":"/blocks/QLVAEQRQPAZWKZTDMVRGIMRTMMZTCMRSGY2TOZJUGU3WMMJQGZSGCZJRMI3TQZRSGU4WKMDEGI3DENRYMVTDMZJZG5SGKMZVMQ3TSZBYGI2TOYRQ","msg":"The MHKEY","time":"2022-06-09T16:00:08-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:152","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*DatabaseWriter).prepareSignedBeaconBlockModel","level":"debug","msg":"dw.DbSignedBeaconBlock: \u0026{20001 0x3efcebd23c3122657e457f106dae1b78f259e0d26268ef6e97de35d79d8257b0 0x4bebbc3b561baf6ce5efc51ca8902f2fa872538918741e192484632d10cccae7 0x6c61c04fb352e1f2769bc15e112b35ddb69b29e3c461fd27979ee6cf6dfb6c3f /blocks/QLVAEQRQPAZWKZTDMVRGIMRTMMZTCMRSGY2TOZJUGU3WMMJQGZSGCZJRMI3TQZRSGU4WKMDEGI3DENRYMVTDMZJZG5SGKMZVMQ3TSZBYGI2TOYRQ}","time":"2022-06-09T16:00:08-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/multihash.go:37","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.MultihashKeyFromSSZRoot","len":66,"level":"debug","mhKey":"/blocks/QLVAEQRQPA2WIMRUMJRGKNDEMJTGGNRUMZSTCMRRGM3GCMRRGE4WIYTBHFRTQM3FGJRDQNRVMVTDSZJVHFSTIN3BGQYDKN3FMUYTANLGGIZGGYRS","msg":"The MHKEY","time":"2022-06-09T16:00:08-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:167","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*DatabaseWriter).prepareBeaconStateModel","level":"debug","msg":"dw.DbBeaconState: \u0026{20001 0x5d24bbe4dbfc64fe12136a2119dba9c83e2b865ef9e59e47a4057ee105f22cb2 /blocks/QLVAEQRQPA2WIMRUMJRGKNDEMJTGGNRUMZSTCMRRGM3GCMRRGE4WIYTBHFRTQM3FGJRDQNRVMVTDSZJVHFSTIN3BGQYDKN3FMUYTANLGGIZGGYRS}","time":"2022-06-09T16:00:08-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:177","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*DatabaseWriter).transactFullSlot","level":"debug","msg":"Starting to write to the DB.","slot":"20001","time":"2022-06-09T16:00:08-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:183","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*DatabaseWriter).transactFullSlot","level":"debug","msg":"We finished writing to the eth_beacon.slots table.","time":"2022-06-09T16:00:08-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T16:00:08-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T16:00:09-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T16:00:10-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/metrics.go:101","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*BeaconClientMetrics).IncrementSlotInserts","level":"debug","msg":"Incrementing Slot Insert","time":"2022-06-09T16:00:10-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:109","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.processSlotRangeWorker","level":"debug","msg":"Handling slot: 20003","time":"2022-06-09T16:00:10-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/capturehistoric.go:131","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.handleBatchProcess.func1","level":"debug","msg":"Added new slot to workCh","slot":20003,"time":"2022-06-09T16:00:10-04:00"}
{"endpoint":"http://10.203.8.51:5052/eth/v2/beacon/blocks/20003","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/queryserver.go:32","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.querySsz","level":"debug","msg":"Querying endpoint","time":"2022-06-09T16:00:10-04:00"}
{"endpoint":"http://10.203.8.51:5052/eth/v2/debug/beacon/states/20003","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/queryserver.go:32","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.querySsz","level":"debug","msg":"Querying endpoint","time":"2022-06-09T16:00:10-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T16:00:11-04:00"}
{"fields.msg":"{\"slot\":\"3998399\",\"block\":\"0x836904c7d2716a1704d2c808a1fa592dbf8a743b811a9bc27b085119ca1e0dc3\",\"state\":\"0xecd70a63cc0bf183207fc56e14880bac00395dd6e1d521fa6f785345b823c13c\",\"current_duty_dependent_root\":\"0x055ecc29eb33a8ccb7fec2b6ab541ce71f153d574f4e9b18474c7eb67ad48eb5\",\"previous_duty_dependent_root\":\"0x13dd484c3c8462b617222375d850667982ed9944e8f358857405dcadf301ccd4\",\"epoch_transition\":false}","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/incomingsse.go:62","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.handleIncomingSseEvent[...]","level":"debug","msg":"We are going to send the following message to be processed.","time":"2022-06-09T16:00:12-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processevents.go:62","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*BeaconClient).handleHead","head":{"slot":"3998399","block":"0x836904c7d2716a1704d2c808a1fa592dbf8a743b811a9bc27b085119ca1e0dc3","state":"0xecd70a63cc0bf183207fc56e14880bac00395dd6e1d521fa6f785345b823c13c","current_duty_dependent_root":"0x055ecc29eb33a8ccb7fec2b6ab541ce71f153d574f4e9b18474c7eb67ad48eb5","previous_duty_dependent_root":"0x13dd484c3c8462b617222375d850667982ed9944e8f358857405dcadf301ccd4","epoch_transition":false,"execution_optimistic":false},"level":"debug","msg":"We are going to start processing the slot.","time":"2022-06-09T16:00:12-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processevents.go:71","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*BeaconClient).handleHead","head":"3998399","level":"debug","msg":"We finished calling processHeadSlot.","time":"2022-06-09T16:00:12-04:00"}
{"endpoint":"http://10.203.8.51:5052/eth/v2/debug/beacon/states/0xecd70a63cc0bf183207fc56e14880bac00395dd6e1d521fa6f785345b823c13c","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/queryserver.go:32","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.querySsz","level":"debug","msg":"Querying endpoint","time":"2022-06-09T16:00:12-04:00"}
{"endpoint":"http://10.203.8.51:5052/eth/v2/beacon/blocks/0x836904c7d2716a1704d2c808a1fa592dbf8a743b811a9bc27b085119ca1e0dc3","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/queryserver.go:32","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.querySsz","level":"debug","msg":"Querying endpoint","time":"2022-06-09T16:00:12-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T16:00:12-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T16:00:14-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T16:00:15-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T16:00:16-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T16:00:17-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T16:00:18-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T16:00:19-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processslot.go:326","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*ProcessSlot).provideFinalHash","level":"debug","msg":"StateRoot: 0xd7345f2ba6d7078e0212b48bc78b02639c65c8a0eb99e4e058e67c39aba0a47c","time":"2022-06-09T16:00:19-04:00"}
{"blockRoot":"0x1ba80e7a4177d3d5d531dd2c33f230cc4f4fc71a7de844fd6f9fbe471768611e","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processslot.go:339","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*ProcessSlot).provideFinalHash","level":"debug","msg":"Block Root from ssz","time":"2022-06-09T16:00:19-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:135","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*DatabaseWriter).prepareSlotsModel","level":"debug","msg":"dw.DbSlots: \u0026{625 20002 0x1ba80e7a4177d3d5d531dd2c33f230cc4f4fc71a7de844fd6f9fbe471768611e 0xd7345f2ba6d7078e0212b48bc78b02639c65c8a0eb99e4e058e67c39aba0a47c proposed}","time":"2022-06-09T16:00:19-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/multihash.go:37","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.MultihashKeyFromSSZRoot","len":66,"level":"debug","mhKey":"/blocks/QLVAEQRQPAYWEYJYGBSTOYJUGE3TOZBTMQ2WINJTGFSGIMTDGMZWMMRTGBRWGNDGGRTGGNZRME3WIZJYGQ2GMZBWMY4WMYTFGQ3TCNZWHA3DCMLF","msg":"The MHKEY","time":"2022-06-09T16:00:19-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:152","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*DatabaseWriter).prepareSignedBeaconBlockModel","level":"debug","msg":"dw.DbSignedBeaconBlock: \u0026{20002 0x1ba80e7a4177d3d5d531dd2c33f230cc4f4fc71a7de844fd6f9fbe471768611e 0x3efcebd23c3122657e457f106dae1b78f259e0d26268ef6e97de35d79d8257b0 0x6c61c04fb352e1f2769bc15e112b35ddb69b29e3c461fd27979ee6cf6dfb6c3f /blocks/QLVAEQRQPAYWEYJYGBSTOYJUGE3TOZBTMQ2WINJTGFSGIMTDGMZWMMRTGBRWGNDGGRTGGNZRME3WIZJYGQ2GMZBWMY4WMYTFGQ3TCNZWHA3DCMLF}","time":"2022-06-09T16:00:19-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/multihash.go:37","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.MultihashKeyFromSSZRoot","len":66,"level":"debug","mhKey":"/blocks/QLVAEQRQPBSDOMZUGVTDEYTBGZSDOMBXHBSTAMRRGJRDIODCMM3TQYRQGI3DGOLDGY2WGODBGBSWEOJZMU2GKMBVHBSTMN3DGM4WCYTBGBQTIN3D","msg":"The MHKEY","time":"2022-06-09T16:00:19-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:167","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*DatabaseWriter).prepareBeaconStateModel","level":"debug","msg":"dw.DbBeaconState: \u0026{20002 0xd7345f2ba6d7078e0212b48bc78b02639c65c8a0eb99e4e058e67c39aba0a47c /blocks/QLVAEQRQPBSDOMZUGVTDEYTBGZSDOMBXHBSTAMRRGJRDIODCMM3TQYRQGI3DGOLDGY2WGODBGBSWEOJZMU2GKMBVHBSTMN3DGM4WCYTBGBQTIN3D}","time":"2022-06-09T16:00:19-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:177","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*DatabaseWriter).transactFullSlot","level":"debug","msg":"Starting to write to the DB.","slot":"20002","time":"2022-06-09T16:00:19-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:183","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*DatabaseWriter).transactFullSlot","level":"debug","msg":"We finished writing to the eth_beacon.slots table.","time":"2022-06-09T16:00:19-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T16:00:20-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T16:00:21-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/metrics.go:101","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*BeaconClientMetrics).IncrementSlotInserts","level":"debug","msg":"Incrementing Slot Insert","time":"2022-06-09T16:00:22-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T16:00:22-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/capturehistoric.go:131","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.handleBatchProcess.func1","level":"debug","msg":"Added new slot to workCh","slot":20004,"time":"2022-06-09T16:00:22-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:109","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.processSlotRangeWorker","level":"debug","msg":"Handling slot: 20004","time":"2022-06-09T16:00:22-04:00"}
{"endpoint":"http://10.203.8.51:5052/eth/v2/debug/beacon/states/20004","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/queryserver.go:32","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.querySsz","level":"debug","msg":"Querying endpoint","time":"2022-06-09T16:00:22-04:00"}
{"endpoint":"http://10.203.8.51:5052/eth/v2/beacon/blocks/20004","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/queryserver.go:32","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.querySsz","level":"debug","msg":"Querying endpoint","time":"2022-06-09T16:00:22-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:135","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*DatabaseWriter).prepareSlotsModel","level":"debug","msg":"dw.DbSlots: \u0026{124949 3998398 0x002e9430569ef2e27d60bbf5861a736bd29bf8d89d8d0df363350d5a3446330b 0x59152c3f04b670227d999d4977fc581c556c6da0f69f36f089e0fa3a874e2f01 proposed}","time":"2022-06-09T16:00:23-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/multihash.go:37","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.MultihashKeyFromSSZRoot","len":66,"level":"debug","mhKey":"/blocks/QLVAEQRQPAYDAMTFHE2DGMBVGY4WKZRSMUZDOZBWGBRGEZRVHA3DCYJXGM3GEZBSHFRGMODEHA4WIODEGBSGMMZWGMZTKMDEGVQTGNBUGYZTGMDC","msg":"The MHKEY","time":"2022-06-09T16:00:23-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:152","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*DatabaseWriter).prepareSignedBeaconBlockModel","level":"debug","msg":"dw.DbSignedBeaconBlock: \u0026{3998398 0x002e9430569ef2e27d60bbf5861a736bd29bf8d89d8d0df363350d5a3446330b 0x842ce4ffcf963d545157f1eb2ca63b1058316472e6350e9ef8b6ca529136b6be 0xdeb4f8e03e3281723be9b2942ebcc95930de2ee252d90329bee61580cb8bce6c /blocks/QLVAEQRQPAYDAMTFHE2DGMBVGY4WKZRSMUZDOZBWGBRGEZRVHA3DCYJXGM3GEZBSHFRGMODEHA4WIODEGBSGMMZWGMZTKMDEGVQTGNBUGYZTGMDC}","time":"2022-06-09T16:00:23-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/multihash.go:37","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.MultihashKeyFromSSZRoot","len":66,"level":"debug","mhKey":"/blocks/QLVAEQRQPA2TSMJVGJRTGZRQGRRDMNZQGIZDOZBZHE4WINBZG43WMYZVHAYWGNJVGZRTMZDBGBTDMOLGGM3GMMBYHFSTAZTBGNQTQNZUMUZGMMBR","msg":"The MHKEY","time":"2022-06-09T16:00:23-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:167","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*DatabaseWriter).prepareBeaconStateModel","level":"debug","msg":"dw.DbBeaconState: \u0026{3998398 0x59152c3f04b670227d999d4977fc581c556c6da0f69f36f089e0fa3a874e2f01 /blocks/QLVAEQRQPA2TSMJVGJRTGZRQGRRDMNZQGIZDOZBZHE4WINBZG43WMYZVHAYWGNJVGZRTMZDBGBTDMOLGGM3GMMBYHFSTAZTBGNQTQNZUMUZGMMBR}","time":"2022-06-09T16:00:23-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:177","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*DatabaseWriter).transactFullSlot","level":"debug","msg":"Starting to write to the DB.","slot":"3998398","time":"2022-06-09T16:00:23-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:183","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*DatabaseWriter).transactFullSlot","level":"debug","msg":"We finished writing to the eth_beacon.slots table.","time":"2022-06-09T16:00:23-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T16:00:24-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T16:00:25-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T16:00:26-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processslot.go:326","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*ProcessSlot).provideFinalHash","level":"debug","msg":"StateRoot: 0xa6fe1c51f6cc8cd18b773ef8d25444fffaf3b3f51526fcf556ce43edc90051cb","time":"2022-06-09T16:00:26-04:00"}
{"blockRoot":"0xbe0db3f29f03ab2fb6704810b93b4e9cc57b67fb298bca54fa25914bb1ab6bdd","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processslot.go:339","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*ProcessSlot).provideFinalHash","level":"debug","msg":"Block Root from ssz","time":"2022-06-09T16:00:26-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:135","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*DatabaseWriter).prepareSlotsModel","level":"debug","msg":"dw.DbSlots: \u0026{625 20003 0xbe0db3f29f03ab2fb6704810b93b4e9cc57b67fb298bca54fa25914bb1ab6bdd 0xa6fe1c51f6cc8cd18b773ef8d25444fffaf3b3f51526fcf556ce43edc90051cb proposed}","time":"2022-06-09T16:00:26-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/multihash.go:37","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.MultihashKeyFromSSZRoot","len":66,"level":"debug","mhKey":"/blocks/QLVAEQRQPBRGKMDEMIZWMMRZMYYDGYLCGJTGENRXGA2DQMJQMI4TGYRUMU4WGYZVG5RDMN3GMIZDSODCMNQTKNDGMEZDKOJRGRRGEMLBMI3GEZDE","msg":"The MHKEY","time":"2022-06-09T16:00:26-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:152","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*DatabaseWriter).prepareSignedBeaconBlockModel","level":"debug","msg":"dw.DbSignedBeaconBlock: \u0026{20003 0xbe0db3f29f03ab2fb6704810b93b4e9cc57b67fb298bca54fa25914bb1ab6bdd 0x1ba80e7a4177d3d5d531dd2c33f230cc4f4fc71a7de844fd6f9fbe471768611e 0x6c61c04fb352e1f2769bc15e112b35ddb69b29e3c461fd27979ee6cf6dfb6c3f /blocks/QLVAEQRQPBRGKMDEMIZWMMRZMYYDGYLCGJTGENRXGA2DQMJQMI4TGYRUMU4WGYZVG5RDMN3GMIZDSODCMNQTKNDGMEZDKOJRGRRGEMLBMI3GEZDE}","time":"2022-06-09T16:00:26-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/multihash.go:37","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.MultihashKeyFromSSZRoot","len":66,"level":"debug","mhKey":"/blocks/QLVAEQRQPBQTMZTFGFRTKMLGGZRWGODDMQYTQYRXG4ZWKZRYMQZDKNBUGRTGMZTBMYZWEM3GGUYTKMRWMZRWMNJVGZRWKNBTMVSGGOJQGA2TCY3C","msg":"The MHKEY","time":"2022-06-09T16:00:26-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:167","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*DatabaseWriter).prepareBeaconStateModel","level":"debug","msg":"dw.DbBeaconState: \u0026{20003 0xa6fe1c51f6cc8cd18b773ef8d25444fffaf3b3f51526fcf556ce43edc90051cb /blocks/QLVAEQRQPBQTMZTFGFRTKMLGGZRWGODDMQYTQYRXG4ZWKZRYMQZDKNBUGRTGMZTBMYZWEM3GGUYTKMRWMZRWMNJVGZRWKNBTMVSGGOJQGA2TCY3C}","time":"2022-06-09T16:00:26-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:177","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*DatabaseWriter).transactFullSlot","level":"debug","msg":"Starting to write to the DB.","slot":"20003","time":"2022-06-09T16:00:26-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:183","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*DatabaseWriter).transactFullSlot","level":"debug","msg":"We finished writing to the eth_beacon.slots table.","time":"2022-06-09T16:00:26-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T16:00:27-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T16:00:28-04:00"}
{"fields.msg":"{\"slot\":\"3998400\",\"block\":\"0x4877ea08b46f732a2a047ba65e0d743c0250f3c742731355ce0b36ded9a3abf5\",\"state\":\"0xba24e96cb65d61250e036d8d14e3efa057ac0ac4d990db53fc707359a5834a16\",\"current_duty_dependent_root\":\"0x836904c7d2716a1704d2c808a1fa592dbf8a743b811a9bc27b085119ca1e0dc3\",\"previous_duty_dependent_root\":\"0x055ecc29eb33a8ccb7fec2b6ab541ce71f153d574f4e9b18474c7eb67ad48eb5\",\"epoch_transition\":true}","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/incomingsse.go:62","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.handleIncomingSseEvent[...]","level":"debug","msg":"We are going to send the following message to be processed.","time":"2022-06-09T16:00:28-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processevents.go:62","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*BeaconClient).handleHead","head":{"slot":"3998400","block":"0x4877ea08b46f732a2a047ba65e0d743c0250f3c742731355ce0b36ded9a3abf5","state":"0xba24e96cb65d61250e036d8d14e3efa057ac0ac4d990db53fc707359a5834a16","current_duty_dependent_root":"0x836904c7d2716a1704d2c808a1fa592dbf8a743b811a9bc27b085119ca1e0dc3","previous_duty_dependent_root":"0x055ecc29eb33a8ccb7fec2b6ab541ce71f153d574f4e9b18474c7eb67ad48eb5","epoch_transition":true,"execution_optimistic":false},"level":"debug","msg":"We are going to start processing the slot.","time":"2022-06-09T16:00:28-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processevents.go:71","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*BeaconClient).handleHead","head":"3998400","level":"debug","msg":"We finished calling processHeadSlot.","time":"2022-06-09T16:00:28-04:00"}
{"endpoint":"http://10.203.8.51:5052/eth/v2/debug/beacon/states/0xba24e96cb65d61250e036d8d14e3efa057ac0ac4d990db53fc707359a5834a16","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/queryserver.go:32","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.querySsz","level":"debug","msg":"Querying endpoint","time":"2022-06-09T16:00:28-04:00"}
{"endpoint":"http://10.203.8.51:5052/eth/v2/beacon/blocks/0x4877ea08b46f732a2a047ba65e0d743c0250f3c742731355ce0b36ded9a3abf5","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/queryserver.go:32","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.querySsz","level":"debug","msg":"Querying endpoint","time":"2022-06-09T16:00:28-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T16:00:29-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T16:00:30-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/metrics.go:101","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*BeaconClientMetrics).IncrementSlotInserts","level":"debug","msg":"Incrementing Slot Insert","time":"2022-06-09T16:00:30-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:109","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.processSlotRangeWorker","level":"debug","msg":"Handling slot: 20005","time":"2022-06-09T16:00:30-04:00"}
{"endpoint":"http://10.203.8.51:5052/eth/v2/beacon/blocks/20005","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/queryserver.go:32","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.querySsz","level":"debug","msg":"Querying endpoint","time":"2022-06-09T16:00:30-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/capturehistoric.go:131","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.handleBatchProcess.func1","level":"debug","msg":"Added new slot to workCh","slot":20005,"time":"2022-06-09T16:00:30-04:00"}
{"endpoint":"http://10.203.8.51:5052/eth/v2/debug/beacon/states/20005","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/queryserver.go:32","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.querySsz","level":"debug","msg":"Querying endpoint","time":"2022-06-09T16:00:30-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T16:00:31-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T16:00:32-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:135","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*DatabaseWriter).prepareSlotsModel","level":"debug","msg":"dw.DbSlots: \u0026{124949 3998399 0x836904c7d2716a1704d2c808a1fa592dbf8a743b811a9bc27b085119ca1e0dc3 0xecd70a63cc0bf183207fc56e14880bac00395dd6e1d521fa6f785345b823c13c proposed}","time":"2022-06-09T16:00:33-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/multihash.go:37","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.MultihashKeyFromSSZRoot","len":66,"level":"debug","mhKey":"/blocks/QLVAEQRQPA4DGNRZGA2GGN3EGI3TCNTBGE3TANDEGJRTQMBYMEYWMYJVHEZGIYTGHBQTONBTMI4DCMLBHFRGGMRXMIYDQNJRGE4WGYJRMUYGIYZT","msg":"The MHKEY","time":"2022-06-09T16:00:33-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:152","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*DatabaseWriter).prepareSignedBeaconBlockModel","level":"debug","msg":"dw.DbSignedBeaconBlock: \u0026{3998399 0x836904c7d2716a1704d2c808a1fa592dbf8a743b811a9bc27b085119ca1e0dc3 0x002e9430569ef2e27d60bbf5861a736bd29bf8d89d8d0df363350d5a3446330b 0xdeb4f8e03e3281723be9b2942ebcc95930de2ee252d90329bee61580cb8bce6c /blocks/QLVAEQRQPA4DGNRZGA2GGN3EGI3TCNTBGE3TANDEGJRTQMBYMEYWMYJVHEZGIYTGHBQTONBTMI4DCMLBHFRGGMRXMIYDQNJRGE4WGYJRMUYGIYZT}","time":"2022-06-09T16:00:33-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/multihash.go:37","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.MultihashKeyFromSSZRoot","len":66,"level":"debug","mhKey":"/blocks/QLVAEQRQPBSWGZBXGBQTMM3DMMYGEZRRHAZTEMBXMZRTKNTFGE2DQOBQMJQWGMBQGM4TKZDEGZSTCZBVGIYWMYJWMY3TQNJTGQ2WEOBSGNRTCM3D","msg":"The MHKEY","time":"2022-06-09T16:00:33-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:167","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*DatabaseWriter).prepareBeaconStateModel","level":"debug","msg":"dw.DbBeaconState: \u0026{3998399 0xecd70a63cc0bf183207fc56e14880bac00395dd6e1d521fa6f785345b823c13c /blocks/QLVAEQRQPBSWGZBXGBQTMM3DMMYGEZRRHAZTEMBXMZRTKNTFGE2DQOBQMJQWGMBQGM4TKZDEGZSTCZBVGIYWMYJWMY3TQNJTGQ2WEOBSGNRTCM3D}","time":"2022-06-09T16:00:33-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:177","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*DatabaseWriter).transactFullSlot","level":"debug","msg":"Starting to write to the DB.","slot":"3998399","time":"2022-06-09T16:00:33-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:183","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*DatabaseWriter).transactFullSlot","level":"debug","msg":"We finished writing to the eth_beacon.slots table.","time":"2022-06-09T16:00:33-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T16:00:33-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T16:00:34-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T16:00:35-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processslot.go:326","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*ProcessSlot).provideFinalHash","level":"debug","msg":"StateRoot: 0xf6fd70af6eeb66e35d7a79d66b62949f258d62684c9e9beb12f7fc69bd32e060","time":"2022-06-09T16:00:36-04:00"}
{"blockRoot":"0x7189fef680589fd8f68df1c5bb490627dafe6aa4521a918dd73f772bc8d4758f","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processslot.go:339","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*ProcessSlot).provideFinalHash","level":"debug","msg":"Block Root from ssz","time":"2022-06-09T16:00:36-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:135","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*DatabaseWriter).prepareSlotsModel","level":"debug","msg":"dw.DbSlots: \u0026{625 20004 0x7189fef680589fd8f68df1c5bb490627dafe6aa4521a918dd73f772bc8d4758f 0xf6fd70af6eeb66e35d7a79d66b62949f258d62684c9e9beb12f7fc69bd32e060 proposed}","time":"2022-06-09T16:00:36-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/multihash.go:37","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.MultihashKeyFromSSZRoot","len":66,"level":"debug","mhKey":"/blocks/QLVAEQRQPA3TCOBZMZSWMNRYGA2TQOLGMQ4GMNRYMRTDCYZVMJRDIOJQGYZDOZDBMZSTMYLBGQ2TEMLBHEYTQZDEG4ZWMNZXGJRGGODEGQ3TKODG","msg":"The MHKEY","time":"2022-06-09T16:00:36-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:152","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*DatabaseWriter).prepareSignedBeaconBlockModel","level":"debug","msg":"dw.DbSignedBeaconBlock: \u0026{20004 0x7189fef680589fd8f68df1c5bb490627dafe6aa4521a918dd73f772bc8d4758f 0xbe0db3f29f03ab2fb6704810b93b4e9cc57b67fb298bca54fa25914bb1ab6bdd 0x6c61c04fb352e1f2769bc15e112b35ddb69b29e3c461fd27979ee6cf6dfb6c3f /blocks/QLVAEQRQPA3TCOBZMZSWMNRYGA2TQOLGMQ4GMNRYMRTDCYZVMJRDIOJQGYZDOZDBMZSTMYLBGQ2TEMLBHEYTQZDEG4ZWMNZXGJRGGODEGQ3TKODG}","time":"2022-06-09T16:00:36-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/multihash.go:37","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.MultihashKeyFromSSZRoot","len":66,"level":"debug","mhKey":"/blocks/QLVAEQRQPBTDMZTEG4YGCZRWMVSWENRWMUZTKZBXME3TSZBWGZRDMMRZGQ4WMMRVHBSDMMRWHA2GGOLFHFRGKYRRGJTDOZTDGY4WEZBTGJSTANRQ","msg":"The MHKEY","time":"2022-06-09T16:00:36-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:167","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*DatabaseWriter).prepareBeaconStateModel","level":"debug","msg":"dw.DbBeaconState: \u0026{20004 0xf6fd70af6eeb66e35d7a79d66b62949f258d62684c9e9beb12f7fc69bd32e060 /blocks/QLVAEQRQPBTDMZTEG4YGCZRWMVSWENRWMUZTKZBXME3TSZBWGZRDMMRZGQ4WMMRVHBSDMMRWHA2GGOLFHFRGKYRRGJTDOZTDGY4WEZBTGJSTANRQ}","time":"2022-06-09T16:00:36-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:177","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*DatabaseWriter).transactFullSlot","level":"debug","msg":"Starting to write to the DB.","slot":"20004","time":"2022-06-09T16:00:36-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:183","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*DatabaseWriter).transactFullSlot","level":"debug","msg":"We finished writing to the eth_beacon.slots table.","time":"2022-06-09T16:00:37-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T16:00:37-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T16:00:38-04:00"}
{"fields.msg":"{\"slot\":\"3998401\",\"block\":\"0x394f1bfbf817f2ecd7e435aa1fec64be90bb61b06ebe762ab572393ca05c0d93\",\"state\":\"0x3b4a834c4602a07a175c4177e335243d790b9a6ed80d96e1125c6a0655a021e1\",\"current_duty_dependent_root\":\"0x836904c7d2716a1704d2c808a1fa592dbf8a743b811a9bc27b085119ca1e0dc3\",\"previous_duty_dependent_root\":\"0x055ecc29eb33a8ccb7fec2b6ab541ce71f153d574f4e9b18474c7eb67ad48eb5\",\"epoch_transition\":false}","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/incomingsse.go:62","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.handleIncomingSseEvent[...]","level":"debug","msg":"We are going to send the following message to be processed.","time":"2022-06-09T16:00:38-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processevents.go:62","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*BeaconClient).handleHead","head":{"slot":"3998401","block":"0x394f1bfbf817f2ecd7e435aa1fec64be90bb61b06ebe762ab572393ca05c0d93","state":"0x3b4a834c4602a07a175c4177e335243d790b9a6ed80d96e1125c6a0655a021e1","current_duty_dependent_root":"0x836904c7d2716a1704d2c808a1fa592dbf8a743b811a9bc27b085119ca1e0dc3","previous_duty_dependent_root":"0x055ecc29eb33a8ccb7fec2b6ab541ce71f153d574f4e9b18474c7eb67ad48eb5","epoch_transition":false,"execution_optimistic":false},"level":"debug","msg":"We are going to start processing the slot.","time":"2022-06-09T16:00:38-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processevents.go:71","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*BeaconClient).handleHead","head":"3998401","level":"debug","msg":"We finished calling processHeadSlot.","time":"2022-06-09T16:00:38-04:00"}
{"endpoint":"http://10.203.8.51:5052/eth/v2/beacon/blocks/0x394f1bfbf817f2ecd7e435aa1fec64be90bb61b06ebe762ab572393ca05c0d93","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/queryserver.go:32","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.querySsz","level":"debug","msg":"Querying endpoint","time":"2022-06-09T16:00:38-04:00"}
{"endpoint":"http://10.203.8.51:5052/eth/v2/debug/beacon/states/0x3b4a834c4602a07a175c4177e335243d790b9a6ed80d96e1125c6a0655a021e1","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/queryserver.go:32","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.querySsz","level":"debug","msg":"Querying endpoint","time":"2022-06-09T16:00:38-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T16:00:39-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T16:00:40-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processslot.go:326","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*ProcessSlot).provideFinalHash","level":"debug","msg":"StateRoot: 0x6bf2d741d748a689060702c2537fe733a83db6dd7280e6ac0b714e11eea41823","time":"2022-06-09T16:00:41-04:00"}
{"blockRoot":"0x5fbd11a39ade323001b808d21b60f488e4df3adf96c2382b41adbfe520141a27","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processslot.go:339","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*ProcessSlot).provideFinalHash","level":"debug","msg":"Block Root from ssz","time":"2022-06-09T16:00:41-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T16:00:41-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:135","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*DatabaseWriter).prepareSlotsModel","level":"debug","msg":"dw.DbSlots: \u0026{625 20005 0x5fbd11a39ade323001b808d21b60f488e4df3adf96c2382b41adbfe520141a27 0x6bf2d741d748a689060702c2537fe733a83db6dd7280e6ac0b714e11eea41823 proposed}","time":"2022-06-09T16:00:42-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/multihash.go:37","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.MultihashKeyFromSSZRoot","len":66,"level":"debug","mhKey":"/blocks/QLVAEQRQPA2WMYTEGEYWCMZZMFSGKMZSGMYDAMLCHAYDQZBSGFRDMMDGGQ4DQZJUMRTDGYLEMY4TMYZSGM4DEYRUGFQWIYTGMU2TEMBRGQYWCMRX","msg":"The MHKEY","time":"2022-06-09T16:00:42-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:152","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*DatabaseWriter).prepareSignedBeaconBlockModel","level":"debug","msg":"dw.DbSignedBeaconBlock: \u0026{20005 0x5fbd11a39ade323001b808d21b60f488e4df3adf96c2382b41adbfe520141a27 0x7189fef680589fd8f68df1c5bb490627dafe6aa4521a918dd73f772bc8d4758f 0x6c61c04fb352e1f2769bc15e112b35ddb69b29e3c461fd27979ee6cf6dfb6c3f /blocks/QLVAEQRQPA2WMYTEGEYWCMZZMFSGKMZSGMYDAMLCHAYDQZBSGFRDMMDGGQ4DQZJUMRTDGYLEMY4TMYZSGM4DEYRUGFQWIYTGMU2TEMBRGQYWCMRX}","time":"2022-06-09T16:00:42-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/multihash.go:37","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.MultihashKeyFromSSZRoot","len":66,"level":"debug","mhKey":"/blocks/QLVAEQRQPA3GEZRSMQ3TIMLEG42DQYJWHA4TANRQG4YDEYZSGUZTOZTFG4ZTGYJYGNSGENTEMQ3TEOBQMU3GCYZQMI3TCNDFGEYWKZLBGQYTQMRT","msg":"The MHKEY","time":"2022-06-09T16:00:42-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:167","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*DatabaseWriter).prepareBeaconStateModel","level":"debug","msg":"dw.DbBeaconState: \u0026{20005 0x6bf2d741d748a689060702c2537fe733a83db6dd7280e6ac0b714e11eea41823 /blocks/QLVAEQRQPA3GEZRSMQ3TIMLEG42DQYJWHA4TANRQG4YDEYZSGUZTOZTFG4ZTGYJYGNSGENTEMQ3TEOBQMU3GCYZQMI3TCNDFGEYWKZLBGQYTQMRT}","time":"2022-06-09T16:00:42-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:177","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*DatabaseWriter).transactFullSlot","level":"debug","msg":"Starting to write to the DB.","slot":"20005","time":"2022-06-09T16:00:42-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:183","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*DatabaseWriter).transactFullSlot","level":"debug","msg":"We finished writing to the eth_beacon.slots table.","time":"2022-06-09T16:00:42-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T16:00:43-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/metrics.go:101","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*BeaconClientMetrics).IncrementSlotInserts","level":"debug","msg":"Incrementing Slot Insert","time":"2022-06-09T16:00:44-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T16:00:44-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/capturehistoric.go:131","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.handleBatchProcess.func1","level":"debug","msg":"Added new slot to workCh","slot":20006,"time":"2022-06-09T16:00:44-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:109","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.processSlotRangeWorker","level":"debug","msg":"Handling slot: 20006","time":"2022-06-09T16:00:44-04:00"}
{"endpoint":"http://10.203.8.51:5052/eth/v2/beacon/blocks/20006","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/queryserver.go:32","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.querySsz","level":"debug","msg":"Querying endpoint","time":"2022-06-09T16:00:44-04:00"}
{"endpoint":"http://10.203.8.51:5052/eth/v2/debug/beacon/states/20006","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/queryserver.go:32","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.querySsz","level":"debug","msg":"Querying endpoint","time":"2022-06-09T16:00:44-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T16:00:45-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T16:00:47-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T16:00:48-04:00"}
{"fields.msg":"{\"slot\":\"3998402\",\"block\":\"0xa405f1e459c064699ac049962715c3b6e8ed0fe1a46776a0a88990e5e237895b\",\"state\":\"0x930a7eeab6b73e442fb9acfa5d1e118d95021b7df99e704a53462f189de0d420\",\"current_duty_dependent_root\":\"0x836904c7d2716a1704d2c808a1fa592dbf8a743b811a9bc27b085119ca1e0dc3\",\"previous_duty_dependent_root\":\"0x055ecc29eb33a8ccb7fec2b6ab541ce71f153d574f4e9b18474c7eb67ad48eb5\",\"epoch_transition\":false}","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/incomingsse.go:62","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.handleIncomingSseEvent[...]","level":"debug","msg":"We are going to send the following message to be processed.","time":"2022-06-09T16:00:48-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processevents.go:62","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*BeaconClient).handleHead","head":{"slot":"3998402","block":"0xa405f1e459c064699ac049962715c3b6e8ed0fe1a46776a0a88990e5e237895b","state":"0x930a7eeab6b73e442fb9acfa5d1e118d95021b7df99e704a53462f189de0d420","current_duty_dependent_root":"0x836904c7d2716a1704d2c808a1fa592dbf8a743b811a9bc27b085119ca1e0dc3","previous_duty_dependent_root":"0x055ecc29eb33a8ccb7fec2b6ab541ce71f153d574f4e9b18474c7eb67ad48eb5","epoch_transition":false,"execution_optimistic":false},"level":"debug","msg":"We are going to start processing the slot.","time":"2022-06-09T16:00:48-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processevents.go:71","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*BeaconClient).handleHead","head":"3998402","level":"debug","msg":"We finished calling processHeadSlot.","time":"2022-06-09T16:00:48-04:00"}
{"endpoint":"http://10.203.8.51:5052/eth/v2/debug/beacon/states/0x930a7eeab6b73e442fb9acfa5d1e118d95021b7df99e704a53462f189de0d420","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/queryserver.go:32","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.querySsz","level":"debug","msg":"Querying endpoint","time":"2022-06-09T16:00:48-04:00"}
{"endpoint":"http://10.203.8.51:5052/eth/v2/beacon/blocks/0xa405f1e459c064699ac049962715c3b6e8ed0fe1a46776a0a88990e5e237895b","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/queryserver.go:32","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.querySsz","level":"debug","msg":"Querying endpoint","time":"2022-06-09T16:00:48-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T16:00:49-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T16:00:50-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/gracefulshutdown/gracefulshutdown.go:50","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/gracefulshutdown.Shutdown.func1","level":"info","msg":"Shutting Down your application","time":"2022-06-09T16:00:51-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/gracefulshutdown/gracefulshutdown.go:70","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/gracefulshutdown.Shutdown.func1.2","level":"info","msg":"cleaning up: beaconClient","time":"2022-06-09T16:00:51-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/capturehistoric.go:41","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*BeaconClient).StopHistoric","level":"info","msg":"We are stopping the historical processing service.","time":"2022-06-09T16:00:51-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:86","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.HistoricProcessing.releaseDbLocks","level":"debug","msg":"Updating all the entries to eth_beacon.historical processing","time":"2022-06-09T16:00:51-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:87","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.HistoricProcessing.releaseDbLocks","level":"debug","msg":"Db: \u0026{0xc00000e048}","time":"2022-06-09T16:00:51-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:88","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.HistoricProcessing.releaseDbLocks","level":"debug","msg":"hp.uniqueNodeIdentifier 100","time":"2022-06-09T16:00:51-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/capturehistoric.go:165","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.handleBatchProcess","level":"debug","msg":"Received shutdown signal from channel","time":"2022-06-09T16:00:51-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/capturehistoric.go:35","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*BeaconClient).CaptureHistoric","level":"debug","msg":"Exiting Historical","time":"2022-06-09T16:00:51-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:93","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.HistoricProcessing.releaseDbLocks","level":"debug","msg":"Update all the entries to eth_beacon.historical processing","time":"2022-06-09T16:00:52-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:98","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.HistoricProcessing.releaseDbLocks","level":"info","msg":"Released historicalProcess locks for specified rows.","rowCount":1,"time":"2022-06-09T16:00:52-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processknowngaps.go:71","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*BeaconClient).StopKnownGapsProcessing","level":"info","msg":"We are stopping the known gaps processing service.","time":"2022-06-09T16:00:52-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/capturehistoric.go:165","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.handleBatchProcess","level":"debug","msg":"Received shutdown signal from channel","time":"2022-06-09T16:00:52-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processknowngaps.go:65","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*BeaconClient).ProcessKnownGaps","level":"debug","msg":"Exiting known gaps processing service","time":"2022-06-09T16:00:52-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processknowngaps.go:126","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.KnownGapsProcessing.releaseDbLocks","level":"debug","msg":"Updating all the entries to eth_beacon.known_gaps","time":"2022-06-09T16:00:52-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processknowngaps.go:127","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.KnownGapsProcessing.releaseDbLocks","level":"debug","msg":"Db: \u0026{0xc00000e048}","time":"2022-06-09T16:00:52-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processknowngaps.go:128","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.KnownGapsProcessing.releaseDbLocks","level":"debug","msg":"kgp.uniqueNodeIdentifier 100","time":"2022-06-09T16:00:52-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:153","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.getBatchProcessRow","level":"debug","msg":"We are checking rows, be patient","time":"2022-06-09T16:00:52-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processknowngaps.go:137","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.KnownGapsProcessing.releaseDbLocks","level":"info","msg":"Released knownGaps locks for specified rows.","rowCount":2,"time":"2022-06-09T16:00:52-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/capturehead.go:37","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*BeaconClient).StopHeadTracking","level":"info","msg":"We are going to stop tracking the head of chain because of the shutdown signal.","time":"2022-06-09T16:00:52-04:00"}
{"endpoint":"http://10.203.8.51:5052/eth/v1/events?topics=head","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/capturehead.go:52","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*SseEvents[...]).finishProcessingChannel","level":"info","msg":"Received a close event.","time":"2022-06-09T16:00:52-04:00"}
{"endpoint":"http://10.203.8.51:5052/eth/v1/events?topics=head","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/capturehead.go:57","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*SseEvents[...]).finishProcessingChannel","level":"info","msg":"Done processing all messages, ready for shutdown","time":"2022-06-09T16:00:52-04:00"}
{"endpoint":"http://10.203.8.51:5052/eth/v1/events?topics=chain_reorg","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/capturehead.go:52","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*SseEvents[...]).finishProcessingChannel","level":"info","msg":"Received a close event.","time":"2022-06-09T16:00:52-04:00"}
{"endpoint":"http://10.203.8.51:5052/eth/v1/events?topics=chain_reorg","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/capturehead.go:57","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*SseEvents[...]).finishProcessingChannel","level":"info","msg":"Done processing all messages, ready for shutdown","time":"2022-06-09T16:00:52-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/capturehead.go:46","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*BeaconClient).StopHeadTracking","level":"info","msg":"Successfully stopped the head tracking service.","time":"2022-06-09T16:00:52-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:135","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*DatabaseWriter).prepareSlotsModel","level":"debug","msg":"dw.DbSlots: \u0026{124950 3998400 0x4877ea08b46f732a2a047ba65e0d743c0250f3c742731355ce0b36ded9a3abf5 0xba24e96cb65d61250e036d8d14e3efa057ac0ac4d990db53fc707359a5834a16 proposed}","time":"2022-06-09T16:00:52-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/multihash.go:37","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.MultihashKeyFromSSZRoot","len":66,"level":"debug","mhKey":"/blocks/QLVAEQRQPA2DQNZXMVQTAODCGQ3GMNZTGJQTEYJQGQ3WEYJWGVSTAZBXGQZWGMBSGUYGMM3DG42DENZTGEZTKNLDMUYGEMZWMRSWIOLBGNQWEZRV","msg":"The MHKEY","time":"2022-06-09T16:00:52-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:152","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*DatabaseWriter).prepareSignedBeaconBlockModel","level":"debug","msg":"dw.DbSignedBeaconBlock: \u0026{3998400 0x4877ea08b46f732a2a047ba65e0d743c0250f3c742731355ce0b36ded9a3abf5 0x836904c7d2716a1704d2c808a1fa592dbf8a743b811a9bc27b085119ca1e0dc3 0xdeb4f8e03e3281723be9b2942ebcc95930de2ee252d90329bee61580cb8bce6c /blocks/QLVAEQRQPA2DQNZXMVQTAODCGQ3GMNZTGJQTEYJQGQ3WEYJWGVSTAZBXGQZWGMBSGUYGMM3DG42DENZTGEZTKNLDMUYGEMZWMRSWIOLBGNQWEZRV}","time":"2022-06-09T16:00:52-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/multihash.go:37","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.MultihashKeyFromSSZRoot","len":66,"level":"debug","mhKey":"/blocks/QLVAEQRQPBRGCMRUMU4TMY3CGY2WINRRGI2TAZJQGM3GIODEGE2GKM3FMZQTANJXMFRTAYLDGRSDSOJQMRRDKM3GMM3TANZTGU4WCNJYGM2GCMJW","msg":"The MHKEY","time":"2022-06-09T16:00:52-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:167","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*DatabaseWriter).prepareBeaconStateModel","level":"debug","msg":"dw.DbBeaconState: \u0026{3998400 0xba24e96cb65d61250e036d8d14e3efa057ac0ac4d990db53fc707359a5834a16 /blocks/QLVAEQRQPBRGCMRUMU4TMY3CGY2WINRRGI2TAZJQGM3GIODEGE2GKM3FMZQTANJXMFRTAYLDGRSDSOJQMRRDKM3GMM3TANZTGU4WCNJYGM2GCMJW}","time":"2022-06-09T16:00:52-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:177","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*DatabaseWriter).transactFullSlot","level":"debug","msg":"Starting to write to the DB.","slot":"3998400","time":"2022-06-09T16:00:52-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:183","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*DatabaseWriter).transactFullSlot","level":"debug","msg":"We finished writing to the eth_beacon.slots table.","time":"2022-06-09T16:00:52-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/metrics.go:101","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*BeaconClientMetrics).IncrementSlotInserts","level":"debug","msg":"Incrementing Slot Insert","time":"2022-06-09T16:00:52-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processhistoric.go:109","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.processSlotRangeWorker","level":"debug","msg":"Handling slot: 20007","time":"2022-06-09T16:00:52-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/capturehistoric.go:131","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.handleBatchProcess.func1","level":"debug","msg":"Added new slot to workCh","slot":20007,"time":"2022-06-09T16:00:52-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processslot.go:326","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*ProcessSlot).provideFinalHash","level":"debug","msg":"StateRoot: 0xad2310af2c94d86b6a6791ae365212bee5b303a38c1dfa06a1d002736ace9fad","time":"2022-06-09T16:00:53-04:00"}
{"blockRoot":"0xb9a2ebe230a8570c4dc9db6269f39450fce027f43aceb28cf1f0c4e02848b24a","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/processslot.go:339","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*ProcessSlot).provideFinalHash","level":"debug","msg":"Block Root from ssz","time":"2022-06-09T16:00:53-04:00"}
{"err":"closed pool","file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:102","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.CreateDatabaseWrite","level":"error","msg":"We are unable to Begin a SQL transaction","time":"2022-06-09T16:00:53-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:135","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*DatabaseWriter).prepareSlotsModel","level":"debug","msg":"dw.DbSlots: \u0026{625 20006 0xb9a2ebe230a8570c4dc9db6269f39450fce027f43aceb28cf1f0c4e02848b24a 0xad2310af2c94d86b6a6791ae365212bee5b303a38c1dfa06a1d002736ace9fad proposed}","time":"2022-06-09T16:00:53-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/multihash.go:37","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.MultihashKeyFromSSZRoot","len":66,"level":"debug","mhKey":"/blocks/QLVAEQRQPBRDSYJSMVRGKMRTGBQTQNJXGBRTIZDDHFSGENRSGY4WMMZZGQ2TAZTDMUYDEN3GGQZWCY3FMIZDQY3GGFTDAYZUMUYDEOBUHBRDENDB","msg":"The MHKEY","time":"2022-06-09T16:00:53-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:152","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*DatabaseWriter).prepareSignedBeaconBlockModel","level":"debug","msg":"dw.DbSignedBeaconBlock: \u0026{20006 0xb9a2ebe230a8570c4dc9db6269f39450fce027f43aceb28cf1f0c4e02848b24a 0x5fbd11a39ade323001b808d21b60f488e4df3adf96c2382b41adbfe520141a27 0x6c61c04fb352e1f2769bc15e112b35ddb69b29e3c461fd27979ee6cf6dfb6c3f /blocks/QLVAEQRQPBRDSYJSMVRGKMRTGBQTQNJXGBRTIZDDHFSGENRSGY4WMMZZGQ2TAZTDMUYDEN3GGQZWCY3FMIZDQY3GGFTDAYZUMUYDEOBUHBRDENDB}","time":"2022-06-09T16:00:53-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/multihash.go:37","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.MultihashKeyFromSSZRoot","len":66,"level":"debug","mhKey":"/blocks/QLVAEQRQPBQWIMRTGEYGCZRSMM4TIZBYGZRDMYJWG44TCYLFGM3DKMRRGJRGKZJVMIZTAM3BGM4GGMLEMZQTANTBGFSDAMBSG4ZTMYLDMU4WMYLE","msg":"The MHKEY","time":"2022-06-09T16:00:53-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:167","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*DatabaseWriter).prepareBeaconStateModel","level":"debug","msg":"dw.DbBeaconState: \u0026{20006 0xad2310af2c94d86b6a6791ae365212bee5b303a38c1dfa06a1d002736ace9fad /blocks/QLVAEQRQPBQWIMRTGEYGCZRSMM4TIZBYGZRDMYJWG44TCYLFGM3DKMRRGJRGKZJVMIZTAM3BGM4GGMLEMZQTANTBGFSDAMBSG4ZTMYLDMU4WMYLE}","time":"2022-06-09T16:00:53-04:00"}
{"file":"/Users/abdulrabbani/GitHub/cerc/ipld-eth-beacon-indexer/pkg/beaconclient/databasewrite.go:177","func":"github.com/vulcanize/ipld-eth-beacon-indexer/pkg/beaconclient.(*DatabaseWriter).transactFullSlot","level":"debug","msg":"Starting to write to the DB.","slot":"20006","time":"2022-06-09T16:00:53-04:00"}