Skip to content

Instantly share code, notes, and snippets.

@kishansagathiya
Created January 24, 2023 13:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kishansagathiya/ebe4448aca406776866c58826e1b9567 to your computer and use it in GitHub Desktop.
Save kishansagathiya/ebe4448aca406776866c58826e1b9567 to your computer and use it in GitHub Desktop.
failed to get runtime instance
This file has been truncated, but you can view the full file.
kishan@kishan-Inspiron-14-7425-2-in-1:~/code/gossamer$ ./bin/gossamer --config ./chain/westend/config.toml
2023-01-24T18:36:09+05:30 INFO loading toml configuration from ./chain/westend/config.toml... config.go:L49 pkg=cmd
2023-01-24T18:36:09+05:30 WARN overwriting default configuration with id with toml configuration values from ./chain/westend/config.toml config.go:L53 pkg=cmd
2023-01-24T18:36:09+05:30 INFO loaded package log configuration: core: INFO, digest: INFO, sync: INFO, network: INFO, rpc: INFO, state: INFO, runtime: INFO, block producer: INFO, finality gadget: INFO config.go:L122 pkg=cmd
2023-01-24T18:36:10+05:30 INFO 🕸️ initialising node services with global configuration name mammal-mixture-34481, id westend2 and base path /home/kishan/.gossamer/westend... node.go:L247 pkg=dot
2023-01-24T18:36:11+05:30 INFO created state service with head 0x41ee565b0924839964b0da1328440983872e8f8c22f798f4d49023cbaef725bb, highest number 198656 and genesis hash 0xe143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e service.go:L161 pkg=state
2023-01-24T18:36:14+05:30 INFO creating runtime with interpreter wasmer... services.go:L115 pkg=dot
2023-01-24T18:36:15+05:30 INFO registered notifications sub-protocol /e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e/grandpa/1 service.go:L516 pkg=network
2023-01-24T18:36:15+05:30 INFO creating BABE service... services.go:L195 pkg=dot
2023-01-24T18:36:15+05:30 INFO keystore with keys [] services.go:L203 pkg=dot
2023-01-24T18:36:15+05:30 INFO starting node mammal-mixture-34481... main.go:L294 pkg=cmd
2023-01-24T18:36:15+05:30 INFO 🕸️ starting node services... node.go:L460 pkg=dot
2023-01-24T18:36:15+05:30 INFO Starting services: [*system.Service *network.Service *digest.Handler *core.Service *grandpa.Service *sync.Service *babe.Service *state.Service] services.go:L46 pkg=dot,services
2023-01-24T18:36:15+05:30 INFO registered notifications sub-protocol /wnd2/block-announces/1 service.go:L516 pkg=network
2023-01-24T18:36:15+05:30 INFO registered notifications sub-protocol /wnd2/transactions/1 service.go:L516 pkg=network
2023-01-24T18:36:15+05:30 INFO Started listening on /ip4/127.0.0.1/tcp/7001/p2p/12D3KooWGisFjgkzqPJWrCWV7RjfeNTXt72QZaxMY2ySZGYcXMG9 service.go:L310 pkg=network
2023-01-24T18:36:15+05:30 INFO Started listening on /ip4/122.171.18.38/tcp/7001/p2p/12D3KooWGisFjgkzqPJWrCWV7RjfeNTXt72QZaxMY2ySZGYcXMG9 service.go:L310 pkg=network
2023-01-24T18:36:15+05:30 INFO started network service with supported protocols /p2p/id/delta/1.0.0, /ipfs/id/1.0.0, /ipfs/id/push/1.0.0, /ipfs/ping/1.0.0, /e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e/grandpa/1, /wnd2/sync/2, /wnd2/light/2, /wnd2/block-announces/1, /wnd2/transactions/1, /wnd2/kad service.go:L333 pkg=network
2023-01-24T18:36:20+05:30 INFO 🔗 imported blocks from 198656 to 198656 (hashes [0x41ee565b0924839964b0da1328440983872e8f8c22f798f4d49023cbaef725bb ... 0x41ee565b0924839964b0da1328440983872e8f8c22f798f4d49023cbaef725bb]) chain_sync.go:L380 pkg=sync
2023-01-24T18:36:20+05:30 INFO 🚣 currently syncing, 6 peers connected, target block number 4294967295, 0.00 average blocks/second, 0.00 overall average, finalised block number 198656 with hash 0x41ee565b0924839964b0da1328440983872e8f8c22f798f4d49023cbaef725bb chain_sync.go:L384 pkg=sync
2023-01-24T18:36:20+05:30 WARN failed to open connection for peer 12D3KooWKer94o1REDPtAhjtYR4SdLehnSrN8PEhBnZm5NBoCrMC: context deadline exceeded service.go:L686 pkg=network
2023/01/24 18:36:20 [ERR] mdns: Failed to read packet: read udp4 0.0.0.0:38844: use of closed network connection
2023/01/24 18:36:20 [ERR] mdns: Failed to read packet: read udp6 [::]:37732: use of closed network connection
2023/01/24 18:36:20 [ERR] mdns: Failed to read packet: read udp4 0.0.0.0:5353: use of closed network connection
2023/01/24 18:36:20 [ERR] mdns: Failed to read packet: read udp6 [::]:5353: use of closed network connection
2023-01-24T18:36:25+05:30 INFO 🔗 imported blocks from 198656 to 198656 (hashes [0x41ee565b0924839964b0da1328440983872e8f8c22f798f4d49023cbaef725bb ... 0x41ee565b0924839964b0da1328440983872e8f8c22f798f4d49023cbaef725bb]) chain_sync.go:L380 pkg=sync
2023-01-24T18:36:25+05:30 INFO 🚣 currently syncing, 9 peers connected, target block number 4294967295, 0.00 average blocks/second, 0.00 overall average, finalised block number 198656 with hash 0x41ee565b0924839964b0da1328440983872e8f8c22f798f4d49023cbaef725bb chain_sync.go:L384 pkg=sync
2023-01-24T18:36:25+05:30 WARN failed to open connection for peer 12D3KooWPVPzs42GvRBShdUMtFsk4SvnByrSdWqb6aeAAHvLMSLS: context deadline exceeded service.go:L686 pkg=network
2023-01-24T18:36:30+05:30 INFO 🔗 imported blocks from 198656 to 198656 (hashes [0x41ee565b0924839964b0da1328440983872e8f8c22f798f4d49023cbaef725bb ... 0x41ee565b0924839964b0da1328440983872e8f8c22f798f4d49023cbaef725bb]) chain_sync.go:L380 pkg=sync
2023-01-24T18:36:30+05:30 INFO 🚣 currently syncing, 13 peers connected, target block number 4294967295, 0.00 average blocks/second, 0.00 overall average, finalised block number 198656 with hash 0x41ee565b0924839964b0da1328440983872e8f8c22f798f4d49023cbaef725bb chain_sync.go:L384 pkg=sync
2023-01-24T18:36:31+05:30 WARN failed to open connection for peer 12D3KooWRFDPyT8vA8mLzh6dJoyujn4QNjeqi6Ch79eSMz9beKXC: context deadline exceeded service.go:L686 pkg=network
2023-01-24T18:36:35+05:30 INFO 🔗 imported blocks from 198656 to 198656 (hashes [0x41ee565b0924839964b0da1328440983872e8f8c22f798f4d49023cbaef725bb ... 0x41ee565b0924839964b0da1328440983872e8f8c22f798f4d49023cbaef725bb]) chain_sync.go:L380 pkg=sync
2023-01-24T18:36:35+05:30 INFO 🚣 currently syncing, 21 peers connected, target block number 4294967295, 0.00 average blocks/second, 0.00 overall average, finalised block number 198656 with hash 0x41ee565b0924839964b0da1328440983872e8f8c22f798f4d49023cbaef725bb chain_sync.go:L384 pkg=sync
2023-01-24T18:36:40+05:30 INFO 🔗 imported blocks from 198656 to 198656 (hashes [0x41ee565b0924839964b0da1328440983872e8f8c22f798f4d49023cbaef725bb ... 0x41ee565b0924839964b0da1328440983872e8f8c22f798f4d49023cbaef725bb]) chain_sync.go:L380 pkg=sync
2023-01-24T18:36:40+05:30 INFO 🚣 currently syncing, 21 peers connected, target block number 4294967295, 0.00 average blocks/second, 0.00 overall average, finalised block number 198656 with hash 0x41ee565b0924839964b0da1328440983872e8f8c22f798f4d49023cbaef725bb chain_sync.go:L384 pkg=sync
2023-01-24T18:36:45+05:30 INFO 🔗 imported blocks from 198656 to 198656 (hashes [0x41ee565b0924839964b0da1328440983872e8f8c22f798f4d49023cbaef725bb ... 0x41ee565b0924839964b0da1328440983872e8f8c22f798f4d49023cbaef725bb]) chain_sync.go:L380 pkg=sync
2023-01-24T18:36:45+05:30 INFO 🚣 currently syncing, 21 peers connected, target block number 4294967295, 0.00 average blocks/second, 0.00 overall average, finalised block number 198656 with hash 0x41ee565b0924839964b0da1328440983872e8f8c22f798f4d49023cbaef725bb chain_sync.go:L384 pkg=sync
2023-01-24T18:36:50+05:30 INFO 🔗 imported blocks from 198656 to 198656 (hashes [0x41ee565b0924839964b0da1328440983872e8f8c22f798f4d49023cbaef725bb ... 0x41ee565b0924839964b0da1328440983872e8f8c22f798f4d49023cbaef725bb]) chain_sync.go:L380 pkg=sync
2023-01-24T18:36:50+05:30 INFO 🚣 currently syncing, 21 peers connected, target block number 4294967295, 0.00 average blocks/second, 0.00 overall average, finalised block number 198656 with hash 0x41ee565b0924839964b0da1328440983872e8f8c22f798f4d49023cbaef725bb chain_sync.go:L384 pkg=sync
2023-01-24T18:36:55+05:30 INFO 🔗 imported blocks from 198656 to 198656 (hashes [0x41ee565b0924839964b0da1328440983872e8f8c22f798f4d49023cbaef725bb ... 0x41ee565b0924839964b0da1328440983872e8f8c22f798f4d49023cbaef725bb]) chain_sync.go:L380 pkg=sync
2023-01-24T18:36:55+05:30 INFO 🚣 currently syncing, 22 peers connected, target block number 4294967295, 0.00 average blocks/second, 0.00 overall average, finalised block number 198656 with hash 0x41ee565b0924839964b0da1328440983872e8f8c22f798f4d49023cbaef725bb chain_sync.go:L384 pkg=sync
2023-01-24T18:37:00+05:30 INFO 🔗 imported blocks from 198656 to 198656 (hashes [0x41ee565b0924839964b0da1328440983872e8f8c22f798f4d49023cbaef725bb ... 0x41ee565b0924839964b0da1328440983872e8f8c22f798f4d49023cbaef725bb]) chain_sync.go:L380 pkg=sync
2023-01-24T18:37:00+05:30 INFO 🚣 currently syncing, 22 peers connected, target block number 4294967295, 0.00 average blocks/second, 0.00 overall average, finalised block number 198656 with hash 0x41ee565b0924839964b0da1328440983872e8f8c22f798f4d49023cbaef725bb chain_sync.go:L384 pkg=sync
2023-01-24T18:37:05+05:30 INFO 🔗 imported blocks from 198656 to 198656 (hashes [0x41ee565b0924839964b0da1328440983872e8f8c22f798f4d49023cbaef725bb ... 0x41ee565b0924839964b0da1328440983872e8f8c22f798f4d49023cbaef725bb]) chain_sync.go:L380 pkg=sync
2023-01-24T18:37:05+05:30 INFO 🚣 currently syncing, 23 peers connected, target block number 4294967295, 0.00 average blocks/second, 0.00 overall average, finalised block number 198656 with hash 0x41ee565b0924839964b0da1328440983872e8f8c22f798f4d49023cbaef725bb chain_sync.go:L384 pkg=sync
2023-01-24T18:37:10+05:30 INFO 🔗 imported blocks from 198656 to 198656 (hashes [0x41ee565b0924839964b0da1328440983872e8f8c22f798f4d49023cbaef725bb ... 0x41ee565b0924839964b0da1328440983872e8f8c22f798f4d49023cbaef725bb]) chain_sync.go:L380 pkg=sync
2023-01-24T18:37:10+05:30 INFO 🚣 currently syncing, 23 peers connected, target block number 4294967295, 0.00 average blocks/second, 0.00 overall average, finalised block number 198656 with hash 0x41ee565b0924839964b0da1328440983872e8f8c22f798f4d49023cbaef725bb chain_sync.go:L384 pkg=sync
2023-01-24T18:37:15+05:30 INFO 🔗 imported blocks from 198656 to 198656 (hashes [0x41ee565b0924839964b0da1328440983872e8f8c22f798f4d49023cbaef725bb ... 0x41ee565b0924839964b0da1328440983872e8f8c22f798f4d49023cbaef725bb]) chain_sync.go:L380 pkg=sync
2023-01-24T18:37:15+05:30 INFO 🚣 currently syncing, 25 peers connected, target block number 4294967295, 0.00 average blocks/second, 0.00 overall average, finalised block number 198656 with hash 0x41ee565b0924839964b0da1328440983872e8f8c22f798f4d49023cbaef725bb chain_sync.go:L384 pkg=sync
2023-01-24T18:37:20+05:30 INFO 🔗 imported blocks from 198656 to 198656 (hashes [0x41ee565b0924839964b0da1328440983872e8f8c22f798f4d49023cbaef725bb ... 0x41ee565b0924839964b0da1328440983872e8f8c22f798f4d49023cbaef725bb]) chain_sync.go:L380 pkg=sync
2023-01-24T18:37:20+05:30 INFO 🚣 currently syncing, 25 peers connected, target block number 4294967295, 0.00 average blocks/second, 0.00 overall average, finalised block number 198656 with hash 0x41ee565b0924839964b0da1328440983872e8f8c22f798f4d49023cbaef725bb chain_sync.go:L384 pkg=sync
2023/01/24 18:37:20 [ERR] mdns: Failed to read packet: read udp4 0.0.0.0:40248: use of closed network connection
2023/01/24 18:37:20 [ERR] mdns: Failed to read packet: read udp6 [::]:46037: use of closed network connection
2023/01/24 18:37:20 [ERR] mdns: Failed to read packet: read udp4 0.0.0.0:5353: use of closed network connection
2023/01/24 18:37:20 [ERR] mdns: Failed to read packet: read udp6 [::]:5353: use of closed network connection
2023-01-24T18:37:25+05:30 INFO 🔗 imported blocks from 198656 to 198656 (hashes [0x41ee565b0924839964b0da1328440983872e8f8c22f798f4d49023cbaef725bb ... 0x41ee565b0924839964b0da1328440983872e8f8c22f798f4d49023cbaef725bb]) chain_sync.go:L380 pkg=sync
2023-01-24T18:37:25+05:30 INFO 🚣 currently syncing, 25 peers connected, target block number 4294967295, 0.00 average blocks/second, 0.00 overall average, finalised block number 198656 with hash 0x41ee565b0924839964b0da1328440983872e8f8c22f798f4d49023cbaef725bb chain_sync.go:L384 pkg=sync
2023-01-24T18:37:30+05:30 INFO 🔗 imported blocks from 198656 to 198656 (hashes [0x41ee565b0924839964b0da1328440983872e8f8c22f798f4d49023cbaef725bb ... 0x41ee565b0924839964b0da1328440983872e8f8c22f798f4d49023cbaef725bb]) chain_sync.go:L380 pkg=sync
2023-01-24T18:37:30+05:30 INFO 🚣 currently syncing, 26 peers connected, target block number 4294967295, 0.00 average blocks/second, 0.00 overall average, finalised block number 198656 with hash 0x41ee565b0924839964b0da1328440983872e8f8c22f798f4d49023cbaef725bb chain_sync.go:L384 pkg=sync
2023-01-24T18:37:35+05:30 INFO 🔗 imported blocks from 198656 to 198656 (hashes [0x41ee565b0924839964b0da1328440983872e8f8c22f798f4d49023cbaef725bb ... 0x41ee565b0924839964b0da1328440983872e8f8c22f798f4d49023cbaef725bb]) chain_sync.go:L380 pkg=sync
2023-01-24T18:37:35+05:30 INFO 🚣 currently syncing, 26 peers connected, target block number 4294967295, 0.00 average blocks/second, 0.00 overall average, finalised block number 198656 with hash 0x41ee565b0924839964b0da1328440983872e8f8c22f798f4d49023cbaef725bb chain_sync.go:L384 pkg=sync
2023-01-24T18:37:40+05:30 INFO 🔗 imported blocks from 198656 to 198656 (hashes [0x41ee565b0924839964b0da1328440983872e8f8c22f798f4d49023cbaef725bb ... 0x41ee565b0924839964b0da1328440983872e8f8c22f798f4d49023cbaef725bb]) chain_sync.go:L380 pkg=sync
2023-01-24T18:37:40+05:30 INFO 🚣 currently syncing, 26 peers connected, target block number 4294967295, 0.00 average blocks/second, 0.00 overall average, finalised block number 198656 with hash 0x41ee565b0924839964b0da1328440983872e8f8c22f798f4d49023cbaef725bb chain_sync.go:L384 pkg=sync
2023-01-24T18:37:45+05:30 INFO 🔗 imported blocks from 198656 to 198656 (hashes [0x41ee565b0924839964b0da1328440983872e8f8c22f798f4d49023cbaef725bb ... 0x41ee565b0924839964b0da1328440983872e8f8c22f798f4d49023cbaef725bb]) chain_sync.go:L380 pkg=sync
2023-01-24T18:37:45+05:30 INFO 🚣 currently syncing, 28 peers connected, target block number 4294967295, 0.00 average blocks/second, 0.00 overall average, finalised block number 198656 with hash 0x41ee565b0924839964b0da1328440983872e8f8c22f798f4d49023cbaef725bb chain_sync.go:L384 pkg=sync
2023-01-24T18:37:50+05:30 INFO 🔗 imported blocks from 198656 to 198656 (hashes [0x41ee565b0924839964b0da1328440983872e8f8c22f798f4d49023cbaef725bb ... 0x41ee565b0924839964b0da1328440983872e8f8c22f798f4d49023cbaef725bb]) chain_sync.go:L380 pkg=sync
2023-01-24T18:37:50+05:30 INFO 🚣 currently syncing, 30 peers connected, target block number 4294967295, 0.00 average blocks/second, 0.00 overall average, finalised block number 198656 with hash 0x41ee565b0924839964b0da1328440983872e8f8c22f798f4d49023cbaef725bb chain_sync.go:L384 pkg=sync
2023-01-24T18:37:55+05:30 INFO 🔗 imported blocks from 198656 to 198656 (hashes [0x41ee565b0924839964b0da1328440983872e8f8c22f798f4d49023cbaef725bb ... 0x41ee565b0924839964b0da1328440983872e8f8c22f798f4d49023cbaef725bb]) chain_sync.go:L380 pkg=sync
2023-01-24T18:37:55+05:30 INFO 🚣 currently syncing, 30 peers connected, target block number 4294967295, 0.00 average blocks/second, 0.00 overall average, finalised block number 198656 with hash 0x41ee565b0924839964b0da1328440983872e8f8c22f798f4d49023cbaef725bb chain_sync.go:L384 pkg=sync
2023-01-24T18:38:00+05:30 INFO 🔗 imported blocks from 198656 to 198656 (hashes [0x41ee565b0924839964b0da1328440983872e8f8c22f798f4d49023cbaef725bb ... 0x41ee565b0924839964b0da1328440983872e8f8c22f798f4d49023cbaef725bb]) chain_sync.go:L380 pkg=sync
2023-01-24T18:38:00+05:30 INFO 🚣 currently syncing, 30 peers connected, target block number 4294967295, 0.00 average blocks/second, 0.00 overall average, finalised block number 198656 with hash 0x41ee565b0924839964b0da1328440983872e8f8c22f798f4d49023cbaef725bb chain_sync.go:L384 pkg=sync
2023-01-24T18:38:05+05:30 INFO 🔗 imported blocks from 198656 to 198656 (hashes [0x41ee565b0924839964b0da1328440983872e8f8c22f798f4d49023cbaef725bb ... 0x41ee565b0924839964b0da1328440983872e8f8c22f798f4d49023cbaef725bb]) chain_sync.go:L380 pkg=sync
2023-01-24T18:38:05+05:30 INFO 🚣 currently syncing, 30 peers connected, target block number 4294967295, 0.00 average blocks/second, 0.00 overall average, finalised block number 198656 with hash 0x41ee565b0924839964b0da1328440983872e8f8c22f798f4d49023cbaef725bb chain_sync.go:L384 pkg=sync
2023-01-24T18:38:10+05:30 INFO 🔗 imported blocks from 198656 to 198656 (hashes [0x41ee565b0924839964b0da1328440983872e8f8c22f798f4d49023cbaef725bb ... 0x41ee565b0924839964b0da1328440983872e8f8c22f798f4d49023cbaef725bb]) chain_sync.go:L380 pkg=sync
2023-01-24T18:38:10+05:30 INFO 🚣 currently syncing, 30 peers connected, target block number 4294967295, 0.00 average blocks/second, 0.00 overall average, finalised block number 198656 with hash 0x41ee565b0924839964b0da1328440983872e8f8c22f798f4d49023cbaef725bb chain_sync.go:L384 pkg=sync
2023-01-24T18:38:15+05:30 INFO 🔗 imported blocks from 198656 to 198656 (hashes [0x41ee565b0924839964b0da1328440983872e8f8c22f798f4d49023cbaef725bb ... 0x41ee565b0924839964b0da1328440983872e8f8c22f798f4d49023cbaef725bb]) chain_sync.go:L380 pkg=sync
2023-01-24T18:38:15+05:30 INFO 🚣 currently syncing, 31 peers connected, target block number 4294967295, 0.00 average blocks/second, 0.00 overall average, finalised block number 198656 with hash 0x41ee565b0924839964b0da1328440983872e8f8c22f798f4d49023cbaef725bb chain_sync.go:L384 pkg=sync
2023-01-24T18:38:20+05:30 INFO 🔗 imported blocks from 198656 to 198656 (hashes [0x41ee565b0924839964b0da1328440983872e8f8c22f798f4d49023cbaef725bb ... 0x41ee565b0924839964b0da1328440983872e8f8c22f798f4d49023cbaef725bb]) chain_sync.go:L380 pkg=sync
2023-01-24T18:38:20+05:30 INFO 🚣 currently syncing, 35 peers connected, target block number 4294967295, 0.00 average blocks/second, 0.00 overall average, finalised block number 198656 with hash 0x41ee565b0924839964b0da1328440983872e8f8c22f798f4d49023cbaef725bb chain_sync.go:L384 pkg=sync
2023/01/24 18:38:20 [ERR] mdns: Failed to read packet: read udp4 0.0.0.0:55705: use of closed network connection
2023/01/24 18:38:20 [ERR] mdns: Failed to read packet: read udp6 [::]:48533: use of closed network connection
2023/01/24 18:38:20 [ERR] mdns: Failed to read packet: read udp4 0.0.0.0:5353: use of closed network connection
2023/01/24 18:38:20 [ERR] mdns: Failed to read packet: read udp6 [::]:5353: use of closed network connection
2023-01-24T18:38:25+05:30 INFO 🔗 imported blocks from 198656 to 198656 (hashes [0x41ee565b0924839964b0da1328440983872e8f8c22f798f4d49023cbaef725bb ... 0x41ee565b0924839964b0da1328440983872e8f8c22f798f4d49023cbaef725bb]) chain_sync.go:L380 pkg=sync
2023-01-24T18:38:25+05:30 INFO 🚣 currently syncing, 36 peers connected, target block number 4294967295, 0.00 average blocks/second, 0.00 overall average, finalised block number 198656 with hash 0x41ee565b0924839964b0da1328440983872e8f8c22f798f4d49023cbaef725bb chain_sync.go:L384 pkg=sync
2023-01-24T18:38:30+05:30 INFO 🔗 imported blocks from 198656 to 198676 (hashes [0x41ee565b0924839964b0da1328440983872e8f8c22f798f4d49023cbaef725bb ... 0xc73777ca98427c11277e5dca1ceec8040d63566ab72277b9170599fa8a94735c]) chain_sync.go:L380 pkg=sync
2023-01-24T18:38:30+05:30 INFO 🚣 currently syncing, 37 peers connected, target block number 14347868, 4.00 average blocks/second, 0.15 overall average, finalised block number 198656 with hash 0x41ee565b0924839964b0da1328440983872e8f8c22f798f4d49023cbaef725bb chain_sync.go:L384 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x62caf6a8c99d63744f7093bceead8fdf4c7d8ef74f16163ed58b1c1aec67bf18 failed: processing block data with header and body in block state: handling justification: verifying block number 198785 justification: already have finalised block with setID=314 and round=3 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0xe0c8567481cb548652db81ff7715996ce97656d9027ce4e45e047d3a85241472 failed: processing block data with header and body: handling block: failed to get runtime instance chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x0f09da2220155a41836682ecfbfd82d5f3108f2fab17cadc92d07123ac1ec29d failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199240: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x30ddc77028b8ae79bdb8fa25009ccb38696cfc900231cc33df4f46dd1f4daff6 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199241: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0xc8c981bb360db9a50f86b4674b2e2a22d6ecb50275c94e8f59a97493ef2c2294 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199242: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0xb367ac0520131360fef410dd600b2f18c939b7e9791decb4de9f647874752939 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199243: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0xc4966276fdae586d379437f3bf9c56b112d0498a92779dd5595ab279e59ce286 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199244: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x3b4464fb662c3a608942f841ae1f2aa7cd1037439ffb6a0805a24d11e05ff2af failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199245: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x9122a6fd435c264edc03d26ae7a47a0e5da372146cdd3ccdd535c251f7b40a28 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199246: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x0ae1d38ff06e6ace4e650919489ab17660190e6004efc5057319fc21738f9ad6 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199247: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x2cd1ca410424184b701604e4e55c2165a71b556be679ca1dca3ccc18562dec52 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199248: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x5a1e4756ca34f0a52ba3205654c469c4c7ac074f29e056bd68c8c80f63d547c0 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199249: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x6fb604699642a943b95b56545d277f8b619071c94008f7255d52153b9ce85474 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199250: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x5c2c5b348a293668e37ee47369ef6583f63f3630b4cbdebd5d174e46316f30a4 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199251: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0xcb58d19849d43f82839cfc8d8201699eca1905e2b241175a2325ca3a8cdc1dd7 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199252: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x8c91ad7994d5cc9c63086e415c59f71273f556a8a6b30399a40309944ec890bf failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199253: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0xaa61e231de53320ddbc6b08e1292658fcb52c27f516d304da49bd6a3e58b8f1b failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199254: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x85ee48af698643b1169a807d3163c2b01f81e29ee108f96f9ad54b2fe3198c08 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199255: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x2866f59d5a553fcee38db6b01b7b06a4da006b14f4a7f561520e28adacd4e3f2 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199256: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0xe4cb53f8819defb0ea5f372f914bd3d51af1ec112bf488bf47897a5ff426de3f failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199257: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x376b2f6242c1990e4b7b96348d84aa48e3d03a49618c5b9ee28af8f8160fdbbb failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199258: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0xb6b336a4dc29e8d58cd578669857de437c57ad3d69bcf1eba0b3b048bb4ec290 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199259: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x7c7f53393593e7485d0c8a53173ac79855e9b6c412164c66f3da6defc6c1d560 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199260: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x5ed8cbf3976ff38981a25a9e1f22bd96b5ff855cd5617e18586086c30d2a06ec failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199261: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x0f5190ad4cdd94026ce503698b7ac9298af3b0e858bfaa4c1de1ed6afe8e06cd failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199262: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0xa8af5e560b2d30b0d62735cc74c259e9c2f65431377c1778cfbbb298a504de18 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199263: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x2c86432bb61234e90b0d3b7f02fe1566b40b4c4d042ceed4f85108dab5ed3c48 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199264: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x6fd06c4c3c5c315a4d6309347e2b4cb333a3cab7b46b517fc84f72431040a9f9 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199265: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x04b9c75531420bbdf14e74aea2d74dc47585090ca69bb792083f5643f3558737 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199266: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0xcc2d34bd68a9c72d5ac4d928857612481d24b330eb001c48c1b9ef00daa25db5 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199267: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x40af4245736c5ad3cc8037528a54a588a61a94757afe57d087005c3a11b6cf31 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199268: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x9aa77c580b8b909c96b5f4f069f6bd0ce5f653f52836957e942e23065f0219fd failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199269: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x205df1a11892332ab8e2fa771b6c3c8083cbc4312bc643691a3c381bbc76c5b8 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199270: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x0eceb95f970ed87273e51577590cc9260af66ba822fc740ad695278a77c450f1 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199271: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x821e6bf5ad34ab8aca57b7fd40f5daf096d7078a5ebd49e16ea85bb2a72cc8e8 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199272: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0xcc902baf5fb0e273ca742f130025963acd5d0ccbf212c907493940e1a145e8e1 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199273: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0xcae16146b366e5618cf6c3e56413455ec36d7f8877a769d4e4e02984eac5af75 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199274: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x17381ee041fe6e5d95c4a96972f4060a630ecc7c2d33c3bbdb717a7df7af0d48 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199275: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0xc78cda71f16c70b4d46ec92dae2eef3630b182aaca1be3e4319c8405033df25b failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199276: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x2477109a90d28b5566dbe08869212f519024871369d0783afb4cec31e517e8c4 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199277: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x2a52355c2653bcff8af3206cdc636185d26633b8e3217841cd0f3670cf3eb48b failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199278: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0xefb3703c188ac6dde6ac8011684d5cdaa272bb988238de517003fafeede28e26 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199279: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x9e47f55e1037d5d4b9e400c8078951c133b7b0dc519b2b4de80b74e681f21845 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199280: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0xe0d448e11c58ac4f5fd0aab0e3f825c328e863403b43baf5f2974fd31242dae5 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199281: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x54d13adcc795129eb49925c1c28126c977cf1feb3e05610d1f8fb455d730b0bc failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199282: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x5cddc5199e73c26adfc2691cff68effeab28c8b6e657e1e37763a707d1f6f845 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199283: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x6c9b305a2f6c63cc4e410510051384ec280d60db61c7701cbdc4cb7ddd5e55f1 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199284: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x42118599074ffc58079600cb8b903d69d8d62c25b9aa4bc3cc3ad25c479fd6bb failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199285: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0xab3baff02c7995c86b0bff5590b1133b25dc8c0418bdc4277111f8eeead7ea40 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199286: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x0e868f9aae34f1e676e922d7fb901042dc06bd837587673430435bb7c6fbee8f failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199287: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x646d52c0e8626c95ab4d68cb6091da7af5111bf337d30383b6c154352cd01381 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199288: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x05ffcf6814f8b19dfb0da054de950c75b8448b672b2e87225b4baeba47639161 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199289: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x1ba230a329ee70978f05ed17ede9d8f4d8126d28158e7849f091e6c96b24afff failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199290: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x313ea6f66f2e87407df980f0d9b1796bda7796f4e020c0108d84c8e6da550532 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199291: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x05fcfc5c4c54a4e6147544febfd2ef1c27b73627f485bc5a1dd0bc095e652d79 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199292: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x9553edaff17cd89a6cafcc98772f133d87443ec291d34e32108b38cce40081a6 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199293: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x0aa2640fae3fba5b4b3c2fd0ffc593abcd7423ce0f52c207155f8d8bbf21b972 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199294: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x0c42e43b819c53620058af105952ba2faf988cc06c911e3a998707b0c82ba522 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199295: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x3d6a94bde61fefb7daf2e91e2c6fe6dfd99f3b0c98ba101cab929dfe30d7b0af failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199296: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0xae817a04cf97397dde309c71b4f259489f5c5cecb49b775552cd60a585abfae7 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199297: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0xb3cfff9ace05d8bb9a78981871230e5c44ade570ade6779a492829acac167448 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199298: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x27587a5b35a8b8f16347d3a0f4a8c53f99a6a9c5a4e1cae54c152e2708eb0de2 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199299: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x2499b350dca4de9f37dcb4f11619583e8c0626f838edeee16608d6713e40d66e failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199300: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x266654f62e322980b9ee4efeb573a63ecf8c5d0a7b6b06acea232ba9df818f98 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199301: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x1f975731044591ad7786a100c49216e089177d4d2fe8a9111736de4bcb6c127b failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199302: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x9912de1a131db1e7d19680e9758ecec0afe3c813f149a1fcfe67f6d215fb938b failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199303: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0xe6e8ba1e3eec97007f1efe03c934fbaa204d5386cd6142efddd32743174aa755 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199304: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0xa4a0b4cd33479d1aa732f88d982a0289dcf3cce50fff9ad787cb00d0d6f03410 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199305: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0xa42b84103e3b0df5f9db23526af4428cd6c3e91d653b82130bb387945792e16b failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199306: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x8380846999cb6dde64c366b23c2a94655238d3a54b4cc3681819b9b7509c38b2 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199307: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x0bcd151cc1671514074fa5b906ae6155f5a84b1c0c23f4ee7b6d95595ee0fd5a failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199308: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x46b2058fb901dd7cdfb2537b63446ed57e6563e613c499a5e86d1caf1778d14e failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199309: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x263ff4f36ad4802e9bc00a46511ba5f37109b9e97c98caad2d50cb583e9cfe52 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199310: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x46ca9e316f4bc05952522fbd9de94d4ced972770931edd3adb6f2b0b9d455b31 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199311: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x30e95565e491cbd84055e62345ea9f07f4a73199fa23efa03935d21b4e4438ea failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199312: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0xbcf1507891bad8b94694d8bb460652d14676b9cc252d77d20e67b389676c5377 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199313: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x8bd8cf965360d2351d7a9f288ecbe38853cbb0cdaaa201ddfbbc963d6ad11b1d failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199314: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0xa46dd228aa1ba373944c4434f0f940ebeacfe5aca8060d2de8a47465c6a6a403 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199315: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x80893f18e7792718dbaa4d51e04886c2a3f57160e33df8353822afd43a7a19ce failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199316: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x09f0ad86167002a3782c66bd1e72b25104f74712dbe5a6985a5f734df3ad93a1 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199317: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x7f26181e38c871031278be8723238f3350edeebcf4042c8c4c503ec7aabd130c failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199318: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x841aea28bc1bd2e6624236dda67b2b6fc84f7bcde9ee80097ad475c3f28f8b65 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199319: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x61abb8e6356aa5ce4d9897ea3c38ed5be8407bc5d8528a9ad227f478a577e22e failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199320: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x05b9c1c3c085514b579b97e4885bb7e8df55d5810d6fe3b68f1f2692ec271b38 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199321: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x9c8f09322f5a1a7d04245f2da2ba940bc0f02df834f9636806849b795700de38 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199322: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x1a5920cf0538aca7875959d48acd3f71f91a399fd67c4663a70edd85fdf9c3b0 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199323: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x8c462e8d62debf3e1e5d2541232c77d6b514323cfaf2aff3306cea6454244b1c failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199324: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0xaf2302dcea77d66ee9c613132608676dbecfdaad0c007e1d00a000ac6d86dd93 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199325: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x6fd2e623b4f69a94946efb1c511746fa825d2f3f5f56ab1a2356fe6170cbd61e failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199326: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x0e8302c786949b73ed9a5d263af5c1dd2db5680924b11700463acb9459329437 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199327: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x8b4235469cee356e32dffb9cf5a41b7db9e9510ad6d58fa923d2163b929cd366 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199328: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x5cdbe323bbd954d7627920d936ffffae061d0caecbeb7b2a5c1d2b45b9a30242 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199329: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0xa32163430f37a7ed4d4c42541aaaa183c0c31594d6dcbeb40fed28669eddbdb5 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199330: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0xd28bc8d7f1cd300970233fd1519699787e76f5964242a1d8105ab8d811b4f358 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199331: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x8430425317bd52c8c41ecbe6af24d0c6bb7d9d1a6f5fe3574936c345f8d80afb failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199332: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x398c9eb8a539789db2360fb1bef4c56a83977c0f5b92d07c9fe1238f968277a1 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199333: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x7a89c4fd92c11c13de5cbc66e5377dd9e54c4497f2006144108ca97fbe537d15 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199334: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0xf8fe8f96199c99a98678b43179a15b89d7a1708280ee2e4925f39698d00bad8a failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199335: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0xcaaee1eda814c427c489ccdb9818837e780eaa666f8eb55e678ac01b32e7e5d7 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199336: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0xda82435e77b4be9d92d82040940f8b8714a04eea8d5e2f22c68b1c27d0f53c74 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199337: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0xe408f9c375cfa8d43a96354b8aaea3a336da08d9aedb286e627706e7f3b32a80 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199338: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x672da79cd3f3fa0303ce0e1329e807c092ac41def464da6d718dfdd48bb02af6 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199339: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x81b26c6e52c5658d586e65955729279cbb198a3126065f40a7daf13267402d98 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199340: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0xe327433d3e0489697ee681c21f29d0e8c4eab0b79d9d86beea6fe8b0ddedef12 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199341: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x6d8d33a74c89c8e1d116fb701030cfe312fe0384c93397d793f9c407848800d2 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199342: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x70c348d375025841de7739e06d753c9eb293567df54568a5c341e8f562e4036f failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199343: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x39d1bf4d393bce3ffe575c317f8490e659023e9bcdfd81c97a3d92f773434041 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199344: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x277d6cea558303eb3ae01c2dcb5d24d3a9bb4fac0cfb42275fe77ca95b71aae3 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199345: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0xf92e3dc9c18343309e192594ba034e5743112abb8544b2d51488f05b1f1932fe failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199346: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x2ec3cadb624c180de95502dff6b624ae76ca27e0a1e441dd3a38af680e6b9279 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199347: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x3a1c861d7d5018369e661d50fa3d018d937b6ce143d3475606880e546f0e62fe failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199348: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x495a1a4393219ecd201a03c8f7907454716879fb57f6592a710dfd8703b9d2d0 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199349: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0xc7e7fcaa9dcb5f7966321d42c5c4045f82546fe2284467712cfab1a15df5ba6d failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199350: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x8fdfd43b5acdf451cf7e1bd827273139cd68b63af1ae4628b53c8ae07a940d76 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199351: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x7cada53736bd7826e47cfbdd350516d1281a730def9fb78a7fc7126ebb15d5f8 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199352: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0xab2d6d319cce0bdd1477680fc17dedfb4dfa774c5514c515fe45695343bcb613 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199353: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x9189a52d6abd521dd4968a00ea97ff893c68124644b7c1b01594b63705f9bc5d failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199354: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x84fd0da511e89579c136df8d06f4b720d1ab5de631306327437a8af5b2f5a5b6 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199355: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x17cb9b463e96c05e2d813b7d5db5b069b9c806e3c21c16c286d59bcba67daf99 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199356: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x7fe2195d24bd2a3cc87f649d8752d1aba09056fa5f69cb1e73662e3b2baaaa32 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199357: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x8e5ba262fcb68f8dda22ca9a13028f65d222431d5dd55d81b58067c996d499b8 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199358: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0xd757becbd4e0925647c08fab06bb07fef151b5394d92baa13ae19e2f7d610fdb failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199359: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0xfdaaf23187197d6e7233f3f0997b86fc28ef3fdbe487f5c615f6f100e57e189e failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199360: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0xd5d01f71f34be7ae68a544ecd038d10846741d627ba550c8d1678ee51aaa5aef failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199361: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x6050584809af318dfc374f209449a5b541bbc4501a938bbeead57c3c595dda28 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199362: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x2e6befa9d2de6bfe6cdd8a6e6a17d4bf7e4caf923a2f049bd90b6e764991db5c failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199363: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0xc1d4a27164b8133a4453125d0b35aa9ece2a4203f835a91408328cf86ef5fcdf failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199364: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x3cd156ba761345604e6bbdefa714477fffcec720f1afd3e3bae6d1a175fa80b8 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199365: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0xf800a16c18680bc12b74fb530199fa010e596c538970d7566e803e20a8452c6f failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199366: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x0e90612023996ddad089f57d68f3b41f48aae523e64462d8ebc4bb80cf751cbe failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199367: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0xab6898a6735cf9015d4072fbc4df7e1ebaf090863ac1d98928dd3c9d6e43efe7 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199368: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x2c03b5b1786d261e9c8b16cbb51376b87064ad82b977bee9406ce4bb133e04dd failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199369: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0xf499b2ea27a7e76256b2cf2c41cc84a918a19acfbfe94fc5c305e004e56438c1 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199370: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x9a79d2d1044c3bbd71cf6d098e9549af234d6939fd6006c9eb1c11ce5fc27119 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199371: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x9c15945ffe624b6b76f61293356dedfed5e5c992c1c3808e48fcec2d5bfae4b9 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199372: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0xcd40c72c3d2cc1accccd3740e9088e79b1c696ce0ecc0a75774677ca212906ab failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199373: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x993105f01ce6af864749728427a508971f75a9a24a31bdd8a7da00ddd2d10cd3 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199374: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x468abdec2527908053fc43646e70af3255df0e1fe5f55f8c8433228ebfc76f4e failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199375: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x36189237d1f5be552825ddbe1ad7eeb3e0387ac8eeebd0a5cd92402c7f72240b failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199376: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0xa702c9f219754e1f399d3ec74bd58067d33cf1ccc28083d1fc0c5b0f6c953ed9 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199377: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x08f42342d67b988bbcc0fc64356514e8b882695b99542ba72a8ed15cbb5aa8f4 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199378: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x0b2fc7d2cd6cdca1e7c87c60876f1b7d795d83ad41c6d152df852f5a51a45bff failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199379: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x1436644ce6b3377697709f3ba53922800731eaa4ea9c2d17ac76764c4e523bb3 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199380: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x80587ff6941e8d17c35205f486e4ac2976dbed027a2f65121bc4efcc65ffd92e failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199381: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x144569729ff4d934ebc49086ce219c7dafdcab63bffad00773afe853d18f8595 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199382: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x3cf8c6f814e7a794285bb3ca114bb7026794fa7ef5ee2bac67bb691430519225 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199383: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x4748aadb48bf42541fb34e2af23e4a3431efb60df5b9eccda86f4858aacbf211 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199384: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x5831de8e9d2aab24558210a859f4947a474bf10a53d569b237bc7d3f46856bac failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199385: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x1f072a493dd615b0c9a0428967354b4a6c4949dd52b8599b24c8b3d7094409eb failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199386: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0xab209e7f18cdd2331a512f259366a85ec911bce34fbb8f099e5ab40a731ebc09 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199387: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x9bac769df9d71254f80b6d925e02774e1fbc574a94606c71f6752038509208b6 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199388: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0xf9148c07bec9f6c1e39b965c23694393e4b6935e60637bfe2cf938020e2788b6 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199389: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0xd9dd86b8cc110707d67364d4bc5d93ea4f2482df301e0bf8e9307ffdb545bbd8 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199390: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x5c6bedbf14066e7f1254dba2259e8610d816d861b31c85089ef206a3adc3e7d9 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199391: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x8ad27d1526cf7826eb8f21526cac7efa5fa251e7f852bc06984cafb8b5f9f4f7 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199392: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0xe9a46ea215751382b0f09a46dedc0b37a527fd367b688807dcf4600ec8b69451 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199393: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0xbf2f29d40e751db439aabe0809d8eec51f840f9c941f9ec2fa62dab336fa3fab failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199394: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0xd149d1eaf77a1f0386ae042ba6aee4000ae161a0c5ca71d65802ae15e9d3d7f2 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199395: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x963d6fc9d20dbb1feb571bfe706dd3d4c062480cc7b0cfe8c655d5b10a3d4c4b failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199396: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x5792fdc5aa31554f76b48db23c7a1798b66cfd144687fae9f582cdee52dde3fe failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199397: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x4fca43ac81559e73ac182fd1e7d29e31866808bf35cb6b652b650179b5e64976 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199398: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x6d838d4df3c76cc99fdf2cd5dcd92e666804a769dc481854e9620ae9eec8d58b failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199399: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0xca4de57f14edca7cde4d85c0d9e5ddb1333f447f33a0db7f83d5a22f3b0ca6c9 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199400: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0xcc35b67c032d877e55eed48039e8d549cd074d1d317eb265b9ea3a83828b175f failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199401: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0xa81b89cb96b1775b1fdb871d91272792597d2d4e0c29d07fcdf9f0dc05173d9e failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199402: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x7171638f26cfffa57b4ec39250b16e91617f449ae1705869abd9f137d390b608 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199403: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0xf647b61d6f4d2bbcc0bc2f9f6cf4f0d3168c54e4ad45cc7456843b678785fdc8 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199404: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0xc1ca81babb5e2997df6bf676ca96564b625b78f724f166ad6e0c026715aea3ec failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199405: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0xb6bfdb3d058e269e0e105e988e83396e6a989f5ce6784422bc099750dd400d17 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199406: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x645d4f886119d45f6e0107cf4b2d6d6736d426d3241dbc8371de2975e389b8e6 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199407: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0xe28ca0dc9fbc20b1026e6d8212a4e81dee52711e2e78481afccc004997545b16 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199408: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x65f2535a710254080cd4fbb3ab91733a214bb630de03858870e2d29424389264 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199409: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x422d116721cd10b831108afee8e73d878cf8e6b7e45915866b774c23d979a904 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199410: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0xc33580b9f3bbc4dec821e42f17a2816da3bc34b1e849f7cb6b04cb748f30e94d failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199411: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x66c0b15701996222c05a5dff63742a335f318190735d955261248a1d4ffa42f1 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199412: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0xca55c6aeb5be3beb7ff3302d9eb774bc95f7ee7c027bf117fa862f3556ca4517 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199413: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0xbfceb3b9e4c79ec79385539965b770407912bee5361e446be37142e51471e4df failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199414: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x74072f918291a9d0ccb3cd4faeb573c38fbff7d4c701699374783fe100434fb9 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199415: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0xcfcbcea5ef7220cbb44f3f7df0ad3cbd2912d60b996799aba206e1cdeedd66ca failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199416: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0xc0801651fb3eb3b8da8e9cf2d214a79264962fe52b9cc546807911bfa9806da2 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199417: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0xd8fcbd319878b3f617b24cd2c8e8b0fe883284b17eddf7ac69c773a32d868a36 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199418: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x099524a3f457e9e261381baeb9c9be72e6035f85c62579f4aac33d3f579fae50 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199419: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x65039db092bb3d40005243a62e0771bf07081f2950698c5979aed408ec5f9daa failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199420: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x956797d4ec3208a2454b8a6a9d7944f233d094de200b2a34f5b3ff892f9bb2f5 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199421: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0xa5a70b52aa73e6432813b8b146016d2030cd00ed524dcceea115db015352e466 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199422: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x1386b3c6341aaf02d61d00daa2197351961ae69f3fe599b614b0da5bc25626bf failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199423: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0xea3d096190f7634ed8bfed3ce7de898af1a0689933b87bb8ab71f15b97db35bc failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199424: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0xed66a54751f22d8dfe07fb28e7e67f2b1e6a9e5ed18d24e993f4cadc2f3782e9 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199425: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x1a3cb0d1ec3ad944ff23b9dfdac26407d377aeba8237393ed4534d375663e347 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199426: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0xa6b6fd76a1928979e837ddeec4a95334570669ac12af3ef1944f858d95f48616 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199427: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x72b288812677622eef26aafe5d177a9293c5ad05a7c9701b2842f276772d52b4 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199428: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x057c21a13679240d72dd54b90d8b98f7ceaebc2bad26e78e4a123f0c9a7eca97 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199429: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x3ebb736a9cb4cc1ef0638da820a9b0b671c7675c62db48a52b8ceb5ff898f903 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199430: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x63660db3e240e2c86b2dfa46dfb95bd8497a686c1f12d01e4e4ce5add65f62d7 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199431: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x243b27f7752cbd45d7319e5b719a721056e6d04c3c59168dcf24f04756f8b992 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199432: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x670b8dd966339ba835c592c2d93af6dc62053b678098f24ab3560a52a8734d8a failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199433: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x9abcba196dd6f8dbff75213836cc0d83fe2544bdb50f3ab9400f000d30851d98 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199434: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x0caee6622511e66606c50a76ca2e2a38ed3faeab204cf0a58be5a7946e23041e failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199435: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x95a5ed9b7e7a0f93d38005e47094af452692c30ca0592a3ce2eaebc18457a0e8 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199436: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x79712fbf52d4be11b4de505f07d20b05eeda4b3afcc637f9003984b26a26d93f failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199437: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x915f547f2f38d8e2dfacb25e0bbd0e9be74d180a844f7bdf944c63173055423d failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199438: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x0ec0ef2d5d46dbfc11622ccbbd9a4e666e30d63da904ab92e260a4233e114ac2 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199439: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x2edcf51934bc1f6a88d928e0129865c7f66b3bf6368dabd3cfa81aaf61eabf9f failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199440: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x741ff98fc1b3c885aae0a03e9f1c4b22a6046978d0c5be426334febc794cd4bc failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199441: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x8082228d6b9269b938820084a9056d817f8c5dbf85eb899083411649513a2063 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199442: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0xa8ee57290e6aa5fcb32a866fcf59b4183e0ca5609cdbd44cc7bbe5c22ae4b331 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199443: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0xf2a14220a08dae1fb9ebe299a639884916a9f757b8b0d3045af1b76f3af83683 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199444: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x0dd1fc8f399ee70fc3b5858429b5a9849b350d1da5f4cbfb3f31abcdb915ada9 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199445: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x8ebfc202774bddb3904438e816ae8fcadfa774eaddd64adffcfe03812affb0df failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199446: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0xa17bde951fd5ccaec9c8b9c939d4fa46fcf24e6537cd6f4bb7ad0aaa7434b40c failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199447: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x88e84e5187ef6af297afe1f86c78ac3f3be7d9009f760c40cb0308219daab1da failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199448: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x2ef83362df5e5cae8cf134c0bc69321f8f30f2f9d99d8c7af8d5e304d788b825 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199449: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x88ef116b7426848a6db9706114c35b2fff3c13b9e5f14f2f37b177347dc66b26 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199450: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0xa8c7938190039809634e91da8a919beffb87d661528ee8f896de86bbb0a78511 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199451: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x0d4a03774492de925e753e9de08a581b2eaa21ae666781f4aa726e5e066bdec7 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199452: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x0fa486096046b190e2b51701c674342af87613573215655f2d27db4173c2c4a6 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199453: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x7d153156ff91d3c041509fa3d533683ef611dcd758d5f8857c812f1abaab74a5 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199454: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x7ae3f2f62f934df680d6493c1bf0aa61bf977f2274b69dafad3cb935323d7c61 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199455: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0xbaa096a10e94260b440a4505b9b36a9c8902758ac5e54446915fc13e24df43f2 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199456: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0xfc53e68a9881a5a6d627e0f48b46283b346a88d0e1d2a8cd454ca2fad3e33bae failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199457: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x2b19ef145743360b7f55a9c248a64c9d50730ebe8688a832a7829d042ab3b68c failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199458: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x8d1d972fa88ed1fa4278af816ed9b68791f67bad665f23b24220e9d15646f0f1 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199459: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0xba56dd412dd8b4591e6ab6e07ff649fed54147138499564b7d30fb01927ea374 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199460: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x6b9b019723659bb46a2c469787124c1486d556eaeb4cd1a0e4dbc0558ff555d4 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199461: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x924451da4ad8b3a91cd1a59095002a5bf028019513670ce15b8e2517d6d01cc8 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199462: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x21399768df08857e6bdcdf7ac8594caed2e9c39451c51a0f5ffea8f1421a8b58 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199463: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0xfb4c8ad8f1e4bd9dd7ccdfaf152ec58121c1a44da5ab520ed74a7fe24659ea44 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199464: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x724c54960abe6ecac7977477aaca0e15ead6b2ca35a58cbeff97085ded1861a5 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199465: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x14f348b7c1a3117203f91dd778d83b8acfed1f1d47311e92b967df97bedc1675 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199466: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x3e25a9b3cb69a1ea11af128a249eded7be1923f22b479a7308772e4755cbe79f failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199467: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x4e1a0858db3c53ddb878c6a004a2a46a237f98f100854e795a0f0e958d6ff962 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199468: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x2fef90c1d140e72a0d5bb979e4a247c61f1d029e4ad8a81065a7d129abccccd8 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199469: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x56cefe07e277bb1d2df3819b0d3afd9b05379d5923ff98d52b8dc83d9b8aa392 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199470: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0xa52bc081b183b012ff93040d45fa30936c1ec7ac09ecfb97748ba78dcd7b8ca0 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199471: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x54c3d57e189d3aae0473cd6f8a68898ec2063144d8880f70f93af5896df05fc4 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199472: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x9a170bc2b33b08abeee1808da2176ffce2231dd8eba36ed68054c8f14d25635b failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199473: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0xcddd2b168cafd55b86894ceb925296ce459e0a3a3644eece70a7fae2564087f8 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199474: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x84c5be4f53eae0b03e8af5390482ebc7b6808b47a15223ad2ed5d7cd7e756622 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199475: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x7f4b5b25a47dc7b8ebb3bf5ed110878d098ec412d69619bc55f31a028b92f8ee failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199476: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x8719ae6bcac2376ed251f4730d0472885ee326852bc50241db5a5fed44659a5f failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199477: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0xe96c68f8f79d71e33936682233e98d3fee83c989e5711beb9cc0bb9adfd656e7 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199478: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x3bd4c4387d688af512b346050db8811df802b6919001508ab4890282e787751d failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199479: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0xe96cdbcd548daa024a26b058e84b816f0870bc722ab8ae9059053fc7274276ce failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199480: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x775a1cb34454bd50b6c258e7ccd7499fb9c0b50bf1150ed05ad2485ce78bcfb2 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199481: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x169046466da50ff127850d7a7ba12976ed8463f9047973f10878ef59733983dd failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199482: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x295fa76e47f828a0f4a9ec80c1b01218533aae104fd6b1021dc830ff80324bee failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199483: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x40c60a405d75f9bfef59a458e6d77685bcac1de4feea8655802ef90934e1e702 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199484: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0xe90a7078ae5126212c5f05a7a1cb8f60f40940fbba0637e50fe050e5c8812e19 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199485: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0xff8f4c7416cbf7b77a776523145bac267d0ab0041bf9a8eb40a3292785ed181e failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199486: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0xe1086c84d61aa4b416c5ecd549c7b700add7bd7bc08776d9e1f2b58d7d593b85 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199487: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x040c1df11695d1d2dc4234d3bebdab98de1dff2f0362fe2c920244a00d63522a failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199488: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0xe8e48e0bbae0e44d92c88c5a6e3daf7e6d5452a2d59a7f5de21e8560e08351ff failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199489: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x3bc218bcad7cefafd85297d5088a3237eccb7ee01fad96363eea87b1d0145251 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199490: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0xcd8df0adc06af353bbc6432f45d4e44acb60faf4c07f4d16cfc2d3f356b01b4d failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199491: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0xbe2b3137e41125414b6362e67c0ed8e2728299ced531c0a2a2f6076928ce4642 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199492: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0xf0f22df81c4e1052086e6799bb5dd77aa22f526a65062db43e85b04fd3045721 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199493: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x7dd846a64d6028cb3aa6fdfb4d62f9caafcfa1a388dbdb96f370f8c231d752df failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199494: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0xf65a9ef5dfbd3e53eae05407f6135bca2d817947781b70fa41c5a0be1c5717e5 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199495: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x9c757bf4371bc43a81c8347a8fccd46568bb7d4e36542273d20d26b612be6ad3 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199496: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x07d4f0c58b8e788dd05aacf64b8e79ea5c934416669842a06956c86178b02eb9 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199497: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x241f11226a10d4c0e1c03e38639a9fc38adced34e1048d36ee8c2cfd6b916eed failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199498: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x4277f31c2d4125c08447dde1f84e76bdd0270c1d8d9953541250bf8d4187f11f failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199499: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x5d53ef0bc6ffc333327128eaecb91704949414f8b1c4bb84d7a5a5cb6cf7b292 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199500: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x2f914363ef80662d1297d55413b1bb7a4fe7e5b2c841f93865018458caba16d6 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199501: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0xe3958132203f98e2f614384042e2a8ab76b80c9333b0ae2c2fc2e22f3cb84770 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199502: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x816aab5c238db7b5bdcad8105f416899523f348e2d3875e76a8c535046ba9d02 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199503: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x7af7083b659d3b873c00a2472dc00828b2daed31dfa251d02d69a252d21ebf7c failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199504: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x4498fd8d097f54bfa3e02348fabf0d638a80419255353e8d958a7386e3688c7d failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199505: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x4bff9ee1a954343e20ac9e63fa96e09466c459a76f619f44f481c9f34564f603 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199506: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0xdfd74eec188db53fa481ee3a475fa5968d45cb333baa4c79a4ad4e065a541b60 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199507: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x26800532eda91ebdd3b3d63fe7fcd21b96469a8794b7a6ef195bd58116b732f9 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199508: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x8dff62245ef51a1ccdcda6deee6ec4877f10987a8552754a43888224865e74e0 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199509: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0xca0482f2b3b120e9f9ad7eb4884a46b234ad0054bf638c855cabd7001035f4a9 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199510: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x6ed17d934cf8c82924754d7ade1c8bbda868693d91c3bdd8fa7bf3d29a829bc1 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199511: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x88fee1aa66e956e7b6b51dc94109b202dcd2d00fa1fdac7f8258f54219a9f3b7 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199512: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x8de73e14181d2aefab6c6b54c01edce7f9dc9f151e7c36dd9c6f0dc8017547ed failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199513: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0xee5d22c9ded7330502a84ed74e8e7e710ec2f9d8974566cc4a4da6d79590709a failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199514: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x4d63d7730b0028690db95067705084e3a70be2585ccb4a57cbdd298545acc61d failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199515: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0xbb75f951506679a17b04bca8c417ca5c60fd1294c06286003f92b4a4f83ca37a failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199516: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0xf4b7f0323ba20cb7588daf355cca4fa6e018ff898d9c418670b4a12ddc0c772e failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199517: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x07dca20f2afa8c6a379100523cbf4c78da9a5aa49a01b15c24179257b16b7b6e failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199518: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x9d1866477c8cffe90b5b1f97dcb9d15fba4b559c24fdf9f138a81de9e275ccb3 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199519: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x6f55c9a030ebb12ce84e8395bc91a1c9698c3bc56736f616adc9ccaad9a9bd0e failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199520: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0xfb61c79c33d5fe1d89bd09bb9cbdf7bcce31d6d0a871624624df9071096127f5 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199521: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x68a9029d839d315298316d545e6ca782ca578b52433156171b6c7f071a2a427d failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199522: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x3b03535c058d18cfb948fd505a22b1c64b925af1cd1112b52198da9ea677ea28 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199523: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0xe4b8efad4ea11ba4587cfa9ce802989b72b50cd12ec108ed768241327b0f2a4e failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199524: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x906ca4835c730d8c35f0c6063c605b4b415220f37693c15257ad60e73269f779 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199525: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x35ee5ba8ccb81363c2f92a2f3e0e98dd1000a615715fc0591a90c3b8083b720e failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199526: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x3898c849ec10afae390b2c86bb4ec3fc6b481531a26c304d6b7c4f0cf2b251c5 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199527: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x2514fc1bd0710c8cc12ac8194935035edbad1d8df77144f03a8eb7080e335689 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199528: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x7af6fd803612e59da363e365e5eb03de4e92296b3384aac16a5e8e7a54ecfab4 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199529: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x6e9159910bbb79e63b37fe045bc0c9918a6f77fce4898e563b9e92ac515b9119 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199530: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x0d361736a4d7a7cf3e9905384554837e729bad16469899c2bfed7b3d04a8e4be failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199531: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x745430e0325c6a3ab272a30b74725f71e5ed293353f64142fa1829e41f1f2451 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199532: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x813a0724802390e614fada345adde974988a42e9aa030fa46ddce681ea16c907 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199533: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0xa1a97d229d2c5bcd65652bcf556e3ab63fdc39eb5be53d3b17e250e84add8ad9 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199534: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x9ff193d74513d6a7ad9bfae51e7cad9fdc1f630fcb24e5eecd6fd8eab9150624 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199535: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x3b90c466b654f224a1f4c0edb55b15d0cd365b3ec08546438d2e41743b0f8666 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199536: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0xe1deb75cb018a5c6e6571e9bca6ff8f27982aef39fae6ce1477c3cad5bc19315 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199537: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0xeee5464a50e4e8a522c499bc2e099645162d959c5fa55e4feb60bd16863da7a8 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199538: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x1c4ce0d280acd887799b3b15ff80be9e98120e3309bbf4be34b5f6e0f7e1766d failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199539: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x79cd6986c89a60bc70acd2657e13f179795c3064121bdc03ca80fbce6eeba5cb failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199540: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x63e5ddf5f3a04f763199d12e57535783b7b4845f412565d95ba74415114f2edf failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199541: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0xa7f01bd4e3f047b172f656a7adf69810325b929eb66bc72777cf966bef17854c failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199542: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0xb65af036d34f729f4437c51e19691320d4bcd68306388e4111f666c5a6d7e601 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199543: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0x81e9a2d44137c6609803dd1cd0ad046db92318ac05fe723c0b966436bec87ee7 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199544: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0xeac90ba80f46fe1f7897c8325482f172e4e1214dfcff4a6c1351e9be7bc77e17 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199545: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:33+05:30 ERROR block data processing for block with hash 0xf19f44c49195bebd8ca0fa0c2288c6f3039ffb627be2f83dd267df97733c05c6 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199546: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x9f5140e97ce85383f709f320019046caab61cc52cf41fd70e2a59991577f70e9 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199547: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x2c5de880da39ef4a1d3db52ac54841cdb0f384fd0814e35b153c2ed49064dcda failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199548: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x32a1070639282655376176e615a6f14bdb60834332af9c0573eb9bf3e5a388aa failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199549: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x51589c2be3e9ee45ea6dfc2f4eb0283e4e298790722c75073522f8570e5fc182 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199550: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x69ae9bfa62978b552cfa6e9ae1789b3011ffcbae7e678958568c5c79c532c121 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199551: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xca7c63cc4028353b15880d67cb5e5350d51bb1a89db49581f5e7510990b971c8 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199552: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x130e213242dfac29c427c528db84018fb98da6764c9a98edc8810a87b8aac832 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199553: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xe0b4b781ac64328a202bea226b50b8766f867525c87c8ae3646d3ff641ac5acd failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199554: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x51bd6de12a1bedef9562d11cd71efd1c960f0c3b7875210706dadedc26f1fd54 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199555: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x2ba5e17e2ab0dbf087a22d1e2053c870b03095fcd9f43e712587983f5645815f failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199556: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x37ac206c7d527bfec90f2f72cb6600c75edf967a4386e26cf1dc684ed611d0f2 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199557: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x85ea572517851bce594e7cbd890f270e00b4e6c54d786a4546b03d99ced2af84 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199558: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x62ece33c40cbec7d45d9ced008633e33768f6f149464b89e2c4958567b55d0ca failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199559: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xe07d32f51f4c3dd47a65bf97ca3ae6a96a21a84975416f1e20782b765582d560 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199560: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x33f9a437372fc99c1f3f252731827a1671b20409ec07fcdfb7280e2e2dea3a23 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199561: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xbcc69e9051ce77a16af0bf79c33d3126d029dd73795cb367aedf85ee0001e376 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199562: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xc91ed11de92833a4db885fcdeb79be8c08cdd062159ea3b9d0db6b8384282f81 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199563: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xbbfc37508960984fb864b4bc71069beab256db112eca60f204bbf7f1cf71e077 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199564: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x5e6a7cc485d99831cb18178e7b35082b5d9923fcc6eafe669749ff341f49148f failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199565: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xfec5443c27bd8298b7b9a7f987d38b5ff3e062cf92404b8ab54c5e26c95f4e8c failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199566: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x748e9590b9c92f5fd1e454e055757bbbcf885ef11244f3fff7ca5152bac239a3 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199567: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x30e782394148a680d93b9d55416f570265b58b6ab7f7882f5676be10b2fc89b6 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199568: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x624aa0c72ffda89da700f81d04730b03555807763c038987f19f89f6573703a9 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199569: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xeb0d2a4c21266bc8d29e16b5fbee3e5f2dd207d8ecdd20b30453121eec49bdb2 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199570: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xb84396009c202a9516e56912feca482b8c3b33cdae3870f8f19ee4435b7df05c failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199571: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x5bd23dc325e2b0177271aedb1ef0e85529766974ad672e9c0856cc86235f01a3 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199572: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x0d4ec7aa4eaeb4b3dd8a4ad5d35b03fac0888aec4bdde002402f66032568e089 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199573: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x56900cc6ba4e1fff6b06d3bc66d5532e119f2eb51a6dfdae952806c4d5a714fa failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199574: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x9b042503f14b20dd1ff2071912545257d3ac8f90a281b80c8e63a6423f88d1df failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199575: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x4077381f05ede07f430d5ad7ac6339b2430025872f374c6bfd08f4d2d147fbd0 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199576: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x64ba835c76052a300d1026679467de4335bbee824b20f5528d6f4f11fa5d0681 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199577: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xfceff1b1f7c10463b968fe164118a6d199fd27ff58e319f9621c917c6889f6bf failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199578: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x1c6112430fb686802c095701d65e42a8ebfd297af441fcaae7e1c4e7b8758a57 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199579: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x195f33fefc45cfdc3c9c2efec59d88b6c1dcbbb4f0570a3b9d145a814f228bbd failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199580: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x90d5690f38bb28b4dd0817c45fb84b8aaca5795a476c391fa4715bcfdccbacba failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199581: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x15138b0b15423c36f85409f40daaba413931e05508a46678d20412a273b7bce7 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199582: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x8560f6c38cd880d1391536f0446b1ffc7a2f91e9c47640ec1aca9864c20783ff failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199583: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x86756f97f657851fcec69317490969435bec2e17d3a4773ce538cafc4f1cead1 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199584: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x5a69eb6d62194e42ec5ea8845b4cf5afafac453d008837eb82d991523c0c9499 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199585: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xba5a421a9c3824e43c56fc8249e5af5330bd376095321f3edbb6f171e86349dc failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199586: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xf37528601989c711e4383583515468ca6ae3b763b1ced011c03aded3ddf5c013 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199587: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x88f763f88d698f3ad6454acc304fa102218ad96880f06895d684b2d16c36be5c failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199588: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xf0532fcd404d0d2d0262fa88cf59606d2efa48705b1df5f8bff8d382d3746bfe failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199589: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x2616c17c5b33d6b837ad36fd5e98298f92c2d3657fcb2f4d2f7828ec84a34523 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199590: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x5e3a9847877d9459ceb74aafc4d856058743e906f6dce222a8c86d9907634cb3 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199591: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x4b47374419ea2dda12ee5e0045782b578a5248e7cdf819ea5c715716f913f470 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199592: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xd12b5d3c8f2a205de1072d3760421d477b7ebb0caba8c9c3076ffc5c2261ebf9 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199593: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xe3790eafbc1deb91f5a886a48167a5d588fdf4b55b011c2cfe3c213bcadebc32 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199594: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x4dafbb5d58a8914cbfdc52e55967cf65cae3fa75a536fb2ddccabf3bb6cf4b5c failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199595: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x8decf13591123024ddd72b8b189531ce02f55c583b64d26f7e35f82deb553a23 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199596: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x8af4e433e6d69040e9de974d619a2c70470d406fd409e9010239645272f007d2 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199597: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x8211cc979c3fedf8fb3a02c634ace3fb7ad52a7e48488d46e3cf1f4e5c27678c failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199598: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xbdab31c2374c28df329786f39291e01bea38cf42441efc2609905fc7598cc7f7 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199599: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xf33fba8f20ed4e413d4b5e4bc04148b9bea55c4f1433dfb06be5d8fdd6528f2b failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199600: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x57ff4d1c82a8d26c0c55cd53972a24b00701051e377ddae05f071342fa057ccd failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199601: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x0b7972209b19596d296e9dfb92b3a5b540ac72b405dee109119a2118acf0afbb failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199602: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xd2989117ce1e45537d4d9e264c0db3bc3646ccedc2c96bb5c8081e4d66dcfd42 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199603: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x065a400171dfc12cf5fec9bb80130ab8167c78a04ca25c265062175b8249972e failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199604: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x0cc13aa5840b866616893350ca4e853c085619d5b0fa58764bb0eaa973f97df3 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199605: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x7e4a1d5e8e317cece429e01c0ed4b77b6001e9a26e66b3a198b52f0f8afb677c failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199606: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xd2ccd1d042290fb0b56b13317b7d6a3a725f1540051f8d17f0896e8f891a4a6c failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199607: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x480a959eecab8e6ebe71a748900b3d3e74b3660b119cbaa2771b1def395e88b6 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199608: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x823d1f23e53bc173669850ea5bb79da2666b3a11c05396179d0283803014eeea failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199609: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x7ae61a29803042ad23cb37f69813bd8835c05806a03a72b1029ac416b0e59093 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199610: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x59f44a4524db68f94016d31b5e67556b2decdf64d03c1f7245f11ab0dfb49b74 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199611: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xb646d359164738ae7f3e91e2be673b320fdef470dfb1edfa87404f289f5f3a3c failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199612: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x05a69d2271a9a78ab641d1c3c3ad8840aac9551e3697ee74a9b22daaddaf09b1 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199613: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x8cf9c891f2d05dcbe37063c793c362de36176e703b3b3c1a4fb60a78a8bac3f8 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199614: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x1671d6a6819dfd06c14913b0daf2c47f907cb87fba9dfdd2af4ae53047a3d3eb failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199615: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x6cce09b6ed5bd7d5b7fcf8d258d76dce2768485812b68503b3b58b2a7d08f6c1 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199616: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xb6a9051a977adb89b4f19bcad214a39e89512ebb1f6c286954414f3750e4c703 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199617: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x965c3c93e94044a38d26d5d418cf0af1005146a73c9f486f4fd29d18a206dddd failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199618: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xf4c6d49467ea925499b837f7283af86b0fb36a7ec2fcc0631d628fea88b5ca3c failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199619: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xac277bd6ae0afecc0b9346dd989304ce500e7bedd1e0eabd5e222e2684b862c2 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199620: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xc2760a98ff9e6795f576c832e5fb0e77791373241adf92134831669c582ef8fa failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199621: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x922703bf0a4266df783d44c00042b784b97588f29397fb6e6740716d81b77b74 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199622: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xd3182ac2aae2f3063de27dfa27e64915f0b973afa695c12cefa7784cd9d423e0 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199623: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x14a22f57f32b0051c666a680108a7990301c7431bdcd76bda1e682143ef68b4f failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199624: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x4fd6aa2c19a3ced8fc6c82d016752e15db6052004083a73886d78ca180670b51 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199625: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x0df64d5b268548edb6c048939648a7da4c963d9f09c3893daa90b16f7aa43e72 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199626: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x9e9b1c47df7870727bc31776ec30d1072773964bc783ed5fe6a333d3119ac512 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199627: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x3ae297aaa3a0c4c668346c4156d343f540b4424d52cfd6e223b29bbdab9083bd failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199628: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xf81c230c4fc1f8fba6895163f3762f3b3349e67afcd81b6a8d3364285af5bf4f failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199629: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xce1ab2632f13f75109a9579285b5782efab7952c80521bb89cdfc178509d5d02 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199630: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xeac66acfe8516ec5ca6ab44c48eb0d2484a302ab9fafa2dcb8f7e2df73b025cd failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199631: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x6324866402a6cd78104bd0d9b77cf8293afebee47247f64fab0435742616bd81 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199632: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xf2c8cade72fbca3f5ef954a64bb5ef94c23235261868702e4320ca82b8bae522 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199633: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xdb5e4a6c473c0c7c778c1d238a2b7225e8b0a233102a51e81e98908da7f8f314 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199634: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x295671f773fe8eee7727f96a47d7c21513fa07ce14a0998d637cec59757e9002 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199635: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xb3e8d0cd4cf12a31e9a33758db15f3ebfd68b1d17763d1ce127db5a907a71f5a failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199636: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xcdb88b13d4a825931dab3fcadf0ad2423da5425e0271bcf15374d552b0d1162a failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199637: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x436f142e2217b830df28a90e2c9551d9de01efe33e76e5967bd544234dc6efea failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199638: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xff661de8ba6ddae61929b227c3b6e4ade8228c1febca38588470e1c7265aaeb7 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199639: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x9995f62075eebe6e42f64e69261010f2956e64da3712ac3e9146ac8994dde1a9 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199640: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x257cc4b8fbda4a1f0d36ec1185d776a15a065fe5ca75173d5a66de4d801c7282 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199641: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x4db2b32b77e935c605ee4ee2147b1220a08cb83a44d0b0d3568f442952d55c99 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199642: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x7e57981747feef622c943b36b2f567e46771552033d394801af9f14d9cfa39bc failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199643: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xcc3ae1f27a661e0e2104d3bacde514eb095e7bc8231e5857f175c169938dc8ed failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199644: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x308b903089d05ae9652c4925c49f415cb8077816b118bf2e317753b93692251b failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199645: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x02dd140cf08d3d88ca270b5f616d5f3712e06befe77bd3bba419c8f3ffaab5c9 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199646: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x70b49d39fb8d309c2228e6309d4e37d9aaa8043d835b43c938cad70007728e73 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199647: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x410d7533766a62f8f191a5b7a73f0a265f2bb8ad92de0b225757223a4bc1c03a failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199648: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x5d138d58d04bc145839961e3b2d3e0b0fe939e34130b3892fc58849c6c1376c9 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199649: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x2a2bfaa0333833eaee4adeff6ba528d8c7d997261f98851b6b3589e9f4369199 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199650: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xfe0813813d79a2db18cfb3666273ac90107ae82a6fc0ca57ac6ff99694dc64b8 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199651: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x8f274b4aa3b380722885b4897c76b499de50ee27226e39d2bb96b03956297060 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199652: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xe0351e0fd8b760f0abc778413daa154acec48b8f45936737d55e5790aad8f6bd failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199653: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xfadee6de412464e1422a692e2c643e5ff2d07f419e94fe9deb5b27192d0cd35a failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199654: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xd55cf7d34cea613382c3ee82381789884818955dcde8cae1aa90e132e6d8423c failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199655: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x74dac18c9812689742549756be7e503cc8983a2567fcea653898f4bb3a6328ed failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199656: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xead2c109e45bee3b29c544f9f83dd773b17b19fe7e235a852feea212a71887fc failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199657: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x865a43d7963adbfbb1079a0a73908119577080044539f340edac1d42136e8231 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199658: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x4866e214a90179e2326d0b63ae8c7cba5e089e24a7654117f93b05b3056ee7a2 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199659: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xa2a1131cc58a55cce34ed22bd525498ef6fc75615288526ac45cb13a10c704be failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199660: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x01f6a8d755409330a032a9192116f1fcac5deed0f559f6f42704c1e6fb228b51 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199661: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x789f65fbe956ea3cad52245a30cee601eb1c65c897890f1aee650bb84ae2c4cf failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199662: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xc6df9372706f178017a57dc813e8003286aad7cc52b3efc6dd27c58ef1186efb failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199663: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xf4421a80998afb700059d96541f557066148b40d05e97142b9d1f06c62fe3fc0 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199664: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x669c62237d0d4cdc30daf0e5b4be911d5eebd1b2405d56522a0bfc20fcb28d87 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199665: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x9c54ad71e646568043f678f4b67bfccf10b3e92bd667b02a8603e0fb1f3b855c failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199666: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xfe011406db376d36dd1679829212d34d13b69ff56454f814a140bf8c589eb5b8 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199667: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xfca345493078949f16c005162c23bc9601b73314867083416e482e5ca48690f5 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199668: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xda1a40d4940e57b3f8a102f325a3006010d43509e38f41866b04817e972b991b failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199669: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xf62de5ae0d6f40aef6553043455cd503f370228a101d32c480a74c2fc16a3efa failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199670: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x5a49c0e74415fa4c27ca9aa2dc1fc99022d44fc254b604895c4a4376d12c421c failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199671: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x956966d95099654c3857f294acafa8bfb762e61f87e974a6ebc09fb6ae34045d failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199672: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xf65e20ed7eeaac030bec08ee7e1af080c9942d25cc471126cee8b710ea701cc2 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199673: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x2f4a4f4a0b0910676a522a93579b97adfbeee1338006c20e4e98edf49f9bfbda failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199674: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x19c19f9a226408f24af528d8118d203084cd1b7492529123865163848526fd5f failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199675: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xdeb43071b7b486bae06c06a83feb01534c8bb1f91ca532a17d91b22dc7a9f090 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199676: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x980e50c9280b9245628dc6609fde5956c39153e85d203b94ce39de37217c78be failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199677: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x93603b77eeaf7d578ed093e102e219560322fd91339d8a3ff6cd400654ebcda8 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199678: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xa80823270ae3a2cc5e7f13dfe54d87e7dfa4dd3e83bab2c379e53727f110c821 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199679: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xf7d3c1139d0ff5839dc5a2fd0be6cacf752e054275b29dd277c1c745ca038136 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199680: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xe5e01dc3d6a2dcf532e9ff50bd6345c6711e49789a750d620d8b8e98cd31aa5b failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199681: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xadf7efeb98d5c3b86dd071dd25f8d6aa94346ae856b99d9a3ba37bc165fa9655 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199682: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x2a16dbfdd274b4d58ebc5303cae043f783c0c76d6bb2424884446ec4238a3043 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199683: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xeb01154cd34717f840cb138dd19305701793038c98a0a2a86a277d2e97cf7c3c failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199684: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xfadb55b28dc1f94df9dbfea41f715f6b0c6a5c3f86c0b25629eef15481f6fe30 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199685: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x10791e2329a96be38db70294390a017d6632410a49f7e426fa6d711fede801f1 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199686: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x969aa09c0bb1311f860c4554555a8da242609db6bb63ddb2494192bf8acebb7f failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199687: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x841ab9bbd9f7eb70778d63a3c71598407e5d31d40283d7042d5e7302d6186b3b failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199688: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xbaa307229818f9c9783a69e87e3a5350e05e7bff684dcf6f2802f1fac7f787bd failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199689: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x5de4dfd90e2208f53c83aa4284d964d25e40042d3b48b99ef8b861b4689f107f failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199690: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x9d8b3d75da716df818b5456a90b11b98a49be6cb6f8bcd4e7f93f2339db4f79a failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199691: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x33b59d0c58710b4d718f20e3620c1012db8042ef84d8023f89588e5001da27ce failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199692: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x1a9fa1825681385692dfd6d4ceb308734d408bc50ff4adecb054bac26bfa62be failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199693: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x3a95db2a2e4daefefb5acb3b36225b2b7ad97ff03d4eedd101ad73b411600ebd failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199694: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x246f07a857bfef23cb102ceef488b5ea28fa75d5fb66c046046a1ae55f461294 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199695: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xce5cf14845a9e6afb7868396fc6c07b7d49129ec408eae9f15b31ed5fd0dc8b4 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199696: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xcb05028fca9581e7d409a3ed4f1799ff89b911eb7a7fdc3e68a5e52efff0bdbc failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199697: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x622d015b3500718a2910f1c7a21b2750d7767e0e1f539faefc3e9b58e2fff5d3 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199698: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xff17429bcd2330f5312e85ffb002c3555acf808ceffe30469cedbdc48c9df429 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199699: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x65308ab95c67a448474be3de6baf259118b2a22ebc055aa92186d21d30db61c2 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199700: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x28d1881058c48a4a05264dfd71510f697703efa76fbac23169859d54ce0bb750 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199701: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x2fae705d5b035d44705c5f5d10510fd107923c92ed8c7d719ace11d8ea209469 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199702: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xbc2efdd402215d5709b308bf1ad03bbd7a918d59e20c49b5bc511f455921c2e2 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199703: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xefcd4b34d93ce37317636e244af781d2de8cc429b465097ba597ccfc3d9626c2 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199704: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x313cced9609ca6c784f17857c48c06d6ea5323e0f228d01f3e584a58b255e7b1 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199705: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x872ce8286295a5002ae6c85115d2ddf9d7fe46072fed90db627fc43c9b6b1e60 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199706: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x7a13cb1cb9bb709022f39c6fb15b870495b3daaa0ccc2f7bf8e33900b145a57a failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199707: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x7ede8628902e382561287a348592aa5cb5e6267a0183474af7545abf6f29ae88 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199708: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x6b7edc562a4439083385e41a84c076e2758320d6d1e79a110fe39bcdbcddcab2 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199709: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xdf118fb0d37f37805b2c7b512ef96b75b30f7cf2357d24a6ed257435c2cb21db failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199710: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x2f19bb7335c6a27a50439f759e0d83c49d4d0f5e10319cd7405e7be4eb8f2b5a failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199711: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x4b2698776e5ca1d77880885ac5097f81a6521345107461a40e1baa09ced9867f failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199712: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x96cc0c9e0dcbe547d7a77123dfda61c140c78ff2b1d11f18c526d9c66253e796 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199713: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x61fb19ae0f5ffe29dc475d13b24b24f6c39d0ca464bd64d1b679653114e0fd9b failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199714: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x4efe4c3025f5c3be48a09a43086ecbdabe4f7dc97c9c3c8feb836839aaa33903 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199715: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xc4df56810e79d42bc284bbcabf41472cd5357fef85acf775802040c98718059c failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199716: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x9195c72c2dfd756fe57da13a1dfeca80ea1f8dbfcbe52c7aa759367f89f5d380 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199717: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x8c31bfa32dc8d6544ebb0fdc2b458c7bfd491805174ae1d22894255383693fe6 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199718: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x3a06f45cb3eb97f6a0303a79cf8ccc6e84c83c6f8f7936b20d9c8e98db357f9f failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199719: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x7139c1fe1640531670dc629e81f365e3039e5abd76243d50a2077c9e6da94bca failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199720: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xf18ed6f99c5b63606dc306238f7dac69531dda336fc1554c02c65a4ba91b3679 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199721: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x777d5dddb7293ac6d605dd7bf531aeb77ff212d82ed9d45207c7435fafe169bc failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199722: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xce41b8ecde04b26056fa52920ba4fea61e67195f578f240f6621192cb437beb1 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199723: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x04a73c8d2abe6aa3948593db789560af64cf246176a60f72fc32cf4d6cae7b24 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199724: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x3de9532c05aa6a02872d2cab595406ed147eb9614d3073b579c5e3bc265d32fa failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199725: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x9cade8b026dd9ff27c9cff6cef792200a1318d84e7c8b7b4698a753d3f760bb3 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199726: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xe041b2858fb49c113e3371d42f184769ca63abdee0c09b7dc1362d160b0219e6 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199727: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xa200774486461465a624ab5cb8bd96e9a8acc0972d469cc2f3971d07d4a168d3 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199728: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x9a4b47692ab6fa180e218bff17c7c67eeb4964e256ceb0e5c801b15bec0de831 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199729: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xec0a02433e5c4d6dee95f401c195c2183b84729b0cf78247865a1e9d8f160d3b failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199730: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x549d5ca84a27c77a8b30310d33792f552672e89a915d947e18a576dbf8921144 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199731: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x980f01ea6ee58cc1bdbdf39e7f1babac451e0d1df54ebf57e86480daadcf59b9 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199732: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x5a14b3d07d51c097959765581bd22028f8529223fdbf4b095eec1f43fdcebeb9 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199733: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x918cefb7fa296996c72fc3e7d2a582f63d715a4852d578f77247ad7d802d7fb9 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199734: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x7ac205ddbd665284c8bfa2fb49681f9c2cfd49b26fc1d4b28020b8482cde0cca failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199735: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x0931ed3570f2b28d72a079c1b502af21518c60e9f5d4e46d4c9741da8f144a8f failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199736: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xf29cc48f986e9ef6026941ab774da3a62938cabb14f4d3d891718323389f75ef failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199737: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x4956bfa8806900d6483bcb641487addd726548c9b7d02293da458bb619a22ff0 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199738: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xf229f1c4b886322121a564818332762068c90b8e194f35ac08f4390c3e27194f failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199739: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x3b4cf325a8c70353beb33d081ea5934366236e53ca99c580564630ec03b05afe failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199740: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x787ed943554f356a07b91b0c9798e1a443fbc4982ea96dc8f7588a5bc7d2c1be failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199741: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x3a3ebaf480c7e64a12aa5b53ed5524244602a32ad3938e6cc8eb806262860167 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199742: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x4a8f7deded03540997990b10b837ed08cdc53b72f6369c8b5c743310e4637f11 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199743: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x6e9edd42234b25a8fc887d32ba897c648b4be1ab2cb1f51a9d21d7033425352a failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199744: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xa26e3e1398d4057a40d8f5964066e869bc50d7caf85a7b7869f059a96d899cfb failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199745: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x2205853167c31ef009e3a79e74dbedde91506bc5ee35cb96ec2fd21fe82a4481 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199746: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x7af1649c4b4d8fb83d1f4e50b758243f9f21a3dfcf5a78defd4b29e2116e02cc failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199747: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xdaef64ef08f47b7c699898b96648d329f21e527e60278c5e37a7d5f96ab1f6c2 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199748: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x87c5ebe82e5fe8039748e821f839f46c84751846b13eec7260ec524d95baed29 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199749: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x7e6199b8374bbffa45aca3d7a96ec6a476dc47ec79d0949437d85e66d2831483 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199750: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x108b335afc2503f5fd8a4da2a078e235ee3dcc30d78ae80a6ec0e2328806d61f failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199751: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xf11a700d4547372757f995b0c574414c02122baea909f725ad21c1b9b879d2c7 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199752: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x148270a26afc195f226cb61410da334c7fe98301c01c2552126f9659e2116317 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199753: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x1b74fa57310b8dc627b791c0cdafd267562c48c328c296516f90852c51a50a6e failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199754: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x31b3b7aef4879fa1661e9e225c4930672c6f14a7d818dd13deaae917f2cc43d0 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199755: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xa281cba435ff3373bf75698c92b02c3e68ea7b38b2b3b823cfbed025730af7cd failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199756: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xf47447bf02ba6faf9d2c877c9ea692b01687f10126fc7e6181dee8caa66411b1 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199757: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x5ea3f561d835f003704eedeb6ffe45502e65862d4c4db21d26b73660f3633659 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199758: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xec4a95bd4e72d964dbe4100b1137fa87a2fd5c3abe3848cdd94ac82741f3eb34 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199759: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x608392c929df509a2af2fec9240808f8f783d1d360dd32f6b423f9792722cbfc failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199760: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x3b57ced94118c51c8b8ab0d247e5dc5f7f1ada94e1c0fc30d765ad2a67e629c6 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199761: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x607735a83435709175b8601f14ea9bead80e4a2905fa3099411cdcc21811eb11 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199762: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x2bebf59434afdf9c4a5edf464a33a32373bcbbcb6228c00d93ad0cfb934ea51f failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199763: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x72ed605f477f311b7140fe98cad280927cc38ff229c5165c5da2bf37e9fb83f0 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199764: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x8035237e828167c83a2addcd4074116c4be6eec46e93920f29f8ea963b8f3aaf failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199765: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x184c0e47677d8f693390b4b5fb408725723bae20f7c77992b43641510077e565 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199766: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x2339bda79b15e07852fb44208e3ea910c2b53c63bfca298292327bc1ef6dae0c failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199767: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x199bcbb50c67ff163ea38b391e02af76465e0d6d65e65afae6f20dd2950e2159 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199768: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x79475a8a926c590c2ae507f2f8bed1bf7a3b65376044ea3638776b73252eb5bb failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199769: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xc1ec26feb13a5dc86471e8b7c3edb034107712465123a4ddd16e44dd6af0bad2 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199770: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xb7e8293226ee9824a9e216d102c7a1f281c9d033c3e236a3abc40c2ddd4fdfbf failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199771: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x1308e3b5964bdbaef640432340c19469d1ae954ad3e8468aed4e850a70b0621d failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199772: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x0abdd897f84a57ae67c25d512690df60e0264a1be91c6530831a0ed359930217 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199773: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xed6be90e6280e89dddc29abc248b820eb9383c54a6a306e8f845b239da2c753e failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199774: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x6932e3e22aa22d7ccc532cabd8baf70d37ab8e4697e4dc2844cf044392df59bc failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199775: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x2ad8601b8c615751a18cb71867b4560669c87c5a0dea9db9a9a6ac8bdf8f7d90 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199776: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xa66ef79ea2aca3aa4f0138a7e391d45c9ca68e93cabf79115dc1c711b584e947 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199777: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xaaaab4c011cab00bd598f1939555e863ad2631e88add0393bcabbd9883e2ad55 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199778: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x3a2a04dacdf43f6112f667d1a76193492ea8e4391f6025d8e00b44e20523b3d1 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199779: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x99b878943f1911cd3ea93f4fdc3b3975c4a11a52a0779e9e3768534fd0037998 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199780: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x2ee18d1e974de5cd7496ca816ec7c93d24cca4c9b56b8afc46c4bfa928da0844 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199781: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x5b99eb1c488181c554f4c2c63d5575ace1d1f0a67fca340320115e54c20b7c98 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199782: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x3722efef0305519da7f7ce29bf0e40a2402a0b7b6ee57dc49f69e3e2dbeffa2f failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199783: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x2dc7cc5e3d7848dfedaf747dc314004040cdc065ea4b4cc6328f14e7a1e1fc9b failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199784: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x354698df3472b500e7b695844553d88a1397a0ca979f8325e3a75fcab51a5086 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199785: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x0617bd1a51271e382e340fa05c3c60ae6cc317a4d98693cd37b022fbc5fe5609 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199786: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x913c391fe785a4aa975a32ad4537be200df6a073afb2f40b195b85fa2a4b575c failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199787: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x40555c38e5f0e5880933749f2a546e75eecc278ae06e2e8f80c7a078f9419099 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199788: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x35f9cf4caccc3e20841ab7b3a3caeaa0ee2d0367ca8b553ccdd41c5c95f6a761 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199789: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x968f95a111539ecc984e81b9d58588bda30138482cde38f009a9e6df49eb6c2d failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199790: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x39e20f831c3d2de49c35750d74e8ac6e1463e3c8e4b3e69292b64ce529159175 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199791: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x6d558ce5fb9e46f8445a77930394a46eb30597ea2254a2b84bc7e75b7d4fcbab failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199792: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x08679ca17953f8dfa979a5eebe75a18df5dac4d8e29a0ed93ec851e8cc94a95a failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199793: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xdaca3421aacf55be7991f2e0db60f6c3b11e4e2c340d94cac3081fa0c77d0618 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199794: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xbc35945afbd2d50da8fa29c076546e827b29f141f29f6c0091cd954b679177dc failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199795: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x5ab27fca959b8f75131422529c7d4de082e080350c885d0493dbb1ad3221e86a failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199796: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xb99ac73ff0264cd75a2c2c9840462cc56447b69be7949e029ee2283a32fd377d failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199797: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xc1ad9c1331ecdc7718a106531fe1e4d4249d47461a7d247f4f73506eb2b5f8bd failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199798: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x4e39ee6ef369bd0c60df7c137b57596fc91fd569b8da0c97824771fd9435a9c3 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199799: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x0ddd094c733288e8e72972088d682b78644e8853ad3bbb2c81bfb0edd0443350 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199800: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x0b7f51e00e73bcd4471aae17bcc7c96588d4538846d8c4e49bb1d4260893d85e failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199801: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xefcd32c5011f2d87351e3cacbf137065a0aabfc9de4d781193534c7822dfefe9 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199802: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xb5384164a9520123bf9b4f76571f4bdc29cd1f61080472d410a53ef94d348a79 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199803: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xb61dc4641eaed9dcc2725b428842c813160c4f2157af71d345f9bf9cce7419e6 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199804: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x6314901e6d50cbed99fbd1aef3fb61429699e30b9bfcfc944e6c571af841a5b9 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199805: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x2d314a37af0cb7e7c05568bf2a650f7149cf6e643e3929279ee4a195cd582c8c failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199806: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x4764c13046abd83d401b796a857524b18649c9290238918759dc3cae989435ac failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199807: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x55d7d990a6fe7c90e5031a2a2ff2b7cb71996b7a8c603c3bd48bc267cc346dd8 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199808: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x68e90fc3daebc509e8d75fb86c75969a4db9741517d83247ce64c8625eda60c2 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199809: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x8738a0e60377f64d044376d30ffb9fbb0733553f86daaea02dc7873a13c4d628 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199810: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x541b026a31bdc37b659caf6919162f4fc9beca92154bf992245b885b21856d7b failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199811: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x5d920a01637b01112b0e07fef5be3877353bcdc7d9f2dbe4d473e6335bd12c84 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199812: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xfd895624a33d4a64a67f1ef83b630cdcbe00317e36fb4ad5a75e160a8736d365 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199813: failed to get epoch data for epoch 334: failed to get epoch data from memory: epoch not found in memory map: 334 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x3aa15ebd8cded592bd79afade71a3ee4d71ede2d5e212011eb9330ebec40fbc8 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199814: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x51810802d9555e4f581ed187da89146cf6a8f185a2f4bf0775b2e92110686f0c failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199815: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xdef0b77095dc814988c7c50d782dbe24096b9bc444b73e23fa9790f6bc80145a failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199816: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x971d8dd1e08b965207976008d91a8af35248def09e13ddfe23b5a840038903a5 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199817: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x3270b51e9f98622986b33c97f0c663661b25439e0d05541ee2c9d43775c02297 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199818: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x253f9dfc9dd69ade6895044e8083da55833c205cb69cb9eb3463808cc430fd2b failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199819: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x44df1e7b3938bbc0b7be4890d0a963b1933469a507802cd09bd1ceb7fc60c1cc failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199820: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xadaf959dbd896884ddf910d3c3afbe1eace237c1c618e5357e494888abca99ec failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199821: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xe612890553163d08a8302bd1dea11d47efbe4bdbecd158d31a9eacc38a297660 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199822: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xc55c42f7bb760cfc5202c1d954d3954433504d26ff36a102262eb8a1a6acaf29 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199823: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x9ace160bbffab8e223c95faec7443d871cb73d5ddc55001a5e2ce01b686bfb70 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199824: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xd61d8f8fe57f470e423f64fc76c665bc2309ddaab1e083b18adeb57e7d6e6d90 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199825: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xd7edd7208d91329c3c8568d887ca9710c6a824211e9d55d507b79bd7c1c9a2c3 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199826: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xd1cb51df6ea4bdc00998e58fa7e255da842b6fe98970cf9f999660a638dfd5f0 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199827: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x8fbab66d9a95e3cfdaa0f3f5dcc7271f84b5f6cd043d57a11bdd83db9a99794f failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199828: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x5065c35d8a63fe26a2cdece162ec660b0c4f6022168813a31b16079318d0255e failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199829: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x8f1d1076d8df324b85aeb8b4549c29c75ac0338de7ba7c9fce0525572c568072 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199830: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xd0ab45bc42774c57f1909b1b67895bf6f19c70fc637c23b72c3a29719d9c4ed4 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199831: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x921205978083ca0a8426663cf3b33f2bbe718d07304a613c1e0095bebb933d22 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199832: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x7bdec869a96d50c6443d280bd975f6daf9969bfc8289ccc08a34b322af474d82 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199833: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x47635efd922fc81ad48bfade979b534e35d93450c6b36cebd48b7f5d0a35745c failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199834: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xc1631c0cd1c2d7b1c110244101048bc47be3c4053f9f25df1d41d5dbc579c4c4 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199835: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x697798df56679534c2fe05ab2edf67f05d03f55547798cab4ecbf0a4e1ee96e2 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199836: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x9c6e2de16e6fd1cb9b096bcd859e6dd821ff90a86b1f1d2fdad0ae01d2c752d3 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199837: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xbad2143ea7e3a45f50d58ea36b8dc4756ad216b5b15198324d4d4abdb4bfd78f failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199838: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xdd827479269820d1830cfb0b7c4a43dceb94e06922a11774bb6b2fcdc4749723 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199839: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x5d0eb9224355cc891e77b4ab45bab4c52d2a329bd690bb08fb7041f4d55598d3 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199840: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x7e8e09bfdd398cbc8ec38e1c05dc2a5961ce4d4f55107ae907e8a80e91f5261a failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199841: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x6d93b878d2bc6e8bc2d7cdc8b85345ed509a1557d0b52c34ea79be6902eaf8d0 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199842: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x11ff37dd5e81184599599016808c4329107308d002a6928a5296cacc364e3a07 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199843: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x335b526a511115f0c39f7152ae028c7da9cf34b049581c461e888301aa8e3283 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199844: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xba57c8c649b781584572928059c997d11bf5472332fedbea69fe7d83a041ac83 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199845: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xa11e72178b8d64745fc37b389bbd56813f6870900b093a24db3d7f4e5a65ebd7 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199846: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x6c32aea5dcc4127fcf129325f506d0b32399448e2b52e412eded6d4dd49cace4 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199847: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x154d6df5579637af97d1e88e22f92dfed6bd723a354ac2729bf0b900c89b5b21 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199848: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x2a3e33253cefda935d6083b4b90874cc8b069976eefc7e3b10530da336b5bf3a failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199849: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xc4a8996b567b18d6943c1e5cc5d2b4702c24d042aacf4dc151ec84435854a6aa failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199850: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x7dec5a02216278d562125f30dc8f08d6416147c18374f01b43186e342ea64821 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199851: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x4bba23574456f913757854fc759611cabf617174dde11b3439d80d0c0c3f8ce1 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199852: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x5108a0b9cf9bee44ac474f3bd8aae5fd490d36dff9c6fab6fe3f24f5ecb9428a failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199853: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x01638115cf439f4bd41217bd3e5d0471b769e6c96d4f71b28a58a06031505a65 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199854: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xa336dd0ac9c74acd4a93109fc9002559d35f11dd618e20324fd64651e205a42e failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199855: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x16374b181bc94a45c8278996bee15a1bc9712d35d2cb91e530497f8f47918e98 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199856: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xcf6e14bd51aa634ae38444ed2068c11e19fdf402130622b4805127ed7e4416de failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199857: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x69090f14ad6ba42a60d69dce0e1e6ce8b46bc22ddc11bb140d58a4f904567c57 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199858: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xd3e0bc727c55284ac29b8755e6badafcd0baf22e3bfab176d9d6ea6f72bfde65 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199859: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x481d11891828e70bd0c90baa2c53363c52a631bf533fb04649679fc86162bcba failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199860: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x2817ed6f0e9a56b7478fabdd8b49577efee9ed577a190ba4270ba0090c168ad0 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199861: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xc46c57a2070e532122ee261cf525b7d3fd66b274b55979b75d47a5c317bf0ff1 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199862: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x5f20b9ee89aa13af80fe9da89fbd0861a36005990619a3b9e8922bc97a25f785 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199863: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xfdd883fba08105852f5fd21e1889acf2c5af7b5c1d3f4dc1cac61ee6c65ae4ab failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199864: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xc5e5f8a114ae4da8efdc90fbef3205fe2b25eeed9543bfda3c1fc4ca3e6cc82b failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199865: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xbc1abc77e3ec70d89ca74e755c412356e89887b66ff6d1e106a07acdc8462c90 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199866: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xcba635b437308ea39c5d245e6b902627af7e5cb56b9f2858782bf239c7dbfd42 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199867: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xeddec967517954fc23071e7ffd53635dc6119f0db74986357a89a1dd480710a2 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199868: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x1c187a395972fa1e550452813f062e6811178f5e46df1a5583b5cefb70ffa64a failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199869: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x6a59467af825707c42f688a5b00b7da636b7c175f254c073e9e3f5eed06ef52d failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199870: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xefcac92fa2f77caebf15bae9ba8919b782f12c19ec8641c3545877016d803017 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199871: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xbc0c8238f1e7b5ce428b45bae1e9bf16d6910b87a24a2bc48b778ec9924f4d94 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199872: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xf959338061bbc64e3b802f25d4e334e4328d867b2684061e84e416117bf87803 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199873: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x4ba457fc7fdb444dcddfc68da8ce539d1ec671466d540dc412162d40b950044c failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199874: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x936128aba745bfc0338b76dc105612f4cb98ae774e7d63065a50a38219a2531e failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199875: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x98c8d8d640f4d3dfab7dc39504fa0d7e933cddb6b2956e12e6f2e6dd00cf2316 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199876: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x8f2b97b973838c71cfc8a812e5116a6403d37feafc53d6ca51b0854dfc48ba15 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199877: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x297f3bdd5f2650d578f0a95eba94bb7321f6ef1e5028a5f15c003eb275610c3d failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199878: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x7f2fd207a2b4d905432c8d53b0d2227c665c69ddd7502ea83400acf886180920 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199879: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x22a37b3991e276e815647cd2f0c01d48ecb49e341a088412e36ad76b40ffa7e0 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199880: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xb325912210a3c63990a946879cc156d5ff189516e89a86dd3dcf7132edae637f failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199881: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x6f605f9a998fd8e424055da3a149458cdb392461fd336b9439a78bfd165410e3 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199882: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xe3456f61dc557fe375a289b8a142f079158e598b615a6c6b3b14a566a7c4560f failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199883: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x5eee269d31190b84ef482868f38461e2808740bcc019b716690081719de06d93 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199884: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xbcdb02472468f8a82a7e1cded8d487ffa6011cc6a1885cb9077225413b9afb97 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199885: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x44a01458a0d1dc064927a67862d478507136f571fc874b7cb717f9f17f23e6f8 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199886: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x2d41e1f1ee342a6cc02ccf500d6131d486b51a6d2bbfe85af699b152ff605993 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199887: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x3d9f70611e325db919a9521cd2fef7339a7294be77ad9232da34e156b4e7f584 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199888: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x97b3d6f37d55570973c78a27815fc9d6438133995b6fb376efbceaaf0bfea600 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199889: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x408751b83881c6487b648a22bf13796c74eac02c9530bfcbce5f193d78fbd61f failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199890: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xde9cf3caa5f5473fe2a9486e0d5b050398a7a60c613879bba16f3ed480b57971 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199891: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x9a82802e35473e32a3a8409bab62d0a1b2fad82bc2e89360a384e6a7982eaaa7 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199892: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xb0e124cf095462a6ab771fbace21677b0b61fcd5f36ae9e64a221e3e7cb88f48 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199893: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x643962505ce56b56e17cb2dc7cdc01bd8dd34e5e69ceba30c3f4f2dfee2df4da failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199894: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x698e39e7324e40c4bfd11c99bc303eb3c77a848f140dac4f9e7c1e1a31646f57 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199895: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xb6f07ba055555ebe32b9c78cb1ac6ff36fbc38e7b70849289121b11cb7712c10 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199896: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xde49725a1639829fd56881800d0f1d3878ab3a135042032515c24aff4e3a2dbe failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199897: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x1014960916906e2fb635dcafb6fd85813b8ca8f9777dd7966525d50ab6bbd89b failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199898: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x67fe023397d4b707255d86e1d7dad82887ab15bbbc5aeb00950672a07c7fd83c failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199899: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x6a164f2128851b1c47e44f0ba3b870d87230fc4aba759b968d4ec3a625aa3515 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199900: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x907f1de88f02dff0c35b18581c9268223f1091928fbdb7a18dbc43289c89467b failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199901: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xe4a1e98a65b064a25198ca04054ed5399d799afbcae7c8dbf0896d5d876c8ce4 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199902: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x79aec0b90997c93f08e13d8d27d9551579feca58eecd0c7271714a029a623289 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199903: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x499b8c760f636c225b6d8ba44bacde0c90a8fbd4da4d551ba1e1477701bfaec4 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199904: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x8cc2ba5172c8f637c8cf87b0b25d0070ada2316800278ea18aa7604196dcbb64 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199905: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x037f7d2078f429a5201a1e9b3ddd65b8cb3ce439c61a51518560a4bdc5fc7e24 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199906: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x935a849ce97459b7f6b0e36ad97c0d050269ea61d446de3e3ef4e728c7f963ae failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199907: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x1842871c0b5b4a8c5cc8d491c0571251d6af38d58279008560f1933603422322 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199908: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x528d176c3d1afd1b36a2b92cf3c4aab460678ffb35281770f97aea361fe99abb failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199909: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x995e64c5443f45d86529eafd6bf26098600dc6823dbed0c9460396750037f7a1 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199910: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xef7028ffaef6fcfc448f88acc3133525a6306e5fa4876ca16d69f131154487da failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199911: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xc0ce35311daf4cc2c853e7db4452c42d951e598e77298bf149dc592ee585a29a failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199912: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x5541426afb3d8d922324d6809b174f89c92e523e813211a3369dd292f400d834 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199913: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x1afa3b3e546d60a28459198b533be4b74da17cfff2b979531394596e344642f0 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199914: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xa65badc6ee4c37c921ef69be9c6321b067bca92a0579ebe47379579bd75cdd7d failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199915: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xd9bfc614a7d775d8f40ca9e85e2b1267ff060f562e70dd06103fed68ae63742a failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199916: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xc68453737e455ec30b072ebafe29536e9d3480a5c8b973a32ad50421f89c3983 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199917: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x96d9323aeb647ba186022ced1ce49ce1b67cde50995791748b546dbd089a1d96 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199918: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x7622890acbae48d5e3d3cf721433cd1fcc81f388510dd6dd30b633b1c373c3ac failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199919: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x4d9fd6616cd309f829200f3cac652cab18221ae41f6a683079a124da20a00c1c failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199920: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x70a31552ba3997369058da6decf18a680a1733ce56e32e10180f60d6417be202 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199921: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x291e0d833e56bd150db4c7676f99d3b24d843170313596111794417b2c7083d4 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199922: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x5a4cbbcfa51afa2f84a63a2ad08dcfe06928f86ef8f99657df4b81c99d21f43d failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199923: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x3cedf6512a655e39911516a47c603c01cda9a34938ae418cbd3ffe44289eddd4 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199924: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xe2383dddd4a74c5eabedce87151ce33b531c2c2ef035f9a60e19606d49a07aac failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199925: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xbf611cff76e841d157972a829459e7cab9af8750d0b311adb9fa21afd25c1f40 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199926: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x653f7a1c1d1b8552d7e82b80cfba7b8bece7e056392153b2f5e14c8e40b6c0b9 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199927: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x8736d83760eae0ad5f41ca6afe537ddb3e9b2492e750b9c17446cde09fe745f8 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199928: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x2bd563557f5665f2603e2007a885a8998956a54887c37a59990403d5f7e25c5c failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199929: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x4a4415a917996e5ad0e401815e1a489559bf6473dd6943489c486b7f5c1eeeb6 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199930: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x5656f542f16e963023c330d4a1f50ea3c774690abc22bb6037c2f08b682a92f8 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199931: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x12e6c3c0afaa50eaea67eea15abfb4993bd6a93aa754d2986f7ee1cbaa7ebd53 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199932: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x2c7d419b8f0b1d610dec36505d937aae58b1d8263183634818b2d76c488f0d5b failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199933: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x91939ecd20ca01026a4a4bdd53f8f93b45135caac09bdbf4938d5aec8c0e89b4 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199934: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xbdec43516f81e49405cf27dcbc0b99c602a976ed8a087777eb0ba4bbeec4bac1 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199935: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xba524470eff8c0b2ec777f3c7e4e288a140abc4dce88799f7e85f55532df8a55 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199936: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x5e71055e5e026eb58ab6b4ce403b8781ce5745ed4174b4e07fee1734ff638054 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199937: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xb978934a54bd37e82b9725114b84dcee0b2eec9067206cd5617afe033f4aac43 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199938: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x5e71e5465d0ffc361f50cdcf6d30d81b60ea361566855990853ed981010c3751 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199939: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x7046abfff305d6301fc783478536f5113e04a3efa839f2b1f9d406a43f850c3a failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199940: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xbc659d2c95da69f1d7ea774274fca0a5b2e916eb6dc4e5b42c704a8011981d13 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199941: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x57c798afecfd671e55446e6d7048c778214739a1d0e1e90ebb1be44cb2ef607b failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199942: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xd30dd17100442e5b9d0dfca1e6f6243ea83d9d92d7ca03732b5fd0d76e828c67 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199943: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x7e77626e5636a4c7057337c585f5c23050df666177184b6b677228b496b7de9b failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199944: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x974e29c26a416f71ee9818d41b6a3c041975254aa63f389b8644bec5c41fa23a failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199945: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xf63d6f499992c88921cdcf7cdb681782c199375e99f4104a3c3a463cb8c518c7 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199946: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x311e4e87d2edc1e5e112c482e91700accac5e954415676932f8d726561e65fdc failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199947: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x768a863bec4729941c0e5fd1b96ef3c5fd397fde816e38a51246cee812ef7bfb failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199948: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x2d85cd96e5a6e4935a8d8965e208aaa87390c35a67534bcc1a9609ff022e6c6c failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199949: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x916ec6806b407f778ffefd9b2ca65f48cfe9bf78501959f1629650c5f48822ef failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199950: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xd7403f152b5259db0ee20bc900c2e9e353dd77d38f6d52fb2948f22e0e26ce62 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199951: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xa03cea657bd4e68fe4bef94d51a5d8b4324db5dd343d37536ddca9e1c8a65650 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199952: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xcfc65d73be4b992181a408e5c65846c37581abecec4cef4937f3103fc7c366df failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199953: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xe72d86d93fd89ed7fdda7c0345d77071fb03fd43161bb93e07c772b0678bea92 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199954: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x38a09cf6db2324d69cefefeef3dc164be003bfff923cd793ba6e85c2a9b2a18a failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199955: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x874970a4b1f425a33c73f8ffc219951985350b7183b7a010710443436bc552f3 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199956: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x39787dce9213523f9940e19962b98e7015d43191c49ca29c6868122c0899dfff failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199957: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xe14a0cca8c193ea20c571ac442e619485362c6bf7cd7551929f8377623e7c813 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199958: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xa981129a4ed517e70861c2c879d8897e6d62c162a9b6d1ecedb5e56c2f585f49 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199959: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x5fc1bfda663d0e584d9640b35d3cd01a97719fecd0fc5ae1bdb50de150976875 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199960: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xa8e31813bf5cc11059abf18fe04e957edaf4de12ecc8df96e54351d6e46ae203 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199961: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x1bd275cb7271aab9d6cdc27a12394ebd2a098ead89919f77acc7f04ef6bc3b0e failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199962: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x917c9d618557ef27279dd6669270eb0d54b53aba23cc3b59dc8d4626e34b2d74 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199963: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x3b2778964e2afeccf75ea9e3a8bdbe37452a181c8ed0514ddc0ca6aeb44298ee failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199964: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xa166fcabc780347a112f7caebd8861d4b13322c43d60c740533e61a4139adcd0 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199965: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x68581600cfc0f84536a42631117d138f9324d08f8a4126d10fc45a6fce04b96c failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199966: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x07a809579ac3973ad8072dca0ae840803ce657f872a6564d109109389c5b7241 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199967: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xbf8272cdff0dc41bb11327665b12055736479c6d16ad0c28700aaa11caa203b0 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199968: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x6f5aceff55be2f6b7a5e07bb04ebb697b292bbc11857e47d8b98016698183dd0 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199969: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x212feda82c4a32dbb8d3154c036a5466848978efd11f61fff2021b88febb8428 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199970: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x34c2a70439b74ed3016bde7c8ecdf1fe12439e470172b4326c060255138fbbe9 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199971: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xbe84e5851a7ac2f7e80aa7b189d016ca50be4af91d1371669eda017636aa966b failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199972: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x5e283b2de11a5ab29ff3a35e7a535750ba120eec837af67fa1168999b11a4404 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199973: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xb8ab24487edf82f723aa63b7b438faee4ea41bb55468d79c3142d0b9a0020986 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199974: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xfa391f0aba3b7f65ed071d141ac100c5e4585cc53844ed8c3c425bc65515fdaa failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199975: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x2b0c00d11f812f629c64777628f25c4cfd49b4272bcf246d0876a89fde771c85 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199976: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xb9e62146d6885028359f2bcb0f04866629bad5a70e99a6e7422c8388b3e57669 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199977: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x114121dfd2f3ddcf34f2c245f9698b6f90002c8957f7a572c9f9b6de1d61f817 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199978: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xf25639f031f2ea2fe1baabc880cea86e7d39f80c78c03ef58d55fe1088fc0b71 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199979: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xc80a3d754e63b72152b7b83fef8cff67b8e4b1b8d05f07575f9676d83ca537fc failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199980: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xd61daef0a24b5a63b862bf7dee4fa0c9e2dbdeb35f98c8865a71c04b799d85b7 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199981: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x50c05b835aa833397b3a2906a67aeea77e5491d696b559159584f01ee73b0bb6 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199982: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xa2a06e6bfe8cca2fdd589e0be86cf202443db78feb2da5576e1641b946841dec failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199983: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xee4b669f267f009d26c3dfa72f4a947e4ab6f377894677740e11b96df7052bcf failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199984: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x37bf0915b82ced224aa14bd715ce2c4db33562f841670fce28787bbe81031b9e failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199985: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x72b7c5a75719a680f15969601fd5d9d3d207c4706d77eba377edecf92f9658f6 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199986: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x6be2a94b5c765c56576d28671f6f6679050ead64d4da64463cbef47f4c69ac68 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199987: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x496e8adb53d6aa12a4a8851cef0e56fed2035a4e39dafa6b57a5dc60164e206a failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199988: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x23ecc9b4d7bc962ddd830ba6e03a77945842d0d5fef93218c811ee7a1ca3c668 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199989: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x47dfeb502541789b5bb2da6abb877d28f4ddc8d3958b08a429ee9f8811c19a6e failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199990: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x38bc0c61951e5566e665894dbbacc4cca672af1e883299ad7dddeefccb17489f failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199991: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x11aa17adb8e8422ef4576ed6e1bb8bbe96f7e4105491fa3859575c1e5b1c7d0e failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199992: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xc8f23d8af8b9ae4f0b122bb6e4ca0aaadfcc203e656445e615c8f8413fc3edac failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199993: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x8ecc57d61056fe4f246a57b67347ba73aeb10aafae88345de597a8794148b0aa failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199994: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x36e7dd57f29142594030aceeb23463b254ec44e68f9f774d5348125aa7b9a83a failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199995: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x27553e1259ebc3a2675edfe81650a326800e958b45ae14a612b5bfbc7bf8eac1 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199996: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x714d693b4a79b95bc9e41507c695ad20d7a4acec2320dd5a12febb7d06cd17fb failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199997: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x7f689ed626e7e96373c165b74ccc67d1484d5b78b59b73f2e33fa48d6e60157e failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199998: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xbe14d18f64b64c1c299dacb79b6ae15c6999c560b6363c11697ddcd7e6d68675 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 199999: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x0b3ddf5c13518bcf8ea1a9c6a4a1d056bf6f76c2e0c30a7162fa1b4c99817f3d failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200000: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x6af29282607b24937f9da28c9d7555b1fc949564b0d30902933e9aa45be8d5f4 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200001: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xffde4e9ace11e958b9b434919dfd8e7dd1d6901d9f9e47d3face4a3e3dfcc82c failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200002: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x1f4572fe195de84fba0b689565c1b0adffc82c1571dec7df73381e47afadffdc failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200003: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x8bef3dbab7ace869d59b293c2b02ff218643fdc2b5264f2a26b393896602b81b failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200004: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xca76e2fa80352394472cc5c079b12585e5352667d0487da0c47a12262ae378fb failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200005: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xfd0b5e37aedd2193a9f024bb7b76efc2e5286460057873f1810fdc6628776a3c failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200006: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x8102c09b8dc9ca85ff17f8999e93ae0a07af069bce110816f60186beda60da1a failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200007: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xfb909b961a65b0206433844eec408a7054d7bcf9e6f27862143954af8597a124 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200008: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x5c600350900e08a273912fb266e15a16e47ab97b16af736aca758e42e6e16acc failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200009: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xfa2fabd94fb82144e2100c82f9af3ad9fd732b56f1c483a6f5bd9fbb8aeaa636 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200010: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x51cf689e088c3eca06075d93ab810f1f9b58ebab305bb6e1ec4af76e864113e0 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200011: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xf6bd82349d657291d935eeff855b6db07e68187c7cab30efcd42a6976117a425 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200012: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x478427c792cd1bdc023b282a8883dc2d5c5af3e60c127807437afd111492697e failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200013: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x956bc7b1c2f0a4632f62f8c9e60ff544b54b3a5411abfe6ff2b4ad54225a15b6 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200014: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x3ffc33c139c9ca64d1883a1745f91735975c54c07d00b08c03236d5e6ce65d7e failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200015: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x459c350c9598517d0706a7dc5c13b4cad69a7ec388db5fdb538642f0c0eb3fab failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200016: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x4ea9d3dcae34fe5fd328949a1f874b1840b94e305ca6f229d1e112a0bf2e8f08 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200017: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x8fbaf09864099fc190262e17ca80349ecc47f3340bf8fb4473e7f938407b6436 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200018: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x4958b9d334293752a9680ca22b2daa21987cf576c70519d6b4304c83f6a03d83 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200019: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x0596c25e1b8b38dbff648a86376dcd23cf50b42a9fbab6eb875d90fb1b4b3bda failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200020: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xb6283804f4d922dfce4c8f4ab03777b2e3c1fc93842d4f2ef56c70cdc0b45b54 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200021: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x31b0c331037c1bcebd2030eb3433bb749c7a588ce9fb3b0d90b96d14a5d4f459 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200022: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xae6fb8a2065366bdede9d7243b30fd1fee749dbd71f35903bd96913d87daba06 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200023: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xd11a54a570cb4163daee1340039d93fcc425d36de715216a253d0bf5a4da014c failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200024: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x8431d172f1a79e28206a72d9a8cfc8a4b2a47f0da38346ab219002a485096e38 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200025: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xc43cdea3e3caf22b5508ca35bfa2880148648c6bcd7d2b5931e39492a34917a4 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200026: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x828c2a9bf98b63f8199e0786eb80236b3c8977b64a9febef24a1fdf3e34ccb2a failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200027: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x2d64541666bf0598a786836c1abbc5bf5855de46e6d0da629820acfc3a169d91 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200028: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x0d9458b8e9fd049ff0b74af3ddecfa1d41c3fb32c1448be84074c184cca47408 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200029: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xa8fa64fa7228d52213eb66be73ff2d021c9f16f6a39adf95abadbf70324b1ce0 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200030: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xdad88e6d2e0547ad048dcfe2c8a1f1e8b829604d2b24c7d02112dc662d37ee9a failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200031: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x0689b14fcaf9b8f61c8ce8cd52cdf8f75ac778c9b716f5738995d569a5860378 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200032: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x699b872b936fd30553101ca9dd1a984d1801a734e379450543922fd634baad77 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200033: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xc4ac0ce499a98b5fbf271d0cf6ef1b3af38a7b6d011a16198121c540c7a5532e failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200034: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xccbc23c2305ef818bf8be59f05030c6344d635290c8b5867e28d6422740ce18c failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200035: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x2d1a5d13078e4a1cd4349cae0a406469ff3064e0309348b869b51f2887ea3765 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200036: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x7a61607ab768bed1e2b04875afdbc20cf60f5c266ee79db41272be754e021bb3 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200037: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x6b4b22cc40833988909053a8a75568b9a6f98f8773ce35b61b91917efacbf316 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200038: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x57bdbd2ad8c9202cc9e71e2f93856ab45af6e7cf1d12ea4c9ec29aea19bbc1e9 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200039: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x1942d9f42f95b315d03da3a75dcbdd7d0ec6e3e488f1bdaf0fc0dc81f1164bef failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200040: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xcefececd2a2459661ba31c726245e8f4bd0d6dcb3caa819b6c8c46bcaba4e26a failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200041: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x52632867a399e50adc0db70200b1a46d2f6765d5ee67e047745d2d47c21259a5 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200042: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x7cfad768d0ccbe4556e7d27d36a8ee58fc4a2d51c03877a489fa69d35b5e5fc1 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200043: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x51e9265a941eae2c890d367508e9bd7684efc1a4b9bf0c0b00c8161083191280 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200044: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x5462f52e073da14358c3b37dcd44bd55aae73a02cea86f5f8c0c226ba09e00cb failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200045: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x039b78c23f08cda11b94440931990376262946cacf91f93dfcbd9ca038cbb9a6 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200046: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x796dbcaa342324d00fe7cdf4878018bdce5d3ea6babf764b30172a488c4716f6 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200047: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x249e12db21b4be60e6039d8d24df66d18762897a4faca50c07cd8d0f50ac21bb failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200048: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xd795e479323fc59b963b09bb6822963fff296ba94c5bf07f1fb76537df2bdd93 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200049: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x0aa61ef38cfcb81c8f67b00c58588f6ca8876a2c656e8a47c5ed60c7b4a5090b failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200050: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x686f910fd2a0ebcefda7151a22964af66048599ddff7f2c743576cc92817055f failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200051: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x10d56fdac5d13dbfa3650be3cb56d66dbce858a71a9fe6d64d11f4220c5e3346 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200052: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x6f94522c3b10e755ed680eb1c889933a102a920528454e681a786c937111f083 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200053: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x96d3b330c591f6c84bc648aaa66e5f6e55b09dcd3999f0b33a090e4b414e2945 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200054: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xaee9f5cf783029bb5b7b085264753d0c6efe5e3079f780bb782ffb21e2f8f038 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200055: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x652fe605ca325ee291bd9450ebd1421b542f42ced48b0c36f74d317bb3097554 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200056: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x2c1a37ae3ff19672c0a228632bfaf75a0a8e3e2c388a89485efbfd3d9039108f failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200057: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x3f965257d0ce996e667b643f1bf232c1f4a4ff3f26f7a51933bbaf41e38e8546 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200058: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x371f047e3a5c3e60ebfb61c6c08d0e31599937a3308f9810e353797fd0b6e847 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200059: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x53fd76e99f77d194bb4a93cea8b94a475e8fa546bacba8605fa27771b333d405 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200060: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x3ffbb11eb0247d0fe96f0fbb8bfb06701cb6931ce531b89269007adc3136dfb9 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200061: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xd269968d13fd047593c1fbb51d3a7e56fca5c1ad48ad1e937be23cf6afe3df27 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200062: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x7ca96b7f0693ce1442d06851d41f57aae03f8435ae1bd4950db16daadadf83bd failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200063: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x97c3797beb46e3620231470bca2b1b764d16041d2f19121543ce51eec648c7d6 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200064: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xf3efba2c5a054f8367ffa588284deee798a7214c7747792f5aa934e6c48ff1cb failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200065: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xfef92c7fc42eaeda76b3d150e7cbb8719ecf76ff864f4d203d155127cabefe40 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200066: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x221b10aa5d075913963e56bd8d48febeaa23cb0721c644d4bf1d2468b05188bf failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200067: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x1bda76e86a4abc2d30b6d5866c2706c0fe2f96deb5f768f3c69e29a435dd6896 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200068: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x2fb2f2a22c7c237b5ce87ac5443ce8738983c4924891637dbb64f81f6dcc05cf failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200069: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xe826bee07707a20f4925d3af6783eff7ede8f4960500b0295f242f2e8cbf31e7 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200070: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x650d7cf3efcb4d7a086a5d0f47e5d891292ce7264f24e9e73545afb48284d7de failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200071: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x2bc8fc0ff95b40e1b2b631639d47db79f45a2ec81f7d5988d690fbf7df0b2531 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200072: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x4b5751af0287de4cfebcc493ef33f0284d537faec87e6eb827af62afe7be229b failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200073: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x16bf285c3344c86c55ba50f5240eff5207d5c249215e61b7543bf681b10534c5 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200074: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xa10b41103b492a264d6608084249a296104b6f6c8d9d11198d7291126e7cb6f9 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200075: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xe94ba4365d8394284375149918d61b20b8fe9282c2d3fe4fba6eabd5d78e478a failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200076: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x94a3daee5da5786d47f31c431edb251252b4deb8c7ded94bc712e5137229aa62 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200077: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xa4a41c7bcaf30e715cbfa6c07a44623faa1b62db7f8a2cb729d1c3f61eadeb2d failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200078: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xc3c988b86e7062d248c058425f0b9f2dbac97fa70ecc08e05de6bc9f892678e0 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200079: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x70aacf656b3abfaa5457169659d54e9beb52c4c177f743d480d668b358dbd1e3 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200080: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x661f2c2c2c1683f8a25d1887971ea0515355b323354a2c0efc07ecb8b215d8bd failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200081: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xf99a815dd6cab3854e72179546b170394c8ab84f5d47975399da9b787f9a6d2f failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200082: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x70d9e0d959266d38b33d32146b357061771115c4487ef90374834cd9f2b4fb28 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200083: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x5ebf6a18e629751fa803b9ce5dad0ae32262464c9d1006bdf6b42577179df33e failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200084: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x8e37513d6290ad15f55d7aebb04b13f00e00b12101e0e8ff9cd0941809895977 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200085: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xecb30e67a87680fb909a5f1f9cb60c4d3ac353e2185252c7dfd96eef05ce2e4a failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200086: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x42bf63bf40aa12a16abd19a6d927ce474f24290eb8986abfade900550e1ca9a5 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200087: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x32147c18eae30ff91ceb3503f22bef61e674275a344e08a63e4ddc1338909837 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200088: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xb912be151b8c9edee29a2030c5b6dd86706542783ec092046e6e16332cdb78ba failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200089: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x1af3864d22afd5f695a0f30ca46f8abd048dc4e75ad87817e9df07ad26f28753 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200090: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x80548cba9c17ae2d22e9ee2bc3f091f560c7c075123bda73b0e217648acd54d2 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200091: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x1ce397b5876fc3442f47c6dde7e80db08c8e29acb0f4bb379074cc7c8b6d9046 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200092: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x0fbab1ebfacb522212206afe2608417e772665a55d465af2ee07046ff9f523ee failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200093: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x9285846a5f1125eac2d8d1ba3105d053a3950cb0721a5eb203c5da34779d95f1 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200094: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xb967af4ca26ec7543785cc0ad7955c45c6957412ff99aa1050d4d744932dc59a failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200095: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x2416add5afb53ee8622022d6c5382d4e06a7739f77d84594e7611abb8238c1cf failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200096: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xd8cf60d6b46442616d11fc1e291cbe1aebe5c8a508bac2c52aed58fce8793a92 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200097: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x7b949855c19f51d25bf40ec31927d2be2a8fa83b844ca39c6230eb2599c8034d failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200098: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x5bd2d61ef4d5bfb3bf043e39a13a33406f38cad866ecf2fcadbf57c7a33439c3 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200099: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xb8693d2deace76e155cacba2a2d1fe0309ccd4a921bcdfcc310221cf2b69c811 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200100: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x991d279c9ff39307d7e903edf52ec2b2abf339c49f91e0f39a03c313ddee441e failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200101: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xd586ffd5a41e9e5b13698ae25fe9b6747899c4e621cccd92037795d67696e0f2 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200102: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xdddb1fc5fe0d5b12f8e9491c290552ea891b48e38e345c2d720338ebce338d11 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200103: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x09ec58c345c3d681b0c4ab0342d113a9ca020bc8227f65911b66fb3388488e2e failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200104: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x11818420140b62652762e042294773b2ffe6bf46014332563e80e8de3d27d81b failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200105: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xde508a2a4985f5e591643b46085dc31ba4d9e33819a6f2a0b8d56399393e210d failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200106: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xc0e46173dde9d3b14867811eb98fc3703d9ae38308cf793f4b8a0a5bd2b13635 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200107: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x8cf32b4da5395dac4a8deb9eaa23f840147c917c3b4b45ee418339252dd7d9df failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200108: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x1cc867b12f0ccfef6c8f4f79e1efc18b1e19e3f22bd887a08de3232bbd0c6f19 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200109: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x0d36b8c19ad12ac576795ea42c17218c12974f2bbd684ce124954de417db6314 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200110: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xcbc0079019d61a2a68be8cadfb31230bf6cab146af0b32c0fe48409ce485e53f failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200111: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xd994728a3a78f6aa4c84fc572edff958a750c34bebe655ec8408f1e51b4b589d failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200112: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xd730ef6b4c9659d179fce33385acdb8a899d1b036de466d36c00d7ffad5a86a8 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200113: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x88f3f4d44f80c1b8513ac8eff67cffd6503bb94ee764800f254c9141c0712b99 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200114: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xe45c695f20619242b3a587741cdeca05c71cca30585893dcbca68300d47c9421 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200115: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xc30fc4ab000767e3841c04aa7932723e05f9db5e7040bb7f6d7cd122a7a83054 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200116: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x0e6e11dc1dfc7a438c86d633e8c3b4e39d0fc68812fbd311f452042f54a48928 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200117: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x0bfa0d3dc93e8b5fd0c8769ae33947a36caeca87bfbf97957db1ba8048588f20 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200118: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xa7b4ce29e3e93e07bc8f56c9583e63e945fa9add4b00e11f8a318898e29060b6 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200119: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x9ceb8024712e3b2ba12b61c586b36787c627263700f86a74606590d97aa2340a failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200120: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x51987d1dc4db170acb9c1a72b83dd539d6401d91f4fa0c52e1b46d09e1193c59 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200121: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xf7302d95f9bbfc2f175ef0b570e48ceee43dd1f4572b08f486fb0d848833474f failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200122: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x412ffd71ecce8fd2de4f61ecc53e745cb30b9aa67f5206f43123b3c5a6acf076 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200123: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x0b5f47fbd8b80a0901102095ef1e03aeba50a34ab7cc0ba8145a0b098d3a2113 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200124: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x55c999b0b9660e9c9ed9be660b2e9afd6140507d62e007fea6085a02e018e085 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200125: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x512d0dedad155fd8bb6cc8a2c28797027126c70dc6f6b162c38250134bb3097f failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200126: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x45cb38696aa9ec0369cb77b29e9211905d00aca99d424d47feba434663d642e5 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200127: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xa73f8491d71691af8537329ab54dac8c9c865097977032c456c82e5bd698958b failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200128: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xf6e31ec0157de3702ecc7e13c908e30a8a9d5dc93f1796529e63e06932a42c6c failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200129: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xc845f3ed1ba3dc081d448287e5727013eefd57b28c540519a588fb947259be3d failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200130: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x5937ec6b3e3d2b4059fe09262936212ea2f67ad46920b42ebcfb3e2f94c910e1 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200131: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xccd4034a9dacd773cff93532c3fe4d2b73cbf7207d2e4dd68c2ec211bb00a34b failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200132: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xb9c1a9ae2fd369ba57b139903ad06014a9c5ca27c10a86a443a829a7e788207f failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200133: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xd50d8d9e2ebd1f118debc338ab53ef526fe56752e9ebcf4bacac5e507509913f failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200134: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x00fca070cae467015d7faeff304f9c1397087cba3c4933082328234bc08653ea failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200135: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x7acab3d4612725cabf118b344094d18fb4b634c1601e125098cfc3186bd52c00 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200136: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x63796933f1217e85624496a5d19afc39d0f0e1d7d1cb0b7a5c9dc126fc1c4f05 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200137: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x0cd82f622b0a1d0ec482d718e206cd8c780f94fa566920aa8c7283a6da259eba failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200138: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x7f397ce3cf37d38882837c9793e63483364ed61aa9b01c9680a0f97d192bf50f failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200139: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xcc9f1c0df51dfea68a60063263862df0af517bcc21df15e25b6ffeda89a20e04 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200140: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x58c99c66a58c740b7c9b24e180c1fe821adb7cf5e1e8ff096449941480f2b1a6 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200141: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x9bed8676148d0683974c63845fd34be56d96357f6584a02a672f23239762dcf3 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200142: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x9ee3745086c6e00f4fd394479525834e387cd28378455714114e9db2ced04970 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200143: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xf3992c5fb8d1a01a0994fd330024394d6513cae97738e3da5a8110aa709b61e7 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200144: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x91634e13dccbf4f0a15ad259c591e943ffabf4c1ffb2f49069d73e0075dc5b9d failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200145: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x90cbaeb737f29b34cf945703a2eea9db68331d6566d6aa7e9c40a6d967b0ffb1 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200146: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xe6564b512f4e8efb9ad4b99d90d15fcf378797236e41122aefc9973b4fa6a546 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200147: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x43c02ff6c6bbe44072453ecc31eace4205cc78421cb37c462b99fa9ecc021a7e failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200148: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xd2d35f6f87f7d14274f4c95cc3a2dfb317d0d9c198a810cf332b77aa715015ca failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200149: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x0e9428c0efbf01dbe6747926653f12e70aec7a034daa9a1a9cbd5927fd6af44f failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200150: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x60a10517f86534cbc433a7a2fb6c7676ee8f4267573cbca04d0b364db5d0bc2b failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200151: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x57c6975094b5c3fcf064c981a6884143cc02cc3072fc8dc7cde3ab8773e46b48 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200152: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xac5270f713c3a78543d1c665c326bc9e44a8fcbed4881b88e3f9123575a54ba3 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200153: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x9c874314f1cf1009ba83dc14c02c5104badfde6b2222fe03526694a85c0a2e22 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200154: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x3ad787b54e0508ac1cd57829a539178046411b78caa5a53ccb6fca545809523a failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200155: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xe3dbcc52aad78443fa8aaeceea69c1896c2bc531fdb2e1c8c22ff2995b38530c failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200156: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xae420bd92dbd57f5d6b17ac491b06b8b1ba596411a085e62af5c821d1e0b3e4f failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200157: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x165d3f3caa72433232c6636b160d0a4947e5b74cfc65bcfacd2f94f2f73212d4 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200158: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xf995d5e5f3753df2a72523e4b294183d7573002bd41fd09d230fbd2944abe53b failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200159: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xf7b6292e8e0c848ec9df223bf7bc435ef82207699db613fa5fa6fea6dd4a7cd7 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200160: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x65ef37a6bf20a1e721723c8f95711830caf0adeb25f2811ca63dcc73b442e30c failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200161: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xf04b1c5128e9c6effa7f97ade1fdbd30a70c3f0ec4c4a93979d2e3a13e26c6b7 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200162: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xfb5a227d3faf5155c0011570327368cb0367fb44e90636763ee0f654ff64da30 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200163: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x391acc97ee5eb7548db87db0c2813524bea18c78b8462f98a87860ef651692cf failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200164: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x15e77c606ec9e4cbddf20072d06e971a3087055f5052b223d0f0e705ca0521f8 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200165: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x638408277fd5f8c3661eb82334d938925457681e826227db30bcfd40344b7809 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200166: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x2e3bf1ae9fabfed8b8e1bda4e22a6facd8f578666d14f87de8c2bee84fb31fd7 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200167: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xb588244876987b41c489477ef5625a1861c14396b6917cba81abea85f785befd failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200168: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x797d9522ee1cfb92f157e8c106f550f3c6dbc83666829add3c35e01e6d392a27 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200169: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x2500a877a29aeb677db2fcafaf19a53724ab1dd994e8c090f2c964e047164a15 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200170: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x6af5a7be06f9b247bc27276b3b7a91db6ae4edf7aa0493fc3dda24963891505e failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200171: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xf0f14ab60c6d0b60b0b98e93873e47bfb6fab588df5a762fb34a44cf072cfc59 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200172: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x66d5e12940e406c59e51c315cbe3fb40e8f6a86ef6c7d4e43c4788c63bf64e1f failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200173: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x59384b03746a42d32479625bbe8394bd1d24cc75eb6b88eeaa9583904f6e392e failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200174: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x985959f9e2897407cecb9f43cbcc57c547df5ffcc50b2e24b72b5e635faee1e1 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200175: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x9286c93de1918641350b14204bf8a169867ffd81ca747db2c65e1ec882610501 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200176: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xce28a90be88ff2aff791ce1af50dbfcc8561a0bacaed7a6e808ebc121a54dccd failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200177: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x7d1dc0cf9fd7c559d4a6ad8d7d0b1926518f17a10016793f0e93937e18b4fbb5 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200178: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xccce7266f4e2cb3a333005e38a4bedc761058e19d52caa52a616bcb7d026d9f2 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200179: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x24bf1279586f007d3109a9b51601607a1353d1d039ebd37d5b34a9b4eb68b3d6 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200180: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x4d0ac879c6a6ac3ed690420a30d228762600d112d3acb73539006150eca748e3 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200181: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xa418749f4b1b7652e937e2e1145bef66f7ce529b49e771f5e1cb9872f63130b6 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200182: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xa47d55ddcf380bde4873dd5df902bf1a7fa771d50597731d1562a4fb560f40e6 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200183: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x95ed5436ef784ec93dee3fcd134a66fb8fccf0dbb2f148405d901cf44c9a78aa failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200184: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xf3e3fde7745ee67162de3b915d69272f605433b504615db62574ed29e0efac1a failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200185: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x99840e07b8edff9a35cb49ee204707385c0688e6b18bb34a148921a66ccf1e7f failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200186: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x6da04a12095678892788037f24ca79b0ef947e5d29ca96e7ccfa4291aaee772f failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200187: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x653a45bb81fa1fe529b546ab3d7f810d55a32dc964b547c72102f1aed54e0aa5 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200188: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x11fb249fbe5bde4a7ead89e2997cacd1ee30c0a00f1080cf65ecb084e45e30f8 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200189: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xe2791681798fd2e9d3a50677fbf7c17a74ee1c60ad5dcdb640514114c93964de failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200190: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xb18782d6f5b006beb0540676241295be596ac13bde6d49c957779a97d8ca2ca8 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200191: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xffc3350ada61d7c7e1d0ff11c504e8a3bb372a72653f28f321983fabdccd9327 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200192: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xf5c60490ab4f04c4d3a2ad0ff86df35b34e99a5da0e7f10fa04c21cb02300263 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200193: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x32a32cdb825c6f928739a5a8b80707006be1552096c42795ab44730869fd52a9 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200194: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x9fc6673cab0b5dbc67356b5126ac5d362c00f39af04713c0ba282e7bd80ebeac failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200195: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x9d0964bed76ef55cbf6ca2d3b720210af54c987aa04a5bece6e19cf531a98e7b failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200196: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x14ba0657981c471757d0ae20709fb8f0abb383be69ca5f830724ce2221c68d6c failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200197: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xac10f7708b00766688a6be540b478667fb92bb73df888175da75684662bdcf22 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200198: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x59a6d4625eb7dde735ac9361a033b42118ebc543186f41d5672b4a813b67f17c failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200199: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x9c830ac2b41ad8843b5964269da371ae87de6f6dd076622ad97fb9a14176ccd5 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200200: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xabef2c9eb42b3f361793ec0cb19829e293e6c5cf2065f80ad69ec1711b3effa3 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200201: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xa4aa501fd1f66142b346b4b6ef0b7ed59400cdf4c9d2710c172d94023205cd06 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200202: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x573c1cec23da1d155505d7afbd456d29f0f6097918e33dfa9bc89c4ba479253e failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200203: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xe8f772e428180811500b5bafcf678a86ff76f07d5d9d68def514f2cb89cea0ba failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200204: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x1e002c839e3c7544927df186b1bdf78f39f625c02ff77b655397885897e1548a failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200205: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xb81636f1d36ca328595994f16aa54855bb44dc63d704e01f7d09d3525a161a1f failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200206: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x4fb78e754a421f8756725340bf7ad60f1b5c6f3fa44f56d2225c6030dbe1381f failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200207: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xe9cb6fd1be28c5fd0fdec7c8b4a91c041198ac81acaca66afea740551e28e5be failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200208: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x924e5effffafa4d59d5c0cc298fe8e6d24f65de3f14e53687c00046f625ff08d failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200209: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x3675d472564ce22c6db6356f5f134d0208dfe32bc43fc0e35557dafb71c560fa failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200210: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x9a26be7e6bd0ddf3c4ddcbbca48260e401b34f7be5c03434bbfb9f0af12f17c4 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200211: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x4712a0b5290dd9f9400857f3ba3338c745fa3a3b53698654da825d6cbd45d4fe failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200212: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x58de4dcde578b87ca1539ca60d3cb3978e32e4fe619b1be9b881a406101bba6e failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200213: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x7df4fe319065e7b405b8a69876709da3b51789f9da84383a2e2abaca1d95b87b failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200214: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x2e49d0e9fb96171babc47249f23660a1e71bd198243fe460260083bdf3fcc9d8 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200215: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xca56e89ffc2d926fce0a2d0b10813e0860122361dd4e1553abb49a842ed37180 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200216: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x4f2a2af031f789e6fb87696ff9fd9c70591c4cd06b04cc1c3a41675eb68232ff failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200217: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x114a45655f6f7fe6ab931bfbd3274ff3eca5a70a7dfe60657b5a9bd6e01639af failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200218: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x75c5ee5a80331888df1a019e1959e7497de4baf7ce50cf1a52bd8e3570220500 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200219: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xb9136abd02504adae63c16f54e86dfaf5995a2c5a4e7bbe77f21639cb17ceccc failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200220: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x77fd2b95d154e705ab86af570ddbea9ac09aace2f51370e539b0bdfa45d4df3c failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200221: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x08e3a4d01b01c9b634ecf19152a4fc917c654b72a8635b1775be5613d130e280 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200222: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x94d614b06a6c6b0536a287881a6c67931e50bb4bf8c3cdf3396aae372a6ae73b failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200223: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x431549c8ace342592cb2522006f8e4469b4d87b324255cab0000ebc3a51107cc failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200224: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x9a45815cecb9bf89123b720eb6ef850fe4a1938f5d1d97832b1dcfe5fd5ec2a9 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200225: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xf1269e1450d155ad22ef78506d9025dd2bbfbd74974fd53991f9762214ab8f81 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200226: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xb3183fa03a7cd9ae128e4588b6bd28fa4656ae596bbaac2bde90e56372925374 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200227: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xc0a563e4b6976d61f7fc12e156022f1253ea543f6d962a1d304165e077164c32 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200228: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xcadb7f6fd8e6dc20cef3e8138435f4746348eb82f91d1a1ce2ddb90a08a988dd failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200229: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xb0be031c6c3d9a506a004f4abc8a693ce23a21b91655217c59434ba2d0ffa71d failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200230: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x7119615691f4d4809b6d4c74971a9fffdeb595de6619ace1593d896ed694d2ee failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200231: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x426747074f6b63b22733ef2a6a35ecb105dc5b1103519a5fa46f8fd6626e91ae failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200232: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xd2553abd9cbddd7a277bf1872eb9944eb680a8e05ffabc7bb4a98d0a3f7fbbdc failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200233: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x2f842ed8ddc45f62556237e880b84b5cfd3b89bf0ef8ee55631cb1015bf363c9 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200234: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x400844e86361f98412ab63da589595104e3611785ff1907b2c801179b26a2aea failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200235: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x2739de4191179b0d1e7058f0b4ce09e4b1f8aa78d58f47a042c8bf1982c3fb79 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200236: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x51f50f4e06129b4fd37a8b8eb4561d98fd0d108705004660482762757135dc89 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200237: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xf285b65c8ea65e7fbbb22276b059bf8d2c1fc4d707ac2fe6db1530c8c1c4bde0 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200238: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xec7cd83d59d3c6558460cfeb5d39439e2f1d1d3a3b9e036456b32b283056e9c5 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200239: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x3e66df33c5c1b43dc5aa398c46adccf23c3f7de4f1322391f9fff10b77802924 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200240: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x747ee99288e967f435e1338d054ac3fdcd81fc8d68b0a8a02369a6ca8c5e1840 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200241: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x9738d32ac2aeae6d8c832cdd02e6f7ee15b7a8e6b1234f2b30be4533a7faa79d failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200242: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x45647e43b7dc8101f70204a7fbb46a32cb679da81046bbca48480b79fc527e96 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200243: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xe8f0e679c2e8763a1572bbf71cd04f5bcff7319aa1a8a1d82576c3c3f3cd724f failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200244: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xfee08b553eb0205f06df442e19d4ec58a196c568dab0a8fa5e22583e15f08064 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200245: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xa5307c0305e3284647ee55703a6f5555ce564d31cf798ad558500e932cc3e648 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200246: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xa1d6c2ad9366262b88528a1f16b6233a0f67959716f11b7da76ec6ec2b33e8af failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200247: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x49286dbef571a898343313532575c911decc4a433057154f9620332ce830ffb3 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200248: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xf838f30452e4077e0e511e7fda60c6ffd523a70c049a80aa299b4bdd74c084a9 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200249: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x372afb0ed756d1a20325a8b43c0ab6bd17197981cc944ee3061f764a6798b428 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200250: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x99dc05de59efe7fd944a7bd501bcb961a9c553815b39b5b509fe58a65133d6d0 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200251: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xd99edbcfbb6e47a410d3d9351c2308fc0fba6eb7b48b3ae045d3eef709852c7b failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200252: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x4b1283afcf901e4a99dce138ad5dae2ddb000e72e6be87d3eaa7de9ab3acb1a0 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200253: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xb0c0e095710bec5bfe8e00dc18c7f21ecc61fe7355e306fb250044763c8cc9ff failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200254: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x4d41b87969204c52cbef1dc3e30fb52151efe13b6be5e7ed8071f157f12a4f98 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200255: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xe9e52618211c762cce7cdc0f8bb4dbec9433f0d8bfda71c4cea8ad13fd6961b8 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200256: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xc668eb55737c4bc56c91289b162692b12604887e31f88334e2ec071cffce733f failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200257: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xc29ec270577be5f3be891145c25f3783b62205a803fe93c57fd46279947d9386 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200258: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xcd503c6532ac0bff0419721a510e3b39e93a861df63e0c646e5e07fc6376012d failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200259: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xaeeab8f271e94d989502840983e162327dff10a730ff10127960e78ca9de24d4 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200260: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xef9ab313cd7951460f6a56cd52f4d034e40063c7daf26b3847c671eed4605d4b failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200261: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x285556f257bdc9e0bd1e2e49c379655dfaab5f9d0a1c2d94eb51cb5fc1e06b91 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200262: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x5ba428f5ca4f1071f20f301615c97290317da191dfa0f61e1b9ef95f0566332e failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200263: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x2398b4f5b094082f9a0876ec6d05744c054c3145ce3edf2e5b0acaab49bcd8f2 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200264: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x1c2a91cf5a6fcb0b90e09b2c1200ea7de8b09e5ac5c79a50d00bdd2b26533c87 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200265: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xef08a132f98be1d029df25135d8a473b2d97efc6ed91072b664d0b06ea0135e2 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200266: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xa7eb5e3487f5282fde23ce539f14e2e81f2668a1040a443dc9449387b1e4fe03 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200267: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x1bccd4a0d46d00a02c117c3a74600a21a38c8bc12670f5658299daca0bab8fcc failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200268: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x3d1a97019937aa0af3832f387583bdf651c755fa59e558cc3c71d7563d97b3ad failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200269: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xdac228c4222f5f1dec97e310cf4c6fee9accf29af449d9666b292555ab203695 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200270: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x29e6979a10a0cd05a5630a108894f4cb35cc6b057ddb64e770c07c15bc6f9f87 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200271: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x3d57432f8a2c3208f40776baa05ac409dc4ec048b14b1e9f54b961ee6be25976 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200272: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x3acbb077ed9b448c308f805d095f41d4041acc0d88984010bfc4f20ee33ed6c8 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200273: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xc41e73a4d429fed429d912b5304867974f39bcc33727e44debbc1f791ed32078 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200274: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x48773f3a92a241afbed2c7219927709f643278cc81c30f8f585585cffe95638a failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200275: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xf22812bb3afc888349ce5c9f0f4159a2722b8d9f183a1b3ba6f1a8ab4c2d2899 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200276: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xd089d697425e3b801dc9efdacdf3f5caf31e42b5d28fb88b1653e20b015da23c failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200277: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xc9eedc4739c25d69c791dea79aa87a099cc2ee60c4ad236686f11aad028b3f66 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200278: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xe56fd36d47d7d4f31ae57e78fcca2415be9ed17b69b236c0508543c7b4a601c5 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200279: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x7d7596542cf37fbeacdb47234cfe129ba7bcc897426eaa04adc047c6aa3631e3 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200280: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x8eb82cbb60416121ee995f091f0d9bd833d21ca73a954ab1186e41343e2f1cee failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200281: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xe53b9fcc7105c13711f2eb443419354f8b5abdcefdf324921b6328a87ffdddc7 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200282: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x39bcf086d4843ddd93cf071f261c92bcb16d22acbd42f1edc9442126f77029eb failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200283: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xb2d0fb665036521accbb134ffe69d24e2dac27ef3684e90380167f782155e3f9 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200284: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x6dd19ea366211c95df86bcb41d99aaddaa7f40313c425a1f3568ae47d24b83e0 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200285: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xc4dee00f13cc3c4420506da93f74b6fe3cf51196c0014e5147c6677805785382 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200286: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x462312a115e20ec07084acfa9b77c9caeb08d8a688c53eb3f4fc6a89ae55588b failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200287: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xa7253855811cd5163c447c9a0743d279aa74a752383ea843be6aaf799a03f61a failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200288: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x448861751b428742d8c11b5c0042839820cf51b33250604bd712a2bd07f99e14 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200289: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xe245e029803730e7c82ad0ebe20de9644510b2ee5549e60e6fd8c66165f28d75 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200290: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x609c1674c7459c4f28faea00626a3bde1213e1efb382ecdfa5f083af6774dbb1 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200291: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x1014c81e80304e99121f0e9cafbc3b86df28d6fb5ad2a2641b6b16d752f73f6f failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200292: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xe57fcb7710a2538d9ef4457054c21dbd68192bbacdc58dab9cf71e4161809518 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200293: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x31e3e2db266bcbcad0b3e8ada2fc05bb6c6e4f6d5828c17840fa38c97ce82d22 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200294: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x013c9801ae120b6258e91ebe58661cb7f59c71ada916f1537718b972a77397d2 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200295: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x02abee6c4fc194b5e1c25d7da28a68350b991517503e28553baca0671a3ccf9a failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200296: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x1c125b38c0003510e5e8af89d1ba43baceae08b271d7e09060b37f2c632904d6 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200297: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xd02e61b9968b0f0381a0af681c7520e9fb0c70ff3a98f8af29e0e4779eb5fe9f failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200298: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xdab74400a8163242ba4868ae78ea12122c0b8864299ef237aa5bd19c2c54035e failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200299: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xd3247c1cf01315d588eca34b43bd975e5bf1cd531590ff84739dc40d9648f25c failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200300: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x5ada4e8cbf5f00ad993380bcf13a184bcc8b6159ff25aedc8426afcecdd1aab3 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200301: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xb644328f1680702a4e1cdf234993a8282ca45e7eddda6b22fc7009449b572996 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200302: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xac55503b835fc1a2ea70376f8197247665ae9d0746084309a5a30a125efe0827 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200303: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x0998174b81d2cf2b851471238247cd48995cfd02e15a8adcad4495a332c9a4c5 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200304: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x28544ff726559b908b132d9305299b857c8fa121e984ac8667c203cb24c28814 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200305: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x536d4b95fc129c73c3e843a9e730cfc09b25aad6a7cf1770f837451ece48d98a failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200306: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x761a9d5eeb937435ee47feae12a5a653ac50e153f8392f585af4188f3c5a118e failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200307: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x0bf376d7731bd0843e1eb547ca97a468eb71a41b9938c2b40989f598b5ce379c failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200308: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x083313af963952ac3985bc05b5de225069e19436054bd112c10fcc10dca618f8 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200309: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xb8c2993b9bc589d64ce60e1276e32d223eefb988a5c2840d29b8d10482863f8a failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200310: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x461522c8c276ade1072d47678839f835c8ac861f23d6a241166a0a457dd55916 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200311: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x6bf46222cc7b85d66a2267e332bcbd62675d4e8d379d5ccd17725eb59e916a8f failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200312: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x074d17cb08e2a3801f0d24c396f84807f44b545956249ad928c815755206195d failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200313: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x796bdd9686737ac95889d5231f53dcffeb8c40c039087eb59badd742ccf02153 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200314: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x73a72ea24c6d7f81d76757bac8370405aac19da58f8514beb2d910d691a57926 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200315: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xbd259fcc42b0919a63ea719ff454c8bba659689dce85cf65e8c682ebfc384a5e failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200316: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x1d4e156638a895975a9d82f81f48289f05b1ac3ae6797402520d182f1aeba012 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200317: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x61df17536f0826838a73dfc75d6fc2df7fb3a2885faa82ccef4ace8fd1ce781b failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200318: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x8e55ffb58bed9451b0936217b9b2e2658adabdd305261ffdf6a2a3bf949c755f failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200319: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xc7097093e6b197b6d9b3adc711793435f136f0ac191eb94c080b9a427f42cb04 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200320: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x0754a236cbf83038f21f876a0764cd4b7459166a7344544e3f0c5f2cb228124d failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200321: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xdc411860823829492c49c4fc47d249ab0688eb5b5597261f69fc0ef00aafd1a6 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200322: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xa7153c4fbdba44021eff332e2e78c5fa4561c1874d3d31b17563e19815747481 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200323: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x51f26aba5e45d16fa5757a5721d811c1ca0bf9ae44e5bf5397563e1fb5d5ccb4 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200324: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x5febdf37d614085e0c3dda5e019afde99c74ec832c55c8e1399935a8d177e634 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200325: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x368f83de6d8aa2fc70be3e5924c82f7e30d487b6a91f088d71529a9da690892d failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200326: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x5066b7f1d4930f5769a6b3b015ed951a74c5e80d4426c9cf52049bf1878916cf failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200327: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x77b9f154be24eabc4958e1ef20b4c8f0a49ceb3f13dd2efe866a8c0054904456 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200328: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x340a6fe4a3112c12d9947ef6792229cff1e6b34738040198745056a406f0ce1a failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200329: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x8177f0fc83822ac7ac3df4182f878acfe6bfd4b2c7e03d30766c55d54b538981 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200330: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x936bffb60bd0fd00e36fd5f8d47aea72937143245f2a4f3be062ae89c5498f6d failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200331: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x820c888d24d4fe977a4e9bad569ed8a1fdaf48c441da4e372b54bbe246e3e701 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200332: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x8b3fa8655009697b8feee475fbe3fdddfcbb34ee696628cd2347fcfb8c652f57 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200333: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xdb0087e2825476055d4a1b406eaac85923b452bf02f6fed200706db5f86c5762 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200334: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x598fb45ec090833fa05b7d5bf01866d9f04fc0768d6b1631eb6a2e4fdba6f410 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200335: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x58cc5dd10d86325ee4f5c53ded825b9bf6725071c451c52aae696ce4c0cf129a failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200336: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xa3bd27670ac4f9c5ef6a8dc1c7e5d047d9d98788dd248d643959a031193d50e2 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200337: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xaf47dc77af169010c379024ef7b31ca8706527cf1440700623ef34e2b59f7901 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200338: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xb1836bf597719a83810c01f39ff54b8584fa489da1ec4a9fd3b1143d27ca6f15 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200339: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x2a8fa23ea49622554200b6f734311c483f1285b8c1d198a3ef50b128014525e6 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200340: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x7e9262277ec5812cc327df89df87723a2eb60699bb0690eafbcf61dbe45dda4b failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200341: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x2b58165493341a78291ed405a86c86f5273985785dba76e7a193817c14ecff06 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200342: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x4d46ea9b1966fc8e6480eac10a1f0ecf33b6c4ff3e0daea403c1e89f76577920 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200343: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xdb3a39694fb98068614b0788ccdd427746b52c5fc0f232ecb9ab83556a42b131 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200344: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xa92266d137977822ad8285d42cf9463cff5755e1b39188008c3c93e5a1a3f23b failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200345: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x60eeff6bb79e41b61d0db6b1b6fde3d1f5c52d9058517963a06de97b7412f4eb failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200346: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xc010dca4076b968c2d8c2ae2c88aaaadbadcf1d43ef29ed62f663f85635f75ea failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200347: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x94c30236e8858ff9ad840cab2fa4e83d1b117d1d89a89ddafd05ff9f9f859204 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200348: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xa41d3631575956e09617b0622fcf3cba08aed1d5e231b465f4c9745ee3a4ea9e failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200349: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xfc6b7b081b3a62fe95c633b8bda33948d47f1b5bb23a2aab5dd3273bc6ea2531 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200350: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xc8a6c0a02dd626ac9b89f1347122ee488d17054fec2e19663c18429ce7062e00 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200351: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xe875711a82dcb7693206f25a8bab064af0c5cc36645ea0a79f89d642ec4c05ae failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200352: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x0129fd568ee07fb7a3123508b0aa5cbb3c85e9428656133925b6dfd4925528f3 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200353: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x6557ff64b8677e3cac6924fdfac61ae86c9955366ab7c8a4df4e0d9e1e8e212d failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200354: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x80aa6b287904208341392ec74c13e24d9b6845ecba808da695331f10ab3346d5 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200355: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xe58dab533994f6bc24beb172df1c79b406787918d4382ff6ce1fd2476cd793cd failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200356: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x5a2d6083c4a859d3b3e634fab78e445a2cda54ef2f7011a549efe6f9068399ec failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200357: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x07d7aeca048d2776fd1c56cace19c263f0b1adcf312f03c6d7c48b2615f5a8b5 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200358: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x5edbbe2d63c49ee303f2a286fedf48211979ac517d3ce8acc5317b9ce8161896 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200359: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x02deef72a90897f8c10554561142d00b2f1914a7f19dc4911b1a5665633146dc failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200360: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xaf6899576524eeb44547e57a0e6b1218f348204a9690d3368070f5c00086e1b2 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200361: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x497f15a563323a7fee1aa4b3f968f677fa351ff2d15028e27440483fa008b1ce failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200362: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xc441a1a9e814b88765632d84b8150e2e48678e773aa32e25b4d0af4e8470e972 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200363: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xed9eeb1d436a685e79d997503a676083cd90c07df76040988a89782f7cfd40bc failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200364: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x8b49308346f845408ae6bb46b64f495d909032c0207456790391b7236be22277 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200365: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x88b9d32b9f69d7bc57d95305b7a5871c1c13e1a11fa6d6280fc261bf9a47d1bb failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200366: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xd343a724475f28c9fb895571f56b4fafcb980fff5f1d8c51b59953a4b2ddebda failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200367: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x084541018855dde4fb3f0d81de17b8a4e72657d8b24c84dd26619e90983f791a failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200368: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xdf2899b4f4838a3724072c7053fbfee6c34ef4bcc7a597fc82b03e84259b6d51 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200369: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xbe6978d00cc114cf3c7daaa313ccfc19566a056e780570923d8ec2ee2710e5c9 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200370: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x26fb7c8bb1ecadd34bcb8e9093fc40a22548acf61bf1a83fb22dc48d9a1ec97f failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200371: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x26bb28b5ad5ed441b4ac5e63733cda29ab904487bfcee91f7e60ae78ea6d35ee failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200372: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xf576b950cc3c68e7998faaac2a1b6ceddfeff4c8263fac8c11a5646ea074e035 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200373: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x144b375d88830ec3bcc69633e1a44b68fb6ea307d27a5691c6e9524ae9182c6c failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200374: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x76baddfa3e1f379d97f742f4f09fed798ed5630621141883a048d6734ca1b30f failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200375: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x8f8f0181aa8c5514d5c7b6e479e6eec5ba796b0a7122986d761453baf0c69b14 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200376: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x36b0e01822952dd3c965bc123b9b28168550e176168831ec02a990bf25979312 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200377: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x7c4ca05ac811d293c55d603f0e573a7b5ce6eb79f2a70c2633336e060572b02a failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200378: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x5dd0370ff1789bf2e05d3ddd41c8bb395c8b9a4969fd0b9551fb03164fd3eda9 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200379: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x21c5b8a8e6144e68907486adb38a1a6fc76290f953afc8afac9297fdc478b69c failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200380: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xaa8043a4dd8bd2c9030bec8eaed93e617b6a2af9284ddd09f24b1b13b5ee73a3 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200381: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xadef19660d9145d491c383e216487c5abd82c212a87a884979077e4858bd301d failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200382: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xe0098893bafc459e780eb115ba28c2fccec25a069cb2aaa2e2255b92526a2ed1 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200383: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xb669ef0af82b643b12f63011bdc415d8aced0b16108f75170e084f1c95e655ee failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200384: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xc9e4c625c9374c46ee834c76e7b1ab5d9936ff8e6b0e0e20bd3a26049541ba31 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200385: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x229dfb3ae0e3085101a5f49bd11852d6d08c2d3dc88cabc82d828d051aef8261 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200386: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x7fbe5eef977e4c5a3329e38ae3c16218e207dd3ace02a4b4aadbb7860b683d65 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200387: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x3cada4dcfdfdd6c04dce533e09fbb60f146c28ae37981a27ef2a2136b014dbd2 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200388: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x50c7dc34b39e4aa978feda7772fd8d977ec4e0f7339f9a6979ef75bfe1ac6c3e failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200389: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x8b2af66731580e7f3922e3f6a989531c1c00c76e6ede21573dd212681315994b failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200390: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x16a928d085369333b935b9c6927dfae4b97b8d5b307230fe6308a66e8045688e failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200391: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xaa0945d4a00be41b790194fd7dc5993d1b41fdaeeeca293b2bb4c80915fae64b failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200392: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x558407ab56626662fd6cc2b9ec026c924cd983b7ebe6f9621a587a0ff5d1efe4 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200393: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x7f8fef0c5b0f500dbcf12a54960674b2e790d520708d7ddd80d5fc77233b88d3 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200394: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x415599dd904b41b7e41d8e14e62065df88c7165a6251ccf0f2fa9ba16619b3dd failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200395: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x8434749cf1adbd793e7e333215361a3420a68e304f282c0373ba61ae08da48fe failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200396: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x69b3f0f0398c12e86f8763565fe2dffcf41d594932428bc2f8357ab19c3777ef failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200397: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x5f4a6b64bd51612f1316a2c26ceecc30f240b79f7a7f132e0f286a95704d8388 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200398: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xbba15fe19ac568e5d7f6421e5f34218c58fa9e9f7626724058de2f570d1f8bff failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200399: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x4c093dbee266cd39a03b0c61762c3a8c52b84fd4b3c917b36551e15f6c5d1db1 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200400: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x859d6ba9df5424d6f16e2fee20c8d53abf3cfee8cf3a4307ab5e6c70035cde9d failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200401: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x49c78fc5a290405fa7ff5532a1ad9e57cef35d74245ba9a130503aa757cc9114 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200402: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xd8f15d1a2e7e952d49dfa8db24260967c4aaf8cd0758d5a07d6daaf0266217aa failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200403: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x9fcdbadb3e0fb41dbf758707230bcbe0a9dc23c71ab1a4024809048df5d966a1 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200404: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x79d1fc7843185968b9f8437a5c7245aba2b9495c2b9867915bf4ae625043e9b5 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200405: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x5b16ed3d0b83ede54f249b61626fce012b8197bbdbf9f44be4c1adbc57b21068 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200406: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x7c3a9c54a6b97d33869b5334d9a51d5ae1101edb032e9b81ef5d08c6023f5616 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200407: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xa1c2faef9935379db104acc04b71c0d1df7d70c442b511aa47b7dc79f6e71399 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200408: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x2417a313b6d7c0268068110de807ff76769bf8abc1a1b307046f1a700dcbe88d failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200409: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xc68a95d5ff221d01a7075e0cd94e06aa002326092781d2d34740933ce48e3150 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200410: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xd915364b52cfeb28e82f66e31d9ef6210fefe60015c1aedbb9ae2d24ea6b732b failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200411: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x15b37d3446c743d4094b594674a82cc46e64ad6162b49b557949eb1c23d3fb62 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200412: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xc534da68a532b6a0ebe2646fee212a6d1fc5a51d7d552801690dd25ef3e1875e failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200413: failed to get epoch data for epoch 335: failed to get epoch data from memory: epoch not found in memory map: 335 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xcc3f3f7894162a8d97b343f445d1052095df54f31276ca7e15d4cc3a3b0671a3 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200414: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x33cbc6428ccad212f07daa467965595984afdf904083e42e951560f25b6e2253 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200415: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x8479c9576693f78be9a8812dfdf038fe402e482d53809a774efd4c59cc77b1d0 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200416: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x67b3e480fbe42493fb651973230c4fa1cb71d68a772027bebf1c7faf4e616cea failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200417: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x988708ecba004eae37b8f9f0be3bb6a73c91ec0388fd37ca1eca3f7a8d2e1df6 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200418: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x9fc529ebb5b582858065a056e2294383cf4f4758f93aa371131d85321f0a5709 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200419: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xdf60fd6e62e0e40a46ef5c02ae1bc59cfb55f90c44497418dad3d172018b7e59 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200420: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x4ba6b389541fc490e63026a80650fa3b6883c4916a8a3a2d321eabc69ac83f9d failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200421: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x2d48d27b24a9e4f26933afa81b886dca5ba1eb25eba20836c5c1482f1bc8393f failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200422: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x61a69fc1e50dbbfff992c14aec6296db6a3255853353764e6581d8f11986c21a failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200423: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x53164b9f6a5d876a6f128ac9b22f8fdb6ce4d0df55b55434c8eba28063a6e5d7 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200424: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x2a187c83c66668ed128bf2197749bc2d5411f959322eef8d0033f40cc40da473 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200425: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x0762a89e6b9b0dcbce619472a8d4e792dcec64de7f8c2ff326632a2b921e4181 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200426: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xbfcc1e5c6f2ee4c3f1aa37207e21b7c7b86d12351fe0ec7b39ac0807602a93b7 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200427: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xce728f0b1ca7c085c13d58b3e60af138e8d15cb193695b9a534b60bd652ea3bc failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200428: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x9fc044569ab437dd7be4a1736128b34be687bc975be7f72eece0771f0274f50e failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200429: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xe19e23e5d722903180b2e6fba807c3cbde9d9b6b9a3f27b1bea0e56244483010 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200430: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xd22597942215debf228e4f74d760b06c7261fed1c569d585bc8e8b7aa5470b5c failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200431: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xd772ac47304372fd660a875e98efa1c67cdfde60a13a942aa7f3160ea3e486f6 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200432: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xad44d2579fbee8464cc5e2838d74b27414127f197cb432f616c520857814ac11 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200433: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xad7d90c7d611e50b8899301aeeb9dd248d0a30c6c1b93e61b1bd9ef6b09fdf64 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200434: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xe1fe2dade9a41f0198f8a2f107177f7705b5fbda8a5903127dd917bca9c2fb99 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200435: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x0ec3b90ec8a9d598a064103f6b4fd15cdbdd4c05a70a8e3a0822f86023a82a42 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200436: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xaf912299d0fd4bc84da13dcad3c59892f8bc9688140a2ae67b5f934bde968d2f failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200437: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x6dd9d8a4f822c58d65df28e6ef408996ce2b35f5945198a58486ae3cb42312ae failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200438: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xaa9c0a2a97a09ff5c8a7fdd7d7a2883bf3d59a1f2739223068ce11ddd7a6d026 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200439: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xd7afc52be4e098f3b7f3a2e7e3ac760077d6f187376899d177a4bcc175775663 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200440: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x2934df5af7ad9e663eb433703d93ba10bc4bdc7c2638ba7f3387f93ea752963e failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200441: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x1d4b7608a5c256be8eddba8f6cdaee1a362736f8939110254fc56a6440f64adc failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200442: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xddfca7c18da498bb3061e5ed13d76b0c597e22ce70b026706155657a8e60515a failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200443: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x2c7e418c609b01f17949fab20ccb4b4bc686c2880451eeb5d21db5f1ced4760d failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200444: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x904ea59485aa7a019ea7ce20a7dfe5500e17f253ec4edc3fab94a641800fa6de failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200445: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x1855c196131cf96e7cc49a65a6c93f432ad05a07de00d6d822d0ac3d2155e0fc failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200446: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xfea81999e69dda12ba910060df996b1ac1904172406c596cfa0cf85c795e120f failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200447: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x3f0cb6ee3d3e44694d09c52a1376c0e0aff5e0805efe42907bcff77f05ab9d48 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200448: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x1dae63a66648c57bca2895866a4c8829a55570507f9f953a84ef5a7bd76f6dc3 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200449: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x51f0f92eab6f0ac66b14e10632bd1746eae7cd191dc2df15e909f0ee50cef48d failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200450: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x4e1089f9be53322fb0fe3ed8edd86e8af2e3a3831902b6fc1f27dea98595bce9 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200451: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x01a528be85dfc7ac17ebea0c9178ef5411ac05cd50403f03b319e922e566d0fa failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200452: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x0d46a6b56e14fe0dbfa10291600fe4fc59cf08a9ec1b18a8a54386794ce366b6 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200453: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xaf08e15b0066030d67783dee429a41c83be6201191df2c316a469260aef89360 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200454: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x324bd64512000d3d90fa6a03fd9b277362dce48eaf5997b5f56cca55c5b5f806 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200455: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x709a31af4a0882325b4e8d802e320f294d26be199c25fed7adaa3c5e1a8d7b0e failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200456: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x7f71ffb9a91f5c778d964b4fc81d921eb737d60a91a501cf44409e4b20053827 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200457: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xef0e598a44f2942438bc14127d7047b1ea681c583f4470b7446b6eae75662fe6 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200458: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xf2c2e992a5b8cf5f66719b33037deac1735e87652ab16cb75deb3b881828dbd6 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200459: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xb2655757c3983a8d70c55345d2f4a93c7f4313a1248878bd73e66564fae99098 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200460: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x115522cdc18bcfe17e9c9a68b5e667c624528574294a0a49f9d0bef9a9044331 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200461: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x72c9f7d20058caeb144adb40838f79b2b1b2a4b195f7f788b93c8d66177ca39b failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200462: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xaaeb1b74389598be078ec013a1cfd466f829c6070cad63e2b70d68d42306de15 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200463: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xe9b814fbc03cc05c3a3759e61dd9581cf3644b1e70d71cdd9cce88f8e4d3e6a5 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200464: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x00352ca4176583dc7444cb4e0a1a870b42442ea991da1a9270133bbc4804858a failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200465: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x9fef6afc3902ed2bdc237d7f08fe2629fc25ffcf3c68c16019e3eccf7d9e0f30 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200466: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xce2ae245398a45f7cf157f0d0a2bf4a2e0f47e978b61450f3d5a937af299f37d failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200467: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xcf53fc00004f1be69c6cf2d66791ee88cc1cc99f716c08af6c7df6e3aaaaef1a failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200468: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x51006c58f67be9ce5f1f7e254814f105caefb85b0320728f18620f607b0831ea failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200469: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xcf2c6d7e44e1e59cf4aaf3af60c71a7e1ca7499cbf3f14a546fae14814aaa60c failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200470: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xdd0b12b9e60353c897f60ceb40c55c8c220bafcb8d9961420870fb67c8c9d5e6 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200471: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x3a9172b206cb545343b8fcc5c838016e8ca9e21ece96701ab0c1ae95f95c7343 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200472: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xe61852c15fd1a03c63e309ce5b4756bc11cb410c993e988c10301a774bfa19bb failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200473: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x219b61b5de491e61cfc72ef1da0fb70e6e0481a893bc1e167273e2ec4f509ffa failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200474: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x97aa0052bad2d97fdf23bb9c1a66240c8da30593ff3e6a668d8480e0f8f86044 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200475: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xe36465b553a362c95646a30a3dd8816bcd65799202bcf21df4bb8a54ce9c100c failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200476: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x1f42848294965325b9dc39d22c7b977d45e6aec62c1baa9d0abb1eaed31d02ea failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200477: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xd7dd1f362ed57c277d6687db429c9773f4d82326d04ae44578435f202f2dd862 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200478: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x0f13184218b782a5ff22cf267856b4d245674eb39fc60e72fdc12cea8403d726 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200479: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x5704146e81e17cfe9d529bc451b10548600abdf6c0b90cba86860fcc192ae0ca failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200480: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x69305b7cedf7e7e447c0a1636d6bf249f44c2b48c1e0ff22f9e38122bbed1d33 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200481: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x8d44d70c6190d8fe460152f487f341245e657ff49b9bb8fe196195ad5a53cbfc failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200482: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x8548b011c293c1524c479503cea2a7dd361a77fee87dd3616b7ac46b1156a688 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200483: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xa082f7b20317ab2810d3654973f38b8d1dbfc34ea8f15b65c7717d8338dfa8e6 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200484: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xa6d6f75157ff3724ed5a431bdb1e2be8b9ebbed2bb3f399ba26b39babcd3d509 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200485: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x9e51759c1fade9fc6d23a860c85b5b6a4b72e493a27553e730a91c0fb98b474c failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200486: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x4208956af5f074ceb6ffb921bf46bb3df34cf5907ccfb5859a3e2d5381c2aeb7 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200487: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x27ba1a2b31f8f6322c79e2a8bb91caaff5546a1f3134215345ff3274e7b45ed5 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200488: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x08d6157d6bdf674419d18d6bcc164a88eb028e55dfff73932f5d32c520bd9912 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200489: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x5962b84904b41834127886a6ae32f831a142b1e6dcd35d17e10ac5c08f6e2735 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200490: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x8331d3cfa1534df052349c40edd3dfc31d49e84e9bff97e525562f211fcf050e failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200491: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x54d646c50064c54ff75fb0ad42ada06549c9794d630e70962031349ceadbea86 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200492: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x830b3a6c98ae6bb3e992b468671cbe9f1507edfbc651220d70da66333655bec4 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200493: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xa9e4cb4e42203e1419f20705f5e7daa34b17db2d1ce555fa1b79ae564168c6ec failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200494: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xfb69a66c179204e4c370596949870f48230a2dd11b1caecd1f820451a947def1 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200495: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xabb56217236f0049dc8ec7a2ef4ff096044047a4fcf4fef2826050429117e58e failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200496: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xf8db231a1275399302cbc4274db2d077fde8afa37cdc7008d8dd5cf93be5a5ab failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200497: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xb2fd1311b83a9dd565cf0932fc53b576816760d76fd9e56e35b78bed5ab70b94 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200498: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x9e8e6bcbd5a182f0648378de584a7e112d457472d0b39ec1258b0c206b316c87 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200499: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xeac57fed7948d52653f86cc7ff3d1e8b4cf59b3d344306632843c86c7d499804 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200500: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x703de272747edb6e37d5ce12a55040e04b29db5604317d49b3bb469ae9b550be failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200501: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x3e2e5a79694026ebe488929b0166f6f4dd22610424284ec5bb9ec87cfd309720 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200502: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xe827d0b2b15102462daa5e66e2a5867a746d25e87b0cd929e3861bd98d912f5f failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200503: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x7ed37fd9b1c9e90ef15d871a41f5f367ed83397cb30c117d61db7b50375796fa failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200504: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x3ec23004a05942c972a2d2fd2e530578961e7785706c8e87e3f1d420cc681edb failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200505: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x89fc7e561d8bfaea8acd659be806a7631edd9f60ec7ad8b87435ab4187239943 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200506: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x8f33a1ecf598e0256cfa374d4cd5c5676923154b7fe87b7b8c63f9204439f878 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200507: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x71caea611f4eb003131c354821aaf4bfb350fab00c948ba196d38e0c739d8c84 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200508: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xc2b7c43684f1ad04c2509ac162d804f13102ede5d197ca3ff02a6ddbaa7ccef0 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200509: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x651350fcef0bed888712017cf65b53e272bc14a9d221f920177aae0709cde0ed failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200510: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x5c976a45a495fcc8bdb7fe7e1a5a3671f2fc07d6528d166c95f114830a0c7f08 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200511: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xe0abb1c36713d72ce022858e2b9c1ca18184e638d82b394b845d65cb7e76d54b failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200512: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x11e57e610c825c3cc1884d44bd526566243fa3277fb54609ae60bbad4de6960c failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200513: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x1e8f20e59f7e113e5b1ee8040717f034d66d9e49d6939c75a89c898f7d5adec7 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200514: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xce27a8d7ead2a26f20ca0950e3e33036c2d2cc61fb0b3b5f02317a492ddfc119 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200515: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xc85fb888db2d68af73b25828dfb66a6ab16a66ce2ad700d2966b479b7a3244e5 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200516: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x61409369afbf09fb1dca376fa78f864200c0199ec6c4c8fab280a39002312e36 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200517: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xe0801e0418d21e5fe660639839d33114e3859e8ffe1ba37429fa226b8afa1a99 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200518: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x277e5031595da7657cb5301e896227d810d53e4c7613db1c96118b11b339dc23 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200519: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x0b177be798a265e58a95235996b43e95d301a5d8c1e3fd6fc63e3e9dc04b265b failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200520: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x5c53e4942538f916da39ade0dbda451449451ee13b00207af7e8d046b6161761 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200521: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xc367e91ea8b5b7001ea430dd04f183736afacf911101a69aa24b51445ab2b12c failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200522: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x9ec1bdf071ff95a4b6b89994e638a5f804df16b4aa9d80e8681f829e60090c80 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200523: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x639768857a18f4118eeaba99df42d676a4faef5d47b6c2a0f3f07beb082bf0b6 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200524: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x76147bc25d65646b7bd2602907454ca542f44a6979423867483ef87836b8eb5f failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200525: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xe1eed90d966e1b0726a0fee2a53f715b1dda5f2cb06e38758df08c5f96d5ddf0 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200526: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x6d8e5a703f03425ae0fa2d2589103583cce0ae2fd81723103a395cfcf9f25502 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200527: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x9407fd0c62359216ccef17e83feb1f7a3a0890df38aec9519c91a7227bed4451 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200528: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x06f380681957e0153c901b2aca899a9d375851545b78ec5c231a3cf61a3a3df9 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200529: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xec1b8975b68bac077af6cd378edc7a0a3527d8e98f7eded1c5fa7a94668141b5 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200530: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x01c71ffcad2bfdf79dd3ccc39378d002485c89f607ffb28c2bd37bde44e13081 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200531: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x48dd512476479063751703197dfe905c12ac83847010c1e97fce37535d28af48 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200532: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x55f88c66539805f5675d2ae3a4dde3ba2c496ab50c921f4a8501834510129ec9 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200533: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x1301eece729b08f7018bd0467cfaf22846d5fb0a965c14e9ef63cb984d5681a5 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200534: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x0932eedeea865c75b0917bbb5c843aa4d20d8310436ae819178f9525a54d50e7 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200535: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x6ff68801d26b0b1bf8c40a998b0c9d7989d1784dd8e93665f869959892cad875 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200536: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xe3d3ebaccb0d1c074bfcdf84de30004e07f830a6b0126c6be0275d2856fa9cbd failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200537: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x452bf26c002ac3c1c4acd80911bdc2f03140315634505902723f376736e549ab failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200538: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x8afa785361d03de361aa8fd78b86200ac4f428026a6698485611928737941232 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200539: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x9a225fe47aed16746460cb8c255ad2f258de37aa1f3c05727d6b53922890e5cf failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200540: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xc68b3810ceefbcff757d3eb6c0ccb3edee50c3a69829d211312da93348783680 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200541: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x1cf6350a9e604f4361c21fd0ce27bc3328ab9c3e673600fa4732709790648a29 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200542: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x81731a4998c7af2b55b12cc15c042322bb23c71bbe945905b59e704430a368ea failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200543: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x781a0b07f7e4ca66aa5d8e378bcdb39b1683b89d3ff7abec1e89e6c587e7221b failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200544: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x4fe0301e38f9bcaa2af10f010e607f7ad565e2705f56062730834cd8b41d7480 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200545: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xac102b74954c3c5d12d06740a5d6088addd7926101e9a671778bf2e542ca4a5b failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200546: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x96dffb9be12ee081babfaaab4e4c80477f983931b9bdf42ceba81fc6db743d8b failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200547: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xfa75d679451637b28374c3168fe20ee9a66649b067415511a91c61bf9ef638ca failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200548: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x47c34d017c0c3e95dd08e204cc08eda651a1e240939fe85f68449aec6cf43759 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200549: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x6ae6bd7b0f0c4030653f40c461142d817780f786ee76cf3195674c830ea8a352 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200550: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xb08d3276e6bf854f51d19cfdb1a8247a5564994a930ef9e35aa2780f20ae101a failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200551: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xcc9bfac734aa6070790dab97404522e9a6de20333b6f0c894a43b9871eb368b1 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200552: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xf83e41d5bba3e622cd8566bdfd401927daa427a24f42476106f41d2860b0f269 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200553: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x3273580c0a8b53477e014853fce2b6020e32a8c182c8443a1b29f2ba1504184f failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200554: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x9549b759c4c0b81296c665c117e85b0a245cd95c38906a2cd316fc0221cd254e failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200555: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x653cba991ebaf2b53803ac6763e80695b6c0a88d586a8c0f7923182b27e07f33 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200556: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x28273aafee15ba20db9499f469cc985d1ef7acb442b320708ffed9f144d50d4c failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200557: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x12d794d70084326863b0adcd524f5a0a4a244ef2b504cbaaa519bcff4da86cf0 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200558: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x9cb6dc9e396dba8d8d1127c4b1532014fcc207a74f1562d16ee86e4cb800561a failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200559: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x3192903518f72c529c5df184d0020a544fe71b9577184a30876b32bfb32a5eb8 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200560: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x37f2d1e5b998380c4679521e34afacaef5a40a21137e93c2b19e31dbce730aa9 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200561: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x016082cd121ad9b7f661704b0420c13a35fbcb4c249c939adebd44836a050b3f failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200562: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x68342a84e96d348ae386086cbd22405b42b408913364715644c96f1f590887dc failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200563: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xeef689683b5bbe51647a29800170e1694e8980bbafcb1cd9d68cb18fa249f720 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200564: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xf4df4da7441c03277170212befb9e3eb84d29016efd87464a3e3309c55ad6bf9 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200565: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xb4590ff7189a66506fca41f40dd6e746a8cbbfd8db6c133ac2a661aa8103e699 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200566: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xf090aabbb2335b7f6fce468b1c9a652ec02107390b9142322c69d41854aa9bf5 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200567: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xb8305f2543343ca5756c3e6e54b2d23b5adaf5a4287b457f3a8d9668b4734c5d failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200568: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xb5149c5f2079dfca5a125226abc875fdf0587ae0cdae093d1465311c958f1aa1 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200569: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xbc054f12071027d20f20c317eafa7ff4b128507a7b64521389bd9ab3a4f01f09 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200570: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x6807fab904914e87e2aaa3efe667e530a3ffff0603cbc402b9c70c90c3d99964 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200571: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xf6e1a1f62a82a27829384a650ac4bb6c91e2d7cf02002f43988d9ff3e6fba4a2 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200572: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x1425e6d0ddd924afefb0343be3e7b354140f962283153507d51525506c73c0e1 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200573: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xb1ce446848deb4e802347183bd7913d33c5618589d2b4313045d764005bd2318 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200574: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xc63e53fe569c3d97bae9171dde928a4bd56cb78cca4038a97f6a9427e14016d4 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200575: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x701113f69c91d137149294a2ead7a47e2d16f34bfa7e9b61d4f95d35be3351c6 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200576: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xe2e0eed8f10c766cce579b6230d4add34bb9c57337083e0adfbccdab96819372 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200577: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x31cccad7c1724b4516d1cec9e66e8bac9ae0da790e7630fd3c144801ea1f1976 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200578: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x622c5c40a197443651649f0bdfae1fa82c1d6306856a7981c386d008a776825a failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200579: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x99a7e62180c779359aba3ac3418317ede1a509db2efd02be0931421b8b6ba197 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200580: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x1decc62172a5501fdab97fb3b217fb76120c557069f8f20008cee29a77cebbd9 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200581: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x3fae34cc43ae8c1207e47a3244ea3224cba76a9b71cb605d772c85b304411796 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200582: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x415f82474d35260b0125aed0ce53cb9b0c70fd940ab223e9d3b65a74b42b736d failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200583: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x52d3e120836fe3122b1ddbfa5d5630a8b312f8917480159ec59381a02f193325 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200584: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xb3ed0790c70705a400e20f81a3a126f9e2fcb97b325a206beb835ec2c58ae205 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200585: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x1e4b67373423ecd706a807ba449b481869001d488c899fe61e6d2f01ac25bc68 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200586: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x02b6e9981477aa0db3970d538d5bc1244707fe81789a4eaa9c1df241f95297e3 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200587: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x22617919431169c7fceadd971d1336abd7aa39b52f81d90c1a75aca6058b18ea failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200588: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x85d8ba7c87d57828093d5fd9a24608eeec4d7244c7f96ac8f9203c2e5ac24a51 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200589: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x67e9e398a4385d8f3edd61263ae0d97fffac305af0c728199903268f8dc8c9cb failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200590: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xac66139dfdf49e0f44be4c1beb173f68eb8d8b1e671c5e1372f83baeef14150d failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200591: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xfe863cc05725aa10c017719815212a6ce9a47e797bda2884fbc6784f1dd0c018 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200592: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x951723c5d6769f0ba44d86886182bcf5c8396710324b1fbd872c76653d1c3015 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200593: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x6a5cd27be9f3b94e98655967f73f2f3deece31c8a08e569587705636bbaaab02 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200594: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x1a82f20b0beae7ef8051358be7ba30df7517f4b7a1bc81a3535f7b51f19e2da2 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200595: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x364a7c24ea5273772249a7737ac6b532f40645a757557378ea0db2fb94539bf8 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200596: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x3b9693970bdc6d2bd794f9914637e095e0ecc572f0e38231308ccf554c8a8e3d failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200597: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x1ab270e060682635efd3ee18b880b0b6e1f5dd1159c5da5f4b92deff20cd1c25 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200598: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x615578319d9c56d1fc4b6c4f4b73c3c86ba321371283aa400a0ebac240cb7607 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200599: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xb97bb18a78c1b9f7affdb395b90a68ccc6c2fe4b4e8413d6bc4db7cd99ff6cba failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200600: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xe60ed8cdf08a0ead8322c4140c0f32332eb01b4964c36af19c3edc5d62400091 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200601: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x3e7bb7a601a779eaad41e240d5b75790d7ccb0f8e3886effd8da3abe55327a50 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200602: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xa40dde8a957e05bfaef594a451abcb394dea13f042934ce98a998f0d1cb2e845 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200603: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x24163ea8e22fc61af6569c5d9bb2c58a6211cc2c842eb89f9d9ee68cd7a1252c failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200604: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x78ea0b7112e579b7eebc996ce5188d1078eb4e59ec353718b29ac0758c54a70e failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200605: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x53f718b70031847f3e47d8065190b01896caa260e56628dd8cc02c784971259a failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200606: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xf166ad1dfc4b4f41adc68cde540f1f2ce9873d0fcb123c962ed24e7d326527cf failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200607: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x2c9a31f5adb8ef8dd7ffc81925354d3432812fc8e8d37b72fb9d36b37fe298f1 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200608: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x4715c2279b73ef9a32484213a967bfaff2bdb2490be87931c0d4d71556e25038 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200609: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x2d1c76491bd408818499b567fdd326513e2fb3685fc30c8af2affd9afe2e30e7 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200610: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xe4b1e007a2a87e200896d9be6c5fa96382de4a40ceb9a53f20f599f35edf85d1 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200611: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x6930ca45c2603770e34fdd3b072c51bcdd3b5a9424da5117a95369eb6b8816d9 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200612: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x1d0ccde72f466d15d0477ba16b90bcf71a2dd698aa9433f4a9dccbd6bf08faf5 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200613: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x500ff10a1034403c6188b0e905884450012dad423e18533efb3ea5d265149177 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200614: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x74397b812728a7999ed5081797331fa5d418c56b06c7585be5c37b79cf3a538d failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200615: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x9dcc74cab5ac643d3c23f076c701b0896813f285ce8a490d492f6fa9d034703e failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200616: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xe1f530710b9cdf05fcd539e567a517ac2f25d4e6e66e28d68581e42151eecb72 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200617: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x70b38f89b9811d138b357fd4ca1f22f7fa59a5ac0ab904c1496a31bcd8bde2ca failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200618: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xc06480b3e380b6900cc8ce28a069eaec043af08298d3111c9ab8516251b92589 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200619: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x9ac4fc6160de8d1bf2654853e2e375dca837552abad972b5911b69844e6d3e53 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200620: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x53cc9e54253a3e10609aa083fbe2aaa5f0c0f58289d2f107e96923d71c07de70 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200621: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xbdc1bf53f3ac4754a8f4bf74c712b9262d5e15482573d290415f178527b5d059 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200622: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x5f78fe40f3c498a0cbfe2d01a9f2485d648fd38d174dfa6cf8b9d2c6c4564b4b failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200623: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x7aee04c9d46c9767a6168242cbca18e7da9cd892bcfa43260a28afa90c96a926 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200624: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x419b1310e466fa6faf4e69270d08bd953bfddcd99af06eddb747f428b42da52d failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200625: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x7e92feb152252a8a050718cdffeff8bed537250d731203d8dfbb1ef5c80d108a failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200626: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xfe250c8c9780dcc14c7bbd61d26ec96b6dd8e40f34f82d3f7644cdc505cad9b1 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200627: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x63348078195536bf2dab5fe9ff62b1ce6fe99597fe9d473c8201d8232c04afa2 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200628: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x9a8ce0a1880670eb3b435254e7dc31df378863a525ae7a72454e6232a155d516 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200629: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xa109c8118b174878f48a05c56a15b1266a710bbae08a543d8ecb488b9629155c failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200630: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x14a4cd9ec379774f104cac5a972ff2799aafdf0e0124ff302d2db35cb9b7517a failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200631: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xa75bc03b542ee0df148b8637bd940ac992e086cd83eef880563d46b6a9158ed4 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200632: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x9668d49fc2380173b9fb4742eb4ec0d57a611afb628ca53c9945a642f89418d8 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200633: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x85128ced08e73a58556ad42c6e1e284a8cb3fcc724eca111de3ba744bf5f2b3b failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200634: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x81101eab1b695d049994f7db04b626ecb33fdacb625f63403fb4edd902749d8f failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200635: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xe86cf8422750c857f69a0370c4fc79fd0dc14527533e56b83a573557b064ede6 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200636: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xa65d13b9d85609591a20bc0fd5397e3bb64594b2b18b5b70d0ca5f688ab91277 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200637: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x37fbf50cc71ff84c1423bf3a04581f8e6ee2733b2ae3de1dc7d4754660a8a650 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200638: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xedc3c86ef8fc7f24d10b33973912fa171a4d6bd008583285d5dc5a69020f40f5 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200639: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x6737e3a4e9041b2b8cbb01a47f7026580a92b4d1b8f712358b9b623b27ba1991 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200640: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x856e73a1687890d852371f8608b822bd060896df680fd90e3743c2a708c1e35b failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200641: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x55a2211a5c3093071ee680336baeb20d79ae145a6e3a05719996ce3c0a393b29 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200642: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x287f65219a3361c87fb434f9cf1821adbc6c90a0c148e52731bbf0ad4c268e8e failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200643: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x92f9f05c03ed5a90e2149f6c450c0e44134614a4c8de24cc5d48814537913a49 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200644: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x34656fdd36778fd959df85315732aac07ac5eac0feee1658779f49582d9b6ca7 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200645: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xc71ea5e8ddb2676e1af8fe214568223877f5fa009f63f90cde8a798be5e3138f failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200646: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x02953b5352b0b74dca355ebf54742d7a2a9ce0a1948c326d82bd4de71382348f failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200647: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xa10ab3139598747ff9623495f332bc0a884752b8787818ccbf776575838c6c81 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200648: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xa989b6da3d50b7fd471e4897e32570271ea2d800dcfd1bea193b588d97d24b38 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200649: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x9470657a567be3d8628730aeb95988e23d47e5b568f0566307d097ce8bd0b27c failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200650: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xe3c6c29fe098daa2459d3a3e289e6b601887e7048fe253a15aaf4abd5fc2ca0c failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200651: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xbff013b90bed2b03d4b5373e003cb40a7abd3f2adf3726039e22b5fc37bc8b58 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200652: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x12b9a927d5f9222362a944d9a1d5a0e81d167ace0b67631a8edd5d925a28d30a failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200653: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xb58e1de4b11ccdafd47b48c93d5bb9dc8d92d11348296480be1673cfb866efdc failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200654: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x45d3e1c044a7f38a484c8cd1f2587260f8c06ffa5fd091e73e6f7602627399a3 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200655: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xcbccbaf2115c0418b9b5e1ca79c7acf9de53e2bbadabd4bd8ffc51c7735e246c failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200656: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x2c6e20f75b7f896ddd156fb8d6964b4ba2b2b4c7e111ed60c0ab73a73995a833 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200657: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x1cfe68f2c0efd2bd29dba08c124bdd46c73cf4fb96cb524b9607303dc511cdc0 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200658: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xe45c8a363f94a3ab99459d9ff4144c9656631647eb68f5596c2204079c834dc1 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200659: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x16524b7a731f232da0cfe0f1852ecdafd0546b1ca0bff9b462ac84a4b2396af4 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200660: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x2c538bfe815011fd931efeeb2c2e1e0cd2f6590666223e680cbe0b9b6cbec51b failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200661: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x21bf1f66088e7b418461d2cfecad879749b7701481ed4da3266079274bf1b6f9 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200662: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x95e4ec227565780324907d5573d6838cafc5ae0fe5745328565915a122fdf5ed failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200663: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x82bf1335dfb828dca2f3c56433be7714841cc46ce6c5218b3209955b9f1acedc failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200664: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xf74824a1165ec8dbac175f7cb29f5c2c81f6fd8a6e15773f696b96647258f0e4 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200665: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x91c8ed9d2806d4686bcedd011b2f3893191875cb2989617b94a112a382526a52 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200666: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x3133a631e620c9b15d157a41f69ce715a827f8a8ebdc16e003fe192b8a4bedc7 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200667: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x71e6e81b0dd001a0007c8062adb4774eb2be9ae96eb92cdcecf2855f651df036 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200668: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xf3aa22dd3f129b2429bb665298588a4470296592ccdee849d4720eb3ae451496 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200669: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x84a2089a9153b1c8bfd42b8e7a5a54b5741e8e07b170ffe25b2eb72f3353cc18 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200670: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xcc7054cfe36b655d5f84e0f6899afad02966c64f2f24d03054d6f2ffb3f1310f failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200671: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x774698f1a76c7901192bad0afe41ca932fe6cd9ed2431a52fd6a11cdd652c760 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200672: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xb5abc27839cb88323297c3b561042ecab4dbc318ec490b3782326c19746e87c8 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200673: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x9c600e3d6497da89d1c1450b38b1d0b610d8480c8c636f3fde9a6229303cd271 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200674: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x223527362da8ddd4381c32f369d3d4011208ff6818eb1860eb04041bb5a10139 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200675: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x14c77d3de325dcffd0a2734817a3f9d7910e8596f7a7cfbad71d2743c4e8c1e7 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200676: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x9ceb68908a5021162e6b24aa12dab20f178a28b6d97ed082015b5d92869baa58 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200677: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x03e400822a3a37666885ec11d75f934c4a1fc0255b1de3ec8abc1c034455cb47 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200678: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x5724b4447a60042a5f9d92e31476d224af156a47474846f1e2886e64349f6994 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200679: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x08c3e8d9c0ecc239122da6434f65450fe88d2ab488ca5320d4afdd1b6cbd0430 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200680: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x129a4baa2f82f267170a3f0540fb38a4295907e8e3ae056f7a7ff94e829044b6 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200681: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xa5d807065c072797c4b7ba0574e8d6a7cfae8f5087ad01198b9474330dff3b02 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200682: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x41e585ec5e909a4f895424c2c98bf17e5b9726313af11cbec06b747686e0b050 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200683: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xa278e6f38de05ce513ea87f71ad4842439902814a07b736783f599d67b394041 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200684: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x7f080b7f408858d9aa89bb6d021c474ed7b0c47d5941c3cf69ffc9e4942e762a failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200685: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xd5e6261ea6d8ac51dc265225f81277ec95ea73b2d7c83b5f94afee309db18c6b failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200686: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x8e2fff5d15ec580f1180b1b071fedf4b97da12162d4190cc9d929e4b5a2108f8 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200687: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x2f282f0fbfdde5523b07eeb3f89e573abf892c6858b2a3832f2895ec6a6e8f08 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200688: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x297bd895a83a3db66cd864ca2843997f11e7f966bca338f85afe96cfd780d971 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200689: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xe545e261a089103deffc9b9ab6aa6663e66a84f07fd6dca061764850dc1ebcdf failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200690: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x4eb7ea56eacd20cd86b4ad0a391c2397cc43757d2c38e228deb65a0a914bd540 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200691: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x32949d905357a8a0aef4d4cf7a8e4f1cbc7d5ca86037688fadb67f3e128b08b9 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200692: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xbdb9e70c9a4d834e31846d6154a163333cf3e667b4043b791b9936bcddb519eb failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200693: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xf678506454e7598b0e4be8cc20a55a29be7949b098dcc29200bddecaeee86166 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200694: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x5b5ae4b8fe75f35c2fe4a673256a735cbc2d3cfe79e4c9ba985aeefa21cc9add failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200695: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xd8dc5690f2ac31ec114f596b5371ec9ccbe82d2637a88b46ed618bc5e53bb7d9 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200696: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x71a68b798ee839ab26df6df40e74d2217dcc950dd5c76b92190bfe17ec86ce54 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200697: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x1e261525d08f5356d39567c516703f92768fb89ca1dae879a18bf6c568b3adf0 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200698: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xfb0e4da053b103442a5e94f18d2be2522cce211368671c77ee013b7890b40dfd failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200699: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x8ef41686c2be71d862f7ebcd46e3542ba2b5f842baf4c46ba0d43b556e502d8c failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200700: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x6db37d6beeb7494d9f594ad70b62edd6358eb38356b4bea16c01cc1d18cde0f9 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200701: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xee272baed8115a97751a7dd0e121e001336538c52d7facfe7159fd61fadce80d failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200702: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x26667cd1f477a656a60eedb8d83246714ca8cbc74a06dcc0d40c487a236d4675 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200703: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xe6da1f941bb59c09fe2a8ab35536002d78b578b43e14fb4a98d1b0ab1b1c51f9 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200704: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xb062c7c60bc29e17d630623cf61ea18f94a3214f59768e4d0c898c120c9ea4c5 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200705: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xdc7caec70bafd9071e5d8f151f4e241cfe0b339bbe2020fb6c6b6ce42ec906d2 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200706: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xca5f7b4a3e50886bc6a8b1d0c4a06185a4d77f2b48f1f4e51d8e151267d08b83 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200707: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x4ccc4e5fd379359015680f51fbc09bd9429184793c7a516af97d7f4369016d9d failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200708: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xc9e3f64c25b37a66fb3a00583193d125bfabcf6329a3ab77748ad2a2a56f9ef2 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200709: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x8396086abc636cc5541678598feff9a627169971381f54b8b07be7e9caa925fb failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200710: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x7df1d0ad2ec697a8f7a5ec196edc79e8731c7568fa4fafe35d2ee5346b280e01 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200711: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x92e578d0e7766579cc892f9d534e4e1c59cca3e5472e6ef13ea05918d476d623 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200712: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x9b82b172bdfd926b0c7e5c139364bcd7b76bca4e688ec7280d0bc42809c06d6e failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200713: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xd8dbe65261dda2c7fcd7d0a49bdd0218c4f75168a68984a7e86c432e0ef11b91 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200714: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x9dbea99cbf74bfe47edb68cb10795e953f8d233ea17255b15ea29a47e05a866f failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200715: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x16421d21cf0e361b268b72e6f0dd341a94db910c2a33de845fae25733300dcdc failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200716: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xb1141625f8db30524cafa09b6e1dec3281300e5b030550f1d262d7b8a0814042 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200717: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x31aed53cc2aa583711e6f55ec27119a3583ad25bb1699252fa9b9d79e15a8c5e failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200718: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xf17968b4063fa42ac5f09403bb840e024beb7bdaa0df3ee54b5ec04c0d0b3401 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200719: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xc2e8cad4d4dd328c1c0bf13d5216e81adeacbdad4655bfee94a9011571f5fe9b failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200720: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x2a3a036239f8a2d468bd7ebf4ffbc124168c28b5b20f29706a41c0f60e82d823 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200721: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x0b1a8f23cc9e9f1f1c1055826540a67363c5368ed33bddc59848916fe9defe41 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200722: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x925da6e3470609e3420df1795e557ce28654b0f581db056488d8433719848ce1 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200723: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x85e8a90bd9ffc2d4b76947ba6e17713f668ef8561c6397a027544db48364d032 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200724: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x0c9ceb8c58672ec25f6a96dfa959dee4dca7faff5a4c26acb28af5b52ae024e4 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200725: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xe96a763880fc4bf12e78ac134814b7132124fa83a80fa5a082338c475e8c2c1d failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200726: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xd142938d084641267d7df9220294c416643b370d3f07564ac97eaccf94a29ec7 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200727: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x173d524443e4975e317d8430bb2c96ddcd67c0c042ab5951d704510538d923ed failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200728: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xbf03b428087a511a07e69345a1b8dd5c9f9ad5522b1325692dfa02d398ff4d2b failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200729: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xe4bddea8472dc681e2ccd57123f1624a61c955810bd4eb111caa4b96d1689111 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200730: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xb0744114c91df6319e21d25f9157049cb086dcaa97a14becc03baa77125d3cad failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200731: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x21cdafab1c7ba81fb798a1f3919d5b086363eea956e27253d06b4637e86de388 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200732: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x5e7f763e29421362a1ff7c8a5a20940988f8af24ac88f64ed85e7a3dfe6479ae failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200733: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x7e6ac48cc8200b36f7615f2ba4179e562079ba50598c7132a020656b80e12bc7 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200734: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xfcda729ce6aac8ed5ceb3f042890079b74fb1c8194856ba126a188678001ff64 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200735: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x79029f18c6d8cf2264555a3db98966286ab37ca4616e1edb949c960d0548dfd7 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200736: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x8268821fb1336fe425eee48bf8dbde74d1b1cf24e7deff54e909b8500585930d failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200737: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x04d910e3063f3cf2e842a219e84ad429e93cad158b749e5c99d6834bed174563 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200738: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xd8b41770fa31a1c0f1d5e07b1ce14b43972a7bc0518578e4b0ca5344c14c1c86 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200739: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x12a93a2e130bfc3fa76d24ad88272bf3c61e8898a7582773129c991a4772d99f failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200740: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x0d555dcce2ae3a48192f2397effed420aa83ed99688f480b9dc05bd3cd4b8b2f failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200741: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x71bc63566dc9dc9705dac409007f40d166bbd5a9f7d75303f6ab17abb906f5fd failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200742: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x4a459ec8a24111582c699186535c6e09afd2f15ebb7fdd86b21dfc595086d309 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200743: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xe9adc7e33dec0a25105f8c8a7cc4db39a0f917110afef4f2ac7d8aa5395b68c9 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200744: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xb7472e68ef110f4258182c854f4e0bd184a14d9dbaf1818354d92d1a6faccc70 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200745: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xf9f8be8d423f4b3817fb2a28f731cb7b93a7b9c7de12c4c9955c836c1376efad failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200746: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x123036b060af6bd70c419d172c32b352398043e4200e058d1e09869cbf2d5ffd failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200747: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xacc6cefc53d44de47e7781cca339a85d67f044f353d8203d40ae14da547d00d5 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200748: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x35212b0ed4c1fd1cb9d8e2e8de6d9a6b99dcfb661774c36b16d927fbed42cb72 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200749: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x1f575ba24d5bba6ac7e722540f1471ef3e13dd7ce18f62fe05ff0cedb566e5b8 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200750: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x0b35844794c30ace77ab5c839cb88021e21d6c493450d86c6c390085607b7e39 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200751: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x59330da2ebc025e3fbcb352dfe56bf178951528465e20bc8a0039e741754a2f6 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200752: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x48dbf23bbcd291fdca47a6ccc24745844170f82b4b47173b0e0d626caf5a7e3e failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200753: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x187e79b185c71ac8ea60840551cbae518f17485f715de4dda55e1e346cc92851 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200754: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x2cf7741014ad77fe07cc630bb65ec5fe8a26f2608c32ffef30c19dd0cd09cebe failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200755: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xcb63e80094822488511ba9a3e35e0950dad10eed178828f989896ea975fb5550 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200756: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x8f2692c7863aa26b099a7af2341c853c658796298f070ecdf18b2f72ca445340 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200757: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x833e515e02a73d071bc60fef9d11767bc46a0773839f781a24702adef252606f failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200758: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x08b9b247455b605172e3ba0b0762c84cd708cb1d351c58023b9eb3bd611b24be failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200759: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xa8e2904324d594750a79e77ea77d59c2aec49cfb82d321d020a64ca469d60db1 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200760: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x0a558e282fde00a12641a12bcaf040f05b55c6f682ddec7c7cea30504a923b37 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200761: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x9293c534eeff4b5ecffad089ff3c4cb6b0bf003dc58a6ab9b4482801cad2e80a failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200762: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xf3868b50e412750e39e29dffd2afee9a5563c11b72b5522f91e0e432f2a8995b failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200763: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x9c7ff62859c18b75e690ba3743b68d490f38b10ed5879987fa0b73186dc28c4a failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200764: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xf67bae50400db22e032c742728ce967d49ceef5a9e01fa6923dc388ff3c2065f failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200765: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xae463035955ac0399ba993fb0f47a0962f6bad5259310aba2730824fb3c09ef1 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200766: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x0403de7c4bd5bd1c54c25d8582ed97d42bd853f0dd0e2f13c3b46c696d8c172e failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200767: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x2269e4d73918e94c3eb09370c26260102dd36818a9280653ffacec5c35a67221 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200768: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xcfcd764122a46bb94cbfd507286b0f8002efd3c9c106b31a53d3741b71c7aaaf failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200769: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x5b06503a60679d57272bdb1a0bb62f933282d8d28a01679761ac4c6232a4a64b failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200770: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x65a382e22a3cb159faf8e55f5534097ae4a87edf1918fcfb22c8ac9b8f8206be failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200771: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xc63456891232ee2a8a628f66af5d5f6c12c233b13546a18bc3ff3d9255dd0627 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200772: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x907f64eca26885d903fbff8af7db066a2f00c5baa2703bcae2f573efb82e0dd5 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200773: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xcb7ebe253fbdb1bdc697a4feb33cf481b8db678b37e8b46e37d8d36d321d26de failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200774: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x04a7ab606cb622473deb5d7ae4a2732ad9f7cd8ed34bc89d3f705fc6fee58ed8 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200775: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x85ab445a44441184e56d6b32bb3ff808da65137333a3188d508c8a6893440a8d failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200776: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xd521b2930473bee14709a17432b612e5b4ff5b63a0b3aeef00eed94dbcd08db4 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200777: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x7260afc18c15d2bf32cba843aa87bed4a76a95f79dfb80e188cced7ff29880fd failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200778: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x167ea3dd440c75f6faa4977fd96d1c8f86303eab60a37e61acef9db95afe4da3 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200779: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xceeb4e4496d196302711edb59153d8f0b3b11bb3e25abf12d243bff1a0a47e2c failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200780: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xd11215fa3c4c2b0808398456b93c2d1b08a3499cf41f96d786bed3de99638ccf failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200781: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x6ea3562b82c61e5b52c80457756ef6bdd4146fd477e3534c77d5c3811b1f67a3 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200782: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x1fe2d929f4b5c5190cf7e7082b96b71ca81952e405976df8f536aaa6dd51e343 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200783: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xf8bac5a785cfeb837c777821d2f4888c058628ae4571d43121f8e3dd8f140e0c failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200784: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xb5a099037a9ae69ab4e9953f230b3c638b6de078e635a98479407e2ca39c4431 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200785: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x78202c4d26b3bec35eae2f0e11d43a56783849eebd9439fd19d4a60462a4ef29 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200786: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x753f7b98608654466951d44518672aad3cdef52fc92f49d20378567e2c30f44c failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200787: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xfffc46cecc9044e7b4f482df4019a12b78bab0e75f4334cac5734f7ce80243d8 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200788: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x8ddaa793121597f20ff3654c1f2de369f6121d708fdee9dcecb68ec40a8455c2 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200789: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x4932b70299019250a6b4858e07606e2d71d7130bf8af132dfd27c8ccf0da095f failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200790: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xbc9b9f489e8b0a40f791087f20199bcfeff2f2fda3e9132d71a0c71884c527f2 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200791: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x244608f0b33b32dec6037157809a6513124affc6c629724eaf3b216d567c86d4 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200792: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x4314cc8b0746fd06ac1ac4514cf8a0c0132b88b08c4cf074fa48cb91f02288c6 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200793: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x8ecf2e68898c0515a2df2a8338c362162af256b2cfeb535d046775bd75e4eff7 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200794: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xf2fef8f42681146aaea7a3094a0f7b7ab25770ab3871eccd87a40816b2ff1049 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200795: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xdf2cfda4c320572f804d11b8b901009a9ae026521f014d8b170327d7310ed1ff failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200796: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xe89ea0278432c0772cc94e47f2642a4c5000a20a19754a067ef3477cf667ec48 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200797: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xf2e3a2fa919c1fc49eb65a7f1bb736d71c7591d844c7230e8883573c45ce8764 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200798: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x3a7b1310501d4b1916cdb97c50643a9e882cded59f9ba2b293e560f69612f2f6 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200799: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xe8ccc4f2ab9ebf62dd4a9e230d024fc4b250fc238f9a0279873d3e055ee5c5e4 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200800: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x174cde9c6f9d6b2942ceba62ad82d0f1b7e36cdb1aa5b503beb5bb3bc36b2717 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200801: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x368efd311ede4d340b57cb352dbaa4ac569091ea8834527a684182e81a729511 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200802: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x5fe91dcf29e833c5a6fa45565d265e8f4ae699f84aaecff817e5e3b1582448c8 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200803: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x53638b7b9e876918bf30b27f42974ad449f42ea7e2f01996ea912a5abac8fba6 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200804: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x0f345349efa94203ff1497098d41718bbe9e24b135270366e3c93f9cf0746c89 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200805: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xc6635964b9c5a23830bdf24ac36ecb9c3653a2988cd7de42121fb55a57d40570 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200806: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xd6782242eeb6ffad851df6f7e329594bb21ee665a138f896524366172197f887 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200807: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x2253e9cd3473e13a1ad4e417b13fc79165142dda7c73db72ed2bc8f5e75d14a5 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200808: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x2c2e50ed2cf82174d2f6c73db3454370c5f82f9172cf3e42e68976bec58f8581 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200809: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x9ee0f5911c6a6bc6d97839609fca2426015642e21cf0b3a901ee7fa2f0dd7b97 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200810: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x609566f48b8f16b5dba1a261a2f86da2e689523506e4e38afea82de133311ced failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200811: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x7f8ebb2f7022d45a2971858140583d13769c73439f02d17c07adcca37b9a2ed0 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200812: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x4ec05c33b00909345b0083e40b70e0ab3d136fc4310799dfe2f0b4337c6fbb06 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200813: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x4fcf4f5f78013fe451f5366005ce968afaef4ae8574dfc2b07e8d4f07740694a failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200814: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xaf45a8ad26a5dd5f6d496a0c80d7038e7853335532a7c5b816ac39ebcba4fcbf failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200815: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x242ff688a5baff36dcdf9bc3924676581ea3788d0289c8f23e6f27aaa7d9c71d failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200816: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xdd1c46b72610ff39ec6e2b8902e6c90fb7bec9d7b84319c1ab2f0c2398f22d14 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200817: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x82e14a8dfbd20bea8c6e8d5d8609d9a5e0efeca992d942139341aa441a3d21fd failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200818: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x1b0c2361276a770b7cfae45fa77e97732c2f2a45ed1ab04ddd171fdcfd34f7da failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200819: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x2cca972b24a3b7d24ff6ba93c7908afca5901f2a84140a1fe03d16ad49a5ecb3 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200820: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x91a611c8fe25123a439a8865d027e04fbeb641dd5f056bb649dfdb91f28059f8 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200821: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xcacb2d7a4c86f39ef0d76f7b08320d7b8b87b6dc5c926fce02bdac8cddc8ad53 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200822: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xccf3e695a2e89c249be538b2a191ee6e7001a52486466a301bf26f64fabcb6b9 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200823: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x497b3bc2081aa4143be1d14b63eae137eeef718259c060e69169b6e7378329cd failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200824: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x0371e551719055d619281e5c97361183d574a03f5fd7970fd5e30dfeb566d4d7 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200825: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x9e56652434f6e5538220fe7b8d2ef38975bc8a6e0012a80f6c5e1aecb626c1ee failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200826: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x5ef615c0f0180867a46885672d4e26279e24be8d4f499e4fd09472946469128d failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200827: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x8e24a54118c9eeaba686670b28366e1d7c63f23f05be958217a0e46ee3a43494 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200828: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xdac4d20f5a87ea2cc01f3721194741e5530b5a6ea8c739e414a2e7ba2c83b322 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200829: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x3d14b723c4e14e15ff7335a33f7dbd8e191136bddfbeea8c9437217df62f269b failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200830: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xe64c34070ad9a984ee9773920fdd40ed4bf73e789ed8a40cd8dea7f67baf2e9d failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200831: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x03b30b210306e5c0682e794c11b4276e5a78fec6a158575e5c6147443c92deb9 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200832: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x8b1e059a58543ffc2e4a7d71ff5dc829ca25cc6826de98d8c7b9751b8aaa376a failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200833: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xadf991c3dd1e087f9ba435a11493fc91e04c6b12cf3f21935851ed1f6c90e31e failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200834: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x5e89fa905ef79add21505f854dc3b86ce14223bfa94d70a515fc0c51775642d0 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200835: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x0942213baa3059e97590b45c8e2310f6c08a0b86d1c0d36fad22314ba147688e failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200836: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xc43a44f7fd9dcb9947237b6795b725a3eb783fa71ee9d926e9a6114cdcc06319 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200837: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x11f780410ac2a985fa6feb44f106bf90d3e25204607502d96e1d3b37462c3faf failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200838: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xedf613f12094f21c199f52477de23e8f52804dd66dac7cd61dd766af97b76e42 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200839: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xaea5003a39d24528648da4f14cb6d6eda67149d1babfe15885d5572efceb5fd1 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200840: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x5f2f3005cd47d266ca98f1c7584794647a4d103e1b42c0a824aed02b178fbbe4 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200841: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xebbbecc34d2474933c98bb61cb134229613b52f6857f6aa65c412fa970fc7b14 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200842: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x126a316befd497cb0a68aadc2c83996d3a32f328dcac8bc9fa2a38d4ff425605 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200843: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x136b0975614b3aafaefd489bf4371ee064c5b61c2be14e1539b58ab6ecaf4ec9 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200844: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x6aca64324b768187c6a1a160887a73967cf89cb5b65b5dd7cd3ebb599b22ca81 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200845: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x964cacb41169b4c7c3da0cbb04a835c58c5dbe723dd46735b93cd465147810d1 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200846: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x19261063a14dbccb32959893f5ba590859c81a46c3d77a720e043e0eb8663055 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200847: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xb4de983707de228f342717d9b66161b01756a7824e071024ce29cf73f7b59eb8 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200848: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x9b93b3163f88a4b812ea55872141cc34302533dafcd09119b6219c5e9a721577 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200849: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x5e8d88a6b1785d5a0d40542f124ec0d92e9aa879ea4478c5b8e83bd88a08c7b8 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200850: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x2e3b0d21d50c8e4960ab009aa7cb7e026761de5a092a6bedcdb711efaf78cf87 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200851: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x6f239f2e99a8bfc21ec1f60c8490ea9987d1eb24e77c2c17b25f02a52650702c failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200852: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x80c847a0828a8dc32b15be37a825499fb713d3deb08d7dd3fdd1474d14b9f60c failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200853: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x214fe1ee03508896c99a95932d1b13b94b46232c6eb0f2b5f977dbc3a7405c79 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200854: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x55900f878de2e170af854fb8d62f68da39da98eff0bd211151ee61a50943501e failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200855: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xf8a8d87666de417442f72c760d8fe942a08e17eea79bfff4a46f117b2888a943 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200856: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xa1fc706bd5c63031ce90f72179b6522f58f60ed5b157eb91bc1e17eb5bcf08b8 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200857: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x38f04ab755241e17acd3553c85c4c576d9a7bde96ba9150289d415da59bac509 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200858: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x01470bd0c73c35367c36b6f82e5f5c0a20dc238a7b9a5052e71b327684b1e794 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200859: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x9333b722ee8124a4bfebfdb34970c411216476f5e74686216c03819db4e11cc7 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200860: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xcef0ac1cb84d64a781e5f45601b0ebcabab700f92db66f435c3c3331c5c842c3 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200861: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x28c3133533549a6ea5b788c411a693452711b145c5b023ac460a66f99ffea244 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200862: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xded2104625f81693ea79843542a67b9f004998f540757e12586a57607ac3c674 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200863: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x4faf0b6b767257d9994966926ae088f801f936f332ce3560b718a8b91886545b failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200864: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x31c3fcaf16dcd4a57886e80eeb2117bf347e3ad1d8037eb5f688406aacc78256 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200865: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xb8c40ed2e478edd4e0b17fc437ca5e81a1ef93e933ef2c02330549f147fa1a1f failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200866: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x0244a1dfb24f632aff9fc6b041733e5f5aa5f9e8630354beae84d0cec2d0751b failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200867: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x3103dbb8a61f610a58af0e420d5e57c1099f5f3f5422ce3314e3c826212d05b7 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200868: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x3eac30f966af29824cfea093da4b6aa41bd36fc6d19151df6417f46613c82f62 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200869: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x9e5b1b878ea74ef6a3eeafdbc7657e721694b8bdb8899cfad2d78807b27e50d7 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200870: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x55e0e74fc4c4ce946b8c8264993bc43186f746a9f97f9fac53bfa37f4ec7717e failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200871: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x2657977e95d6169048f01a4a8b3fa85ccdd62e9d26641d12ce2e0f40c6e11402 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200872: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x7e997d95f886f556d790e9dc0d1a6ea2ce8e05479283ec7c429a86f0683e21fd failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200873: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xbcccc2d2d0a329803482619f63f72e565de28f043b72d3af077b1ad65af6d8e5 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200874: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xdf25aebaaf8a9ce133f494e2a75a07ff4ca720334f926b46db314c15f19ed65a failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200875: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xe341c39fcbdd775688f61c7695712328ad3edb1086f04175a894347a000314ec failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200876: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x1d55fe20d770122fb5c9f3ed988060a7726dcf1b1d927a97e8e653a5b3366eaf failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200877: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x6b500d3b3423195b8270ba3f15ff24193c870ac505c149e7d75d32e87eefd582 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200878: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x5e6e8b7013c1c09073202cb216229f20779f7e3d1b2dc4f501a273ac8f377ffd failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200879: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x220e40ee5f7909d726cc7d4f75edd037998cc459f32eb26b3ddb04ca3eb96086 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200880: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x11ffc3f5eab04661f40f602621995883666e5fece6d7dc363d92448e6834ca67 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200881: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xbf7e93dddf56659a0e7711ef6492026252c1f07335ddcf84821716311a1dcec1 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200882: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xd38b74e3e24a4adb157540a2629d280a6f77e7527cf92414f2d376eb9d2bd068 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200883: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x55f048f106f98a64983bf458cf1cf2668bfd5526cc1351a5fb1d088f99b625c3 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200884: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x132bfef45fefd89a34aaa9c7db76b33abcabc759cd6258ea6c3639d5dd1b5a60 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200885: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x3326a170def63eef025c06c39782a451e848b46f06ea5b0426fc9f667bfc6c96 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200886: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x726305fb64c76698ebf1230cf93aa7e43c8bc59769e2a2f4c8065ae2982e3535 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200887: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x99d45fa598ecb2804de8e71cc129677313dcc1606adf26268da0ee478237fdb2 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200888: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xbed8f18f04cfcf000ef74d849795ef0a6c1a7ea9c0c34dc3d2336aa50e43fb2c failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200889: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xba6750356700469c9c74b9190a10c5099fee216fd6d05086fdd68fc5fcb8402d failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200890: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x7a6ba3b4700258acd9a34f9d389da06a7db72cf6dcbf59737cd11f0769f0a8f4 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200891: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x92ae887ee80d754207452ca02120b66b292ad9e1e2eaebeb93472935022b1241 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200892: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xb469bcf171523fb50e68c88a255471c75109ce9e2ae10580c06a5b5e1581c2f2 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200893: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x5fd146812c8a64f76c91d968d431f4386f4000a8d87a4e47ba18fa7414952f63 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200894: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x74beb726bd9e5818bdd0c2803dc0e33dae827cf11e2ba84da98cbba2ead707e0 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200895: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xcc4d6b1fc457d58fc54f1365461d40be40ced2dfd8775251cdfbbfb72815755a failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200896: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xda44e5e8c2f4417c5212810649c5a2410ac7053fc141e276dec82b17b3c44bc8 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200897: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xc235bae5d0238282a694cf1ddd4c72e1af0e4321c3d3e35c2a472ddb0fd57385 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200898: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x50a5c735dafeca632e65b0fbe0165c6bf2291ee81d144d479f6ad622957bff6a failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200899: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xbb89012dbeea012bc8b649ad1f37c14416df5036f2df8a7945adb3830f56d666 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200900: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x23d81a0a29737b66bc37bc4221acf6ef54de74005ae1d539e0d92758b5516720 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200901: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x1c3839786a608d75a5871ad1ed76617109a3937ece1a9058dc230160843e2d5e failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200902: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x2b63f411833520a34f78fb58cce38ee0f74b72437681d400f3fcc92c3a336e52 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200903: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xa7d729a4674f11e9a6691bbe2be7aaca2f7f3051ba3d3bc29bd2271c0faad1ab failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200904: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x229a8c96799126d081dc668ba545d3dc3b4c5ea2b9c86ab3b1c603106f4cec96 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200905: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xbc14db80238e5e2be550e14a06756f05c7b192ca5cd836183d0a0688cdcce828 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200906: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xc37c4f703d3e6776a3dc6586b8e8f896e6bd540a617f63a2ba73ba635cd57757 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200907: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x4eb789cac2b03507b23a658b46e06e605a2b3add5922c1f7ef69d7d18d5b917e failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200908: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x99779a9a4b3a18d8df994c9ab417682609bca9f97df5971087816729b1635fee failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200909: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xa5f39744bfe698ae505f9019f43f15780aeea1e8fc74345d1d89beddfd03ee1f failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200910: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xca5be0d491cc7b5431e180b84380298e3965780215057638c2a3fb8020580042 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200911: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x97905f5e32d2d99da25100ce760e93b2f0f5b74db7ed69096e98ac5afe9823c7 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200912: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x6abb6dde92322da7e09760dd22e497ad5f21e039dfc0d3055066f8d6a9addcb9 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200913: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xfffbe965e9c25dada074b19e7cc1a2f43b3301c80df8e1830662ac8d09517825 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200914: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x102d53e96df8f9c76b95bac5709c1322d97a5737048afa4af4111d70cfcc5113 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200915: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x44a7115297c6fb5250b60d52cfc337862441e41269d60620d9bf09ee28bdc883 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200916: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x670d8a286995f1fedf64ffb428c52ecb5a35a2f4aa84061978c87feb85390253 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200917: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x452a74760d7604344d531675b8114e6d0b99ffa7e26b79ab9de932300bd62450 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200918: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xda85eb4846ce097b255ffc94f1b3477c8d172c59bc693335e160f4b03e206f1c failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200919: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x7f20f65e459f184b87c8849d15cc9aa82de9e7eff78191f2dd17db87fb7a5b7c failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200920: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xe1037d740b61d7ab9a5c0c49ea4f6247f3137e65361be5bafe72ce7939cdfc0d failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200921: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x00cc737a1229adf0a09c4e4dded68d84585be6255771a97068b286b3b3441398 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200922: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x0f1398bf94fb1b4fd869614e930d17841b37b98ed312bec792d5093b5dbb4b4d failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200923: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xed3c005f81b5313cc4939064792535908afa411dc24e0d220f77927623c34f97 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200924: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x431a43c3edd12a949960fe9e0e96e0cdfa6d31f76f61f9921d7f13ac81556af1 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200925: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x7a4032422d748340c0745aab8d8f08c75e170c260d0a03889a731d828bb1dcbc failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200926: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x4a7dbc0adba09e92685a1d0f1d4719fc58feec578915708fc3069f29937b1eb7 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200927: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xdb19f087c40504aec0f699760c7c015fcc90ccc3f3eff0fe0aeef4fab2c15f4b failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200928: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x20a83debdef8f2a4d20606358f167dab5393dcbf56e59910d0aac7ea76dddaa4 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200929: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xe8207cddeba714dd01d70d66ba7dd7df5522e4ab3d0b0d38a1b28c701f5ba265 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200930: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xce443625c6af1ca091bfb971fff4d6be77afa95df00ccc5860e8cc8bc27bc503 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200931: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x4b144f471feaf9d5f0785a6ec92f2914e742ec74273722682a442934327c2084 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200932: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xe4cf3241487508a39c04be10a4317df8b74ff53be7ff2d7969013c8e9fb3cc03 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200933: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xa097c95c14be365c06fd9f7adea61d6c6e58320e74e78db6669d02d5ea250fae failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200934: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xc08e0979a9604386b56be3b17642dff3b0849a435de6521752821603d036ac89 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200935: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xbf3f1756517e3742cb984b7316313fad28f52b879f14d6a19563d9b799dc4333 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200936: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x5cb873ff5456136ae3a8bb5f4134abdacdad4ed2cb2100875719ff020a19d1b5 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200937: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x3a69f26c60befebfb4467943fa1c93a5090c62f17dec80ff7c965ae0f19ad4ed failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200938: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x43f02a69020f5727f88086e37036f517b82ff09c10ab3242a0f8daa7f3dfeda0 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200939: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xcd3b5c720fe04631307513dab5eecf14aa9a1e5feef4c5b86079018fc346c216 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200940: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x5803fb96f982543269862d8cea3d8f489c90158a7bc52ae2c15f42cfea51e74c failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200941: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xd2e53ad30b7d1524e59f07a7f9799c81cb65323dc85f2d594058efd8a1816a55 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200942: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xaa81031f3a1c076d6c36acfafefc8d6cea6a923120dcb5283b82bfc5adb4f028 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200943: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x20eae62780f28c0807b85a79c64b9891fafba869199511b999ec4b37292f32a9 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200944: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xbe8a70a64f49807425da10fed8e26ea496af975fc57a226ea390413c2bd9c3c4 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200945: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xf321b51e5be9fd16a827f8d2e2eb7a9081431bd6597fa0cf82d0833bfe4bca27 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200946: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x3d3ac567b0531edd62dac5fd11efd45e7009d8c97f8d7d86cfc72b82f482c2d8 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200947: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x16e16a55defb5b9c38c08374a3efd417ddf54015820c159cb36b6cfaff58fb03 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200948: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x151e3ed63004da77053b9ef9784f8ef1ad687b63f776042e8256884c17b561ca failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200949: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x8f58879d385867851c16f4dd7d4d067e9b690832c41d719518feb914af261123 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200950: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x8a2cc51440729841346c3c0dfc41fe8f1840c2f80bb490a9d762458da5fecb92 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200951: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x31d2bd85863696ef2c63557a36ef163606f6117f5b6339328f8cb415155cbe13 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200952: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x5559d9a5f2f59b325f5423e8667f1712f4ebd77f204b773a3072de8d8b1ed102 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200953: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x8449f2f9238b4cdb6f3295bc98824bcc6cbae1d364ebe18489cd73610495da14 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200954: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xc7ec198857b752beff48df7b7a498484b30d9eb736026d98933fabb421238ee7 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200955: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x913abf5746f60e024a0a1528f8fbc88ee190b7f21ebfffbdd7fb4924196200b9 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200956: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xbac6509ff362f842ce9dae06a512dbe85728d303ab4a21377c8412359a90eb00 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200957: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xd29d9238ed1a0105f489498c91b491947c4e23c84b721c0a9390c3f0991d1fca failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200958: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x5f792bd84feeddb3d5f0bf6cf88d8f6b4736bed5cd1f580a5d38817b63ef1dc9 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200959: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x3206eb177968a122d2fce25c57d49e4055f82c5b5c47ef36b065d5e90ea9a568 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200960: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xa156a0fec46f2390ccfce9303e5fae5fea0157eb364472cf00b28efa63beeafa failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200961: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x0c72ae25ee294fae4beb74163d962ccf9109b8f660c2abb41b3dd44265dad165 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200962: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x46cf9dd8a0726f4215c1885686756a7bd3d0737b34ddcf5c852e004d7efd882e failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200963: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x251a5ca63d7e6e99b53a94ebce3c1f3ea704266e9d309d19b6825d29002666a5 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200964: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xaa949ad41caf2cdbf0bca28e8051b6dcdd5d8354ea1d03b95fa57eba8f42395b failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200965: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x5eda81d17e92e5afa83a230ffd83f4a28370e5290f4e71130f0a9431f9dc86e2 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200966: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x753feb7734f19d1148c4217515b9695a42f3ed50a27a7f4e13a69f8085769308 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200967: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xdffa23adbf86c996ce5d17ebd7b3263e98c601113b00d4f92e636f41f69d6971 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200968: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x61a02400cefde6864273d7bf115bd1f1f871d7a40c154f871475d586d8028398 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200969: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x2149dcfef03e66354a94c589752b375bfcfa525fc6097f4a7be1ddc88631bbae failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200970: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x7eda5cc18e5e9eada2ee00d021f5cb1655dc8b87ce66d69ec4dd509457452438 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200971: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x659f64269220de0b5af32ed897ce4bd3cfc7a8671f0e63230f321bfbdc00ddf5 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200972: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x6a1293db8906f8cdea1045a47abcd1e3b224c6218271d681d4cfcd168a16115c failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200973: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x8aa0339520706912fd450f12d46153e1ebc5b01a7983c95025ab9427d49a6fc1 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200974: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xb6445d665edd8742ce2e36dc1c2931fb820a209a2c8a1eb42c417f0bbcf9625c failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200975: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x75519b90e18bd86aefb5c7f4e50038545c5be6fd5a8fbd0296e76baf8676ecd2 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200976: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xaac74adaff07b526da7e9a9dea50a8b7d57e7cb68606c38e12a85a910a8fc79c failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200977: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xd8d6b4c0f557dc118f71afe132e4e722b078cd3880697f4a7013a3dd9d1a84c0 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200978: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x7c6e36e715d83bfc52a4b84b4d3b82e2328dfc9c950020eec0d74059032446cb failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200979: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x68b80618e02501aa1662048529d2594395c664826007eeacaa579fbdf5abe52f failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200980: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x4fc6ea84353b36453a3a9bef05c63ab70b2a9acbc48f10214a32a41197ebcfcf failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200981: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x1222f2d81a9dba861680a494360aedcb8160d95666d3a25cad5e2185843f0322 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200982: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xa89cea129fab6005ccb901dbfc6c8d89ee8ee6aae83627ad83b2135a869529dd failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200983: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x93c411b2acbb371907e26cca366a55f0da51b215a7309e2cd7985c4c934d7571 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200984: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xb96a1e86b707baa395e5d45a0ba8fec9f24b4942a60a03c4b2848c620f1223a7 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200985: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xc1e60a9944338f13b4427c75cbfdd8e93e8ae228f17e668bc9c784fc83fd6074 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200986: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xff1772973febd1781079d20cdec31608e234a1fbc1ff262383f941cc19515c8b failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200987: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xbad6e8cf9efbff6f4b70bb0089fe33ba17b093f1e5873539a04b5b69aad73680 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200988: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x949f569bdaef4fa006671c9aac8c73b2eefaef10cc15c0997738949a81f4cf47 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200989: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x5663b8d0c7a9a6403ca5f2151bf35d67eca0ee5ff084e69b395b60725598b003 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200990: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xcc3bd73dda5a6a3ef8bc0c246a5213c5a166ba00a3539a3b1a9ee6293da9d17c failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200991: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x08f70536a1527c2a8362e6f3c755b0d83003367684cb03c5a53e019c8f1dfa9d failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200992: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x68c49ab8b88954bf3a33b6ae0e6422ca64cc9ab184fd918bc55f93cd21bc53d8 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200993: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xf80b303edec97f9bf0314adb954dce8f475efe98b190f6f88dfca1733e381bba failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200994: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x3aef0c86bc1b26dea4b49cf34b4977963465fa7cb18387f6cc9d1553b1905511 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200995: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x7a7892941fb3ee699b550f5efbfd54a6f14394db34c6eeee95bfe678ae970280 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200996: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x7f5f837059d4efa886ac63ecee89bb9a74efca2510e348076c3079308424204f failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200997: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xfa0f92d17b0f2eaad3bfb3f67d528f1f62f8a0f7fe810ae1ca90096ce5050901 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200998: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x108e2540c557004369d012ac94010df3e9af5bb4139860fd3fd509ac002bf9f8 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 200999: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x2e3f2e0c2499f244edd54990fb6134b7501df76a5afbf6ed77b4a39507708cfd failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201000: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xf770e8683d78b8c0ad90dff8fedb444ede5484c510cf1d83e08dff876b09484a failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201001: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x172d13b68fbfb1d4c1d1e151f4ba773b79fb4844499615d63ade1b319fe7f264 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201002: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x744258441e32a0521f22fa5e3db0c2cddbcf484d9ea168a2a8a7bd38053322c1 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201003: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x23c5cbcb5b71c01998fd3239de10a1e2891bdffd129002748ce68567e9977f72 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201004: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xc8601a8906a238d5fc46953530dd9fbab865ef8f4d926d163cf3156137e615ed failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201005: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x8137e0df793b5701ff99f938f4a62347b55e6b451ba1af18c8dbb3256ed2cacb failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201006: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x32d0507933f61a72eb3af9f04741e794804fb53e55a5bdd700e5e6afc8302c66 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201007: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x33f7ef3e69f12a813de29882128d0a4234284abf49e53e70cf83eed6a3cc6e59 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201008: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x17d07e16cbb110a905108d3d4edc0606a067b54a3f3e81402c1f7e91f5e2c838 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201009: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x8bc2eba4a576a4b65e99bfe23da8fa83bd72110d94d150656f1021b44bf5aaea failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201010: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xca3207b482b3adc5c9dddc7da13c1297611f0fee38dd0f44b5ab72dcc98f07cf failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201011: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xab7bc47ba640bc3ba9669b43d52026e55d66b2e63e776db6cc6e59da84fc99e4 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201012: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x111d6b7f09c11a517a52cf17d3ff9dc126379a73977a1a0dbe802edfc0f9f285 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201013: failed to get epoch data for epoch 336: failed to get epoch data from memory: epoch not found in memory map: 336 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xb685e797937ef9db1d20ebf565f7adb0dac63bfdf75f7704300a2f7cce5e3afb failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201014: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x5210e70cc26df37db4ebfe327877004d2b45b331d0c93e32635467322d5f7c92 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201015: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x79a89ac100c270186a2cdb34eae83635a6b4a27ed29da1cf049a49c45a10dba6 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201016: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x81189533fd45bd36e3ea3d5ac8c067f31e800d97358cb3ef902d4a3e4ca2fc37 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201017: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xeaa86f346db634957f58f8625f5d5ac2cf0fc30165fe36516214135fb6fa4e0e failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201018: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x06831371212d6a6b1cf7496e14170da8563bc154f8e3925f06507b9092f30dcd failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201019: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x8cb93547af8c9377a7e8981b963f3ce9fc7f42a0f0681c851d88840f9c17a517 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201020: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x4e10fe98b578e351387a88c69bfaee057d4cfec41cab57f3cded0a880d39afb2 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201021: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xc08c7c63c6bc06620af5c83025e6dc7beac5dcedaaf8ee67b4e88b83f85e428f failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201022: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x8610d1bdb8313662c637855528c48abc231b2ee3c11d0b1bdb2b7b7a6e5d8724 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201023: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x87dbbe8dc1bd897b004cfdb10534a22cda1f40c7b682f9da9416ef8c96226502 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201024: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x4a2eb2f6a7a07622d2d6058514b7589209aec3323170dd0caa7c9043a4d5da6e failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201025: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xc1b1d9a3aa7cdb83374f8ca124c4b7c079e9138635dffadbd5d61c99f8723b95 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201026: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x75896f9a70f33be3892201a724ca9a5b980901cb59eed3ebec76783637dfa74b failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201027: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x71833735d6710ab58b2e1041384e1f10abeb8f8c4749ccf1c3ca75b011701f98 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201028: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xc80813e521b8ae1065ea358ddc27a74786d846553086c0a2723deb5fafe277a1 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201029: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x468de1c07f1082ed8aa658ae83530445827246fa2abba9edadb177a71629210f failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201030: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x40d5c072d1676f4ba50a92d99048c8319ca02c87b5b948259844faaf3f714722 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201031: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x7fead022de2d97549349ed16444c2076b11e2068a6b0f4de8ba46652db8337dd failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201032: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x2e84ae814ebed9d8ac6bbd503f59db786503b7579aea627d6e1b51781ac06772 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201033: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xea7281bcef0d2a546206f9f7b27130568df2b728f11f04579098b77e9ab6226c failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201034: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xbbdf570d1b8a81959d836cec47cd9d2cd4ae32b9fb5f8049c2a2c78d8bb8a4bb failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201035: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x90e833afe508dce0e9f6c8d96ac0e44ab40faa5db8b12ec7a7db4a92c970d21f failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201036: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x0413ccd6d15875cb8e7cc516374124fce301f0a9bb6f4fbf22bbf4561919ae67 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201037: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xe02349b9ad280bbf0fc654d0936a4e842a0450073a4473e4e3a3b4f82e028b05 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201038: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x1954a1bdba1c6d18d2f46b8404d9e0fb8f07118c8c4d2c41c6edfc4b09e8a19b failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201039: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xa94f1655fb53e801c5b27248f6f7a04c9f976f6d24eb023317d5c50b4c5f880f failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201040: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x2df5dd40c5a8726be55bbfc80bb1dd3854949fd9ef07b03856d1968818088df3 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201041: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x84e38f1ab50416494bf33f7b48b7ca0a7a36c08605c63f35730b8b438f134b6a failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201042: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x80f69eab80a181d3dd7879948d352c606d3759c9121ce05a2dc8f32c230f9726 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201043: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xc56bb28917e7c13e126dceeb865ec55eced498aff2b7705019392b33224293a0 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201044: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xb2128358fac08f74333662f24428dcaf09ef27b9322e9dfa817251a594313c27 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201045: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x71475d8e744b725a41f46b12322f02edfe954980b42e89cf7d3b4df85e8fec6f failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201046: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x4570464d587481bd1119d504cc386b2200ac48e0296d18aed32dd6f2bc9ca559 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201047: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x4810f3cb8a89eaff513f07e160b0f20e6f8535957dcb39cfdfc86590fb8311ad failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201048: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xe729eb1e3c418b5e975b2fb0d9f38f402d2fbce408fbeac126fb80641334949c failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201049: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xdd75eaa4a67625ebfb9fb780c3ba9c9f063a2a04d020ca4d28ca91af45f243b6 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201050: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x90f24dd7e859d2006fa4052225e08eae307fff2c90903402e9cac76343fe98bb failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201051: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xd1ab7dc50faf8b4cc9e8b0b32be2e07b709d8b12a91816f88a1ab0326649a930 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201052: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xa666fc6e105a146b00752522d7c0c04bb7967529409ceffe28508a5e8cae47ff failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201053: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x14a19620c52d251194ac545ddaea914f43be2c810a10966dcb62ad02dceff450 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201054: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x55b39670260bd1b4e3efc9cc7b169eede81745c2ed8ab575b1398b80dfb829be failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201055: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x13a9503d276cf7e886146dd498b990628a4dc91ae2f587831f0bce4358a9360c failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201056: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xb9b35769378cc0dd23d25ce7abfbdab1a82cecc5e4b83e244ac107fdaed60e5e failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201057: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x6c863bfa73f68f71b09fbcab9e737bef4bdbbba02fb48b913a1067e174da71a0 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201058: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xd5d183f1e99e0ec2942a20bbf80657ee97b96f999a9e592e2a013f0207896d5d failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201059: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xb1e545977e042d251d1da07345858cce31eb0cde78d74bcb2e53b66e38050227 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201060: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x4b1adf26bed27967c02bcb208a82354391b9980425570e97f3025d9a49ad99a5 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201061: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xdf13d0a05634ba2e5b0229c1317c9a201670fe2bf07f85da2f296b5ad5a0f45e failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201062: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xc9c81d8b301a9c2991bc4665ece77aac227f0a83c0360fe72d3f134db3cfca1a failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201063: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x2cd638eeecef025839710321dc5080b77e702740c2384f853c5013de1b349cd9 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201064: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xd7745665938060d5e5e36e8bf06abf18daf674c1f04937ec1bc8f22d422436fe failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201065: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xcaae82bf97cd2b511e3d422b731896dd7b947f6ef90118767bebd046cd8c73e5 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201066: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x02015efebf8c216611e1e245dcd9a26d6d68974b3ad6bc107755d5d6881c80a8 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201067: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xcbfaded17f4762a6c3e40a577fba65d08f0733d4a626a335ce3f0202cbbc3e4a failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201068: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x9444d949c101996e8571c275a383dd51847f6adbc68208828a57c635f3a3342c failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201069: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x5476149981ac1b3cc25f9a3721daf4e64d99b2fcdc64cedbae527a3c4e749554 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201070: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xf0def88c146c5db033bb52a1d9fb747732118bb50e33f6769a15c9822a854e34 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201071: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xda7362289acee2fb43a5ff46d5e5f34285b454a124616290f80c15c8089f5b7d failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201072: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x7f0d45a92c31763708c82f01ec46a4295cc7c0429b7c79ba3360e62266acce41 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201073: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x957973f7b1ff454913fef5293c2b71837b2b65554d247acc4c5654cb2202e82a failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201074: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x964526ba9b5e95e409e978a501d77029a0edce5cb40c4a7a5b01c528e7d18b2d failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201075: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xde11dde4f144dfe128f0f510c67a3dcb35d09f4ed91c56f555096f8b7c98d039 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201076: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xc6fd252d50cbf27b20c5110baaf570c017eaf9640ac95d2c32bfa73fd8fcae12 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201077: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x7d35c8a917bf689ae58484774f3ed4b8e1cdf162d13973639e7defb4cb2c240f failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201078: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xf01546fe26ed78caf8b156aba81286e7b7d8982e1196fa358a61b7ef462a4e15 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201079: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xcec0c86077934e4e37dd7fd8adaea45377ca1779f0c135ed1d1eabac3c5afdab failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201080: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x57dea32f00856ed58be793e21afe1835c29556bfefe20b4096197d289cfb0158 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201081: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x07ba472221ee3ca538940afbca0b4db0f038dde25134f06dbb0bd775c522a6fe failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201082: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xe1fcd697e7faaff3df9405413b46a5291256538354987724095120b6e8eb1290 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201083: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x7bf39f2c71b23e609eef56baf469a1be894878f2bc305e16ab5856cb32d253f2 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201084: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x86306050ebc4e6022ee4519cbaf0cf32f259673ed067d58b1425372f6172fbb2 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201085: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xcf8d55f6e3c107e7c7bf8d420e349b9b926a32c685e7c32efb7bf079bcaed5a7 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201086: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xf7e0e951272eb955638184b9cf0b26b8e0c4c350b5611fed71616aa5c8ca703a failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201087: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x886dd2c049fa44843ad2796ed637632f3a1b10a2b98865e4299ab86fd511f39d failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201088: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xb7fe8cf18479ab7aeb1238109140b8b3d42f090392ef5200181d266ef35f1b89 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201089: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x9a6591032494ee8b0fe24f40029f6b4432f809b8be0142afa576a9867f7fff83 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201090: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x7f95c5dff9cf78d2c814cdedccfe42529ff6e189e7d7b1c3de8723a500827c3c failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201091: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x6cffc158815c5222df44cee8af4af66455b3666828137daed2926c3230b7b4eb failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201092: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x81f3473a39bd8fd83f8a356a739de69a36e3f5e20ff3808b54e9e4ac87ab2881 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201093: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x02ab0a4a0e42a5b717f001c39a408c714d9fee9616941442a9f58600f50b0566 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201094: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xcc814b9bab5fd78a1868a6a418044a2883960105ae6fdbfbdc866aa3d0349af3 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201095: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xaf6847449258f10e1a1e425d4394b45031f2bb218a3a75781547f487afcdc090 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201096: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x90fe313d8c875de54102ca7fd3cda683c9824d4434509b5da23a7aeb7cdf4f42 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201097: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x4e040f95281fdc289463696f8d5989c4e2258a794ea3509c89874e5278ea9a33 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201098: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x20ade2bc709880c607d169cee55b6eb24afa8cff5dead4f1010b08ec3551d6fc failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201099: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x72ce21d9a5657ce31b5a4b04c827285ee25c98a44779a187cf1a6e73469f8d75 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201100: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xf72fb24466cc7a8f7840a5f46b29674aefd8228041fe5ed9ee625918e7085e80 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201101: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xf3dd52b54a5b86efe164ce375bb9cdcdf1f160f9dd83fb745d7169eb6c1d537d failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201102: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xd42e383df315987a8a29f302670ca253f2d9419b17d16a71a5098e4040b3adad failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201103: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x720bc9306bb577a9ed9002beef05e446ff7132b276e7d13e95e7f53c4e24cea9 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201104: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xc04f0f839dd007245b26baa96c36a2db3d257276bddfc05b2bcd713a908dd7a9 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201105: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x89e898f7d52ed050a6bd7d98d3e0c366e3fd69b47f74b493ffd500c9abc0edb9 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201106: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x5e40b3628ac79531020b8c8008aaeec62675f77e27bcd6e066e96bc4804bf39c failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201107: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x7757b0c17fae3be7951bbbf745034d6b2f74afc39894faabcfcc4fd324d1138f failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201108: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xc8c636e065b4b1dc642c7100db2a9b3e734634fe0647cd500d025245fac11372 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201109: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x3e6d0289f1c83bd974981a244489b0b78168420d6923b1ed311ff2eb2c1e7186 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201110: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x77d6cbb91b72cfd87122b8d28038606e974d4e687aa552d9a27c440f2c165cde failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201111: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x3c611b79b023f82142cb1ebd5545f74a2d36b09d86fc2201eaf90181e9a26583 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201112: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x8f67ddc8b0cd9da2b47db8af720361f6e73ca9d05e55cd5e7ef4f8f7157b8e65 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201113: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x497493172f89cd44fd206689ffef234235e905f3b484142515209577ecd394da failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201114: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x8b9e734b92a68145834ab5817e7016f297d4c41741f9583119349e144cfda002 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201115: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xcf67b951f5c5a016dc3e255cd44209577ca9d5e9ab0b27aeaa309bbf04b54e5d failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201116: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x33d7a97d0005514698cf020fcc0a0efb27c9e4e4b25facb904e7a4809fc714c0 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201117: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x66fe3f8f105b5c279e1ea43337bc5fc70c35b32c077b0908df83b3bb175729ae failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201118: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x8fc6fb97f692db84da9c6852a8c503b1b6fa29efbe5efd1c7c7fd7f426d5de05 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201119: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xa35a7d117efb78bb3c511dbdee066abf5d51561180aec6fae8663b89a2cedd1d failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201120: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x6584e12d84fff142cd8647e4ab360c90cd5f5ddcf6d7f4a921c733849630193e failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201121: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x04bdbc03ddbf95cb0f081cfba0db55a1263752b2c5f131562fb4b8003234ee99 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201122: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xe5c1135efc1ca01b2707183fc6a9257c152a3674b6ba19d69d8fbbf480e0be5f failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201123: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xdf1acdbfa4f44946e30a6a79baf06d17cfa277842709612b429fe5a23cf1ea1f failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201124: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xa430bbc8b8e2b550f2bec4ca4056208b5919ee475874adc251940c7345e5155f failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201125: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xcdaed4e0495d9c5c5133f12530c7edfd7af183bf719ce4bb7a4254ba0b6f2b99 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201126: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x6ed5608e3a3f0835c01d1925c20eaff6c8ff14b4568f9f2177c089785c7e44e3 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201127: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x23d81a9203f7355331331864520f793079288aca7befe3bccd15fa98b04a7a79 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201128: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xc14a08ceb68c018806f92c3a5bae0b599806d92f7c8ea6d5574741d72405a1b5 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201129: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x581406566b766d884aeb4aae749536d3c8389c21a2f4f25e7f7f5b8cf50c8edd failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201130: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x24ef36d86d5a02ba2603849e43a31ec8a34f8116f4e26af718a622962dcbe3b8 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201131: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xc3185c6a283f81f92e1881dab0540fd824fca8f427318b6645b598697d4279f9 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201132: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xbccfcca386b85a81633af3781d3e91c37cebb93367865cac8b8df791b95d846b failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201133: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xf48a784a00f6286e896a36674e81ef655432153f5c239614d2fd164b85c0d9ce failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201134: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xb0deae3a822a7655a6d38f1575817569b2c4b489c477179e407e153247616918 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201135: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x92fe19439244401760090384fd239bf1830d9f3352d1c9880d2f092e101f5cfb failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201136: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x0e2a74fde85151efea6172c587a88c727e92b9c8c0b167700ffd6eb2b9cc291c failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201137: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xb8a406b6c917d018f22fd3a751d0fa2b76db242f4c6de435f16149cdba024ee9 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201138: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x06d0d76318a39069329ec7734452d324d76a519cd5901c90c8c34c2eaf84aa1b failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201139: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x84e109f8a7ebe3ce98a297fd21fb7b0bd8a309702cd6a094d9ab14f89bf123fe failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201140: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x1d506d15f2ee07e2843058b33b802e82a04da7b6d0ae29a2f0c4bad3e9ede171 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201141: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xce55ee0aded92a7f49beac1d47699bc2b05056d87eb3c0affbd1a3c6c590be0e failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201142: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x070f95713596be7e82e1f4b8b3cc197086b098b98c78ac1b4323fe54688f0265 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201143: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x78c08595a3bce17fa5a6968fbfc63b92a9199bdc30de29091ee968c8edccc5cf failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201144: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x8cdcd6432852bd45e472632fbff486dfde7c8ecd9f3411516e218d5fb9491b81 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201145: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x224017c538694e32bbd46337c0cc383800c34b4a22eeeef954be039ca7828150 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201146: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x65db85d7c9dd3c934d4eced0a34da73476f124b3ca5ba696204ba90d49c2e9ac failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201147: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x15d6bb2aebc83acb50d1dc26d3e8be21f02b27c3dbce26a6e3acefb2cb102d8c failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201148: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xc36b0e25aa6da0bd28fcce2cf2b22961e78b503d12bac4356635f0138e87e005 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201149: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xcc76632c3e5f03ead752f9e9b5a49432b6d7d8f00e5f01912d012dd33885a9fc failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201150: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x7db068ec218bbc68a67c87d72611b637ee051be890e65fd5324565e75c629a35 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201151: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x13c51965f1ed293cc2b05ff0592a9047b9d0ced8f376cdb5c3a4447fa4af9f1b failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201152: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x1e1fa24847a57a0b9451ffe6223fb3b521d13870b0caec11909391cbb537ed59 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201153: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x78d74c070e385b2e29cb1bfbb6591823ec0e1aec08c4cd780b9ed1a07a8b084a failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201154: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xd52b70da39c4e38defdd26e3431344d7fc669ace2ee763ad41b9257fa85e9b4d failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201155: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xd2521684709dd7096f3faabcdaae54b1c6dc274db960cf6f874ae3fdc0840113 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201156: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x0aa4e968f254812004cad02564e1fa273b1ae8274f5396c2bc4942889252ccc2 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201157: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x4fd1f4ff49b963b7c07aae647d0af2c1327bc2e596c6f7a833dd6fe928419608 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201158: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x8023a7d81b147b8f355eb71740f6556964ccf13e653dd3af23fca0c40c077530 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201159: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xc68b225fbc345ed48f630d315f6c5af3f2b71354bbd0d4e647cf5c172c14f783 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201160: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xc82cf69610391ec703471abccf61b4bd984df1056a762fe6f761758eb14308b3 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201161: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xe2df466dc336f2a66e49d89e4ceeaa79a7ebb3fbd51025ca6b312079ff7f7661 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201162: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x20720ce79295c0bb4d38e0715c532bcde7ca181a0d3af301afc1c903a0f78b9a failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201163: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x071148f0cec500acfb030b69129ee883a5500a024dad32e37d8cb4f029062093 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201164: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x92b52d21be43e7502085cb8e3e0770baec7f8d99764b7a7d53d1562df0f079ab failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201165: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x9bfbc157279f72239e7c0f00a37f92ecdd1ef3b85cb28180066cd1917543e450 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201166: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x52500960eda3628713c774ac3aef778d56acc13d9daf7f1415b751cbba83e76b failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201167: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xb04234a5d70a284d422e1f15ccef576f827915d65ef65ca6b0f9bc17ed15610b failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201168: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x23ce18be0f0f9fbc8bc035e292253e6067a40ee9ce5e310989b5a4fe76eb5bcc failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201169: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xe114c072c1c52c0e918a983a517193e5029228b3388fc85f1e728578984a09e3 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201170: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x51553f133c43e790d3cb26902183ba42f2fdb4d74b8ab888dedd63fc163a8620 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201171: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x6d0affd151f4aed9203a202c99a62ad08de1034b4d027366128cc36589079713 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201172: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x6c00c26d1731548daafd46d3f07244bb4370024a126a5fca3235e4b9e09c36d3 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201173: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xdca18b4c1b25036572985ce122f258a31d2132edf05ace37cf8627fc641e809c failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201174: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x1935a011f155431b6bf2eb97d896062c78b66f76511f3c6b2adea39820513e91 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201175: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x7bd22024447d1a9813785f8d0a07fd7593d9e907d035ebf25ef8db596b2af267 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201176: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x34bee5cd16f826f1ca61aedcb65f7eb79cf62907073a8abdb6c0ee3f07e56c6d failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201177: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x4f3548a1cd2ebb30b8d5e99fc4c56198324938dcf5c30be99eff88e517c3821f failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201178: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x2cb93630a35a5936db7868ff480b819cb092ce4475f3bee1076e0eddd02503c1 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201179: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x25377530b533e8c9805360670d11f17084ff6d7a8ab4d0b6a99541db55cc27dd failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201180: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xa1f1c68acb9654204175ed29b8a875e1010902c7eee1d22864a0378de76849ba failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201181: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xb22c7e850b42bcf9ba26a32bdf6747ddffe5cda2b23d7105b5708a77be9511a2 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201182: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x3ab020742f44c43dfabb5b59f65c4776a9c30ba07bc969b46c4a041413a67d61 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201183: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x918e58eebac84e89db0d7406ff76266fd0ea0dd380513be7f81961ca70a5268e failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201184: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x25038eecb32846dbb3c4b4aabe82abc7d0d625ec90024f96225fff42dbe1e684 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201185: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xb230bf013eff7d3d27aced92d944169c1cedb599131d361e910ac48374dd44a0 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201186: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xc11f97c12326daf6d13376d176e31d69b8236a886c7fdec0159c5498d5bb6141 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201187: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x9b8b87a9912b7750ea899f16160a8b0d3d6faabb2618a3424f308a305ed15be8 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201188: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xcff8b504250364cf2ede987b443d4c03bfaabac768c7539b295e74db2b997bd5 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201189: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x07e7d88e07813012a1c602f53a3a064a48a4cf5c4c7af76dde2df010995d4129 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201190: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x40406985b3575079f6088d65c48e7d9a41dd488673585ee1e1d6725e3a3bc2be failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201191: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x153d5936180d08dad5e512f8b8bba9ffabaf4a3dce3116894bcf822625014f72 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201192: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xb399e53c7066c5bcbe7bbb6a79b7ea13bb2623029608aed54d90a00e03cbdf6d failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201193: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x5c2b20d39a99a13f0a6d0c11a1e15fc44e5a3bd3aab0c59433c2592887a846da failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201194: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x9c0d66a66479fdb3fc3a836f638f217ce909a9074ac25828d9c0860a3bfaf371 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201195: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x780db1d002b96053e9076593d1bea04a693c1781cd90fc1b91db7b0c12b9de75 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201196: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x24419607099bfc25265e7ef27b7fd85d84ace708268a5fb5d05d0fb078641541 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201197: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x368b0e29be97043fe1553df2a13af8f5d3207ec64e259935e8aa5db8791ef562 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201198: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x2bfc98f21d79a737a0b03f6242bf365658fd4067f29b78709ed866c2d9264e9f failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201199: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x091e230d5c8709a0fcb591ab1b8ce179731704b6bf061731fc0814c4ad63bdae failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201200: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x5a3461dc67a38cf00f1a8c87ff22cac0c0d29963d41ab35142390637fdd3e440 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201201: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x25d7cb54c0574e3cb8d4ab91b5533d1772710f33743ac7f984bd60e306f30f73 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201202: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x0a476b4184b42c7465e61d1dcbf9553bb91ad9001756e9a8a1427748e9d61b93 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201203: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x758d9dd07d847b58a8c21d986452dcbbdb342b89845e3c1c9721a05ff089019b failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201204: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x6a2bff99fdf07167331b7c72a794c3dd4a8e74a5e96ae1b8bfe0d74f2337c188 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201205: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x305a4828ec50c283a27a96dfe88bf746d816b946d6c08ddaa83b8447775cf80a failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201206: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xb8fd03d466fc3ac8039c2d61aa945483645bbb18cd37c5700ccb4f25a0049b89 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201207: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x9b50600c6d985a62717ad6b44d0b89c916ecaa150a2b9d6cf09d5101034dd975 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201208: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x97e473182b0f6647d758036084d3600b1ac810bc69c9fdcff8c6f95e8d7f9ef3 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201209: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x74ae41da8db002309a4727534b82648c402671665e42288c6c103de64a2def07 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201210: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x58fc34647abe2d5c819e9d3fc2cb2fb1c0deb928ce7d73be203e81ac7a89d593 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201211: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x3fdc8eb3db8719b172128fe57f1c27aa03676edde50fd6525df0fb006e217717 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201212: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x3a5be164f5646c2b77163b03d792baae3c98b0c484399ad04e793fa012fd0b57 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201213: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x98cd674767432b821ac31d38b108af48938042f36d54bae291d0b0bdd7293844 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201214: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xc15f8dbff77a07e478818f984ee480041d9c27608e48db33028b48b261c38d72 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201215: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x5f9b4d691cddf08e02b630c14cd8d30eb3fae50ee8d56ba56c27430bcea8ecf8 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201216: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xc630ac54ba2125ed6e36d94c746711ae7997a35f5ccd135672825c78a7ae6e35 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201217: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xc94f07a16f2259f5f3c4395a62f7c22b576d445e106f2dc8780cc7edd844951e failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201218: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x2fb0532fc33f8a48e86dc4040e69ab3914bc6bdbe5fa1e1d171a4cabbeaa8ba9 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201219: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xb091fbabb13f2c96da364e6bf2210667b225908fc48d5ad9a54dc334b559fc83 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201220: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xf64627f6680b7f645b877cb9225fc74cff9f0f1e3e6634f959fa7de730baf99d failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201221: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x12b2131ef99c7db0c2e02cc87e90258637a85a6bd12ace2915f0f63e6d5c349b failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201222: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xe85e2d0fdfac203d036b6e13c24ef8d2606bc339dc720064a114c5fa9d8289d9 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201223: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x327bc1d70222be71d20f0e2be2349eeda9a48fe0c00ed478ac4106c4ed9dd855 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201224: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x02b1e89b4593b716012bcc0757b47bbc4da053cb5c7a152283b86f6574531b1a failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201225: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xb1c949d11b2f30c1f5227d10abc11d912d97feb19864bbcd3cf18e005d1df858 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201226: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x95a070b1bcb7a37013f72f7ae3a27a72a0a1e0767feb7dbb578872faddcc96b2 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201227: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x68f9f0b958b36a21bcc79c0b157b8b5f4b841b2d9fea813ed2a1e786910fff5d failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201228: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x043754d9313c147205de2d5815fcbc0ce4727ea3d567f3be0f307996a71e2d80 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201229: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x435cea9198469602973b0a047d443207e9c24a74507e0feab5f0d65262ece0c0 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201230: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x7aeb3dfcfc26dbb17d701c590d3fae7d04c29ad9af536e709e3dd7c596eb3564 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201231: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xa14c661c77aafbd56c8047f0cfdc651815d6336334344c9f06ca3b80d66b3040 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201232: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xe327e08671620fabea8f45f78dc5d7a3903f4f7de978be143f6200068b8c595b failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201233: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x1150a7be777ea5b4b48d65c24b41cfd36f81c53da1bb6117342f26f9ee973c87 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201234: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xd588a5a127fd13f1e9540d2fd683e18ab64df13aa6f28cbc05e04462672a571f failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201235: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xddd72fac2a92aad38ac77d864019275bf645b81665dd8684c5d13f33e500f327 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201236: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xc07a6430fdb9305936615c038d5cc1f2c9ba048460c555af9f5c471d1549d060 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201237: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x007b483a18c2359be2e1580d8461675552d77e1cb1036e3cb2c5554a836d44b5 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201238: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x6975ff2ab26096fde9fc9d99e999f1f855606fd3b2c052458b8e609462bdc123 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201239: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x6951a02ec84b5058359166ed9fdeaae11ecff857b00053472cd821d307cfe000 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201240: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x63116cd583f1317ee8130738f86185c6bd0c2fae3115da2fea194dca115384e2 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201241: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x503230d2b8e30fa047c16e44f6c946193c018011f2a105033996cca74243746b failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201242: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xffcb7bd8fe69dd286a1385a81d8fa5f09e6007a0cce0ed927abe41f45f54853a failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201243: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xe033ecafbcc6ee209ac10f001d586fd4bc776a32a74870778a8a593114e67f75 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201244: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x1d615b48200e5cd81d864834057f64489147a986c45f3aefa6aaf6bc9b58fbed failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201245: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xdef8d480b04a5f4cae910225cfcdc3ffaada3f25fec914536afc721c7091e855 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201246: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x0c3fb84aca812c92b59cc2953d56b6c35b6fb394fa9a040abaf77fe8be672443 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201247: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x0c0432a3d55f87de210120f70d0cc3565c9222cfe2bddd0b8b69ccde1626cb9e failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201248: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xdd2a759db439e75976d6dabeeda681c0b13202b239a2963c7e24e9d70a17cd0b failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201249: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xe24203277d69e1c9607dd149c324e46c624e06dc75127f99b459acfe975126e2 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201250: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x62ec8c1a1622cff248529e7de5a0433202302b1c3f071c1cda70f52c1a31a566 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201251: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xddab290c3664e1844796a0212fec4fbfd25a3d54751a2690597a516bdd43cb2f failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201252: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x8bf9a8e6b66ef4df9302f4633a472c503d5b49627526f4590f50a4e9ccc89974 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201253: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x01f744456b2a932a1601c59f791aacbc87f82efe261ed8131757c543c792a39c failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201254: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xa73cff7f8f438b3e6a12a29971f413657f2eeac89f288f31a51f5b2966d45861 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201255: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x5c84d8d37d74f3ad93db8238180ea0d72870b03b30638f61f0626ee3ebc95db5 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201256: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x1b904aa81c45750d759ac87df207480bc3affd267e4f29b2dba72baf0b6a0c36 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201257: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xa3488b64b4ece3022918678b94318fe861a4af9f7638584d84c51dcfa09479a7 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201258: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x2577001e9643d0a1581b5ba257f800b2155f3cbfb60ee6c6a405efb9a2a13fc9 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201259: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x7eabfd8a1387266fbb1b0295d67703cff1d298a430bda292f3fc2f4c93f197ff failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201260: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xf5ceb5267d954d1474254e6290cc130f5792240cb89b34902807ef1a7b4104f0 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201261: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xee672bf08e2395555094fa7c9a49fb072a1e19b602d4a1cc9cbbc54f12de7b28 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201262: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x8e10d4c87bda33c99a96d2009940be2a2ee6ae57af78752957c718b9dd1c067e failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201263: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x1406073a8f5c70f78e83b4edbc5dc4103b51a403505f03104e3890f5e9bc1b35 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201264: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xb756d398a3d21ae42826dd0f37cd04bc3d224fe04035dbffb3e22c10d3a47973 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201265: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xdd045c22cbfceae5a8a97793e5646c1f86e32d4b8b9c116e2b81b0d073fb3b84 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201266: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x96dfb0e8e180ff309da1fc6fb0818866e8d6686600c0077ac44453606cebbaf2 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201267: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x6884d4b55f1c9355ee5c1a5e363fb6f39dfbf76855a1d3813c0355cc7b268261 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201268: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x398dfe1581d4cc8d740a5694cc1d49ac6a6d38a062777346df3c4f549fee5026 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201269: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x09b3b4baf8f372a8caed765468997da1488cff4a5143838c17df8f4461ae06b8 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201270: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xf00f33e355a354befa61bf840be1d95c18e9c36df7e62270ff5ad7d6b0c8c197 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201271: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xa818cf42ae4a3655da44e280851848f586b668ab6bbf3c5aa5dad71d74ef6843 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201272: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x5f5a17e906fa0bff4ddfd29f3fac3137630abff39ba104d498118670a2c9f17a failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201273: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xe9a26214a2cde5896de7663f9a6307f1956305d2a6078ffec52b45986bc32629 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201274: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xa67957e506dd6b318384ea0bc352a4a167b067cbca1ddb043fbb0f07e8fecb02 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201275: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x599d7a7d2ab67ae17e323742d1b5d19890ef378595858766a372a685611f3ba2 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201276: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xf061b2cbc1e012d1616dbe4c79bf6a8487f47525b8408b6f5c2b60da0de28705 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201277: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xe2eb6e5a7554a0875dd89e91b25b38720222c30093725b1eaec593f046e41741 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201278: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xe751effd925e600d9b19f1ead4078e61798657a2b31a6f47c8d1d26775ec4598 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201279: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xf80d648faeacda46f4ddab91c4ffac297d9c9159d78cb9749ce915da5e5b35da failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201280: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xce0d0ac7873e03bce85b0b15659c19e26784ad407dcf242d0270926390ee324f failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201281: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x6061fe6cd60002d8ad67036e145eab43f630c392e94f6bf0986898236c0112be failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201282: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xd14927fb3ced2f1abdf1ab61005a0117c31f230a27c975e36188b42e2427d98c failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201283: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xad3bcb967b06b4986a6250b755dd494c10ac4e6f3232cd183fb16ae42ce0572a failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201284: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x2ff14591b6038771e83dc01c15de84a5153f39ef49820b44ba2d4e8402b7ed4a failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201285: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x4a3a777c0a72ce503b647e29b1e06d2b455c47193fe2189261bc62dc3575af06 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201286: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x0c23a961b848851bbc2a9c2d494d4ff7a4b7b3ed3884f087fbf8af7c941453c1 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201287: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x76d589a50874c208bc4211bd1cbd9bc8ad2235ee98564279ca10d4c8b323aa1e failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201288: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x89310ad6b674ca008c06d78488fc7de45942e92ff222033236fc475b63649233 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201289: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xd1e3b7d7b1ec6af514590dfbde7ea4c1747b15060ca12e00e08902c18e779321 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201290: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x62e2c0e4c0abfe24b110a0c714982ef6b6d4c577cd39dae6d72309326aa1d418 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201291: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x41dfb9099e02d66d6e42b7644e411e1d7020d0fada8d55d5b5eb635e3916c691 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201292: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xd7118b685c5c2b5d69e7ee45afb648865cf59ca366494c384d91aef267d01b3e failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201293: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x180453dc359a03c294099c85a61e620ce4adb3672ad82e35ed05ecdd12a44c0d failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201294: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x9886c269aac4d4c65c4b40bd16740eb327072e70dbf3cf7a4bfd59e839a5b270 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201295: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xb0fdea6d0f701cc00d9261bf84b46763e9c21f363ba1eb12ca97d6793940afe1 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201296: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x90c762b3a1f189f936b0d1b4e9ce5d1db4c6267ba8cc52e3c76b0f3a2fd0f96d failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201297: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x05e694bb310a26df727298fbc0112035b5979d5756d90c53549960cf98e1ae34 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201298: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xbfacc12a89419c9979bf63d11e045a6bada3fbb34e45a56c28278189f5a9b2d7 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201299: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x0390501d7416c975aef10d48c5119f931de8cb6d978ff079b921f1d3a622bd98 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201300: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xc1e1b3986500997dc7c0b9391720157b251e4f1240c50232098528e24f484d54 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201301: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xaacd7bad13294df4a805f5239818e586c504d74e4739e7e4a2bdc4e148534eb5 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201302: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x59d8f74e429eb7de6bb74b984c7882f3d242f608f6d90cfdd16949b14b684d82 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201303: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xe313847dc94fb471cf597ba95c87a7c7dbedf7b19638a350e0e9c0b28d4e5287 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201304: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x466a9f9022117ee3a2ae20d6f53b23ff227a93008ab5661f18a0565507cc07e0 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201305: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x5c98648f00069c3ce4f8883114c27506166416b3970328ec82610aa9c561f4ec failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201306: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x953f34663c69b89f7febdec07d41270ea3e424a6860f665e98c258cccde4becf failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201307: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x15d1affa33b6b5b385455baafa4ba96de43a5bb5bb4a2773bbbf2709a4d60e5b failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201308: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x6f97605b81d45b982fa22eb716ee09bf0b40f09bfeee9440c13166277799c809 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201309: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xbd5c8b7aaca62fd23534383f45543e37fb11f77591d50339b0c81446e08ab29d failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201310: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xd55804ed741a75d568aef4cef0537b3376afc7b29e584d2985b1364ca45fdd1a failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201311: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xf27c3bbf493c3f838eedbf4943e897a56292e2f73cc5c3325ed393409bed02a1 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201312: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x73d1a74802cfc695519602ea003633d985bf6680bd00a1d5f8dcff4d50bec51a failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201313: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x9e19dd899fa55bcf7074afb99d4d6ee6dd6597a05460c91648ccb17dac752231 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201314: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x684af5e3a0e27800be412f3fbd2b95b88fbf0493cc1d47b1b7fc84276d849f42 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201315: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xa3c5777129981c0218d7d3b82a6ca0582ba522dead8cf7bb87c16e107ce5cfb3 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201316: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xbc94bf60275296e11c8fe32bdbece3442cfe3f4580f1a9e551a64b1948723fb4 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201317: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x1e3b4fecd3c9afdb22c3557ccbea1dcb1603f03e3f484d9924b01018965d1523 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201318: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xad79e87ca9823f6800b86f067902842a1c8e46db8924c433a9c4538718ecf800 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201319: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x383e820d700592d42771aa63ad839e40c55dbc765a8f68dbf161d4852ae50ad0 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201320: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xb383cf69c799e79cd1424409f0ef006bf0ccdb6754feb96a08e868bf683e277b failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201321: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xd6a234adbe5bbe5183423528db6c08fe18bfd1ed018ef6ab469d025a8a73cbb4 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201322: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x1c12095eed272bb4477e582920d1ec67da584b9fe92c11fd5840f908379ea7b8 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201323: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x8cee8c7d898e77149da0ce27c2db89b11d6fa3fe0b8361b1232a6ac0585321b9 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201324: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x0de467004e009e3a1dc558af74d409a81ba3330edf671f9894652ab93b1c94da failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201325: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x5ef34548017116df28c11088039fa008c32d02f3732b05f8cdabeb6a6294e71d failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201326: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x24b33aa26d81bd0256b59643bd1ed4a7ccfe3f9887aae2477506eb90293c2109 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201327: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x811811cb106aa466aac1fc03137523612ed3f73763b6d9ee0ef41d207d08c3c5 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201328: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xa76ea4b378235b1f58c22aced33ac6df487a982bb9ad0d8367750ba2242552c7 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201329: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xd34cbb2d00b27feddbdaa685300ac2019861d7a0b354619244f6218942f37c3f failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201330: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x356d2f351b52c9e6159cfa2272ee297db5ad30c0ab8f31705b51eccecbf7a4cd failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201331: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x850097ee95a29df0fa842f10b36a4490ec9824ac9d8b39af52cba1afbb35e2a7 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201332: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x2d0c173b574a2e6d11afe02152b1ce7243adfe38378648b3ee50639f4539acd8 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201333: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x65f861c8e3e1033557639304ae8dc383ad2c78733a3b82ee6c3f45ed21fc2731 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201334: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x116221c9d85b7d684d236f5477f3fc87ccfffd61e4f55c2094b4dca20e6fa106 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201335: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xb0347dfc76bc8a45f6de52ef0bed193ec1435d2c7038183aa266e23ce98b0746 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201336: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x128fcc6507d235254b467c6e5746340fe08e56804996e87107415acbde10a9a4 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201337: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xe832dd3ea44e3491d53f3f41e537c020160cd1998570395ac10864279b44c9f1 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201338: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xe34567bdbd722c009fba663b9ad9999c7292e07445aee3a53ad3b463a8ebde32 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201339: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x64473d21c860eb14b5cff946718ba92bcefd9beb7e2b74346d2a53268e13a218 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201340: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xe46740a0d88a68bb55010021f6d5dcfdac74fb934593a61dd1fc177ab5194347 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201341: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x4d365fb9d3957b38e16ac5e935f144adb1a66d49f0343720b8acc27e7eb84523 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201342: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x4f944cba24eb6a69a5abf0aa2018d513a455eb8ea96c9f0e15d5ddf1585048d1 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201343: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x2799bc300bf17ccffa573cf7dd9f182819e9317776c6071b1643fefc62021efa failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201344: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xe038181fd3bc0933fde556ea1209a39103cc967cef6ca720cb52c04ba7b8da9a failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201345: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xede1be0685a14e4369ed0b66b8cb86fbe3f16c9fefc8c0438d3d20a0e04c7ec2 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201346: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x3bed0e5802f8412538ba4a9882afb49508054667d479da940e3c5837db989d1c failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201347: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x30e67b63c3b4e6110c08898984e5cb9650be7eb791dcc00fafe2ce3b36e1ebf6 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201348: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x96edfc348c51f1c9c22ed8857557ee1ed7b1665df5c5df3b7310d9dca093a921 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201349: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xc067f13cf2824039830fa62c8a236b8825c58cc48d2cd97c74c6a9193094801c failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201350: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x062f0c93342b55d13db0bbe881d7fa550dc73ce870479e990b2fe3f150440182 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201351: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xc2e65e40eca26a2c96a7bd715e56778db86c2d1e696ef00b0bdd03b854e8133f failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201352: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x56a16b3f16329cbe82561ffc2b381610985e30b92d1ace8cf3b17112234beed6 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201353: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xfc90e1fbb763e9a47283047cbc16156531c84e042b9ac3c95bc69d92f916ae29 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201354: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xc3999a215db7565de18f9f012d0873411895a0c8d80958e4c28fbc79c779b90a failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201355: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x4c2fc15103d1241b2fc06b8177f276180ab5169f16043b31bef8246d80298df1 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201356: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x8d8bdea4ddc1144b5503187eb0c6f9513db8b66d61ed8f3271053d6c373045ed failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201357: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x85b4e0539be6c89ab4946927dd9b7fb6e5bf591b409a6aea1e2c71d4e075a3b7 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201358: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x9e8c2cd36f1c1047e34039fa2a1647f8ff8ff8d25a40605f105c8a95c19d3939 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201359: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xcb699a3b0e5e0e09f69c361dfdf121709b11621a60944cdd48c07f103a3aa33c failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201360: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x0648f2e92a2f5649e746d9e802d689c4125ef689ad35ce84330a44c5a95e949e failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201361: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xf512fbb8d13a05f44a44928309ee4b98df79edcbd8e83a68e0afcdcf5d200b70 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201362: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xbb713d9f82d3bfcf2d6bb858171850396bfacdcf9e2927a7be5c4e636fd7f3de failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201363: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xb22f1471f574f1db955fc6cd7d9d2cd43d6d89e5164b0f97095de6f09e3b2cce failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201364: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x2a8effa021840b0710c5ae916a73fbeaf6748b381ca585e2976c39a5b98c3a9d failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201365: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x18d1e5b1df8fa05c7bc309a544b648ac445340db674d6c7c374c5d1b39e737e2 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201366: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x78138418751f56e460f21462721907c55e5267b2598bdf481096af92dab8fcf5 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201367: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xab552a83134570122fe7776b890c77f16702eccfcd9dd275a908768d5e576e5b failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201368: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x8ddbe3d7da51a86ea858657048972a71e0b7f8192d239f5325a7dbd024f8f839 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201369: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x788b12b94524601faf191b70b52f5f4f4399804406fd3ce9c0fe195b7132011b failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201370: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xe02048ca38a0e088efa482c8ef94cae4b587808886a73dd7c6130d6c5539b7d0 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201371: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x942714997f8cbf21d89f89c2f3fd525e5a6286dc5800c9a677ef7c79dbed8677 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201372: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x32d005b5d358bbecd460b1dc4dc142c62a91fca2290b9c013994cefeeb6d81f6 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201373: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x3f1382961667e451277dc4d9c18d72b2f18cead34842c4a48065e432752996e9 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201374: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x3bbfa282221664b6b32b7b8c206ad063787467866adac26462a668ac0eaab4fe failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201375: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x3a759acdc7d632662827b0fe1f14b33131533999c4fdc73670e0f7a9bb53cd20 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201376: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xda255faee28608f902283a9aba2e93588c932ee0d066c85908ece73ea000e763 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201377: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x17fef42a812fbedee135bd16282dfa3267d2927467f1aeddb7397847defea752 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201378: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x4fa6b97fa6847b1846600467c1bf87e9b1e00aa40a44f6a8199bfae48a6bbe7c failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201379: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x92aa6b3a72b5e34861e9c8f1b8bc45b0f67dc416a523945b780d2786cb88e0c5 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201380: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xccb67f6fb35b4cee6445f9f1f5aafa53e12289926cb1c9cd5159ecf1ec4ed0b7 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201381: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x64f5df5044a7727a026285f326f19e76a7eb49f1f0b39b9101a2006fd0a3d783 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201382: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x0201162f0143a9c5462322130dcb93fb0216190fc45148b5f4395f127757a2bb failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201383: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xece9f30d4e4f6942ea63636a78131cd186d6c6549b4cfa81a0532e3dba1eddf2 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201384: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x863d3732bddc5bbb7c23e594633cd197e4f7a9116880a733ce91a3a67523c259 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201385: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x547d159f805604923302703103c4b9cda7340b88a18633b3059d74712df0ba41 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201386: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xc3532e8d830b9cc2d3306edd4dc1c243fc872de0b7088c1be8ea9f088b51a1f8 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201387: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x645584a488144f8f7496139b58bd5869ba5de2e5afd65e995d9cd22d48873b6a failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201388: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xb831300570902bf8d29be25f09b11b656b84ad488757624f1a09bd68e2894837 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201389: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xdc6e0baae3e133f95bd6030bf8d76fb4e9bcb74752bdbffb203fa09210c64540 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201390: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x2efadf7b4233781faa6b39eb853ea4b51c04ff01355d493ccb839d2988b734a9 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201391: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x94162d915aa9399effdc033573d1089e3e66e63b819fb7681e3d010b2cbd50a1 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201392: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x5342bc485fd1bb1fdd472f091e3f23ad0a29e9a126b9afb3b4094ca6e38f3e08 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201393: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x736223e05c48f4a05a66b717d5ba7f09d2134dfcd0bbe9ca4f3c25379e1e3525 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201394: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x9d0d8c44bc8933dfdc11e7f39446d4fc6ca14ecbab3edfd33385a8ba75a770be failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201395: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xffd7bc984e961c23d461ff64dbade893dff245e938bb10bb6e497ec28536da87 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201396: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x682c70a6cb9b4e2c371943dd4f77abacec12d3668af3e78cb4162833608869d6 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201397: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xbb75bd2f23709c62a1cf05c073c2992678faf0121b1a0a197da3a02b68ef3d4d failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201398: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x9fb9a2613e5f68b8924bb2adf085e35c89b5e24d08c2ff7fb6dd2f2f6a2b1a9e failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201399: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x25b101996a9a13e9729440ee4760b6f7f298d749ef50f06b909e60bfe2fb11ac failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201400: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x7994e6b452f8bb8a97e39740b1e0167322493ad888980d95161f875635dc6501 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201401: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xeb4ac8fdef6a462f46cb79132c16350cf027eb9808be88cc3f90576b1711c0a3 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201402: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x9283e8991b045b79f5f6da9279c496f41448f5d6bd45abb95fa257e018fb450a failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201403: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x051ea37c852d60a83ab2da079ab4e3d751ba42f089e251de4abbfa832ecec60d failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201404: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xa58d8071db93a4e18928feda49076e6fafbd413477d13bef9d56eb77e244c109 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201405: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x49f050b8fb594e8d3a37a7d785ef125b0c20eefd13c97e4bab2f80526282e0f6 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201406: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x4cccc6af8fd1681c53531a3785bff07a98d3d96d6c205717aafa25aed23daf53 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201407: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x6b45c3a6ac03b6b98b8a12399301fff780fb726812a5043b02c6f363b99679ba failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201408: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x8f260f5b1086837b805aab93c37a5a82561ad6f16eb4a3a7ac99e0dd22fd4b45 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201409: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xb4a9fb12cea5f9a7b44a45ed2b120e4ad304e5039a1e6d079a579d2cd13c2c45 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201410: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x06774ce7d2c5ae2956b32d6e812a4373a8d72bf720408ae699e6f6dabd3643a7 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201411: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x49c27875c3775cea9822007ac8dc1ed7b6809cad6b8eefc2742787d41b95559c failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201412: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xe35137bbad7684e6a1d4472da19609aeb71bf3a70e6cb7cf8085059e737c7146 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201413: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x51c466a2a0b0c91c486fcd4456f705684800609ec45d5deb6e020f654b83326a failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201414: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x87f1abb002daae8692524a6c3269032e0f9f025ad10640137bba9898dceb0ea7 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201415: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x3f3133e27f8b433e4da718eb07e08ba416199db9e74247c088b6cb1c074012c6 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201416: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x23955112d79b3e6728a84068c1a837c69b2e153d781006dd9618314f4dd26ba6 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201417: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x2a13f7239fa123c1be76a7521924e107feb0227fe75be327e80ecd051540d12b failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201418: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xbcf33d90c0fe8312cc547de7baee38d2d1dafb5bd696e8be9491a20d4ee57845 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201419: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xc5dd057e97829bf36960252aad2b294e743edaeb010a34c483fd08d1340b8677 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201420: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x0399d144f920e75ed14c4e09d159ea9e58228374a6924412bd5fbcd32c396253 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201421: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x8989b5fb7afafb0d17909636aed708042c814734b112f11ca5a06ce54f947029 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201422: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xfdc16f36d1e6591c20e6483188cfa2dfcbe13a67303183e07f60a0e661632be1 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201423: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xafa43290d45e6a39969d35f1aa6fa9113bddc1aed6e61c54d952a53e105d26c0 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201424: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xc6bf2b81e75d5133e5753ee9369a41d3fcc4fc80c3d9c43d3608fcbcba7716e6 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201425: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xc00614d16169ceae0a08341ffede721d849f9874aeb2513258da4bd07e2ebbe3 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201426: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xb334046ee0d6b1f1266102f4c915a428b7ba6841cca393b8a1b39c8759969c13 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201427: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x5120f57da166a9841ff767d8596b5d36c76dd34f2f1aa3debb9619c029974942 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201428: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x3abfa77015ab924b7e29a2d89df908a62247e7ba42a64299851b8aab159a5114 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201429: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x0dd48d6bb79cf287d1ccb8bb56b82e9d3ee29047f7a23d9da4b3b02d697051ed failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201430: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x1c9f63a7ab7da7e80d5a2afa567c2ef57f164d7383f15c83a3c1a19f1c5a8fbf failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201431: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x3f0b20113fc71188687b0b01645bc1be1d951c146311f3f1d7cc2c360bc54b64 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201432: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x7f909623a5890c6a696968a7e639dc60587cc8af71e365b865217e6a82fdebc4 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201433: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x67ce35fcabab47817cbcfbf6ebe46cb9bc4f8b769475deb603ead22d1f8fcb98 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201434: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x6f12ea3c85fbafbd2429d72235e2b5052859f173afccff0ca5a1d467eb92c2fd failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201435: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xb90d41549109225f7b31b594245d9698116e8de1d1d632ecbf73b38431dadfc7 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201436: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x53472de1b199572a9bce2906857847937afabf0bba3720ea26a015cfc0bd0339 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201437: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x690bf602f6a49e51e85b04ef1cf07cdd9d6faa8cd51f588f8371ac483d4d82da failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201438: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xb0164b87f789041ae3b337d328e042c174d0b372d44cbea440a2182a464c6260 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201439: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xbc12582f28a13ed6d0f53afc791caaaafe0f794f7372c5cb0dc421b4f49b6dfb failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201440: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0xbfddebba010e34be782fe81e3320340bed641f5b9a85959bc2cb1b9d2f5fb72f failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201441: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x2274112806d5c97b17c50bb9de1d094b3d24de9f37c2702eb191e6b96cd9e606 failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201442: failed to get epoch data for epoch 337: failed to get epoch data from memory: epoch not found in memory map: 337 chain_processor.go:L96 pkg=sync
2023-01-24T18:38:34+05:30 ERROR block data processing for block with hash 0x475b6d34750e9d5d35f899b657a264eb1d2cfb8879c92081a1d1f6cb2f3879cd failed: processing block data with header and body: babe verifying block: failed to get verifier info for block 201443: failed to get epoch data for epoch 337: failed to get epoch d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment