testinprod-io / op-erigon

Optimism implementation on the efficiency frontier
https://op-erigon.testinprod.io
GNU Lesser General Public License v3.0
87 stars 15 forks source link

forkChoiceUpdated timeout #229

Open janzhanal opened 3 days ago

janzhanal commented 3 days ago

System information

Erigon version: ./erigon --version erigon version 0.07.2-unstable

OS & Version: Linux , 5.15.0-122-generic #132~20.04.1-Ubuntu

Commit hash: 812c1f7d8ead89d812f4b85e670c6885662a1715 Erigon Command (with flags/config):

erigon 
      --datadir=/data
      --http.addr=0.0.0.0 
      --http.port=8545
      --http.api=web3,debug,eth,txpool,net,engine,erigon,trace
      --http.corsdomain="*" 
      --http.vhosts="*" 
      --authrpc.addr="0.0.0.0"
      --authrpc.port=8551
      --authrpc.vhosts="*" 
      --authrpc.jwtsecret=/data/jwt.txt
      --rollup.sequencerhttp=https://mainnet-sequencer.optimism.io
      --rollup.historicalrpc=https://mainnet.optimism.io
      --txpool.gossip.disable=true 
      --torrent.download.rate 20000mb
      --torrent.upload.rate 10mb
      --torrent.port=30233
      --prune=
      --rpc.batch.concurrency 128
      --rpc.batch.limit 400 
      --db.size.limit=8TB
      --db.pagesize 16K
      --db.read.concurrency 128
      --etl.bufferSize 6GB
      --bodies.cache 1GB
      --batchSize=512MB
      --chain=op-mainnet 
      --ws.port=8548
      --ws=true
      --private.api.addr=127.0.0.1:9090
      --nat=none
      --p2p.allowed-ports=30234,30235,30236,30237,30238,30239
      --verbosity=5

Consensus Layer: op-node Consensus Layer Command (with flags/config):

op-node
      --network=op-mainnet
      --rpc.addr=0.0.0.0
      --rpc.port=8547
      --l2=http://localhost:8551
      --l2.jwt-secret=/shared/jwt.txt
      --l1.max-concurrency 200
      --l1.rpc-max-batch-size 400
      --l1.http-poll-interval 10s
      --l1.rpckind=erigon
      --l1.trustrpc
      --syncmode=execution-layer
      --l2.enginekind=erigon
      --p2p.listen.tcp=30264
      --p2p.listen.udp=30264
      --p2p.listen.ip=0.0.0.0
      --log.level=DEBUG

Chain/Network: op-mainnet

Expected behaviour

Node to sync to the tip

Actual behaviour

Node doing rollup and starts syncing from snapshot

Steps to reproduce the behaviour

Start the node

Backtrace

(from new to old)

2024-10-23 10:36:50.451 | [INFO] [10-23\|08:36:50.451] head updated                             hash=0xf381999b2ccf5e5c4e43adb6fb3d848c790e81d717649e86f0115c209ece292d number=126922322 |  
-- | -- | --
  |   | 2024-10-23 10:36:50.451 | [INFO] [10-23\|08:36:50.451] RPC Daemon notified of new headers       from=126922321 to=126922322 amount=1 hash=0xf381999b2ccf5e5c4e43adb6fb3d848c790e81d717649e86f0115c209ece292d header sending=29.66µs log sending=580ns |  
  |   | 2024-10-23 10:36:50.145 | [WARN] [10-23\|08:36:50.145] [rpc] served                             conn=127.0.0.1:36074 method=engine_forkchoiceUpdatedV3 reqid=1039092 t=158.242µs err="cannot update forkchoice. execution service is busy" |  
  |   | 2024-10-23 10:36:50.143 | [WARN] [10-23\|08:36:50.142] [rpc] served                             conn=127.0.0.1:36074 method=engine_forkchoiceUpdatedV3 reqid=1039090 t=174.303µs err="cannot update forkchoice. execution service is busy" |  
  |   | 2024-10-23 10:36:50.140 | [WARN] [10-23\|08:36:50.140] [rpc] served                             conn=127.0.0.1:36074 method=engine_forkchoiceUpdatedV3 reqid=1039088 t=163.523µs err="cannot update forkchoice. execution service is busy" |  
  |   | 2024-10-23 10:36:50.138 | [WARN] [10-23\|08:36:50.138] [rpc] served                             conn=127.0.0.1:36074 method=engine_forkchoiceUpdatedV3 reqid=1039086 t=170.763µs err="cannot update forkchoice. execution service is busy" |  
  |   | 2024-10-23 10:36:50.135 | [WARN] [10-23\|08:36:50.135] [rpc] served                             conn=127.0.0.1:36074 method=engine_forkchoiceUpdatedV3 reqid=1039084 t=151.342µs err="cannot update forkchoice. execution service is busy" |  
  |   | 2024-10-23 10:36:50.132 | [WARN] [10-23\|08:36:50.131] [rpc] served                             conn=127.0.0.1:36074 method=engine_forkchoiceUpdatedV3 reqid=1039082 t=99.202µs err="cannot update forkchoice. execution service is busy" |  
  |   | 2024-10-23 10:36:50.128 | [WARN] [10-23\|08:36:50.128] [rpc] served                             conn=127.0.0.1:36074 method=engine_forkchoiceUpdatedV3 reqid=1039080 t=259.894µs err="cannot update forkchoice. execution service is busy" |  
  |   | 2024-10-23 10:36:50.126 | [WARN] [10-23\|08:36:50.126] [rpc] served                             conn=127.0.0.1:36074 method=engine_forkchoiceUpdatedV3 reqid=1039079 t=138.932µs err="cannot update forkchoice. execution service is busy" |  
  |   | 2024-10-23 10:36:50.096 | [WARN] [10-23\|08:36:50.096] [rpc] served                             conn=127.0.0.1:60298 method=engine_forkchoiceUpdatedV3 reqid=1039074 t=5.000553918s err="forkChoiceUpdated timeout" |  
  |   | 2024-10-23 10:36:49.873 | [INFO] [10-23\|08:36:49.873] head updated                             hash=0x9652867e074021ef0cbaac20c156495e09e127ef26a6f4e9831abafdce02f66d number=126981187 |  
  |   | 2024-10-23 10:36:49.873 | [INFO] [10-23\|08:36:49.873] RPC Daemon notified of new headers       from=126981186 to=126981187 amount=1 hash=0x9652867e074021ef0cbaac20c156495e09e127ef26a6f4e9831abafdce02f66d header sending=19.16µs log sending=760ns |  
  |   | 2024-10-23 10:36:49.290 | [INFO] [10-23\|08:36:49.290] [updateForkchoice] Fork choice update: flushing in-memory state (built by previous newPayload) |  
  |   | 2024-10-23 10:36:48.970 | [INFO] [10-23\|08:36:48.970] [NewPayload] Handling new payload        height=126922322 hash=0xf381999b2ccf5e5c4e43adb6fb3d848c790e81d717649e86f0115c209ece292d |  
  |   | 2024-10-23 10:36:48.963 | [INFO] [10-23\|08:36:48.963] Built block                              hash=0xf381999b2ccf5e5c4e43adb6fb3d848c790e81d717649e86f0115c209ece292d height=126922322 txs=14 gas used %=14.726 time=221.465681ms |  
  |   | 2024-10-23 10:36:48.751 | [INFO] [10-23\|08:36:48.751] [2/7 MiningCreateBlock] Start mine       block=126922322 baseFee=393498 gasLimit=30000000 |  
  |   | 2024-10-23 10:36:48.750 | [INFO] [10-23\|08:36:48.750] stage running - force txs, with params   txs=14 notxpool=true |  
  |   | 2024-10-23 10:36:48.743 | [INFO] [10-23\|08:36:48.743] Received GetPayloadV3                    payloadId=281 |  
  |   | 2024-10-23 10:36:48.742 | [INFO] [10-23\|08:36:48.742] Building block... |  
  |   | 2024-10-23 10:36:48.742 | [INFO] [10-23\|08:36:48.741] [ForkChoiceUpdated] BlockBuilder added   payload=281 |  
  |   | 2024-10-23 10:36:48.666 | [INFO] [10-23\|08:36:48.666] head updated                             hash=0x1611e9bdbeace6a6a44d41dbb7659d3977c5fc0c52baa7b54785c66ac43a7282 number=126922321 |  
  |   | 2024-10-23 10:36:48.665 | [INFO] [10-23\|08:36:48.665] RPC Daemon notified of new headers       from=126922320 to=126922321 amount=1 hash=0x1611e9bdbeace6a6a44d41dbb7659d3977c5fc0c52baa7b54785c66ac43a7282 header sending=28.791µs log sending=430ns |  
  |   | 2024-10-23 10:36:45.910 | [INFO] [10-23\|08:36:45.910] [updateForkchoice] Fork choice update: flushing in-memory state (built by previous newPayload) |  
  |   | 2024-10-23 10:36:45.761 | [INFO] [10-23\|08:36:45.761] [NewPayload] Handling new payload        height=126922321 hash=0x1611e9bdbeace6a6a44d41dbb7659d3977c5fc0c52baa7b54785c66ac43a7282 |  
  |   | 2024-10-23 10:36:45.752 | [INFO] [10-23\|08:36:45.752] Built block                              hash=0x1611e9bdbeace6a6a44d41dbb7659d3977c5fc0c52baa7b54785c66ac43a7282 height=126922321 txs=15 gas used %=15.041 time=512.470606ms |  
  |   | 2024-10-23 10:36:45.250 | [INFO] [10-23\|08:36:45.250] [2/7 MiningCreateBlock] Start mine       block=126922321 baseFee=393651 gasLimit=30000000 |  
  |   | 2024-10-23 10:36:45.250 | [INFO] [10-23\|08:36:45.250] stage running - force txs, with params   txs=15 notxpool=true |  
  |   | 2024-10-23 10:36:45.241 | [INFO] [10-23\|08:36:45.241] Received GetPayloadV3                    payloadId=280 |  
  |   | 2024-10-23 10:36:45.239 | [INFO] [10-23\|08:36:45.239] Building block... |  
  |   | 2024-10-23 10:36:45.239 | [INFO] [10-23\|08:36:45.239] [ForkChoiceUpdated] BlockBuilder added   payload=280 |  
  |   | 2024-10-23 10:36:45.160 | [INFO] [10-23\|08:36:45.160] head updated                             hash=0x1ce14a56476790a798c53c91d1dd2a0133ee7f72399ed0dbbd483997cca6f52a number=126922320 |  
  |   | 2024-10-23 10:36:45.160 | [INFO] [10-23\|08:36:45.159] RPC Daemon notified of new headers       from=126922319 to=126922320 amount=1 hash=0x1ce14a56476790a798c53c91d1dd2a0133ee7f72399ed0dbbd483997cca6f52a header sending=36.131µs log sending=400ns |  
  |   | 2024-10-23 10:36:45.100 | [INFO] [10-23\|08:36:45.099] [updateForkchoice] Fork choice update: flushing in-memory state (built by previous newPayload) |  
  |   | 2024-10-23 10:36:44.056 | [INFO] [10-23\|08:36:44.056] [updateForkchoice] Fork choice update: flushing in-memory state (built by previous newPayload) |  
  |   | 2024-10-23 10:36:43.987 | [INFO] [10-23\|08:36:43.987] [NewPayload] Handling new payload        height=126922320 hash=0x1ce14a56476790a798c53c91d1dd2a0133ee7f72399ed0dbbd483997cca6f52a |  
  |   | 2024-10-23 10:36:43.982 | [INFO] [10-23\|08:36:43.981] Built block                              hash=0x1ce14a56476790a798c53c91d1dd2a0133ee7f72399ed0dbbd483997cca6f52a height=126922320 txs=14 gas used %=6.196 time=99.497512ms |  
  |   | 2024-10-23 10:36:43.888 | [INFO] [10-23\|08:36:43.888] [2/7 MiningCreateBlock] Start mine       block=126922320 baseFee=394642 gasLimit=30000000 |  
  |   | 2024-10-23 10:36:43.888 | [INFO] [10-23\|08:36:43.888] stage running - force txs, with params   txs=14 notxpool=true |  
  |   | 2024-10-23 10:36:43.883 | [INFO] [10-23\|08:36:43.883] Received GetPayloadV3                    payloadId=279 |  
  |   | 2024-10-23 10:36:43.882 | [INFO] [10-23\|08:36:43.882] Building block... |  
  |   | 2024-10-23 10:36:43.882 | [INFO] [10-23\|08:36:43.882] [ForkChoiceUpdated] BlockBuilder added   payload=279 |  
  |   | 2024-10-23 10:36:43.842 | [INFO] [10-23\|08:36:43.842] head updated                             hash=0x641e280a9517eb035319acdbbd67f60a554040dc938b17b9d158a9f9aeeae8d7 number=126922319 |  
  |   | 2024-10-23 10:36:43.841 | [INFO] [10-23\|08:36:43.841] RPC Daemon notified of new headers       from=126922318 to=126922319 amount=1 hash=0x641e280a9517eb035319acdbbd67f60a554040dc938b17b9d158a9f9aeeae8d7 header sending=37.601µs log sending=640ns |  
  |   | 2024-10-23 10:36:43.112 | [INFO] [10-23\|08:36:43.112] [updateForkchoice] Fork choice update: flushing in-memory state (built by previous newPayload) |  
  |   | 2024-10-23 10:36:43.062 | [INFO] [10-23\|08:36:43.062] [NewPayload] Handling new payload        height=126922319 hash=0x641e280a9517eb035319acdbbd67f60a554040dc938b17b9d158a9f9aeeae8d7 |  
  |   | 2024-10-23 10:36:43.057 | [INFO] [10-23\|08:36:43.057] Built block                              hash=0x641e280a9517eb035319acdbbd67f60a554040dc938b17b9d158a9f9aeeae8d7 height=126922319 txs=9 gas used %=3.710 time=60.480634ms |  
  |   | 2024-10-23 10:36:43.006 | [INFO] [10-23\|08:36:43.005] [2/7 MiningCreateBlock] Start mine       block=126922319 baseFee=395873 gasLimit=30000000 |  
  |   | 2024-10-23 10:36:43.005 | [INFO] [10-23\|08:36:43.005] stage running - force txs, with params   txs=9 notxpool=true |  
  |   | 2024-10-23 10:36:42.997 | [INFO] [10-23\|08:36:42.997] Received GetPayloadV3                    payloadId=278 |  
  |   | 2024-10-23 10:36:42.996 | [INFO] [10-23\|08:36:42.996] Building block... |  
  |   | 2024-10-23 10:36:42.996 | [INFO] [10-23\|08:36:42.996] [ForkChoiceUpdated] BlockBuilder added   payload=278 |  
  |   | 2024-10-23 10:36:42.965 | [INFO] [10-23\|08:36:42.965] [NewPayload] Handling new payload        height=126981187 hash=0x9652867e074021ef0cbaac20c156495e09e127ef26a6f4e9831abafdce02f66d |  
  |   | 2024-10-23 10:36:42.930 | [INFO] [10-23\|08:36:42.930] head updated                             hash=0xcd2c01a769fe1716a1e62e93f232ed5832ba8ea2d2a2e328a900e63d30cb8b36 number=126922318 |  
  |   | 2024-10-23 10:36:42.930 | [INFO] [10-23\|08:36:42.930] RPC Daemon notified of new headers       from=126922317 to=126922318 amount=1 hash=0xcd2c01a769fe1716a1e62e93f232ed5832ba8ea2d2a2e328a900e63d30cb8b36 header sending=28.771µs log sending=520ns |  
  |   | 2024-10-23 10:36:42.894 | [INFO] [10-23\|08:36:42.894] head updated                             hash=0x7ca081fdbacc74de844b552f3f458fad0dcbbd6d0e28acf4c1c0f3da38f64e0f number=126981186 |  
  |   | 2024-10-23 10:36:42.894 | [INFO] [10-23\|08:36:42.893] RPC Daemon notified of new headers       from=126981185 to=126981186 amount=1 hash=0x7ca081fdbacc74de844b552f3f458fad0dcbbd6d0e28acf4c1c0f3da38f64e0f header sending=17.421µs log sending=350ns |  
  |   | 2024-10-23 10:36:41.795 | [INFO] [10-23\|08:36:41.795] [updateForkchoice] Fork choice update: flushing in-memory state (built by previous newPayload) |  
  |   | 2024-10-23 10:36:41.727 | [INFO] [10-23\|08:36:41.727] [NewPayload] Handling new payload        height=126922318 hash=0xcd2c01a769fe1716a1e62e93f232ed5832ba8ea2d2a2e328a900e63d30cb8b36 |  
  |   | 2024-10-23 10:36:41.721 | [INFO] [10-23\|08:36:41.721] Built block                              hash=0xcd2c01a769fe1716a1e62e93f232ed5832ba8ea2d2a2e328a900e63d30cb8b36 height=126922318 txs=11 gas used %=7.016 time=130.359296ms |  
  |   | 2024-10-23 10:36:41.599 | [INFO] [10-23\|08:36:41.599] [2/7 MiningCreateBlock] Start mine       block=126922318 baseFee=396791 gasLimit=30000000 |  
  |   | 2024-10-23 10:36:41.599 | [INFO] [10-23\|08:36:41.598] stage running - force txs, with params   txs=11 notxpool=true |  
  |   | 2024-10-23 10:36:41.591 | [INFO] [10-23\|08:36:41.591] Received GetPayloadV3                    payloadId=277 |  
  |   | 2024-10-23 10:36:41.590 | [INFO] [10-23\|08:36:41.590] Building block... |  
  |   | 2024-10-23 10:36:41.590 | [INFO] [10-23\|08:36:41.590] [ForkChoiceUpdated] BlockBuilder added   payload=277 |  
  |   | 2024-10-23 10:36:41.537 | [INFO] [10-23\|08:36:41.536] head updated                             hash=0x2a6e152d20acfb41a1df3614c4088a0af8e3651eabcbb0fdca32c364079b5ae0 number=126922317 |  
  |   | 2024-10-23 10:36:41.536 | [INFO] [10-23\|08:36:41.536] RPC Daemon notified of new headers       from=126922316 to=126922317 amount=1 hash=0x2a6e152d20acfb41a1df3614c4088a0af8e3651eabcbb0fdca32c364079b5ae0 header sending=27.31µs log sending=630ns |  
  |   | 2024-10-23 10:36:41.207 | [INFO] [10-23\|08:36:41.206] [updateForkchoice] Fork choice update: flushing in-memory state (built by previous newPayload) |  
  |   | 2024-10-23 10:36:41.031 | [INFO] [10-23\|08:36:41.031] [NewPayload] Handling new payload        height=126981186 hash=0x7ca081fdbacc74de844b552f3f458fad0dcbbd6d0e28acf4c1c0f3da38f64e0f |  
  |   | 2024-10-23 10:36:40.914 | [INFO] [10-23\|08:36:40.914] head updated                             hash=0x21dca94198c35a6ceffa176baf884a3698a31b8a8b7d3f9c8d0dbb671132a5fe number=126981185 |  
  |   | 2024-10-23 10:36:40.914 | [INFO] [10-23\|08:36:40.913] RPC Daemon notified of new headers       from=126981184 to=126981185 amount=1 hash=0x21dca94198c35a6ceffa176baf884a3698a31b8a8b7d3f9c8d0dbb671132a5fe header sending=26.681µs log sending=370ns |  
  |   | 2024-10-23 10:36:40.366 | [INFO] [10-23\|08:36:40.366] [updateForkchoice] Fork choice update: flushing in-memory state (built by previous newPayload) |  
  |   | 2024-10-23 10:36:40.298 | [INFO] [10-23\|08:36:40.298] [NewPayload] Handling new payload        height=126922317 hash=0x2a6e152d20acfb41a1df3614c4088a0af8e3651eabcbb0fdca32c364079b5ae0 |  
  |   | 2024-10-23 10:36:40.293 | [INFO] [10-23\|08:36:40.292] Built block                              hash=0x2a6e152d20acfb41a1df3614c4088a0af8e3651eabcbb0fdca32c364079b5ae0 height=126922317 txs=14 gas used %=6.820 time=138.419878ms |  
  |   | 2024-10-23 10:36:40.162 | [INFO] [10-23\|08:36:40.162] [2/7 MiningCreateBlock] Start mine       block=126922317 baseFee=397730 gasLimit=30000000 |  
  |   | 2024-10-23 10:36:40.162 | [INFO] [10-23\|08:36:40.162] stage running - force txs, with params   txs=14 notxpool=true |  
  |   | 2024-10-23 10:36:40.155 | [INFO] [10-23\|08:36:40.155] Received GetPayloadV3                    payloadId=276 |  
  |   | 2024-10-23 10:36:40.154 | [INFO] [10-23\|08:36:40.154] Building block... |  
  |   | 2024-10-23 10:36:40.154 | [INFO] [10-23\|08:36:40.154] [ForkChoiceUpdated] BlockBuilder added   payload=276 |  
  |   | 2024-10-23 10:36:40.085 | [INFO] [10-23\|08:36:40.085] head updated                             hash=0xebc2198480a6c519ffa4783575f026f3ac6b184b10d1c149d4a8df445217c8a6 number=126922316 |  
  |   | 2024-10-23 10:36:40.085 | [INFO] [10-23\|08:36:40.085] RPC Daemon notified of new headers       from=126922315 to=126922316 amount=1 hash=0xebc2198480a6c519ffa4783575f026f3ac6b184b10d1c149d4a8df445217c8a6 header sending=29.121µs log sending=590ns |  
  |   | 2024-10-23 10:36:39.319 | [INFO] [10-23\|08:36:39.319] [updateForkchoice] Fork choice update: flushing in-memory state (built by previous newPayload) |  
  |   | 2024-10-23 10:36:39.150 | [INFO] [10-23\|08:36:39.150] [NewPayload] Handling new payload        height=126981185 hash=0x21dca94198c35a6ceffa176baf884a3698a31b8a8b7d3f9c8d0dbb671132a5fe |  
  |   | 2024-10-23 10:36:39.084 | [INFO] [10-23\|08:36:39.083] head updated                             hash=0x991b9242085f9b9975ab3855d10210ff98d2b6e8b1bc190f17661db61a3d42c7 number=126981184 |  
  |   | 2024-10-23 10:36:39.084 | [INFO] [10-23\|08:36:39.083] RPC Daemon notified of new headers       from=126981183 to=126981184 amount=1 hash=0x991b9242085f9b9975ab3855d10210ff98d2b6e8b1bc190f17661db61a3d42c7 header sending=26.3µs log sending=360ns |  
  |   | 2024-10-23 10:36:38.410 | [INFO] [10-23\|08:36:38.410] [updateForkchoice] Fork choice update: flushing in-memory state (built by previous newPayload) |  
  |   | 2024-10-23 10:36:38.053 | [INFO] [10-23\|08:36:38.053] [NewPayload] Handling new payload        height=126922316 hash=0xebc2198480a6c519ffa4783575f026f3ac6b184b10d1c149d4a8df445217c8a6 |  
  |   | 2024-10-23 10:36:38.045 | [INFO] [10-23\|08:36:38.045] Built block                              hash=0xebc2198480a6c519ffa4783575f026f3ac6b184b10d1c149d4a8df445217c8a6 height=126922316 txs=13 gas used %=22.666 time=290.461284ms |  
  |   | 2024-10-23 10:36:37.761 | [INFO] [10-23\|08:36:37.761] [2/7 MiningCreateBlock] Start mine       block=126922316 baseFee=397159 gasLimit=30000000 |  
  |   | 2024-10-23 10:36:37.761 | [INFO] [10-23\|08:36:37.761] stage running - force txs, with params   txs=13 notxpool=true |  
  |   | 2024-10-23 10:36:37.756 | [INFO] [10-23\|08:36:37.755] Received GetPayloadV3                    payloadId=275 |  
  |   | 2024-10-23 10:36:37.755 | [INFO] [10-23\|08:36:37.755] Building block... |  
  |   | 2024-10-23 10:36:37.755 | [INFO] [10-23\|08:36:37.754] [ForkChoiceUpdated] BlockBuilder added   payload=275 |  
  |   | 2024-10-23 10:36:37.715 | [INFO] [10-23\|08:36:37.715] [updateForkchoice] Fork choice update: flushing in-memory state (built by previous newPayload) |  
  |   | 2024-10-23 10:36:37.715 | [INFO] [10-23\|08:36:37.715] head updated                             hash=0x08c4fb3d0d7068e642742f9f2271134b5ff59fab9cc9fb6be4534f1b9a61fb4d number=126922315 |  
  |   | 2024-10-23 10:36:37.715 | [INFO] [10-23\|08:36:37.714] RPC Daemon notified of new headers       from=126922314 to=126922315 amount=1 hash=0x08c4fb3d0d7068e642742f9f2271134b5ff59fab9cc9fb6be4534f1b9a61fb4d header sending=30µs log sending=580ns |  
  |   | 2024-10-23 10:36:37.438 | [INFO] [10-23\|08:36:37.438] [NewPayload] Handling new payload        height=126981184 hash=0x991b9242085f9b9975ab3855d10210ff98d2b6e8b1bc190f17661db61a3d42c7 |  
  |   | 2024-10-23 10:36:36.536 | [INFO] [10-23\|08:36:36.535] [updateForkchoice] Fork choice update: flushing in-memory state (built by previous newPayload) |  
  |   | 2024-10-23 10:36:36.196 | [INFO] [10-23\|08:36:36.196] [NewPayload] Handling new payload        height=126922315 hash=0x08c4fb3d0d7068e642742f9f2271134b5ff59fab9cc9fb6be4534f1b9a61fb4d |  
  |   | 2024-10-23 10:36:36.187 | [INFO] [10-23\|08:36:36.187] Built block                              hash=0x08c4fb3d0d7068e642742f9f2271134b5ff59fab9cc9fb6be4534f1b9a61fb4d height=126922315 txs=10 gas used %=17.091 time=223.153011ms |  
  |   | 2024-10-23 10:36:35.972 | [INFO] [10-23\|08:36:35.972] [2/7 MiningCreateBlock] Start mine       block=126922315 baseFee=397119 gasLimit=30000000 |  
  |   | 2024-10-23 10:36:35.972 | [INFO] [10-23\|08:36:35.972] stage running - force txs, with params   txs=10 notxpool=true |  
  |   | 2024-10-23 10:36:35.966 | [INFO] [10-23\|08:36:35.966] Received GetPayloadV3                    payloadId=274 |  
  |   | 2024-10-23 10:36:35.964 | [INFO] [10-23\|08:36:35.964] Building block... |  
  |   | 2024-10-23 10:36:35.964 | [INFO] [10-23\|08:36:35.964] [ForkChoiceUpdated] BlockBuilder added   payload=274 |  
  |   | 2024-10-23 10:36:35.901 | [INFO] [10-23\|08:36:35.900] head updated                             hash=0x9fc3fa1a61819a37a491cec60e7c4b3ed7d6dd568fc78714bd3be5a7120a4023 number=126922314 |  
  |   | 2024-10-23 10:36:35.900 | [INFO] [10-23\|08:36:35.900] RPC Daemon notified of new headers       from=126922313 to=126922314 amount=1 hash=0x9fc3fa1a61819a37a491cec60e7c4b3ed7d6dd568fc78714bd3be5a7120a4023 header sending=36.721µs log sending=600ns |  
  |   | 2024-10-23 10:36:35.644 | [INFO] [10-23\|08:36:35.644] head updated                             hash=0xdc3107ba19e2aa39f47f805139cb30eeb825e096cad1a6e230aabc7cee1c93a4 number=126981183 |  
  |   | 2024-10-23 10:36:35.644 | [INFO] [10-23\|08:36:35.644] RPC Daemon notified of new headers       from=126981182 to=126981183 amount=1 hash=0xdc3107ba19e2aa39f47f805139cb30eeb825e096cad1a6e230aabc7cee1c93a4 header sending=31.041µs log sending=650ns |  
  |   | 2024-10-23 10:36:35.377 | [WARN] [10-23\|08:36:35.377] [rpc] served                             conn=127.0.0.1:60298 method=engine_forkchoiceUpdatedV3 reqid=1039064 t=170.713µs err="cannot update forkchoice. execution service is busy" |  
  |   | 2024-10-23 10:36:35.297 | [WARN] [10-23\|08:36:35.297] [rpc] served                             conn=127.0.0.1:60298 method=engine_forkchoiceUpdatedV3 reqid=1039062 t=144.292µs err="cannot update forkchoice. execution service is busy" |  
  |   | 2024-10-23 10:36:35.294 | [WARN] [10-23\|08:36:35.294] [rpc] served                             conn=127.0.0.1:60298 method=engine_forkchoiceUpdatedV3 reqid=1039060 t=127.592µs err="cannot update forkchoice. execution service is busy" |  
  |   | 2024-10-23 10:36:35.291 | [WARN] [10-23\|08:36:35.291] [rpc] served                             conn=127.0.0.1:60298 method=engine_forkchoiceUpdatedV3 reqid=1039058 t=156.533µs err="cannot update forkchoice. execution service is busy" |  
  |   | 2024-10-23 10:36:35.288 | [WARN] [10-23\|08:36:35.288] [rpc] served                             conn=127.0.0.1:60298 method=engine_forkchoiceUpdatedV3 reqid=1039056 t=386.326µs err="cannot update forkchoice. execution service is busy" |  
  |   | 2024-10-23 10:36:35.273 | [WARN] [10-23\|08:36:35.272] [rpc] served                             conn=127.0.0.1:60298 method=engine_forkchoiceUpdatedV3 reqid=1039053 t=184.893µs err="cannot update forkchoice. execution service is busy" |  
  |   | 2024-10-23 10:36:35.269 | [WARN] [10-23\|08:36:35.269] [rpc] served                             conn=127.0.0.1:57808 method=engine_forkchoiceUpdatedV3 reqid=1039051 t=5.000799422s err="forkChoiceUpdated timeout" |  
  |   | 2024-10-23 10:36:34.586 | [INFO] [10-23\|08:36:34.586] [updateForkchoice] Fork choice update: flushing in-memory state (built by previous newPayload) |  
  |   | 2024-10-23 10:36:34.510 | [INFO] [10-23\|08:36:34.510] [NewPayload] Handling new payload        height=126922314 hash=0x9fc3fa1a61819a37a491cec60e7c4b3ed7d6dd568fc78714bd3be5a7120a4023 |  
  |   | 2024-10-23 10:36:34.503 | [INFO] [10-23\|08:36:34.503] Built block                              hash=0x9fc3fa1a61819a37a491cec60e7c4b3ed7d6dd568fc78714bd3be5a7120a4023 height=126922314 txs=13 gas used %=10.061 time=200.644174ms |  
  |   | 2024-10-23 10:36:34.311 | [INFO] [10-23\|08:36:34.310] [2/7 MiningCreateBlock] Start mine       block=126922314 baseFee=397749 gasLimit=30000000 |  
  |   | 2024-10-23 10:36:34.310 | [INFO] [10-23\|08:36:34.310] stage running - force txs, with params   txs=13 notxpool=true |  
  |   | 2024-10-23 10:36:34.303 | [INFO] [10-23\|08:36:34.303] Received GetPayloadV3                    payloadId=273 |  
  |   | 2024-10-23 10:36:34.302 | [INFO] [10-23\|08:36:34.302] Building block... |  
  |   | 2024-10-23 10:36:34.302 | [INFO] [10-23\|08:36:34.302] [ForkChoiceUpdated] BlockBuilder added   payload=273 |  
  |   | 2024-10-23 10:36:34.243 | [INFO] [10-23\|08:36:34.243] head updated                             hash=0xd8616c50dc0a6d10c0af4d0469451bbf6d65a0215e18bacf64efcbaf98a5fc4b number=126922313 |  
  |   | 2024-10-23 10:36:34.243 | [INFO] [10-23\|08:36:34.243] RPC Daemon notified of new headers       from=126922312 to=126922313 amount=1 hash=0xd8616c50dc0a6d10c0af4d0469451bbf6d65a0215e18bacf64efcbaf98a5fc4b header sending=29.421µs log sending=530ns |  
  |   | 2024-10-23 10:36:32.984 | [INFO] [10-23\|08:36:32.984] [updateForkchoice] Fork choice update: flushing in-memory state (built by previous newPayload) |  
  |   | 2024-10-23 10:36:32.915 | [INFO] [10-23\|08:36:32.915] [NewPayload] Handling new payload        height=126922313 hash=0xd8616c50dc0a6d10c0af4d0469451bbf6d65a0215e18bacf64efcbaf98a5fc4b |  
  |   | 2024-10-23 10:36:32.909 | [INFO] [10-23\|08:36:32.909] Built block                              hash=0xd8616c50dc0a6d10c0af4d0469451bbf6d65a0215e18bacf64efcbaf98a5fc4b height=126922313 txs=13 gas used %=10.202 time=184.483119ms |  
  |   | 2024-10-23 10:36:32.735 | [INFO] [10-23\|08:36:32.734] [2/7 MiningCreateBlock] Start mine       block=126922313 baseFee=398367 gasLimit=30000000 |  
  |   | 2024-10-23 10:36:32.734 | [INFO] [10-23\|08:36:32.734] stage running - force txs, with params   txs=13 notxpool=true |  
  |   | 2024-10-23 10:36:32.725 | [INFO] [10-23\|08:36:32.725] Received GetPayloadV3                    payloadId=272 |  
  |   | 2024-10-23 10:36:32.724 | [INFO] [10-23\|08:36:32.724] Building block... |  
  |   | 2024-10-23 10:36:32.724 | [INFO] [10-23\|08:36:32.724] [ForkChoiceUpdated] BlockBuilder added   payload=272 |  
  |   | 2024-10-23 10:36:32.668 | [INFO] [10-23\|08:36:32.668] head updated                             hash=0xa2cc26520420e14367b8c06ba565abb5998bdb33d6b67cff7f25ef5929519080 number=126922312 |  
  |   | 2024-10-23 10:36:32.668 | [INFO] [10-23\|08:36:32.667] RPC Daemon notified of new headers       from=126922311 to=126922312 amount=1 hash=0xa2cc26520420e14367b8c06ba565abb5998bdb33d6b67cff7f25ef5929519080 header sending=29.98µs log sending=1.05µs |  
  |   | 2024-10-23 10:36:30.979 | [INFO] [10-23\|08:36:30.978] [updateForkchoice] Fork choice update: flushing in-memory state (built by previous newPayload) |  
  |   | 2024-10-23 10:36:30.859 | [INFO] [10-23\|08:36:30.859] [NewPayload] Handling new payload        height=126922312 hash=0xa2cc26520420e14367b8c06ba565abb5998bdb33d6b67cff7f25ef5929519080 |  
  |   | 2024-10-23 10:36:30.851 | [INFO] [10-23\|08:36:30.851] Built block                              hash=0xa2cc26520420e14367b8c06ba565abb5998bdb33d6b67cff7f25ef5929519080 height=126922312 txs=14 gas used %=9.047 time=308.851599ms |  
  |   | 2024-10-23 10:36:30.559 | [INFO] [10-23\|08:36:30.559] [2/7 MiningCreateBlock] Start mine       block=126922312 baseFee=399096 gasLimit=30000000 |  
  |   | 2024-10-23 10:36:30.558 | [INFO] [10-23\|08:36:30.558] stage running - force txs, with params   txs=14 notxpool=true |  
  |   | 2024-10-23 10:36:30.543 | [INFO] [10-23\|08:36:30.543] Received GetPayloadV3                    payloadId=271 |  
  |   | 2024-10-23 10:36:30.542 | [INFO] [10-23\|08:36:30.542] Building block... |  
  |   | 2024-10-23 10:36:30.542 | [INFO] [10-23\|08:36:30.542] [ForkChoiceUpdated] BlockBuilder added   payload=271 |  
  |   | 2024-10-23 10:36:30.468 | [INFO] [10-23\|08:36:30.468] head updated                             hash=0x3a2aa7f71065c65606e19b146651e55811717db3ebad0b8c90dad36636484706 number=126922311 |  
  |   | 2024-10-23 10:36:30.468 | [INFO] [10-23\|08:36:30.467] RPC Daemon notified of new headers       from=126922310 to=126922311 amount=1 hash=0x3a2aa7f71065c65606e19b146651e55811717db3ebad0b8c90dad36636484706 header sending=28.891µs log sending=570ns |  
  |   | 2024-10-23 10:36:30.274 | [INFO] [10-23\|08:36:30.274] [updateForkchoice] Fork choice update: flushing in-memory state (built by previous newPayload) |  
  |   | 2024-10-23 10:36:28.714 | [INFO] [10-23\|08:36:28.714] [updateForkchoice] Fork choice update: flushing in-memory state (built by previous newPayload) |  
  |   | 2024-10-23 10:36:28.622 | [INFO] [10-23\|08:36:28.622] [NewPayload] Handling new payload        height=126922311 hash=0x3a2aa7f71065c65606e19b146651e55811717db3ebad0b8c90dad36636484706
janzhanal commented 3 days ago

Hello, pls note this is what @cshintov reported already here

janzhanal commented 3 days ago

May this be the issue?

image

janzhanal commented 3 days ago

We have the very same issue for base-mainnet chain

mininny commented 3 days ago

@janzhanal Thanks for summarizing the issue! the fcuTimeoutMilis = 5000 is required because the optimism spec requires that the fcu timeout to be 5 seconds. This should usually wokr with both op-mainnet and base-mainnet.

Are you syncing from one of our snapshots on the https://snapshot.testinprod.io/#op-sepolia-archive-node?

Also, could you please set log.console.verbosity=5 so that all the logs are visible?

janzhanal commented 2 days ago

Hello, yes we did use the snapshot.. I will set the verbosity now.

The question is if just extending this timeout won't help. Even though @cshintov wrote he did build the app with longer timeout and it didn't help...

mininny commented 2 days ago

@janzhanal That timeout is actually a part of optimism spec and op-node will also err if the timeout exceeds 5 seconds, so extending on erigon side might not really help.

janzhanal commented 2 days ago

So bit more logs here:

024-10-24 18:47:50.589  
[TRACE] [10-24|16:47:50.589] bodyLoop woken up by the incoming request 
2024-10-24 18:47:50.559 
[WARN] [10-24|16:47:50.559] [rpc] served                             conn=127.0.0.1:56384 method=engine_forkchoiceUpdatedV3 reqid=1259898 t=1.020126ms err="cannot update forkchoice. execution service is busy"
2024-10-24 18:47:50.549 
[WARN] [10-24|16:47:50.549] [rpc] served                             conn=127.0.0.1:56384 method=engine_forkchoiceUpdatedV3 reqid=1259896 t=235.574µs err="cannot update forkchoice. execution service is busy"
2024-10-24 18:47:50.549 
[WARN] [10-24|16:47:50.549] [rpc] served                             conn=127.0.0.1:34940 method=engine_forkchoiceUpdatedV3 reqid=1259895 t=5.000509343s err="forkChoiceUpdated timeout"
2024-10-24 18:47:50.504 
[DBUG] [10-24|16:47:50.503] [txpool] Commit                          written_kb=0 in=1.998109ms
2024-10-24 18:47:50.317 
[TRACE] [10-24|16:47:50.317] Bad discv4 packet                        addr=78.138.62.7:65005 err="bad hash"
2024-10-24 18:47:50.295 
[TRACE] [10-24|16:47:50.295] Bad discv4 packet                        addr=78.138.62.7:65005 err="bad hash"
2024-10-24 18:47:50.193 
[TRACE] [10-24|16:47:50.193] FINDNODE failed                          id=40e73e63c28117942750444e5c35d55baec7648fcacf7f6ed1e4763844a9b7d7 failcount=5559 dropped=false err="RPC timeout"
2024-10-24 18:47:50.193 
[TRACE] [10-24|16:47:50.193] FINDNODE failed                          id=81a7f33e56c09da6add7aa93705b760cb61ce974986821956bbf0afa8191e997 failcount=709 dropped=false err="RPC timeout"
2024-10-24 18:47:50.193 
[TRACE] [10-24|16:47:50.193] FINDNODE failed                          id=27ab4328c255b2352f5457306d1c31af5bbbd938e082a25029eec7ba81ec1783 failcount=28 dropped=false err="RPC timeout"
2024-10-24 18:47:50.102 
[TRACE] [10-24|16:47:50.102] Bad discv4 packet                        addr=76.235.215.111:1035 err="bad hash"
2024-10-24 18:47:50.072 
[TRACE] [10-24|16:47:50.072] Bad discv4 packet                        addr=54.165.96.239:9000 err="bad hash"
2024-10-24 18:47:50.072 
[TRACE] [10-24|16:47:50.072] Bad discv4 packet                        addr=65.21.65.178:12000 err="bad hash"
2024-10-24 18:47:50.049 
[TRACE] [10-24|16:47:50.049] Bad discv4 packet                        addr=65.21.65.178:12000 err="too small"
2024-10-24 18:47:49.997 
[TRACE] [10-24|16:47:49.997] bodyLoop woken up by the incoming request 
2024-10-24 18:47:49.969 
[TRACE] [10-24|16:47:49.969] Bad discv4 packet                        addr=76.235.215.111:1035 err="bad hash"
2024-10-24 18:47:49.952 
[TRACE] [10-24|16:47:49.952] Bad discv4 packet                        addr=74.65.192.24:12000 err="too small"
2024-10-24 18:47:49.907 
[TRACE] [10-24|16:47:49.907] Bad discv4 packet                        addr=23.109.172.92:62029 err="bad hash"
2024-10-24 18:47:49.885 
[TRACE] [10-24|16:47:49.885] Bad discv4 packet                        addr=23.109.172.92:62029 err="too small"
2024-10-24 18:47:49.856 
[TRACE] [10-24|16:47:49.856] Revalidated node                         b=12 id=4bb5f362396fbf1c147ac91278c82019b9b5839eba4d7e76fe9a7dff5e7d4125 checks=5
2024-10-24 18:47:49.856 
[TRACE] [10-24|16:47:49.856] Bad discv4 packet                        addr=35.246.186.81:9004 err="bad hash"
2024-10-24 18:47:49.853 
[TRACE] [10-24|16:47:49.853] Bad discv4 packet                        addr=35.246.186.81:9004 err="too small"
2024-10-24 18:47:49.776 
[TRACE] [10-24|16:47:49.776] bodyLoop woken up by the incoming request 
2024-10-24 18:47:49.656 
[TRACE] [10-24|16:47:49.656] Bad discv4 packet                        addr=37.187.150.119:9009 err="bad hash"
2024-10-24 18:47:49.646 
[TRACE] [10-24|16:47:49.646] Bad discv4 packet                        addr=37.187.150.119:9009 err="bad hash"
2024-10-24 18:47:49.608 
[TRACE] [10-24|16:47:49.607] bodyLoop woken up by the incoming request 
2024-10-24 18:47:49.577 
[TRACE] [10-24|16:47:49.577] FINDNODE failed                          id=084cbddbba3e141eb02e036389aa9516096dbbf664bb27eee606ef5dc1dcb06f failcount=66 dropped=false err="RPC timeout"
2024-10-24 18:47:49.577 
[TRACE] [10-24|16:47:49.577] FINDNODE failed                          id=246324db83651458ff0c64cbf51701d830c4b7c8177e0222d3384ff200c34c31 failcount=328 dropped=false err="RPC timeout"
2024-10-24 18:47:49.577 
[TRACE] [10-24|16:47:49.577] FINDNODE failed                          id=1d6a320f2b7fac71234f96ea29da2262cd21aebb02a55d110537cf46bb49d0e4 failcount=401 dropped=false err="RPC timeout"
2024-10-24 18:47:49.538 
[TRACE] [10-24|16:47:49.538] Served                                   conn=127.0.0.1:34284 t=144.373µs method=engine_forkchoiceUpdatedV3 reqid=11599 params="[{\"headBlockHash\":\"0x6aff9a3625280b6760b6fddd47da3a15b30f1a56a5ba0eb325dd2945f0314933\",\"safeBlockHash\":\"0x0000000000000000000000000000000000000000000000000000000000000000\",\"finalizedBlockHash\":\"0x0000000000000000000000000000000000000000000000000000000000000000\"},null]"
2024-10-24 18:47:49.538 
[DBUG] [10-24|16:47:49.538] [ForkChoiceUpdated] got reply            payloadStatus="&{Status:SYNCING ValidationError:<nil> LatestValidHash:<nil> CriticalError:<nil>}"
2024-10-24 18:47:49.538 
[DBUG] [10-24|16:47:49.538] [ForkChoiceUpdated] Fork choice: need to download header with hash 6aff9a3625280b6760b6fddd47da3a15b30f1a56a5ba0eb325dd2945f0314933 
2024-10-24 18:47:49.538 
[DBUG] [10-24|16:47:49.538] [ForkChoiceUpdated] Handling fork choice headerHash=0x6aff9a3625280b6760b6fddd47da3a15b30f1a56a5ba0eb325dd2945f0314933
2024-10-24 18:47:49.537 
[TRACE] [10-24|16:47:49.537] Served                                   conn=127.0.0.1:34284 t=1.684073ms method=engine_newPayloadV3 reqid=11598 params="[{\"parentHash\":\"0x67348ae1dee52efef335d360c50fbd8127bf33fe5134ecdd664d50bb0b748fb9\",\"feeRecipient\":\"0x4200000000000000000000000000000000000011\",\"stateRoot\":\"0x1ae49cc1f1969eff76cddaaf6430a23c72faabbfa35966f0af4dac60fa27e32c\",\"receiptsRoot\":\"0x5bd7ed9c886e588f3e8d4de5282491480fc50f9f9d8e31a62d9ff289bc83be6a\",\"logsBloom\":\"0x2644000248000000260520a0000400a00020042200040001040400000404100200010000c180c0008010001000810082002400400281200310100080026b62c008000082000001080000200c4040002800040000000d2305010000008802001004204108826000005101040000002800000080000040030000000010000800000000002000000500008109600200420001100081806008000000101c20001018830000062000024480800100080084404d8010002100004100004023220000044402181200020140000400124a1040002400000080282000200800108004288000140080010080002910a85102880000400040c4048084410000890000010010\",\"prevRandao\":\"0x9209a8cde8c72c833d1b5afb0b7cc03a2a060307f749f9b2c6ddf7293d980011\",\"blockNumber\":\"0x793503e\",\"gasLimit\":\"0x3938700\",\"gasUsed\":\"0x47f3d9\",\"timestamp\":\"0x671a7a35\",\"extraData\":\"0x\",\"baseFeePerGas\":\"0x1bf\",\"blockHash\":\"0x6aff9a3625280b6760b6fddd47da3a15b30f1a56a5ba0eb325dd2945f0314933\",\"transactions\":[\"0x7ef8f8a020badba81a772417ae63491f3f4be68dea6a56bf9ce6c8c7ee2c4de37d844d0294deaddeaddeaddeaddeaddeaddeaddeaddead00019442000000000000000000000000000000000000158080830f424080b8a4440a5e200000146b000f79c5000000000000000100000000671a79af000000000140fec30000000000000000000000000000000000000000000000000000000311373a7b00000000000000000000000000000000000000000000000000000000000000016c0f07a0c8235f3037fd69361f898da3b8da10b8c7e6d08828b26e9352d166640000000000000000000000006887246668a3b87f54deb3b94ba47a6f63f32985\",\"0x02f906130a825c41841576222b841585662a839896809459b007e9ea8f89b069c43f8f45834d30853e369901b905a4dfa723cc0000000000000000000000006b785bf2e02404bf992c6d6c2a4cde6840be438e00000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000004e3504e41550100000003b801000000040d00d2339d4409cfa350a6f18a5a0a469a8b608028aef01ae05f1c246d330a021a4d0593406ebc4e8df5d586f57572d62ab3c2ee651ff2ce51040f5bb1d6a603b039010185d369f514f7f701731b9f2485e02d75bc1115c096e9d9108ef80c03650c0d3b05488a122eddf98385239dc6e5f2810725e12e2683c5ba0d0f5ea09b63edb5820102134b96a9022c11e72b20e0ae2fbe626890cd155dc0b24d8981ee02b0f55661c75d4c4ab71d71816060b6079f93816ed199073611888ced1cbbebdc3eef09752000040259f0db5dacbbff9e6c3b1fda980291a91b8eee4efe67f3149ac67b1cf6dcf72358535a041903eff449c02b6f5592ef73ad1930056db1b1b0072429523251e800065cf96802901d50ab7ed2143f001a3bdb0c24534a6feec4d7935d51d2126a33e105ef2ab6f89d93bd296f41ee4c58bbb5cbf9e52d8637816d295e8fb6b89011cf0008c840ba084df399cc06ff5aa9c9369590e12f7fcc6a6103b31e0798ded11e5b1463af323d834958f6a40be9c3b8478f2a7942952e8b26a01c3f53b90800493d9a000ab96cafcdbdf9364eb34993f8095a75d116f3e4c2acfa1958dd28fb69c1b106e14b76bd153138fb422c1d0c4ad47f5a2db42a33888264bc0fb51349d56a62fe7c000b57bfa0163798c55f18a7a2818cba204e5667cce600859fac9dbfc6d1139431b11e5ae8e4eef596ce3bbeccf014266152cb16b641a74d54580f29a776463dba6c000da941074f60ff9819e05a1df0783b11bc7f99f19a5ab7f28f1450b6113fcf95926791dff3ca1129e5e375156a71f9bc36c764162a3858cc810e2265ce04b05ea4000e910da93d99d35c21c0a63b6ebefce4ab0abf5a8137d5a2d35a01ce6225ad301859710bd917acab25ed81d7e9ad8935ca41418c5a58e4bc6172ff6a850b45449e010fa71481caf6bf0acac81733bdcb19ddf6cf7ce630446df4edb366623bca402fd022dddedc8182f2658c8ec5adbc5a90d3ce67c81dd5c5f4dcd1d3787a93951607001109c95059b49786a1316548da4da46a2cf2ea9870f87fab4b7cbbded55f1264b546f8647ed5ea1f0cb215fa5ec3370efb3aec61b4729f41570d92d3992dab69db01122afece7d2f8645dcfa91672aa00a101c7b0d4739b7078cab9dadad1dc9bbc62059849707a9d6fbc88d83f2ac8f0d7dbfeb1d77466f36ce511b6d547c5c733be101671a7a3300000000001ae101faedac5851e32b9b23b5f9411a8c2bac4aae3ed4dd7b811dd1a72ea4aa710000000005498904014155575600000000000a5607db00002710b52beaa8e695e5d165c12486f3f085c3d824fb9701005500e62df6c8b4a85fe1a67db44dc12de5db330f7ac66b72dc658afedf0f4a415b4300000625bed22640000000013d9ee136fffffff800000000671a7a3300000000671a7a3200000626365ba6a00000000155e679bc0aea03e289abfda7d646309fabe92cebfe30530aa58d4c47084e7b83795b41fd71b79fe920ecdbcc0f8732442e4ca6272a0cf2f83a31a5c9b0b5d939fa7ae4b37675b8ac404796ec03b66f02f9f4e915350be2cdf9ee480e444bcd1fdd53085259d381bd02e57100aa107aa13f03c5edf8eb82799148f4422c31745b96e56234a7aa5e08cea7e3318e8c30f6a83f334c9b35c26b538a9f6a1b13b19b06cc10bb838509a51965dc3e4e57d4c2e78b1e514e6022e72a079b8047ccb18ff883c65b591a8d3b0df5d5b6630000000000000000000000000000000000000000000000000000000000c080a04db3b8cd3cf1e442fd2dffde86b175b36d9075c87e937d10689c044f499a302da06926abb3e8321be7cdb7f509e2c76471a8edf5644708423c86055b18a525d0d2\",\"0x02f906130a8301d9c58388c7a0840eb0c5d0839896809459b007e9ea8f89b069c43f8f45834d30853e369901b905a4dfa723cc0000000000000000000000006b785bf2e02404bf992c6d6c2a4cde6840be438e00000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000004e3504e41550100000003b801000000040d00d2339d4409cfa350a6f18a5a0a469a8b608028aef01ae05f1c246d330a021a4d0593406ebc4e8df5d586f57572d62ab3c2ee651ff2ce51040f5bb1d6a603b039010185d369f514f7f701731b9f2485e02d75bc1115c096e9d9108ef80c03650c0d3b05488a122eddf98385239dc6e5f2810725e12e2683c5ba0d0f5ea09b63edb5820102134b96a9022c11e72b20e0ae2fbe626890cd155dc0b24d8981ee02b0f55661c75d4c4ab71d71816060b6079f93816ed199073611888ced1cbbebdc3eef09752000040259f0db5dacbbff9e6c3b1fda980291a91b8eee4efe67f3149ac67b1cf6dcf72358535a041903eff449c02b6f5592ef73ad1930056db1b1b0072429523251e800065cf96802901d50ab7ed2143f001a3bdb0c24534a6feec4d7935d51d2126a33e105ef2ab6f89d93bd296f41ee4c58bbb5cbf9e52d8637816d295e8fb6b89011cf0008c840ba084df399cc06ff5aa9c9369590e12f7fcc6a6103b31e0798ded11e5b1463af323d834958f6a40be9c3b8478f2a7942952e8b26a01c3f53b90800493d9a000ab96cafcdbdf9364eb34993f8095a75d116f3e4c2acfa1958dd28fb69c1b106e14b76bd153138fb422c1d0c4ad47f5a2db42a33888264bc0fb51349d56a62fe7c000b57bfa0163798c55f18a7a2818cba204e5667cce600859fac9dbfc6d1139431b11e5ae8e4eef596ce3bbeccf014266152cb16b641a74d54580f29a776463dba6c000da941074f60ff9819e05a1df0783b11bc7f99f19a5ab7f28f1450b6113fcf95926791dff3ca1129e5e375156a71f9bc36c764162a3858cc810e2265ce04b05ea4000e910da93d99d35c21c0a63b6ebefce4ab0abf5a8137d5a2d35a01ce6225ad301859710bd917acab25ed81d7e9ad8935ca41418c5a58e4bc6172ff6a850b45449e010fa71481caf6bf0acac81733bdcb19ddf6cf7ce630446df4edb366623bca402fd022dddedc8182f2658c8ec5adbc5a90d3ce67c81dd5c5f4dcd1d3787a93951607001109c95059b49786a1316548da4da46a2cf2ea9870f87fab4b7cbbded55f1264b546f8647ed5ea1f0cb215fa5ec3370efb3aec61b4729f41570d92d3992dab69db01122afece7d2f8645dcfa91672aa00a101c7b0d4739b7078cab9dadad1dc9bbc62059849707a9d6fbc88d83f2ac8f0d7dbfeb1d77466f36ce511b6d547c5c733be101671a7a3300000000001ae101faedac5851e32b9b23b5f9411a8c2bac4aae3ed4dd7b811dd1a72ea4aa710000000005498904014155575600000000000a5607db00002710b52beaa8e695e5d165c12486f3f085c3d824fb9701005500e62df6c8b4a85fe1a67db44dc12de5db330f7ac66b72dc658afedf0f4a415b4300000625bed22640000000013d9ee136fffffff800000000671a7a3300000000671a7a3200000626365ba6a00000000155e679bc0aea03e289abfda7d646309fabe92cebfe30530aa58d4c47084e7b83795b41fd71b79fe920ecdbcc0f8732442e4ca6272a0cf2f83a31a5c9b0b5d939fa7ae4b37675b8ac404796ec03b66f02f9f4e915350be2cdf9ee480e444bcd1fdd53085259d381bd02e57100aa107aa13f03c5edf8eb82799148f4422c31745b96e56234a7aa5e08cea7e3318e8c30f6a83f334c9b35c26b538a9f6a1b13b19b06cc10bb838509a51965dc3e4e57d4c2e78b1e514e6022e72a079b8047ccb18ff883c65b591a8d3b0df5d5b6630000000000000000000000000000000000000000000000000000000000c080a0be7a26fb4872ca3f55243e6fc7a81b00a6e23dcdadd2088d9b45a0fcac638db8a022807397f694f2a320769e82a6e934fffa1ae2f44fa61afa08b3d9223f9a5b91\",\"0x02f86e0a8083100765831007658252089406a0cf9d339e68110a5fcf843befa8df297130b1870664b5ab576e3e80c001a07accfca6b7de9a901b159c60c14a4a1ab6a2e738943002f223d8533b960341b29fdf1db1353245830eb9301b770bf07423dfcf09e83ac45cc79ab4b27332fb1b\",\"0xf9045282096d830f4498830beb58941231deb6f5749ef6ce6943a275a1d3e7486f4eae87038d7ea4c68000b903e4af7060fd2747af68dfef421c87a04c70eb4609a36425d3680a0934c2fbb9972bb8a6778a00000000000000000000000000000000000000000000000000000000000000c00000000000000000000000000000000000000000000000000000000000000100000000000000000000000000fc7857fcadf861ea9bd6915de1eb2b3fafd8d2120000000000000000000000000000000000000000000000000002fe59f0d453170000000000000000000000000000000000000000000000000000000000000160000000000000000000000000000000000000000000000000000000000000000f6a756d7065722e65786368616e67650000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002a307830303030303030303030303030303030303030303030303030303030303030303030303030303030000000000000000000000000000000000000000000000000000000000000000000001f2fcf1d036b375b384012e61d3aa33f8c256bbe0000000000000000000000001f2fcf1d036b375b384012e61d3aa33f8c256bbe00000000000000000000000000000000000000000000000000000000000000000000000000000000000000001f32b1c2345538c0c6f582fcb022739c4a194ebb00000000000000000000000000000000000000000000000000038d7ea4c6800000000000000000000000000000000000000000000000000000000000000000e0000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000001642646478b000000000000000000000000eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee00000000000000000000000000000000000000000000000000038d7ea4c680000000000000000000000000001f32b1c2345538c0c6f582fcb022739c4a194ebb0000000000000000000000000000000000000000000000000002fe59f0d453170000000000000000000000001231deb6f5749ef6ce6943a275a1d3e7486f4eae00000000000000000000000000000000000000000000000000000000000000c000000000000000000000000000000000000000000000000000000000000000700301ffff02011f2fcf1d036b375b384012e61d3aa33f8c256bbe420000000000000000000000000000000000000601420000000000000000000000000000000000000601ffff0104f6c85a1b00f6d9b75f91fd23835974cc07e65c001231deb6f5749ef6ce6943a275a1d3e7486f4eae000000000000000000000000000000000000000000000000000000000000000000000000000000000000000037a0a05045ce6e88158047d8fd0a0e403468c9fa441c0cd8750460bdfb10ca45e391a00d2d5857bf792023fcc74f10e392c6e905727bc5de0b466ca3da0ae9e9464115\",\"0xf9014e0d830f44018303a42294777777722d078c97c6ad07d9f36801e653e356ae8664f43391f000b8e4a836f32f0000000000000000000000007298573758538f58f375b6c99b6b8ba7fa02eedd00000000000000000000000000000000000000000000000000000000000000010000000000000000000000005d1e1a5cdd95f68ff18d78242c252f6ceaa4538b00000000000000000000000000000000000000000000000000000000000000020000000000000000000000005c921c8ff1fbc8ae744457e28b099f7e8edea21100000000000000000000000000000000000000000000000000000000000000c0000000000000000000000000000000000000000000000000000000000000000038a05a3b62e1125760bfb3e932ecfba2a74942ad90f023adb188a7741b62c061b94fa003fdc8d31ab988841a2d47b87f10bbcd98b7bae88b2862484c38028226b8bf35\",\"0x02f86d0a0e830f42408398a7f6825208941fc87a4bf324555b16448ee3c9a14d4205d434f085603031d34580c080a01326062992594e763116c19ea3ddb45e2bd1452a178bf8e81a266f60ae5430e1a02a3943877c3bd41bcebf8cd88a464f193b8eb933261a7cb4c1778ddaa44cc053\",\"0x02f905d20a8302885483057bf283057f7083046df294ca11bde05977b3631167028862be2a173976ca1180b9056482ad56cb000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000020000000000000000000000000df399ae48ed63dbb5217ac5675131463adf2d1c40000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000004646a76120200000000000000000000000038869bf66a61cf6bdb996a6ae40d5853fd43b5260000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000014000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003e000000000000000000000000000000000000000000000000000000000000002648d80ff0a000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000002040021c4928109acb0659a88ae5329b5374a3024694c00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004853828b600dc6ff44d5d932cbd77b52e5612ba0529dc6226f100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000044095ea7b3000000000000000000000000357f46f19b1d768152b043e832599b5ae897446effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff0068f180fcce6836688e9084f035309e29bf0a209500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000044095ea7b3000000000000000000000000357f46f19b1d768152b043e832599b5ae897446effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00357f46f19b1d768152b043e832599b5ae897446e00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000024868e4e86000000000000000000000000df399ae48ed63dbb5217ac5675131463adf2d1c400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000041cfbbdf6cc35bf1651bd66e79d0a260566fc1522a5f31325709a916789e7e93187c9c1d1f45edde614e0e941f51bc08bcebca61056897c3c4075982c1a00878561b0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000c001a0202b3e30c55ec252d83415774be949f13edd84803fa99edfd63bf68eb31e95e0a058a80261584331aedae0f86b10adb125842e3c1f8d80256188bf671dbe4593a2\",\"0x02f905320a8302150783057bf283057f708303ae7294ca11bde05977b3631167028862be2a173976ca1180b904c482ad56cb00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000002000000000000000000000000029c9b3a9f6966f8c9ae8b99602349a53e86c19610000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000003c46a76120200000000000000000000000038869bf66a61cf6bdb996a6ae40d5853fd43b52600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000140000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000034000000000000000000000000000000000000000000000000000000000000001c48d80ff0a0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000016b0021c4928109acb0659a88ae5329b5374a3024694c00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004853828b600dc6ff44d5d932cbd77b52e5612ba0529dc6226f100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000044095ea7b3000000000000000000000000357f46f19b1d768152b043e832599b5ae897446effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00357f46f19b1d76812024-10-24T16:47:49.537856001Z 52b043e832599b5ae897446e00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000024868e4e8600000000000000000000000029c9b3a9f6966f8c9ae8b99602349a53e86c196100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004181437669d9695a43e42fca4eb35e30229bef972c0e1fb285a876c751609fb42f7ed41f24c1aa91c61b925951b812a397aef45cafea52ffa799c37b457b4ffd421c0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000c080a01f3af31ac7d50583d43bce567e415771ba387161142b06f17f2e2d4da0e89a0ca070c9f0651b202a40f05f2da78978bd004dfcfe5953e2d54a39dc259ee2d9cb85\",\"0x02f905320a8303c9e483056ed8830572568303a50794ca11bde05977b3631167028862be2a173976ca1180b904c482ad56cb000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000020000000000000000000000000e5fd09205d8080e93c868acb6c3c5e31ce4a90770000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000003c46a76120200000000000000000000000038869bf66a61cf6bdb996a6ae40d5853fd43b52600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000140000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000034000000000000000000000000000000000000000000000000000000000000001c48d80ff0a0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000016b0021c4928109acb0659a88ae5329b5374a3024694c00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004853828b600dc6ff44d5d932cbd77b52e5612ba0529dc6226f100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000044095ea7b3000000000000000000000000357f46f19b1d768152b043e832599b5ae897446effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00357f46f19b1d768152b043e832599b5ae897446e00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000024868e4e86000000000000000000000000e5fd09205d8080e93c868acb6c3c5e31ce4a90770000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000417b3dab7006c1d745c5535c6475e0414a8254198ca1381d2dfb36e305a92ab4f90134e294f9a58c56be6f49d91e90fbb63fe677ec2be8bad8d396d9e88ca21bdc1c0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000c001a07335282b2f89b9f7543dca7340310deaa064e237b73f69e4a94e541a31800b88a06faf37373596e97382e497a6fb627b9b70c113c82046b00ebdc99fe51f80a4da\",\"0x02f905320a8302cee283056ed8830572568303c3a494ca11bde05977b3631167028862be2a173976ca1180b904c482ad56cb000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000020000000000000000000000000bb4acc32ee5ec1db28d8021435d7290f5ad857870000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000003c46a76120200000000000000000000000038869bf66a61cf6bdb996a6ae40d5853fd43b52600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000140000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000034000000000000000000000000000000000000000000000000000000000000001c48d80ff0a0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000016b0021c4928109acb0659a88ae5329b5374a3024694c00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004853828b600dc6ff44d5d932cbd77b52e5612ba0529dc6226f100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000044095ea7b3000000000000000000000000357f46f19b1d768152b043e832599b5ae897446effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00357f46f19b1d768152b043e832599b5ae897446e00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000024868e4e86000000000000000000000000bb4acc32ee5ec1db28d8021435d7290f5ad85787000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000041b8958c32c8ff74c6761252233775c99efda63020fbd37aea88db8f4d4a87939e48778e4d37a8644974b57a895439435e4c2cb969c403fd65cb1eb5bd68a16ba71b0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000c080a0373872644ddc5b450e9e1eabbdeeb86e02ad2c5d65cb2e001981423cb3c91f9fa057fc79a855215aa0f1e78ae54de51419e16f4f121c0588ed8594a480f3387fd4\",\"0x02f905310a8303349483056ed8830572568303bbac94ca11bde05977b3631167028862be2a173976ca1180b904c482ad56cb0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000200000000000000000000000003753d64b42cc2b01620f75227ed15ce27516c2a30000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000003c46a76120200000000000000000000000038869bf66a61cf6bdb996a6ae40d5853fd43b52600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000140000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000034000000000000000000000000000000000000000000000000000000000000001c48d80ff0a0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000016b0021c4928109acb0659a88ae5329b5374a3024694c00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004853828b600dc6ff44d5d932cbd77b52e5612ba0529dc6226f100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000044095ea7b3000000000000000000000000357f46f19b1d768152b043e832599b5ae897446effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00357f46f19b1d768152b043e832599b5ae897446e00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000024868e4e860000000000000000000000003753d64b42cc2b01620f75227ed15ce27516c2a300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004175bd668b87671bdc80d63907f5f30a1df9405e52f8971b9cbe4fd2ed25e0405f44ef92bb97c5636aae4b36d5bf56862eba22fb353fb973c8b94f8947ccbf0ef21b0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000c080a099cc78e799b219592bf3684a86e931bb26c03ced229cdaab991faa92e26c41109fb72a4861acb0013b30891470709cfff9f6116a2351570f464b384a7d2962fd\",\"0x02f903b20a8307302483056ed8830572568301d4c094087000a300de7200382b55d40045000000e5d60e80b9034482ad56cb0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000200000000000000000000000001d23630a54d5100b028cbe5faef7cd14a337a32a0000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000002446a761202000000000000000000000000dc6ff44d5d932cbd77b52e5612ba0529dc6226f10000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000014000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001c00000000000000000000000000000000000000000000000000000000000000044a9059cbb0000000000000000000000001f5478141e6958e25d94520c528c7459871dbd84000000000000000000000000000000000000000000000000482a1c7300080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000041b6184eb19c7f811c17b358db0de851e6e6a5d1ecc0846ffcd30a1da550a54fda78ab09e8b0e58c5607796fdc45bb4e3960c20ddcfbdf29e4b0ea26f7c0427b7f1b0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000c080a01dc32f7358b65a5f40ace0eb46e9314426b5ea622a3c9e04039ac4992c0afb66a027c8074493b07af35b3f2be8315131381d4420ef1c361b20358c97a2267100b5\",\"0x02f904d20a8302f41883056ed88305725683030d4094ca11bde05977b3631167028862be2a173976ca1180b9046482ad56cb0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000200000000000000000000000003ed87fb5e226ea919c970d5b277ee41820b3d6840000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000003646a76120200000000000000000000000038869bf66a61cf6bdb996a6ae40d5853fd43b5260000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000014000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002e000000000000000000000000000000000000000000000000000000000000001648d80ff0a0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000011200dc6ff44d5d932cbd77b52e5612ba0529dc6226f100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000044095ea7b3000000000000000000000000357f46f19b1d768152b043e832599b5ae897446effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00357f46f19b1d768152b043e832599b5ae897446e00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000024868e4e860000000000000000000000003ed87fb5e226ea919c970d5b277ee41820b3d6840000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000041f9cf5ad2cd45ffc5428fefa4268bc4ac5bc611c0c865e51cfc32b130cdd6b0a1514a0137676483d7733dba254caf0b95ab0592dbf47fe8f47a62ac8757fda6741c0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000c080a047f34b42f1da58a7b8996349ebb5438c2594a500b04e9b3dc48310fcbaa6a309a061020f477cf558dedb87a0f127bbc459da35be58ca47d8c76e5cee3afe190d9e\",\"0x02f904d20a8301cdce83056ed88305725683030d4094ca11bde05977b3631167028862be2a173976ca1180b9046482ad56cb00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000002000000000000000000000000052d63169fe036c47d41c558a1c7df9fc15e7ca040000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000003646a76120200000000000000000000000038869bf66a61cf6bdb996a6ae40d5853fd43b5260000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000014000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002e000000000000000000000000000000000000000000000000000000000000001648d80ff0a0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000011200dc6ff44d5d932cbd77b52e5612ba0529dc6226f100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000044095ea7b3000000000000000000000000357f46f19b1d768152b043e832599b5ae897446effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00357f46f19b1d768152b043e832599b5ae897446e00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000024868e4e8600000000000000000000000052d63169fe036c47d41c558a1c7df9fc15e7ca04000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004134d6ad16272fcb8ab4e3bf894bcb5eeb02a52fba9983de8569ea31ffc3393bc24f06b45fcb083a325d50fc2295edbd8da4f22b69d7ec4acfd2f6e93e879aa9931b0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000c001a088bab0bb12c2c7999ba2e7e71e39370b2176d077e8e202c261648df8125b46f3a00ac4795d9e068e097ec40fd80cf1d0cb637121d863e28188ac3958b5b4d0b034\",\"0x02f905720a8301849783056ed8830572568303aa8494ca11bde05977b3631167028862be2a173976ca1180b9050482ad56cb000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000020000000000000000000000000f67daedc8a3b468bdae112c4e46aa44cc5622feb0000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000004046a76120200000000000000000000000038869bf66a61cf6bdb996a6ae40d5853fd43b52600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002024-10-24T16:47:49.537856001Z 0000000000000000000000000000000000140000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000038000000000000000000000000000000000000000000000000000000000000002048d80ff0a000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000001ab00dc6ff44d5d932cbd77b52e5612ba0529dc6226f100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000044095ea7b3000000000000000000000000357f46f19b1d768152b043e832599b5ae897446effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff007f5c764cbc14f9669b88837ca1490cca17c3160700000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000044095ea7b3000000000000000000000000357f46f19b1d768152b043e832599b5ae897446effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00357f46f19b1d768152b043e832599b5ae897446e00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000024868e4e86000000000000000000000000f67daedc8a3b468bdae112c4e46aa44cc5622feb000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000041f15c1ff03d5ebbf73ee4c33fed00d0a4b44d3bb7e686e372aed52ed64525f3c07a7fa3467173d7685cf163c0af135f588256ea4c36c72fdd99013bcad65487c31b0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000c080a0ea199d416a341193031bc46fdac769438fdd9b95ea1a63d193a35ae97aa451e3a07d1563af3535395f257a5a98c2d03c4ec21567ffe074a8bd3041e389d95b7161\",\"0x02f901050a83055e6d83051e718305205c8303959e94b90ed4c123843cbfd66b11411ee7694ef37e6e728664f43391f000b89266e0daa0001e80001ec0001d0220001e01001e01000b777777722d078c97c6ad07d9f36801e653e356ae001e01001e20001ee4a836f32f000ba7134546d21ea26fb79099273d52a212446637ed001e01000b5d1e1a5cdd95f68ff18d78242c252f6ceaa4538b001e02000b640a66dc2958e6648304aebd653b4e8f3c0150cf001ec0005a01001964f43391f0000003b563ecc080a0ea7c4a9eb59b1fb6de5af97717f2620204b2396e186bcdc4815e95785a8630dca0324c8f7807ee12874bc9fb3ac81a7071def890a57029d0d1f567fab3e3708a62\",\"0x02f901050a83055e6e83051f9f8305218a8303e8f694b90ed4c123843cbfd66b11411ee7694ef37e6e728664f43391f000b89266e0daa0001e80001ec0001d0220001e01001e01000b777777722d078c97c6ad07d9f36801e653e356ae001e01001e20001ee4a836f32f000bf9319e5ee9eedaa03b849bf4e0e42ca7c31f1ca8001e01000b5d1e1a5cdd95f68ff18d78242c252f6ceaa4538b001e02000b1b6e1aa8a724af518a297fa134742df881e51284001ec0005a01001964f43391f0000003b56422c080a0fd7acf9755e00f9e3c20f3badc45f1126a1d37f6f99348c8973e7df3cc8e9297a017a5b6c22d1be54c9360a771fdf79b80a61d31c8b57ccdaf0f1c365fac5d2139\",\"0x02f901050a83055e6f83051f9f8305218a8303424994b90ed4c123843cbfd66b11411ee7694ef37e6e728664f43391f000b89266e0daa0001e80001ec0001d0220001e01001e01000b777777722d078c97c6ad07d9f36801e653e356ae001e01001e20001ee4a836f32f000ba88b14275bc499e972eb96bf02b993cdc1e0f286001e01000b5d1e1a5cdd95f68ff18d78242c252f6ceaa4538b001e02000b20cb97ebc067befc988c5e2fbb198cd9e2c40c93001ec0005a01001964f43391f0000003b56430c080a03d493776df0a37cca60e996a268a088611704e0d1b01cd7548313a8f55a3ea40a07bfbfcd8d9f6a09ae0e0f610876c8f2f7382b187ca53f52cc48d83e366cfc46e\",\"0x02f86e0a820109830186a083018be38268d7943e98fbabd4e02b571a6e64b06eedc74450abc74c8084b49004e9c080a01b66d2f05639c2d5f5634a35d997c90538329f219b193bd34e33342cef8b25fea02a860b1e270bd8b63b8d65980e7a16c0140c2cd79d9d4180f32b4ccc87552988\",\"0x02f905570a820387830186a083018be383046357941195cf65f83b3a5768f3c496d3a05ad6412c64b78644364c5bb000b904e4d123b4d8000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000004600000000000000000000000000000000086a5092b78b44d53b8a01134db3a358012fc6045a58168888e3e84c04c679d6ab8134afd991291312e1adc7be7245524000000000000000000000000000000000000000000000000000044364c5bb0000000000000000000000000009be81bb86424be336480f6e4874d8ff1ee0202720000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000024000000000000000000000000000000000000000000000000000000000000002a000000000000000000000000000000000000000000000000000000000000002c000000000000000000000000000000000000000000000000000000000000004000000000000000000000000004200000000000000000000000000000000000042000000000000000000000000000000000000000000000000000000000000000a00000000000000000000000000000000000000000000000001f161421c8e00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000005e2b297016d41055876ff1078100c548adc3a49800000000000000000000000000000000000000000000000000000000000000084d6574614d61736b0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000035697066733a2f2f516d56347a56636b5143793677316e5561464c476f746a476d3350504b76316b6d52583268597334706d796176550000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000c00000000000000000000000000000000000000000000000000000000000000042307865636134333736643461646135353463613063616530383239643131333166363031373037366330353636643938306265366665616433323033666665336463000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000865766d3a38343533000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000414933511224b405eacd2f2aa7e9212e23678c271dcdf02c7824eef150c47266752496c748c0b483ae4779a781f99e26efc31d6836defd5568e5b21ba7c6eac8891c00000000000000000000000000000000000000000000000000000000000000c001a0846c170242c99280fa5b5dfb19418bdadff2dd6ae57357919dd75e3f5580c1b4a027aa91338f26c3bd9a9ee36bdb70782ef04d4647f0d2dc3f7b4961b980cb454d\",\"0x02f901560a8203a5830186a083018be3830409ec94777777722d078c97c6ad07d9f36801e653e356ae8664f43391f000b8e4a836f32f000000000000000000000000608b0678cc11178e038a4957df811d64be2d209900000000000000000000000000000000000000000000000000000000000000010000000000000000000000005d1e1a5cdd95f68ff18d78242c252f6ceaa4538b000000000000000000000000000000000000000000000000000000000000000200000000000000000000000052d420a172be430f56da2554d1428958a6eed38f00000000000000000000000000000000000000000000000000000000000000c00000000000000000000000000000000000000000000000000000000000000000c080a06cac1a08ab542f50517519010e3a7fa8edfe87cd58fe8686044c9253967144cca0321c6afd54a99081783cd2a29ccd9718ecd39e5921f4790e50d2de110647b3ec\",\"0x02f905930a8310d2430b8403938700833d0900949eb8e71bb402cc0968a2db25448986c82b546ce780b9052700002d39ed27d101aa4b7ce1cb4293b877954b8b5e14e50bb8030000c8a0a215de234276cac1b844fd58901351a50fec8a232801000000478946bcd4a5a22b316470f5486fafb928c0ba250190030000641fb3cf6e48f1e7b10213e7b6d87d4c073c7fdb7b01f40200000abcfac19a0036ada56496316ee5cf388c2af2bf580bb80200003c8f47041adbef5bf321c9f63a0660326614ab6b60271001000000e9e3893921de87b1194a8108f9d70c24bde71c270bb80200003c88391365c225973032275db256b9d15f845d2c720bb801000000442659a6d04b907c879032da1ef634548110dd370bb800000000fc1f3296458f9b2a27a0b91dd7681c4020e09d0501f40200000a522dc96e6fd6f78a4e7433d0ee05b7087e5152362710030007d02b959ccb3c8fc1ed7769004742c197e28251027e0032020000016da98bde0068d10ddd11b468b197ea97d96f96bc01f40100000010df8a154c806f74c589466214b1c831c23151730bb80100000092fb369363498d8bfefc4eb705d8c91a51d22c450bb8010000005afe4d55505c1ce401ec1277d5b3a71ae68ee2d30bb8000000009fb3612d7cd75aa2988eeb0a8387914a93ec0c0c2710020000c868f5c0a2de713a54991e01858fd27a38324018490bb80200003c7e1357fa56c0ecfe69daf22e08489ae8de56d86c0bb8010000006da87897bb36d0e2bc4e69c407935bcc7fa9d9c9271001000000dff90e4a6c229565f25337b1db9fa12f6d8cb1180bb801000000ff7fbdf7832ae524deda39ca402e03d92adff7a50bb80200003c146eda2f1d35efb5eef5703acec701c68e1503d801f40200000afd5f39c74e63f1dace336350afdf11e85bbd56f40064030000019da9d8dcdac3cab214d2bd241c3835b90aa8ffde0190030000644dc22588ade05c40338a9d95a6da9dcee68bcd6001f4030000c858b2f113244ddc9332c46af25bc223873e68ff3d0bb80200003c19ea026886cbb7a900ecb2458636d72b5cae223b0bb80200003c039ae8860fbfdf61f654b1a5b55cc3aa753f58420bb80200003cdd0c6bae8ad5998c358b823df15a2a4181da1b800bb80200003c85c31ffa3706d1cce9d525a00f1c7d4a2911754c01f40200000a8949a8e02998d76d7a703cac9ee7e0f529828011006403000001ec3d9098bd40ec741676fc04d4bd26bccf592aa30bb8030000c8319c0dd36284ac24a6b2bee73929f699b9f48c3801f403000064689a850f62b41d89b5e5c3465cd291374b2158130bb80200003c73b14a78a0d396c521f954532d43fd5ffe3852160bb80200003cd52533a3309b393afebe3176620e8ccfb6159f8a01f40200000aadbb23bcc3c1b9810491897cb0690cf645b858b10bb80100000085149247691df622eaf1a8bd0cafd40bc45154a901f40200000a8b3c4271440bc98a085eb6b348243ed3679751a40bb80200003c2cd32fb367431fd6f499328edf34934fdbbc6b260bb80100000077e557a4c9ffc7282e2834f30aff18850d5d6e402710020000c82ab22ac86b25bd448a4d9dc041bd2384655299c400640200000195d7d146ae40d4822c2750276b54b6eed530d37401f40200000ac858a329bf053be78d6239c4a4343b8fbd21472b01f40200000a1c0300010201000102030200020004010205060103070809010000020a0601020b0c00030d0e04010000020f10000311121301010002141500021603000303171800010002190901021a0901031b1c1d000100031e1f20010100021602000303010400010002211e0102221e010221220102231e0103222425010100022627010228290103022a26000100030b2b2c000100c080a0b50aac94e59a4fa577d0b996c9bc8a53dc3d90b4e2680e17de6c78db0cb7b427a0488b4d9c4daa0d4c0e54b95b513587a777751345a2a6c49bd1981119ccdf9f85\"],\"withdrawals\":[],\"blobGasUsed\":\"0x0\",\"excessBlobGas\":\"0x0\"},[],\"0x746639c9233b0ea29c30e59fc41def9b6aeefff8f7b881d21f8bfed43359b3d0\"]"2024-10-24T16:47:49.538501704Z [DBUG] [10-24|16:47:49.538] [ForkChoiceUpdated] sending forkChoiceMessage head=0x6aff9a3625280b6760b6fddd47da3a15b30f1a56a5ba0eb325dd2945f0314933
2024-10-24 18:47:49.537 
[TRACE] [10-24|16:47:49.537] ethereumExecutionModule.Ready: ExecutionStatus_Busy 
2024-10-24 18:47:49.529 
[TRACE] [10-24|16:47:49.529] bodyLoop woken up by the incoming request 
2024-10-24 18:47:49.515 
[TRACE] [10-24|16:47:49.515] Bad discv4 packet                        addr=135.181.231.117:28260 err="bad hash"
2024-10-24 18:47:49.490 
[TRACE] [10-24|16:47:49.490] Bad discv4 packet                        addr=135.181.231.117:28260 err="bad hash"
2024-10-24 18:47:49.429 
[TRACE] [10-24|16:47:49.429] Bad discv4 packet                        addr=45.159.230.73:56689 err="bad hash"
2024-10-24 18:47:49.385 
[TRACE] [10-24|16:47:49.385] bodyLoop woken up by the incoming request 
2024-10-24 18:47:49.320 
[TRACE] [10-24|16:47:49.320] FINDNODE failed                          id=1d6a320f2b7fac71234f96ea29da2262cd21aebb02a55d110537cf46bb49d0e4 failcount=1480 dropped=false err="RPC timeout"
2024-10-24 18:47:49.320 
[TRACE] [10-24|16:47:49.320] FINDNODE failed                          id=27ab4328c255b2352f5457306d1c31af5bbbd938e082a25029eec7ba81ec1783 failcount=4 dropped=false err="RPC timeout"
2024-10-24 18:47:49.317 
[TRACE] [10-24|16:47:49.317] FINDNODE failed                          id=246324db83651458ff0c64cbf51701d830c4b7c8177e0222d3384ff200c34c31 failcount=765 dropped=false err="RPC timeout"
2024-10-24 18:47:49.119 
[TRACE] [10-24|16:47:49.119] bodyLoop woken up by the incoming request 
2024-10-24 18:47:49.052 
[TRACE] [10-24|16:47:49.052] bodyLoop woken up by the incoming request 
2024-10-24 18:47:48.994 
[TRACE] [10-24|16:47:48.994] bodyLoop woken up by the incoming request 
2024-10-24 18:47:48.934 
[TRACE] [10-24|16:47:48.934] bodyLoop woken up by the incoming request 
2024-10-24 18:47:48.854 
[TRACE] [10-24|16:47:48.854] bodyLoop woken up by the incoming request 
2024-10-24 18:47:48.844 
[TRACE] [10-24|16:47:48.844] Served                                   conn=127.0.0.1:56356 t=331.947µs method=eth_getBlockByNumber reqid=1 params="[\"finalized\", false]"
2024-10-24 18:47:48.835 
[TRACE] [10-24|16:47:48.835] Served                                   conn=127.0.0.1:56348 t=432.639µs method=eth_getBlockByNumber reqid=1 params="[\"finalized\", false]"
2024-10-24 18:47:48.739 
[TRACE] [10-24|16:47:48.739] Bad discv4 packet                        addr=54.198.236.25:9000 err="bad hash"
2024-10-24 18:47:48.652 
[TRACE] [10-24|16:47:48.652] Bad discv4 packet                        addr=54.198.236.25:9000 err="bad hash"
2024-10-24 18:47:48.649 
[TRACE] [10-24|16:47:48.648] FINDNODE failed                          id=246324db83651458ff0c64cbf51701d830c4b7c8177e0222d3384ff200c34c31 failcount=765 dropped=false err="RPC timeout"
2024-10-24 18:47:48.648 
[TRACE] [10-24|16:47:48.648] FINDNODE failed                          id=084cbddbba3e141eb02e036389aa9516096dbbf664bb27eee606ef5dc1dcb06f failcount=74 dropped=false err="RPC timeout"
2024-10-24 18:47:48.648 
[TRACE] [10-24|16:47:48.648] FINDNODE failed                          id=1d6a320f2b7fac71234f96ea29da2262cd21aebb02a55d110537cf46bb49d0e4 failcount=1480 dropped=false err="RPC timeout"
2024-10-24 18:47:48.499 
[TRACE] [10-24|16:47:48.499] Bad discv4 packet                        addr=70.190.203.25:9000 err="bad hash"
2024-10-24 18:47:48.359 
[TRACE] [10-24|16:47:48.359] bodyLoop woken up by the incoming request 
2024-10-24 18:47:48.347 
[TRACE] [10-24|16:47:48.346] Bad discv4 packet                        addr=70.190.203.25:9000 err="bad hash"
2024-10-24 18:47:48.288 
[TRACE] [10-24|16:47:48.288] bodyLoop woken up by the incoming request 
2024-10-24 18:47:48.189 
[TRACE] [10-24|16:47:48.188] bodyLoop woken up by the incoming request 
2024-10-24 18:47:48.120 
[TRACE] [10-24|16:47:48.120] bodyLoop woken up by the incoming request 
2024-10-24 18:47:48.041 
[TRACE] [10-24|16:47:48.041] bodyLoop woken up by the incoming request 
2024-10-24 18:47:47.940 
[TRACE] [10-24|16:47:47.940] FINDNODE failed                          id=246324db83651458ff0c64cbf51701d830c4b7c8177e0222d3384ff200c34c31 failcount=328 dropped=false err="RPC timeout"
2024-10-24 18:47:47.940 
[TRACE] [10-24|16:47:47.940] FINDNODE failed                          id=084cbddbba3e141eb02e036389aa9516096dbbf664bb27eee606ef5dc1dcb06f failcount=66 dropped=false err="RPC timeout"
2024-10-24 18:47:47.940 
[TRACE] [10-24|16:47:47.940] FINDNODE failed                          id=1d6a320f2b7fac71234f96ea29da2262cd21aebb02a55d110537cf46bb49d0e4 failcount=401 dropped=false err="RPC timeout"
2024-10-24 18:47:47.873 
[TRACE] [10-24|16:47:47.873] bodyLoop woken up by the incoming request 
2024-10-24 18:47:47.809 
[TRACE] [10-24|16:47:47.809] bodyLoop woken up by the incoming request 
2024-10-24 18:47:47.690 
[TRACE] [10-24|16:47:47.690] bodyLoop woken up by the incoming request 
2024-10-24 18:47:47.602 
[TRACE] [10-24|16:47:47.601] Bad discv4 packet                        addr=15.204.162.221:9000 err="bad hash"
2024-10-24 18:47:47.573 
[TRACE] [10-24|16:47:47.572] bodyLoop woken up by the incoming request 
2024-10-24 18:47:47.539 
[TRACE] [10-24|16:47:47.539] Served                                   conn=127.0.0.1:34284 t=253.995µs method=engine_forkchoiceUpdatedV3 reqid=11597 params="[{\"headBlockHash\":\"0x67348ae1dee52efef335d360c50fbd8127bf33fe5134ecdd664d50bb0b748fb9\",\"safeBlockHash\":\"0x0000000000000000000000000000000000000000000000000000000000000000\",\"finalizedBlockHash\":\"0x0000000000000000000000000000000000000000000000000000000000000000\"},null]"
2024-10-24 18:47:47.539 
[DBUG] [10-24|16:47:47.539] [ForkChoiceUpdated] got reply            payloadStatus="&{Status:SYNCING ValidationError:<nil> LatestValidHash:<nil> CriticalError:<nil>}"
2024-10-24 18:47:47.539 
[DBUG] [10-24|16:47:47.539] [ForkChoiceUpdated] Fork choice: need to download header with hash 67348ae1dee52efef335d360c50fbd8127bf33fe5134ecdd664d50bb0b748fb9 
2024-10-24 18:47:47.539 
[DBUG] [10-24|16:47:47.538] [ForkChoiceUpdated] Handling fork choice headerHash=0x67348ae1dee52efef335d360c50fbd8127bf33fe5134ecdd664d50bb0b748fb9
2024-10-24 18:47:47.538 
[TRACE] [10-24|16:47:47.537] Served                                   conn=127.0.0.1:34284 t=2.070171ms method=engine_newPayloadV3 reqid=11596 params="[{\"parentHash\":\"0x2596546ed8283d9bb3bd5f08d65e5892e4215b2fff6dc96c1e5091f1f116b8ec\",\"feeRecipient\":\"0x4200000000000000000000000000000000000011\",\"stateRoot\":\"0x8919c9427fd87549d0ddb0377f3c300b8c89ad45e5afe500d3af6961a9ecc7fa\",\"receiptsRoot\":\"0x0faa10c9c722c49ed19fd49ebaaa3976a2b68923788c7f26a5c62bc34a49f387\",\"logsBloom\":\"0x04402a0a44040003000000800404441100200008020c0100040c000004000402000980208100001108800011400100c0002082508122200010090044002060410804088204002008a040054a6642001100000401400001148100008008000801822280492248000454001c00000028250214000080680100000130100008410080000002000080000003010401024280000c190088a10800100100080210102002000104040040000018070080418cc0008010324110110000000002000140044101000300020000002000124002080498811004000800002000000000452000001020880814000000100811004c000050000884408188010000880001250468\",\"prevRandao\":\"0x9209a8cde8c72c833d1b5afb0b7cc03a2a060307f749f9b2c6ddf7293d980011\",\"blockNumber\":\"0x793503d\",\"gasLimit\":\"0x3938700\",\"gasUsed\":\"0x4ea182\",\"timestamp\":\"0x671a7a33\",\"extraData\":\"0x\",\"baseFeePerGas\":\"0x1bf\",\"blockHash\":\"0x67348ae1dee52efef335d360c50fbd8127bf33fe5134ecdd664d50bb0b748fb9\",\"transactions\":[\"0x7ef8f8a0caf5f328170a318e29baf0af66aab467fdd06b6bd38f0dd5cd49b28c806a650494deaddeaddeaddeaddeaddeaddeaddeaddead00019442000000000000000000000000000000000000158080830f424080b8a4440a5e200000146b000f79c5000000000000000000000000671a79af000000000140fec30000000000000000000000000000000000000000000000000000000311373a7b00000000000000000000000000000000000000000000000000000000000000016c0f07a0c8235f3037fd69361f898da3b8da10b8c7e6d08828b26e9352d166640000000000000000000000006887246668a3b87f54deb3b94ba47a6f63f32985\",\"0x02f8b40a831e48108405f5e100850baa409740830249f09494b008aa00579c1307b0ef2c499ad98a8ce58e5880b844a9059cbb000000000000000000000000b057d1e7940918d811c68bfcf8652eb80a43e568000000000000000000000000000000000000000000000000000000000026f6f3c080a0817bd634e670329f9c2e2ce8124daccf3f457853c31fd3a49ee946422cb108d8a0632ef58bec28dd1e236bb9c2e0d99c4a8e430efff317149dc1d08eecee79947a\",\"0xf8eb8302f1688403e6628a83061a80948864dedd579cd1d7c36e099adf18465a8ded456d80b883dbd2893a000000000000000000000000000000000000000000000027eac530b41720796000000000000000000000000000000000000000000000000006d7a97d32ad3996420000000000000000000000000000000000004242000000000000000000000000000000000000060000c80000000000000026a1cc0000000000000000000038a009977c360b4c2f57b4acb7bcab7e16091f92b5d3e2785b42a085ff7734db6ee5a01c33627d54a4ee46894e4e4111501c9b28522740a8669ac82a70f9f67112e7d6\",\"0x02f8710a8266cd831251988312519882520894434d58d53125e85a9e46d9459be3a60ee24a075387acf5d70e3ec00080c080a09e752ed6700e7cb62e067d7d3b78c54e1a268eefa1ff52f3fb0f4cc39f32e06fa05bede41e3e9f70ff8d935b7c2399a74311083b009655f522b4f57de4f79ae5c1\",\"0x02f8700a2583124f80832935808252089480c67432656d59144ceff962e8faf8926599bcf88804a0d631602cd49680c080a00b381f8d11beeeb1805a4ba16656cb02e2a3d6ed30da2b27959482d8ef147b58a07fa22e53e8b82bdfff31470f48c4afb6a770735e7697efeab81758f008f4dc72\",\"0xf8a780830f440182a2da9494b008aa00579c1307b0ef2c499ad98a8ce58e5880b844a9059cbb000000000000000000000000a12bcf28eebe90955162799fc468557ff7c3dbea00000000000000000000000000000000000000000000000000000000000f462837a0e1395116e8ad4a95b41e69a13c9bde6e802c3c5c73a39592dc4c68732aeea513a031480a0916383487e8ccadbea02a796e59e468499af6033e4ff8b693d895884e\",\"0x02f906770a820723830f4240830f44348304e783941195cf65f83b3a5768f3c496d3a05ad6412c64b78644364c5bb000b90604d123b4d80000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000058000000000000000000000000000000000e865905732de4a5d8d144fa842ccb478a2972823cea26a96cdc58c91bc1eaf77323da7a49cc15411692824d5292f6488000000000000000000000000000000000000000000000000000044364c5bb00000000000000000000000000013b3ff6f1d996eaf36022ea2a92669e1371e46d70000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000024000000000000000000000000000000000000000000000000000000000000002a000000000000000000000000000000000000000000000000000000000000002c000000000000000000000000000000000000000000000000000000000000005200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000c52616262792057616c6c657400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000035697066733a2f2f516d5a455035774c57654a58323645744a6756324770665332717a724c755965393957657152693379556b56334800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000140000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000c00000000000000000000000000000000000000000000000000000000000000042307839666232613461383637366463623961333532393930366534353631353634313334613736633838376237326238313533333163666237363230343737623731000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000765766d3a33323400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000c00000000000000000000000000000000000000000000000000000000000000042307830613662656665623066306663653666346336303364353132343534623137363036356230333939623035663335663731306561356533316531383662656264000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000665766d3a3130000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000041a584ee671f0ae5be333a943942edf30449431f0dab974da83018000c4b39d60843f7f5e4ff195a11cbbd803c213b799904240a0c86b18f70dff7bd1c86b59a6e1c00000000000000000000000000000000000000000000000000000000000000c080a060b57085f6bed9593997cec7277a3f01695394e9863b7727224c0fa24a97428ba04bb17e42b7827adb962dbc82036614239fd5482233d2c68396f31ad9978d3d30\",\"0x02f901540a0983074a1b83074c8383074ed794777777722d078c97c6ad07d9f36801e653e356ae86c9e86723e000b8e4a836f32f000000000000000000000000825dbc14f33e1be27c0209e01fa3a77a2335662b00000000000000000000000000000000000000000000000000000000000000020000000000000000000000005d1e1a5cdd95f68ff18d78242c252f6ceaa4538b000000000000000000000000000000000000000000000000000000000000000200000000000000000000000076f6988610b1c294d8b0de3e725005af9d557b0000000000000000000000000000000000000000000000000000000000000000c00000000000000000000000000000000000000000000000000000000000000000c001a0b51cde00a85a230b132f7edeafbe42495134ffc821993df3292735b008ce712aa0450748928937ebd162d323311249624c43d2f2d407c203a5c61d94ae1d4b4437\",\"0x02f8ae0a3783074a1b83074c838302614b947290cd0642ae0601acb52dbf640cfa252f7dda9a80b844a22cb4650000000000000000000000001e0049783f008a0085193e00003d00cd54003c710000000000000000000000000000000000000000000000000000000000000001c001a08860fb9da667e2254307a5cd46759fd07dfa03946fb196f34a48316a0278ef51a00c241b680a38c846f7359ec3a5cfe9ea52edbba31cb84ed9c8c826554221993f\",\"0x02f905320a8301e07383056ed8830572568303ae7294ca11bde05977b3631167028862be2a173976ca1180b904c482ad56cb000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000020000000000000000000000000f6bf09dca3c4a462c9ac98239413193566e263cd0000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000003c46a76120200000000000000000000000038869bf66a61cf6bdb996a6ae40d5853fd43b52600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000140000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000034000000000000000000000000000000000000000000000000000000000000001c48d80ff0a0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000016b0021c4928109acb0659a88ae5329b5374a3024694c00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004853828b600dc6ff44d5d932cbd77b52e5612ba0529dc6226f100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000044095ea7b3000000000000000000000000357f46f19b1d768152b043e832599b5ae897446effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00357f46f19b1d768152b043e832599b5ae897446e00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000024868e4e86000000000000000000000000f6bf09dca3c4a462c9ac98239413193566e263cd0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000415a5a01fe42e6dbfbc17e912eb6f74881f51be9815882c3a4a434df328b977d6d6dfa6880e6e50c0f7433d8535459a020f698b0e10302851bf30937b4f44991831b0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000c001a07f437a6212d1fa37a372ce11b38e5b11e960631e3a4887209a9477f5c1e1e862a047a7196b4fa37cddca9262ac0778a9c5e7c0ea79367ef67624226791e5b7c90c\",\"0x02f903b20a8305a47a830549bc83054d3a8301d4c094087000a300de7200382b55d40045000000e5d60e80b9034482ad56cb00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000acbf47101dab596cc6dbb6d63bebe419d8fbff0000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000002446a761202000000000000000000000000dc6ff44d5d932cbd77b52e5612ba0529dc6226f10000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000014000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001c00000000000000000000000000000000000000000000000000000000000000044a9059cbb000000000000000000000000d329a8c19a41f5f53a963e242c4430427ea923e6000000000000000000000000000000000000000000000000484d3e713c3710000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000413be55df6b124457074eec36a1327e1a3f6b2e4763a81cb5b4c84cbbe336116ff665fe3dd061601860c14ea1ceafdb9a93a4e5ec63eda1b555faa167a3c604cd81b0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000c001a03f989b6165ef83defcde9f633fc8458f01df5eca51abb2545c42ae312ef8218aa06cc5e016c3bc3bf9eb8a3db5c5294b4c52c64b0a54565aff406adc214c166161\",\"0x02f904720a8303cdac830549bc83054d3a8303d09094087000a300de7200382b55d40045000000e5d60e80b9040482ad56cb0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000200000000000000000000000000872c16ceec6b8f449bc4e9f2e1357152d045f440000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000003046a761202000000000000000000000000b5fbfeba9848664fd1a49dc2a250d9b5d1294f2a0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000014000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002800000000000000000000000000000000000000000000000000000000000000104414bf389000000000000000000000000dc6ff44d5d932cbd77b52e5612ba0529dc6226f10000000000000000000000007f5c764cbc14f9669b88837ca1490cca17c3160700000000000000000000000000000000000000000000000000000000000027100000000000000000000000000872c16ceec6b8f449bc4e9f2e1357152d045f4400000000000000000000000000000000000000000000000000000000671a8137000000000000000000000000000000000000000000000000484caa31d71de0000000000000000000000000000000000000000000000000000000000000abd9d300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000415aa6580e1db44cc3713945013f3c2ff9346bd83314d41a6ed2fa9fc94d11c6da670d7d29b5db36358374098df9bfa310ba18a03b6427fceecb7a75060ba213f31c0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000c001a056b171e83a2b1d13aadd8c4bc6939dadee2643fd571b68d2c504da52b0472efaa0280e74ee53f4d5bfe137a0e6ac7a6fd84748f972ac1b5c2041d442cf7cafcab2\",\"0x02f905320a83028853830549bc83054d3a8303ae7294ca11bde05977b3631167028862be2a173976ca1180b904c482ad56cb00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000002000000000000000000000000029817290f1d62ac1c17ca4c5b298cc9829e39af60000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000003c46a76120200000000000000000000000038869bf66a61cf6bdb996a6ae40d5853fd43b52600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000140000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000034000000000000000000000000000000000000000000000000000000000000001c48d80ff0a0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000016b0021c4928109acb0659a88ae5329b5374a3024694c00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004853828b600dc6ff44d2024-10-24T16:47:47.538280420Z 5d932cbd77b52e5612ba0529dc6226f100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000044095ea7b3000000000000000000000000357f46f19b1d768152b043e832599b5ae897446effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00357f46f19b1d768152b043e832599b5ae897446e00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000024868e4e8600000000000000000000000029817290f1d62ac1c17ca4c5b298cc9829e39af60000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000418f311a2b68ee5f3407b9df6ec638bca3fa5eb5496de824ca309dfa92b3588abe1bab5563707d01a7c40510c6954740c06af0ac4f961324d7ae73a074cfca99ad1c0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000c080a0c456c64625db2867824c49e61b9c379f06e2ac6d80e2da82cab65ece2208c54ca007a9ece76cff77d311431479bdda9ac75c683536f103c1b3679c2ff75e531e25\",\"0x02f904d20a83021506830549bc83054d3a83030d4094ca11bde05977b3631167028862be2a173976ca1180b9046482ad56cb000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000020000000000000000000000000b53b275313695545f8204a52ea76904c2ebfd2dd0000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000003646a76120200000000000000000000000038869bf66a61cf6bdb996a6ae40d5853fd43b5260000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000014000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002e000000000000000000000000000000000000000000000000000000000000001648d80ff0a0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000011200dc6ff44d5d932cbd77b52e5612ba0529dc6226f100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000044095ea7b3000000000000000000000000357f46f19b1d768152b043e832599b5ae897446effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00357f46f19b1d768152b043e832599b5ae897446e00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000024868e4e86000000000000000000000000b53b275313695545f8204a52ea76904c2ebfd2dd0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000041e59dd04ed809dce9036d3827605e74eeca9c238b58138a200a64a29a8fe156445fe9e8cfadfc179c5a09a91f250a243e9762f7ecc9cfc3e6171c9407cec45d7d1b0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000c080a0ab29a8fc288bac7c7e895bcef184ef083e937e9e2123ead4048f7abd1834d969a0031ffe82162708b938cc95428608544c201a631a1d160390f3b7460f20539bd1\",\"0x02f903b20a8304ba7a830549bc83054d3a8301d4c094087000a300de7200382b55d40045000000e5d60e80b9034482ad56cb000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000020000000000000000000000000f46e8f9465b441b2ed44897cf088b3f6a59d7d250000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000002446a761202000000000000000000000000dc6ff44d5d932cbd77b52e5612ba0529dc6226f10000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000014000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001c00000000000000000000000000000000000000000000000000000000000000044a9059cbb000000000000000000000000473fed6ba3060acd3047460fd201540d96d13fa80000000000000000000000000000000000000000000000009b91eb9b5c21000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004180c251c4c91596f23d23e6b37ac6845f6ef7cb6cd8a83f85eb6a3679f0758f3023b344b191ba6718190a58ab13b1cc68c8db06e6944170600260f997c2d60b6c1c0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000c080a004b41b79bcc61354cd0588bf0f00553c49dc1a80701e765e1190db73d4673bbea05136bc61ac99efdaa5ea49f214025db6e5ece5b9d6e2a31666bc3c51403a3fa9\",\"0x02f910720a83072a0c830549bc83054d3a832ab98094087000a300de7200382b55d40045000000e5d60e80b9100482ad56cb0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000700000000000000000000000000000000000000000000000000000000000000e000000000000000000000000000000000000000000000000000000000000003000000000000000000000000000000000000000000000000000000000000000520000000000000000000000000000000000000000000000000000000000000074000000000000000000000000000000000000000000000000000000000000009600000000000000000000000000000000000000000000000000000000000000b800000000000000000000000000000000000000000000000000000000000000da000000000000000000000000043e1e80f0c77fae1f976aaa717f62e29b80346d4000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000184a41e6ceb0000000000000000000000000000000000000000000000000000000000000029000000000000000000000000c411da56efce669f8b2c0250752ed67fc9c048dd2c50ae6323f87d66c2a7c738d4b2070368461e65104b923e80048fe84ad4b20d033b99855961684ed5e91f532e0d734954c4b1c566b258c91de9cb4cafdb71b80502ad1543dfe09df6db4873e8978fe4df6b3a058326cdf0fb344ca3b54773cf1229cdc24ddb343948fcbd9376afa157410e362faa8ddd569a009fd75a3f3ab50cf16f79280537dac919e703019bbfe13f3a482a2c0fafa68778e50981d2c1dd16c8507da65e435818947f6cd53c399ec6a7fa0d2259098a529219dee9fd5e4e24c702d8baa1ceeae03f8d25f7034dc2f331b4770bbde880ad35524f7047bb6704ee836abb2a3ada867378f66da4ca93d908175998525fbb83b504f64ceb2dae2e6e84df7370882aed8e1f8d754c2948ba1b3312cecdfc2a7bd8ddb46782643d1fe21d062d3ea27f911dc177cf62ef69ae5191afad4432488805aa0b46f5b78f0000000000000000000000000000000000000000000000000000000000000000000000000000000043e1e80f0c77fae1f976aaa717f62e29b80346d4000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000184a41e6ceb0000000000000000000000000000000000000000000000000000000000000029000000000000000000000000cc674ac961973922c489a95d612260246b215c152c50ae6323f87d66c2a7c738d4b2070368461e65104b923e80048fe84ad4b20d29de5df8cb558aaf8bb93585faa60c3021d6f4c7bc718d9b0219fd74ffe89dea1e25d316e587f229507f4f7d6657c805676d42d5e7f2e59ff6dd7637b9a4a7182927cfac2c136858e467b6282a2acffe351265eb7c5b24dc668873aba7fec65f2ed724ffd9e1166c5138e519259df5da1904382408977cd3f837ae23baa3a87e09863d69953cbc0ed80fe78cd354f045118bada192086d3e47342a3a5f58c67e06a0d88cfb02c26e834fc300c2b0b7442dbca65d85aab6ac7c7f627bbf97b722236d2cea980ed6d71e4f9ead596cd66492bc2592cdc8247f36a22ad872b7c65c0d64db58354abab18ec4c7f355ad0dc5c9fc12f532f50ec6693783a73bfe6e020b65eaab69685b8197720f1496d6ffb485bf510701b2df5fb39efb4973e8e4d00000000000000000000000000000000000000000000000000000000000000000000000000000000043e1e80f0c77fae1f976aaa717f62e29b80346d4000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000184a41e6ceb0000000000000000000000000000000000000000000000000000000000000029000000000000000000000000f04f1c3d7a1e427873bda62330a6e0adb3635e622c50ae6323f87d66c2a7c738d4b2070368461e65104b923e80048fe84ad4b20d081c092e20981e572cd04317dc636b21523fc2e262d6272eda6aeedd25cf353c01118bf3386318e1a57a2ef5278d5b050b431e6ce11a3fa4f2f359b5c683d00e11f6ea0f7ee3fbaa1dc414cb3845d210837ea7e0fb567f78112f941c15a8f63506f32686f6717a79bc8b950b8419d59310a04c32357e49c838ead4773517e0072073b82e7c62211136a178835da9841f3ee1c08283abd9689ac7ce0ee0821ada2e01b1736d55da061ff92d76eaa208374522cda7629d53202b5a8d0c60719cdb16651d9ecc23b23746d2b1bfbea8893c318b896fd3f7aa1b34e774e48051b2d813432ca951ba441456d0042c4bfac13ddbfbd01e8c287b3cf02f9f08a4af769613e81ac8e0d9f1d3569c1b59c30ad34581ed4e990ab4c9085018ab91cb374bab0000000000000000000000000000000000000000000000000000000000000000000000000000000043e1e80f0c77fae1f976aaa717f62e29b80346d4000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000184a41e6ceb00000000000000000000000000000000000000000000000000000000000000290000000000000000000000001852b9ff45d1876c8662d82949ca371658e0e0882c50ae6323f87d66c2a7c738d4b2070368461e65104b923e80048fe84ad4b20d100b9545bfb46299cc23baa3c9ad5e0d6ee49a0d0791d78409f9862160801ea324358d5a056b9e2eabbc073e3aec3c4874d412a8dde6613cba341bd5d45dea712f4f5d1d98f3c34892aab13ef8bcf6ae20c335e2627a5e885e5f24f6dc0774002c6f9407d8832e52711ec30b74e6d0a8f86a5a3720eb26018ebe6e089b448e4504d49851f7f666c44e6d5d91e39018b90b6f0e1d400b7e5c2a5ec10b9334ec9323c717d8bade565564f18a5701cdbbdb45e527b70ab5b321619adc9572ec3dad2199d4b39b26f0d0801d495086e5c0b740cdfbe46a930fdac88fd18aa43e9bce20bb2597590e6364bb2256d7ed791b07e997185bfbeecbb374de6deff8b75e5621b587b642e628b3c89e0abeb3d60c0e5297327230d0cde13959fd889f8b3b910000000000000000000000000000000000000000000000000000000000000000000000000000000043e1e80f0c77fae1f976aaa717f62e29b80346d4000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000184a41e6ceb0000000000000000000000000000000000000000000000000000000000000029000000000000000000000000e2db69d76eb79528d7d353379c3e532b1cc487482c50ae6323f87d66c2a7c738d4b2070368461e65104b923e80048fe84ad4b20d216f99bdd5b92d16dcbdfe75cd3de37cd6e5e90b576f0d7704af7e9edd91116822ae978a866f8540a344d219836d7523a3d675f25e422637925ee8efd16f9e6208c50fe8419134b8a9bf9ea9151bdd01c1894db38c2b70e38715f52b54f93aa21d0cae25ff5ded39428e72d663e96885b6c64af1603a89f4bb7f194a94a5fb5214a13296b3f467b0d02669d83d62a1051f9d13cd443cbaaf81f97a0edc0dc9e60f2506a0830362c8a6276fd8b39f970bf0a3d06a5814e0588a869b867c7619f32d62fa74d956ad0a7ac8d6a4f5329ff9173cb5cf4d682be88910963a580a64b70b2f55493a581a7fba5b1d713dda75776bb5cf81a837e1c6a34e6b32aeb0a52504b82ac1d2acacd9dfe38f4005c72d84a35dc6fdbcaa7df51a21caa0af67191d0000000000000000000000000000000000000000000000000000000000000000000000000000000043e1e80f0c77fae1f976aaa717f62e29b80346d4000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000184a41e6ceb000000000000000000000000000000000000000000000000000000000000002900000000000000000000000093a2318421ff049d67f624b5ee92910f15ba3a252c50ae6323f87d66c2a7c738d4b2070368461e65104b923e80048fe84ad4b20d2967600da844d4d3d5b1236e3153c056e74087e2540a336af71ee2b0404f8d8a1e07e9fd41983d9cd5b2746e488eef419f96e01533beed9400b8b29c690e16ac10c92b4187c072032683dd042f3aa250949a052f376da428dd19fa22c8b9baa62344f4223fbc7d06056a34db17aaa3ab7dc9aab4bf9019e15b4595bfc9ba7e082acadfed6e328a5a83c659921165e615e3fa90fbf83c2b434c854706fb4fb7622ebf5c638995d516416550ae3a5b9ece427491b48da4ca65ab527d04272b53532e337e27a5d2dcf7576e74b17f01df86312ef47e4797352a9bbd425b1d43c9c20414f2a5a72251e0229d148ce655499afe684c3e438530418aa4064786a8cf920e1e74288fe7d782716844ff6b597698fd8b0da92dca024b5e79e5feae0771a00000000000000000000000000000000000000000000000000000000000000000000000000000000043e1e80f0c77fae1f976aaa717f62e29b80346d4000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000184a41e6ceb000000000000000000000000000000000000000000000000000000000000002900000000000000000000000074965be6454523003c7f0ab3ed4baf8a78cc6cd62c50ae6323f87d66c2a7c738d4b2070368461e65104b923e80048fe84ad4b20d1e95645688ff26ce3d96ecec1cc4eb58ec94532b5f83ab1d86a30c9fb4f32a8b2323722af0a51ca63b238148792c1b8630f0b6dfbadc909cb3da58740c69537705d1ae0e3725abc3bb7a5cca7eb7c542862c27fe4fc59ab36474c2a194e8953504bc7bbe7ab69a978908d512f8bbe1d08148df60d69a19c7d3d65edc15d5551e28bae4828740bc888d9442627238679bc5abe9d729872b55f107143f0c38ac3b02f2f752f2987e8bc736fda3c3bb2e8124c111f7d3fd7db6d6fef3d68f7186d9009d7a99a76082796a2f46fafa373e3b429850322fa216b850db7e7c1ccf94a11a854eda56f148bda77f2ca37a284f7f6ba54f84c936e766527a05c7f6ccf9101bcc124dbc559e9e24c6ce273465a5adde1a5bd561e2f17f9f87699dc33edf9f00000000000000000000000000000000000000000000000000000000c001a0a5321885a23e4288533609e464b3c22706badf5210fe85f95ab753cb2e8e4e87a07972c483bb5a10c23aacc1ef7de3fc0131bd0cebe0090531f8e9a70db1e58b6d\",\"0x02f8b10a83417f29830186cd8405f6900082f619940b2c639c533813f4aa9d7837caf62653d097ff8580b844a9059cbb000000000000000000000000f779ba5d316588b2569c40695141fd64b4564f1b0000000000000000000000000000000000000000000000000000000001f72898c080a0d94dc916f249b1a77b8583f534a05fc31272fcbef2b94eab95cbd87fc7415fe7a07be0c2ce80688e947a0307f8b8e5a0d1ab645451a8734dcc734b6d248c80bfc7\",\"0x02f8b10a83417f2a830186cd8405f6900082891a9494b008aa00579c1307b0ef2c499ad98a8ce58e5880b844a9059cbb000000000000000000000000fa80c0f476d7b92cebe149d71b2558fdfaf708ea00000000000000000000000000000000000000000000000000000000002d6518c080a068f8280e1e7831fd10461794470d02949f8db82161fe965168e3a95a81840d72a02873eb434738902c70e5977c87ee9888e2b7b37be9ea0fb2263dd726e9b98e4c\",\"0x02f86e0a10830186a083018be3825208949be6e7d1e100a760762b51421259cb837ba4d092866d23ad5f800080c001a0bea665c620401906580d93ea4118f23f6f41757ca5addc2a8eb0656756d1f820a00863e49f8f2d3448a8d8ae6a0eadcb7a78dbfbe8cea37d87bba41eccf391f12d\",\"0x02f905550a42830186a083018be3830323d0941195cf65f83b3a5768f3c496d3a05ad6412c64b78644364c5bb000b904e4d123b4d80000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000046000000000000000000000000000000000ec91d4a65d1c4fec936cea6d6432b6dcb82eae18643a17dd3a4432e20816fc0b13adc9ff9980a401526e36703d226d6c000000000000000000000000000000000000000000000000000044364c5bb000000000000000000000000000c76f91038c23ceeadecaac473c1ac5168e1005670000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000024000000000000000000000000000000000000000000000000000000000000002a000000000000000000000000000000000000000000000000000000000000002c00000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000030000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000084d6574614d61736b0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000035697066733a2f2f516d5145787a344a70327a6452314335376d42024-10-24T16:47:47.538280420Z e69444d4e50784c316b6f435a5468734861485069565963576837420000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000c00000000000000000000000000000000000000000000000000000000000000042307831353432643062353864363431323066393937666565336633383234323235316563666161643862373031343963333566616535633731646361653363663265000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000665766d3a3130000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000041ff5a4eeca148871973dd761da5f3afabaa8229b7608f5deb1160759e32277f4d7810b794670c74a71355c352c0ece81dda7aef298e1d5cb3d3012b19d85b56611c00000000000000000000000000000000000000000000000000000000000000c080a0b14127e181942079871ad6c46c3a516e2c220e733eb56a43c2f1733d613383b2a045ef6c8c824ddbb17405a45d75948e32d5290292fa361f6340c77508550ce30c\",\"0x02f901540a37830186a083018be38303a42294777777722d078c97c6ad07d9f36801e653e356ae8664f43391f000b8e4a836f32f000000000000000000000000b98021ef7ae53655dc10603275031e6e1356456900000000000000000000000000000000000000000000000000000000000000010000000000000000000000005d1e1a5cdd95f68ff18d78242c252f6ceaa4538b00000000000000000000000000000000000000000000000000000000000000020000000000000000000000001a8bbd640a2424c07c2d4ccef881a496251ce97100000000000000000000000000000000000000000000000000000000000000c00000000000000000000000000000000000000000000000000000000000000000c001a00404779ef12084827ee49cd5ffccc972b4372eccbc03faa43db1d2c33dd5f9b6a0666836c2014424b056a5da468d982556244aea198642809f87db4de61f70e700\",\"0x02f904750a05830186a083018be0830338d8941195cf65f83b3a5768f3c496d3a05ad6412c64b78644364c5bb000b90404d123b4d80000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000038000000000000000000000000000000000818591b920fd4ef19e5fd1b7bc94fbd37f6a1774d4a05dbf48f773671f40625d8bb9a35f3521d02986aafbfeeab2449f000000000000000000000000000000000000000000000000000044364c5bb000000000000000000000000000d4bd3689567bbeb446cc9de93383528d30a1f02e0000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000024000000000000000000000000000000000000000000000000000000000000002a000000000000000000000000000000000000000000000000000000000000002c000000000000000000000000000000000000000000000000000000000000002e0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000030000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000084d6574614d61736b0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000035697066733a2f2f516d64765355687746534775734a726946474e50364d3746367662396e4e547148666151374d414c4b62454479570000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000fac890eb4c056323441ec68cf4528e3f3462e16c0000000000000000000000000000000000000000000000000000000000000ce40000000000000000000000000000000000000000000000000000000000000041d1902b054c07fd37f0773a5ba0891261fdca1864845042201fd7ab788d942a510fb83c7871769db185b06b4eceeccb00513ae13fabf14db3c0370c46236db30d1c00000000000000000000000000000000000000000000000000000000000000c080a076f0ce03bde973f58f0e7a17b4d9e647c0d452621bc3385dba0db61efee37a6aa0094174065036ada681b291a391a40b1054af548aae88197bbeeed729d7f5e1c4\",\"0x02f86f0a53830186a083018be3825208945e809a85aa182a9921edd10a4163745bb3e362848703288a7134900780c080a07980dcc1b9b740505cdc4bef09cdc7ec161c4875f76e86680109e28d2772d9a8a05c9241f7a9ea2cbce390152c34ba8071f41a8f5ce0c507c706af91d3f1cd0c07\",\"0x02f8ae0a81c0830186a083018be382b8e894420000000000000000000000000000000000004280b844095ea7b3000000000000000000000000794a61358d6845594f94dc1db02a252b5b4814ad0000000000000000000000000000000000000000000000002055c98f68366000c001a03fafa48e301e7b5ca6468137aa5ecd5a71b57667b09c509f9b2d15861425fe13a02eb32867fbf0db5f3a4b0e49818738abd11bce267fe550d059824594ccd071c9\",\"0x02f86f0a82026b8213888215a28252089432bd56c0c9f352cd41828729a464cdac9bb891c68701643fc35bc80080c080a0f6df08bbfe91570eeb078b203cf62217a394a8ed2d815cecabc96019622a1108a011b501502d8425c84729c4853cdd821a2c3e4cf9e2a47c133b7ab7970898bae1\",\"0x02f905930a8310d2420b8403938700833d0900949eb8e71bb402cc0968a2db25448986c82b546ce780b9052700002d39ed27d101aa4b7ce1cb4293b877954b8b5e14e50bb8030000c8a0a215de234276cac1b844fd58901351a50fec8a232801000000478946bcd4a5a22b316470f5486fafb928c0ba250190030000641fb3cf6e48f1e7b10213e7b6d87d4c073c7fdb7b01f40200000abcfac19a0036ada56496316ee5cf388c2af2bf580bb80200003c8f47041adbef5bf321c9f63a0660326614ab6b60271001000000e9e3893921de87b1194a8108f9d70c24bde71c270bb80200003c88391365c225973032275db256b9d15f845d2c720bb801000000442659a6d04b907c879032da1ef634548110dd370bb800000000fc1f3296458f9b2a27a0b91dd7681c4020e09d0501f40200000a522dc96e6fd6f78a4e7433d0ee05b7087e5152362710030007d02b959ccb3c8fc1ed7769004742c197e28251027e0032020000016da98bde0068d10ddd11b468b197ea97d96f96bc01f40100000010df8a154c806f74c589466214b1c831c23151730bb80100000092fb369363498d8bfefc4eb705d8c91a51d22c450bb8010000005afe4d55505c1ce401ec1277d5b3a71ae68ee2d30bb8000000009fb3612d7cd75aa2988eeb0a8387914a93ec0c0c2710020000c868f5c0a2de713a54991e01858fd27a38324018490bb80200003c7e1357fa56c0ecfe69daf22e08489ae8de56d86c0bb8010000006da87897bb36d0e2bc4e69c407935bcc7fa9d9c9271001000000dff90e4a6c229565f25337b1db9fa12f6d8cb1180bb801000000ff7fbdf7832ae524deda39ca402e03d92adff7a50bb80200003c146eda2f1d35efb5eef5703acec701c68e1503d801f40200000afd5f39c74e63f1dace336350afdf11e85bbd56f40064030000019da9d8dcdac3cab214d2bd241c3835b90aa8ffde0190030000644dc22588ade05c40338a9d95a6da9dcee68bcd6001f4030000c858b2f113244ddc9332c46af25bc223873e68ff3d0bb80200003c19ea026886cbb7a900ecb2458636d72b5cae223b0bb80200003c039ae8860fbfdf61f654b1a5b55cc3aa753f58420bb80200003cdd0c6bae8ad5998c358b823df15a2a4181da1b800bb80200003c85c31ffa3706d1cce9d525a00f1c7d4a2911754c01f40200000a8949a8e02998d76d7a703cac9ee7e0f529828011006403000001ec3d9098bd40ec741676fc04d4bd26bccf592aa30bb8030000c8319c0dd36284ac24a6b2bee73929f699b9f48c3801f403000064689a850f62b41d89b5e5c3465cd291374b2158130bb80200003c73b14a78a0d396c521f954532d43fd5ffe3852160bb80200003cd52533a3309b393afebe3176620e8ccfb6159f8a01f40200000aadbb23bcc3c1b9810491897cb0690cf645b858b10bb80100000085149247691df622eaf1a8bd0cafd40bc45154a901f40200000a8b3c4271440bc98a085eb6b348243ed3679751a40bb80200003c2cd32fb367431fd6f499328edf34934fdbbc6b260bb80100000077e557a4c9ffc7282e2834f30aff18850d5d6e402710020000c82ab22ac86b25bd448a4d9dc041bd2384655299c400640200000195d7d146ae40d4822c2750276b54b6eed530d37401f40200000ac858a329bf053be78d6239c4a4343b8fbd21472b01f40200000a1c0300010201000102030200020004010205060103070809010000020a0601020b0c00030d0e04010000020f10000311121301010002141500021603000303171800010002190901021a0901031b1c1d000100031e1f20010100021602000303010400010002211e0102221e010221220102231e0103222425010100022627010228290103022a26000100030b2b2c000100c001a0b19c7822836d4fb004558cf8ee54fa1490261be3f4d226e2db60d1f071967865a05f7eb881ba27fb210fde51f524ecf51ec81c92f46c1d293d1797456026c13f0b\"],\"withdrawals\":[],\"blobGasUsed\":\"0x0\",\"excessBlobGas\":\"0x0\"},[],\"0x746639c9233b0ea29c30e59fc41def9b6aeefff8f7b881d21f8bfed43359b3d0\"]"2024-10-24T16:47:47.539045195Z [DBUG] [10-24|16:47:47.538] [ForkChoiceUpdated] sending forkChoiceMessage head=0x67348ae1dee52efef335d360c50fbd8127bf33fe5134ecdd664d50bb0b748fb9
2024-10-24 18:47:47.537 
[TRACE] [10-24|16:47:47.537] ethereumExecutionModule.Ready: ExecutionStatus_Busy 
2024-10-24 18:47:47.524 
[TRACE] [10-24|16:47:47.524] Bad discv4 packet                        addr=57.129.36.132:15201 err="bad hash"
2024-10-24 18:47:47.523 
[TRACE] [10-24|16:47:47.523] Bad discv4 packet                        addr=57.129.36.132:15201 err="bad hash"
2024-10-24 18:47:47.512 
[TRACE] [10-24|16:47:47.512] Bad discv4 packet                        addr=15.204.162.221:9000 err="bad hash"
2024-10-24 18:47:47.497 
[TRACE] [10-24|16:47:47.497] bodyLoop woken up by the incoming request 
2024-10-24 18:47:47.325 
[TRACE] [10-24|16:47:47.325] FINDNODE failed                          id=40e73e63c28117942750444e5c35d55baec7648fcacf7f6ed1e4763844a9b7d7 failcount=5558 dropped=false err="RPC timeout"
2024-10-24 18:47:47.325 
[TRACE] [10-24|16:47:47.325] FINDNODE failed                          id=81a7f33e56c09da6add7aa93705b760cb61ce974986821956bbf0afa8191e997 failcount=708 dropped=false err="RPC timeout"
2024-10-24 18:47:47.325 
[TRACE] [10-24|16:47:47.325] FINDNODE failed                          id=a5f4d6b9df50b330291c11425baa3a846f808bd7044c846cb8f48b5ee9e2f7a7 failcount=9340 dropped=false err="RPC timeout"
2024-10-24 18:47:47.125 
[TRACE] [10-24|16:47:47.125] Bad discv4 packet                        addr=144.76.198.185:9000 err="bad hash"
2024-10-24 18:47:47.125 
[TRACE] [10-24|16:47:47.125] Bad discv4 packet                        addr=144.76.198.185:9000 err="bad hash"
2024-10-24 18:47:47.125 
[TRACE] [10-24|16:47:47.125] Bad discv4 packet                        addr=144.76.198.185:9000 err="bad hash"
2024-10-24 18:47:47.124 
[TRACE] [10-24|16:47:47.124] Failed RLPx handshake                    addr=144.76.198.185:9000 conn=dyndial err="read tcp 162.19.136.25:49840->144.76.198.185:9000: read: connection reset by peer"
2024-10-24 18:47:47.117 
[TRACE] [10-24|16:47:47.117] Bad discv4 packet                        addr=144.76.198.185:9000 err="too small"
2024-10-24 18:47:47.110 
[TRACE] [10-24|16:47:47.110] Starting p2p dial                        id=aad950fa1d8aa21a07400a4d28c74c6fc7d8de7a916196137357373ed1a331b6 ip=144.76.198.185 flag=dyndial
2024-10-24 18:47:47.107 
[TRACE] [10-24|16:47:47.107] bodyLoop woken up by the incoming request 
2024-10-24 18:47:47.066 
[TRACE] [10-24|16:47:47.066] FINDNODE failed                          id=81a7f33e56c09da6add7aa93705b760cb61ce974986821956bbf0afa8191e997 failcount=765 dropped=false err="RPC timeout"
2024-10-24 18:47:47.066 
[TRACE] [10-24|16:47:47.066] FINDNODE failed                          id=a5f4d6b9df50b330291c11425baa3a846f808bd7044c846cb8f48b5ee9e2f7a7 failcount=1278 dropped=false err="RPC timeout"
2024-10-24 18:47:47.065 
[TRACE] [10-24|16:47:47.064] FINDNODE failed                          id=6b538101ea8f59f6ad28940c828739781af13e18a2bf81299d838f7486804b67 failcount=53 dropped=false err="RPC timeout"
2024-10-24 18:47:47.030 
[TRACE] [10-24|16:47:47.030] bodyLoop woken up by the incoming request 
2024-10-24 18:47:46.931 
[DBUG] [10-24|16:47:46.931] [downloader] posAnchor is nil 
2024-10-24 18:47:46.931 
[DBUG] [10-24|16:47:46.931] [downloader] Collecting...               from=127092924 to=127092733 len=192
2024-10-24 18:47:46.929 
[DBUG] [10-24|16:47:46.929] [downloader] posAnchor is nil 
2024-10-24 18:47:46.929 
[DBUG] [10-24|16:47:46.929] [downloader] Collecting...               from=127093116 to=127092925 len=192
2024-10-24 18:47:46.756 
[TRACE] [10-24|16:47:46.756] Invalid WHOAREYOU/v5                     addr=131.153.169.78:30305 err="no matching call"
2024-10-24 18:47:46.756 
[TRACE] [10-24|16:47:46.756] Invalid WHOAREYOU/v5                     addr=131.153.169.78:30305 err="no matching call"
2024-10-24 18:47:46.756 
[TRACE] [10-24|16:47:46.756] Bad discv4 packet                        addr=131.153.169.78:30305 err="too small"
2024-10-24 18:47:46.756 
[TRACE] [10-24|16:47:46.756] Bad discv4 packet                        addr=131.153.169.78:30305 err="too small"
2024-10-24 18:47:46.756 
[TRACE] [10-24|16:47:46.756] Invalid WHOAREYOU/v5                     addr=131.153.169.78:30305 err="no matching call"
2024-10-24 18:47:46.756 
[TRACE] [10-24|16:47:46.756] Bad discv4 packet                        addr=131.153.169.78:30305 err="too small"
2024-10-24 18:47:46.755 
[TRACE] [10-24|16:47:46.755] Invalid WHOAREYOU/v5                     addr=131.153.169.78:30305 err="no matching call"
2024-10-24 18:47:46.755 
[TRACE] [10-24|16:47:46.755] Bad discv4 packet                        addr=131.153.169.78:30305 err="too small"
2024-10-24 18:47:46.753 
[TRACE] [10-24|16:47:46.752] Removing p2p peer                        peercount=13 url=enode://43b8a4c20ddc6d5ab674420662476e6e9cd6d9737610e8dfecf8a8e31a14a2d98d205a335d807102c35ceb8301076d29aa7b50b2217757a33c6ac2159faa49c1@131.153.169.78:45930 duration=454.199µs err="PeerError(code=incompatible remote status, reason=useless peer, err=remote needs update, message=readAndValidatePeerStatusMessage checkPeerStatusCompatibility error)"
2024-10-24 18:47:46.752 
[TRACE] [10-24|16:47:46.752] [p2p] start with peer                    peerId=43b8a4c20ddc6d5ab674
2024-10-24 18:47:46.752 
[TRACE] [10-24|16:47:46.752] Starting protocol eth/68                 id=3e724112abba94cb424a36f04aac66a01f3f15fab71b3384555ddc713ad56e50 conn=inbound
2024-10-24 18:47:46.752 
[TRACE] [10-24|16:47:46.752] Adding p2p peer                          peercount=14 url=enode://43b8a4c20ddc6d5ab674420662476e6e9cd6d9737610e8dfecf8a8e31a14a2d98d205a335d807102c35ceb8301076d29aa7b50b2217757a33c6ac2159faa49c1@131.153.169.78:45930 conn=inbound name=Geth/vuntagged-06f13ef4-20240711/linux-amd64/go1.21.6
2024-10-24 18:47:46.735 
[TRACE] [10-24|16:47:46.734] bodyLoop woken up by the incoming request 
2024-10-24 18:47:46.706 
[DBUG] [10-24|16:47:46.706] [downloader] posAnchor is nil 
2024-10-24 18:47:46.706 
[DBUG] [10-24|16:47:46.706] [downloader] Collecting...               from=127093308 to=127093117 len=192
2024-10-24 18:47:46.670 
[TRACE] [10-24|16:47:46.670] bodyLoop woken up by the incoming request 
2024-10-24 18:47:46.666 
[TRACE] [10-24|16:47:46.665] Bad discv4 packet                        addr=131.153.169.78:30305 err="bad hash"
2024-10-24 18:47:46.660 
[TRACE] [10-24|16:47:46.660] Accepted connection                      addr=131.153.169.78:45930
2024-10-24 18:47:46.611 
[TRACE] [10-24|16:47:46.611] Bad discv4 packet                        addr=3.135.224.77:30303 err="bad hash"
2024-10-24 18:47:46.611 
[TRACE] [10-24|16:47:46.611] Bad discv4 packet                        addr=3.135.224.77:30303 err="bad hash"
2024-10-24 18:47:46.611 
[TRACE] [10-24|16:47:46.611] Bad discv4 packet                        addr=3.135.224.77:30303 err="bad hash"
2024-10-24 18:47:46.611 
[TRACE] [10-24|16:47:46.611] Bad discv4 packet                        addr=3.135.224.77:30303 err="bad hash"
2024-10-24 18:47:46.592 
[TRACE] [10-24|16:47:46.592] bodyLoop woken up by the incoming request 
2024-10-24 18:47:46.574 
[TRACE] [10-24|16:47:46.574] Bad discv4 packet                        addr=131.153.169.78:30305 err="too small"
2024-10-24 18:47:46.573 
[TRACE] [10-24|16:47:46.573] Failed p2p handshake                     id=af725004e5be501603d3ea15c340c592e2c258567824810cedad3c415ac9ba06 addr=150.136.74.222:30303 conn=dyndial err="too many peers"
2024-10-24 18:47:46.522 
[TRACE] [10-24|16:47:46.521] bodyLoop woken up by the incoming request 
2024-10-24 18:47:46.503 
[TRACE] [10-24|16:47:46.503] Bad discv4 packet                        addr=3.135.224.77:30303 err="too small"
2024-10-24 18:47:46.482 
[DBUG] [10-24|16:47:46.482] [downloader] posAnchor is nil 
2024-10-24 18:47:46.482 
[DBUG] [10-24|16:47:46.482] [downloader] Collecting...               from=127094076 to=127093885 len=192
2024-10-24 18:47:46.476 
[INFO] [10-24|16:47:46.476] [EngineBlockDownloader] Processing bodies... from=127089443 to=127094844
2024-10-24 18:47:46.469 
[TRACE] [10-24|16:47:46.469] Removing p2p peer                        peercount=13 url=enr:-KO4QIzYhmqiCR-nxn8B7aGiAXehyv23t0GaFrjoXig02tRQF22MVpV_dlKDWlDGMlXpTJUXM7Q0A61ow_kLHW6v1BWGAY_DXl2Sg2V0aMfGhEXqxqqAgmlkgnY0gmlwhGNRHreJc2VjcDI1NmsxoQJsJPRTHXVdZH7j2AgveUXwUQMse8H8bJCubDKAku-iz4RzbmFwwIN0Y3CCdl-DdWRwgnZg duration=23.802ms err="PeerError(code=incompatible remote status, reason=useless peer, err=network id does not match: theirs 204, ours 10, message=readAndValidatePeerStatusMessage checkPeerStatusCompatibility error)"
2024-10-24 18:47:46.468 
[TRACE] [10-24|16:47:46.468] Bad discv4 packet                        addr=194.33.40.148:30314 err="bad hash"
2024-10-24 18:47:46.468 
[TRACE] [10-24|16:47:46.468] Bad discv4 packet                        addr=194.33.40.148:30314 err="bad hash"
2024-10-24 18:47:46.468 
[TRACE] [10-24|16:47:46.468] Bad discv4 packet                        addr=194.33.40.148:30314 err="bad hash"
2024-10-24 18:47:46.468 
[TRACE] [10-24|16:47:46.468] Bad discv4 packet                        addr=194.33.40.148:30314 err="bad hash"
2024-10-24 18:47:46.468 
[TRACE] [10-24|16:47:46.468] Bad discv4 packet                        addr=194.33.40.148:30314 err="bad hash"
2024-10-24 18:47:46.468 
[TRACE] [10-24|16:47:46.468] Bad discv4 packet                        addr=194.33.40.148:30314 err="bad hash"
2024-10-24 18:47:46.459 
[DBUG] [10-24|16:47:46.459] [downloader] posAnchor is nil 
2024-10-24 18:47:46.459 
[DBUG] [10-24|16:47:46.459] [downloader] Collecting...               from=127089468 to=127089277 len=192
2024-10-24 18:47:46.445 
[TRACE] [10-24|16:47:46.445] [p2p] start with peer                    peerId=6c24f4531d755d647ee3
2024-10-24 18:47:46.445 
[TRACE] [10-24|16:47:46.445] Starting protocol eth/68                 id=af4dbdcebb68a7da1f1ba3fd513a48bff30692acd4fa0db9077b066718cf2053 conn=dyndial
2024-10-24 18:47:46.445 
[TRACE] [10-24|16:47:46.445] Adding p2p peer                          peercount=14 url=enr:-KO4QIzYhmqiCR-nxn8B7aGiAXehyv23t0GaFrjoXig02tRQF22MVpV_dlKDWlDGMlXpTJUXM7Q0A61ow_kLHW6v1BWGAY_DXl2Sg2V0aMfGhEXqxqqAgmlkgnY0gmlwhGNRHreJc2VjcDI1NmsxoQJsJPRTHXVdZH7j2AgveUXwUQMse8H8bJCubDKAku-iz4RzbmFwwIN0Y3CCdl-DdWRwgnZg conn=dyndial name=Geth/v0.5.0-stable-f3bc8ceb/linux-amd64/go1.21.13
2024-10-24 18:47:46.444 
[DBUG] [10-24|16:47:46.444] [downloader] posAnchor is nil 
2024-10-24 18:47:46.444 
[DBUG] [10-24|16:47:46.444] [downloader] Collecting...               from=127089468 to=127089277 len=192
2024-10-24 18:47:46.439 
[DBUG] [10-24|16:47:46.439] [downloader] posAnchor is nil 
2024-10-24 18:47:46.439 
[DBUG] [10-24|16:47:46.439] [downloader] Collecting...               from=127089468 to=127089277 len=192
2024-10-24 18:47:46.437 
[DBUG] [10-24|16:47:46.437] [downloader] posAnchor is nil 
2024-10-24 18:47:46.437 
[DBUG] [10-24|16:47:46.437] [downloader] Collecting...               from=127089468 to=127089277 len=192
2024-10-24 18:47:46.436 
[TRACE] [10-24|16:47:46.436] Removing p2p peer                        peercount=13 url=enr:-KO4QPsmafGMvPg6kUSP8l9pcqNPUsTrEzlUZMMotXOASFXjObf0UjJzfCPZbGhUrzG1S-32rTq9MmdfRpmSQ3RQM1uGAY9NIsBig2V0aMfGhCE6OEeAgmlkgnY0gmlwhFvSZV2Jc2VjcDI1NmsxoQJS3eosRipcWcwP73KzHzizV5WJs0nDZI1R4yP0H8JCjoRzbmFwwIN0Y3CCdl-DdWRwgnZf duration=13.082ms err="PeerError(code=incompatible remote status, reason=useless peer, err=network id does not match: theirs 252, ours 10, message=readAndValidatePeerStatusMessage checkPeerStatusCompatibility error)"
2024-10-24 18:47:46.431 
[TRACE] [10-24|16:47:46.431] Bad discv4 packet                        addr=194.33.40.148:30314 err="too small"
2024-10-24 18:47:46.425 
[DBUG] [10-24|16:47:46.425] [downloader] posAnchor is nil 
2024-10-24 18:47:46.425 
[DBUG] [10-24|16:47:46.425] [downloader] Collecting...               from=127089660 to=127089469 len=192
2024-10-24 18:47:46.423 
[TRACE] [10-24|16:47:46.423] [p2p] start with peer                    peerId=52ddea2c462a5c59cc0f
2024-10-24 18:47:46.423 
[TRACE] [10-24|16:47:46.423] Starting protocol eth/68                 id=aea4dbca3c7d2a70aa8d596b59d0d4d892bd46ab7fb221c566ba23d56702f607 conn=dyndial
2024-10-24 18:47:46.423 
[TRACE] [10-24|16:47:46.423] Adding p2p peer                          peercount=14 url=enr:-KO4QPsmafGMvPg6kUSP8l9pcqNPUsTrEzlUZMMotXOASFXjObf0UjJzfCPZbGhUrzG1S-32rTq9MmdfRpmSQ3RQM1uGAY9NIsBig2V0aMfGhCE6OEeAgmlkgnY0gmlwhFvSZV2Jc2VjcDI1NmsxoQJS3eosRipcWcwP73KzHzizV5WJs0nDZI1R4yP0H8JCjoRzbmFwwIN0Y3CCdl-DdWRwgnZf conn=dyndial name=Geth/v0.1.0-unstable-e9a306ba/linux-amd64/go1.21.9
2024-10-24 18:47:46.418 
[TRACE] [10-24|16:47:46.418] Failed RLPx handshake                    addr=51.68.39.202:13000 conn=dyndial err="read tcp 162.19.136.25:59672->51.68.39.202:13000: read: connection reset by peer"
2024-10-24 18:47:46.415 
[DBUG] [10-24|16:47:46.415] [downloader] posAnchor is nil 
2024-10-24 18:47:46.415 
[DBUG] [10-24|16:47:46.415] [downloader] Collecting...               from=127090044 to=127089853 len=192
2024-10-24 18:47:46.415 
[TRACE] [10-24|16:47:46.415] Failed RLPx handshake                    addr=46.105.65.17:13001 conn=dyndial err=EOF
2024-10-24 18:47:46.413 
[DBUG] [10-24|16:47:46.413] [downloader] posAnchor is nil 
2024-10-24 18:47:46.413 
[DBUG] [10-24|16:47:46.413] [downloader] Collecting...               from=127089660 to=127089469 len=192
2024-10-24 18:47:46.412 
[DBUG] [10-24|16:47:46.412] [downloader] posAnchor is nil 
2024-10-24 18:47:46.412 
[DBUG] [10-24|16:47:46.412] [downloader] Collecting...               from=127092348 to=127092157 len=192
2024-10-24 18:47:46.410 
[DBUG] [10-24|16:47:46.410] [downloader] posAnchor is nil 
2024-10-24 18:47:46.410 
[DBUG] [10-24|16:47:46.410] [downloader] Collecting...               from=127090236 to=127090045 len=192
2024-10-24 18:47:46.409 
[TRACE] [10-24|16:47:46.409] Bad discv4 packet                        addr=88.198.58.122:30305 err="bad hash"
2024-10-24 18:47:46.409 
[TRACE] [10-24|16:47:46.409] Bad discv4 packet                        addr=88.198.58.122:30305 err="bad hash"
2024-10-24 18:47:46.409 
[TRACE] [10-24|16:47:46.409] Bad discv4 packet                        addr=88.198.58.122:30305 err="bad hash"
2024-10-24 18:47:46.409 
[TRACE] [10-24|16:47:46.409] Bad discv4 packet                        addr=88.198.58.122:30305 err="bad hash"
2024-10-24 18:47:46.409 
[DBUG] [10-24|16:47:46.409] [downloader] posAnchor is nil 
2024-10-24 18:47:46.409 
[DBUG] [10-24|16:47:46.408] [downloader] Collecting...               from=127092540 to=127092349 len=192
2024-10-24 18:47:46.407 
[DBUG] [10-24|16:47:46.407] [downloader] posAnchor is nil 
2024-10-24 18:47:46.407 
[DBUG] [10-24|16:47:46.407] [downloader] Collecting...               from=127089660 to=127089469 len=192
2024-10-24 18:47:46.402 
[TRACE] [10-24|16:47:46.402] Bad discv4 packet                        addr=88.198.58.122:30305 err="too small"
2024-10-24 18:47:46.400 
[DBUG] [10-24|16:47:46.400] [downloader] posAnchor is nil 
2024-10-24 18:47:46.400 
[DBUG] [10-24|16:47:46.400] [downloader] Collecting...               from=127089660 to=127089469 len=192
2024-10-24 18:47:46.396 
[TRACE] [10-24|16:47:46.396] Discarding dial candidate                id=a5f4d6b9df50b330291c11425baa3a846f808bd7044c846cb8f48b5ee9e2f7a7 ip=34.65.107.0 reason="already dialing"
2024-10-24 18:47:46.396 
[TRACE] [10-24|16:47:46.396] Starting p2p dial                        id=aec1b4ad5e50a3ad02f9b6eb288e0a095e4b7fe6409b283b1975237a38feae9b ip=51.68.39.202 flag=dyndial
2024-10-24 18:47:46.396 
[TRACE] [10-24|16:47:46.396] Discarding dial candidate                id=81a7f33e56c09da6add7aa93705b760cb61ce974986821956bbf0afa8191e997 ip=34.65.202.239 reason="already dialing"
2024-10-24 18:47:46.396 
[TRACE] [10-24|16:47:46.396] Starting p2p dial                        id=aea4dbca3c7d2a70aa8d596b59d0d4d892bd46ab7fb221c566ba23d56702f607 ip=91.210.101.93 flag=dyndial
2024-10-24 18:47:46.396 
[TRACE] [10-24|16:47:46.396] Discarding dial candidate                id=27ab4328c255b2352f5457306d1c31af5bbbd938e082a25029eec7ba81ec1783 ip=54.198.153.150 reason="recently dialed"
2024-10-24 18:47:46.396 
[TRACE] [10-24|16:47:46.396] Starting p2p dial                        id=af4dbdcebb68a7da1f1ba3fd513a48bff30692acd4fa0db9077b066718cf2053 ip=99.81.30.183 flag=dyndial
2024-10-24 18:47:46.396 
[TRACE] [10-24|16:47:46.396] Discarding dial candidate                id=246324db83651458ff0c64cbf51701d830c4b7c8177e0222d3384ff200c34c31 ip=184.72.129.189 reason="recently dialed"
2024-10-24 18:47:46.396 
[TRACE] [10-24|16:47:46.396] Starting p2p dial                        id=af725004e5be501603d3ea15c340c592e2c258567824810cedad3c415ac9ba06 ip=150.136.74.222 flag=dyndial
2024-10-24 18:47:46.396 
[TRACE] [10-24|16:47:46.395] Discarding dial candidate                id=084cbddbba3e141eb02e036389aa9516096dbbf664bb27eee606ef5dc1dcb06f ip=3.220.145.177 reason="recently dialed"
2024-10-24 18:47:46.396 
[TRACE] [10-24|16:47:46.395] Starting p2p dial                        id=ad49642c8066c7cbcc89f274ddc3ba2989bde8673866858174651142a84233bc ip=46.105.65.17 flag=dyndial
2024-10-24 18:47:46.395 
[TRACE] [10-24|16:47:46.395] Discarding dial candidate                id=1d6a320f2b7fac71234f96ea29da2262cd21aebb02a55d110537cf46bb49d0e4 ip=3.231.138.188 reason="recently dialed"
2024-10-24 18:47:46.395 
[TRACE] [10-24|16:47:46.395] Bad discv4 packet                        addr=35.157.196.26:42124 err="bad hash"
2024-10-24 18:47:46.395 
[TRACE] [10-24|16:47:46.395] FINDNODE failed                          id=6b538101ea8f59f6ad28940c828739781af13e18a2bf81299d838f7486804b67 failcount=53 dropped=false err="RPC timeout"
2024-10-24 18:47:46.395 
[TRACE] [10-24|16:47:46.395] FINDNODE failed                          id=40e73e63c28117942750444e5c35d55baec7648fcacf7f6ed1e4763844a9b7d7 failcount=7274 dropped=false err="RPC timeout"
2024-10-24 18:47:46.393 
[TRACE] [10-24|16:47:46.393] Bad discv4 packet                        addr=35.157.196.26:42124 err="bad hash"
2024-10-24 18:47:46.384 
[DBUG] [10-24|16:47:46.384] [db] open                                label=inMem sizeLimit=2TB pageSize=4096
2024-10-24 18:47:46.382 
[DBUG] [10-24|16:47:46.382] [downloader] posAnchor is nil 
2024-10-24 18:47:46.382 
[DBUG] [10-24|16:47:46.382] [downloader] Collecting...               from=127089852 to=127089661 len=192
2024-10-24 18:47:46.369 
[DBUG] [10-24|16:47:46.369] [downloader] posAnchor is nil 
2024-10-24 18:47:46.369 
[DBUG] [10-24|16:47:46.369] [downloader] Collecting...               from=127089468 to=127089277 len=192
2024-10-24 18:47:46.368 
[DBUG] [10-24|16:47:46.368] [downloader] Synced                      requestId=0
2024-10-24 18:47:46.368 
[DBUG] [10-24|16:47:46.368] [downloader] Collecting...               from=127089468 to=127089277 len=192
2024-10-24 18:47:46.357 
[DBUG] [10-24|16:47:46.357] [downloader] Collecting...               from=127090044 to=127089853 len=192
2024-10-24 18:47:46.355 
[DBUG] [10-24|16:47:46.355] [downloader] Collecting...               from=127090044 to=127089853 len=192
2024-10-24 18:47:46.335 
[DBUG] [10-24|16:47:46.335] [downloader] Collecting...               from=127089660 to=127089469 len=192
2024-10-24 18:47:46.335 
[DBUG] [10-24|16:47:46.335] [downloader] Sent request                height=127089468
2024-10-24 18:47:46.335 
[DBUG] [10-24|16:47:46.335] [downloader] Request header              numer=127089468 length=192
2024-10-24 18:47:46.332 
[DBUG] [10-24|16:47:46.332] [downloader] Collecting...               from=127089660 to=127089469 len=192
2024-10-24 18:47:46.323 
[DBUG] [10-24|16:47:46.323] [downloader] Collecting...               from=127090428 to=127090237 len=192
2024-10-24 18:47:46.321 
[DBUG] [10-24|16:47:46.321] [downloader] Collecting...               from=127090236 to=127090045 len=192
2024-10-24 18:47:46.320 
[DBUG] [10-24|16:47:46.320] [downloader] Collecting...               from=127092732 to=127092541 len=192
2024-10-24 18:47:46.319 
[DBUG] [10-24|16:47:46.319] [downloader] Collecting...               from=127090236 to=127090045 len=192
2024-10-24 18:47:46.317 
[DBUG] [10-24|16:47:46.317] [downloader] Collecting...               from=127089852 to=127089661 len=192
2024-10-24 18:47:46.316 
[DBUG] [10-24|16:47:46.316] [downloader] Collecting...               from=127090236 to=127090045 len=192
2024-10-24 18:47:46.315 
[DBUG] [10-24|16:47:46.315] [downloader] Collecting...               from=127089852 to=127089661 len=192
2024-10-24 18:47:46.313 
[DBUG] [10-24|16:47:46.313] [downloader] Collecting...               from=127089852 to=127089661 len=192
2024-10-24 18:47:46.312 
[DBUG] [10-24|16:47:46.312] [downloader] Collecting...               from=127089852 to=127089661 len=192
2024-10-24 18:47:46.309 
[DBUG] [10-24|16:47:46.309] [downloader] Collecting...               from=127091388 to=127091197 len=192
2024-10-24 18:47:46.308 
[DBUG] [10-24|16:47:46.308] [downloader] Collecting...               from=127093692 to=127093501 len=192
2024-10-24 18:47:46.306 
[DBUG] [10-24|16:47:46.306] [downloader] Collecting...               from=127093884 to=127093693 len=192
2024-10-24 18:47:46.299 
[DBUG] [10-24|16:47:46.299] [downloader] Sent request                height=127089660
2024-10-24 18:47:46.299 
[DBUG] [10-24|16:47:46.299] [downloader] Request header              numer=127089660 length=192
2024-10-24 18:47:46.298 
[DBUG] [10-24|16:47:46.298] [downloader] Collecting...               from=127089852 to=127089661 len=192
2024-10-24 18:47:46.296 
[DBUG] [10-24|16:47:46.296] [downloader] Collecting...               from=127090428 to=127090237 len=192
2024-10-24 18:47:46.295 
[DBUG] [10-24|16:47:46.295] [downloader] Collecting...               from=127091772 to=127091581 len=192
2024-10-24 18:47:46.293 
[DBUG] [10-24|16:47:46.293] [downloader] Collecting...               from=127094076 to=127093885 len=192
2024-10-24 18:47:46.290 
[DBUG] [10-24|16:47:46.289] [downloader] Collecting...               from=127090428 to=127090237 len=192
2024-10-24 18:47:46.282 
[DBUG] [10-24|16:47:46.282] [downloader] Collecting...               from=127090044 to=127089853 len=192
2024-10-24 18:47:46.281 
[DBUG] [10-24|16:47:46.281] [downloader] Collecting...               from=127090044 to=127089853 len=192
2024-10-24 18:47:46.280 
[DBUG] [10-24|16:47:46.280] [downloader] Sent request                height=127089852
2024-10-24 18:47:46.280 
[DBUG] [10-24|16:47:46.280] [downloader] Request header              numer=127089852 length=192
2024-10-24 18:47:46.279 
[DBUG] [10-24|16:47:46.279] [downloader] Collecting...               from=127090044 to=127089853 len=192
2024-10-24 18:47:46.275 
[DBUG] [10-24|16:47:46.275] [downloader] Collecting...               from=127091388 to=127091197 len=192
2024-10-24 18:47:46.273 
[DBUG] [10-24|16:47:46.273] [downloader] Collecting...               from=127091388 to=127091197 len=192
2024-10-24 18:47:46.248 
[DBUG] [10-24|16:47:46.248] [downloader] Collecting...               from=127090236 to=127090045 len=192
2024-10-24 18:47:46.246 
[DBUG] [10-24|16:47:46.246] [downloader] Sent request                height=127090044
2024-10-24 18:47:46.246 
[DBUG] [10-24|16:47:46.246] [downloader] Request header              numer=127090044 length=192
2024-10-24 18:47:46.245 
[DBUG] [10-24|16:47:46.245] [downloader] Collecting...               from=127090236 to=127090045 len=192
2024-10-24 18:47:46.230 
[DBUG] [10-24|16:47:46.230] [downloader] Collecting...               from=127092732 to=127092541 len=192
2024-10-24 18:47:46.223 
[DBUG] [10-24|16:47:46.223] [downloader] Collecting...               from=127090428 to=127090237 len=192
2024-10-24 18:47:46.221 
[DBUG] [10-24|16:47:46.221] [downloader] Collecting...               from=127090428 to=127090237 len=192
2024-10-24 18:47:46.213 
[DBUG] [10-24|16:47:46.213] [downloader] Collecting...               from=127094268 to=127094077 len=192
2024-10-24 18:47:46.213 
[DBUG] [10-24|16:47:46.213] [downloader] Sent request                height=127090236
2024-10-24 18:47:46.213 
[DBUG] [10-24|16:47:46.212] [downloader] Request header              numer=127090236 length=192
2024-10-24 18:47:46.212 
[DBUG] [10-24|16:47:46.212] [downloader] Collecting...               from=127090620 to=127090429 len=192
2024-10-24 18:47:46.210 
[DBUG] [10-24|16:47:46.210] [downloader] Collecting...               from=127090428 to=127090237 len=192
2024-10-24 18:47:46.208 
[DBUG] [10-24|16:47:46.208] [downloader] Collecting...               from=127090620 to=127090429 len=192
2024-10-24 18:47:46.206 
[DBUG] [10-24|16:47:46.206] [downloader] Collecting...               from=127090620 to=127090429 len=192
2024-10-24 18:47:46.204 
[DBUG] [10-24|16:47:46.204] [downloader] Collecting...               from=127090620 to=127090429 len=192
2024-10-24 18:47:46.201 
[DBUG] [10-24|16:47:46.201] [downloader] Collecting...               from=127094076 to=127093885 len=192
2024-10-24 18:47:46.200 
[DBUG] [10-24|16:47:46.200] [downloader] Collecting...               from=127093500 to=127093309 len=192
2024-10-24 18:47:46.198 
[DBUG] [10-24|16:47:46.198] [downloader] Collecting...               from=127090812 to=127090621 len=192
2024-10-24 18:47:46.197 
[DBUG] [10-24|16:47:46.197] [downloader] Collecting...               from=127090812 to=127090621 len=192
2024-10-24 18:47:46.196 
[DBUG] [10-24|16:47:46.196] [downloader] Collecting...               from=127090620 to=127090429 len=192
2024-10-24 18:47:46.194 
[DBUG] [10-24|16:47:46.194] [downloader] Collecting...               from=127090812 to=127090621 len=192
2024-10-24 18:47:46.192 
[DBUG] [10-24|16:47:46.192] [downloader] Collecting...               from=127093500 to=127093309 len=192
2024-10-24 18:47:46.190 
[DBUG] [10-24|16:47:46.190] [downloader] Collecting...               from=127093692 to=127093501 len=192
2024-10-24 18:47:46.188 
[DBUG] [10-24|16:47:46.188] [downloader] Sent request                height=127090428
2024-10-24 18:47:46.188 
[DBUG] [10-24|16:47:46.188] [downloader] Request header              numer=127090428 length=192
2024-10-24 18:47:46.188 
[DBUG] [10-24|16:47:46.188] [downloader] Collecting...               from=127093884 to=127093693 len=192
2024-10-24 18:47:46.186 
[DBUG] [10-24|16:47:46.186] [downloader] Collecting...               from=127090620 to=127090429 len=192
2024-10-24 18:47:46.185 
[DBUG] [10-24|16:47:46.185] [downloader] Collecting...               from=127092348 to=127092157 len=192
2024-10-24 18:47:46.183 
[DBUG] [10-24|16:47:46.183] [downloader] Collecting...               from=127094076 to=127093885 len=192
2024-10-24 18:47:46.182 
[DBUG] [10-24|16:47:46.182] [downloader] Collecting...               from=127094268 to=127094077 len=192
2024-10-24 18:47:46.181 
[DBUG] [10-24|16:47:46.181] [downloader] Collecting...               from=127094460 to=127094269 len=192
2024-10-24 18:47:46.179 
[DBUG] [10-24|16:47:46.179] [downloader] Collecting...               from=127091004 to=127090813 len=192
2024-10-24 18:47:46.178 
[DBUG] [10-24|16:47:46.178] [downloader] Collecting...               from=127090812 to=127090621 len=192
2024-10-24 18:47:46.177 
[DBUG] [10-24|16:47:46.177] [downloader] Collecting...               from=127091004 to=127090813 len=192
2024-10-24 18:47:46.176 
[DBUG] [10-24|16:47:46.176] [downloader] Collecting...               from=127091004 to=127090813 len=192
2024-10-24 18:47:46.174 
[DBUG] [10-24|16:47:46.174] [downloader] Collecting...               from=127091004 to=127090813 len=192
2024-10-24 18:47:46.171 
[DBUG] [10-24|16:47:46.171] [downloader] Sent request                height=127090620
2024-10-24 18:47:46.171 
[DBUG] [10-24|16:47:46.171] [downloader] Request header              numer=127090620 length=192
2024-10-24 18:47:46.171 
[DBUG] [10-24|16:47:46.171] [downloader] Collecting...               from=127090812 to=127090621 len=192
2024-10-24 18:47:46.169 
[DBUG] [10-24|16:47:46.169] [downloader] Collecting...               from=127090812 to=127090621 len=192
2024-10-24 18:47:46.161 
[DBUG] [10-24|16:47:46.161] [downloader] Collecting...               from=127091196 to=127091005 len=192
2024-10-24 18:47:46.160 
[DBUG] [10-24|16:47:46.160] [downloader] Collecting...               from=127091196 to=127091005 len=192
2024-10-24 18:47:46.159 
[TRACE] [10-24|16:47:46.159] Bad discv4 packet                        addr=54.212.235.236:12105 err="bad hash"
2024-10-24 18:47:46.158 
[DBUG] [10-24|16:47:46.158] [downloader] Collecting...               from=127091004 to=127090813 len=192
2024-10-24 18:47:46.157 
[DBUG] [10-24|16:47:46.157] [downloader] Sent request                height=127090812
2024-10-24 18:47:46.157 
[DBUG] [10-24|16:47:46.157] [downloader] Request header              numer=127090812 length=192
2024-10-24 18:47:46.156 
[DBUG] [10-24|16:47:46.156] [downloader] Collecting...               from=127091004 to=127090813 len=192
2024-10-24 18:47:46.155 
[DBUG] [10-24|16:47:46.155] [downloader] Collecting...               from=127091196 to=127091005 len=192
2024-10-24 18:47:46.147 
[DBUG] [10-24|16:47:46.147] [downloader] Collecting...               from=127091196 to=127091005 len=192
2024-10-24 18:47:46.145 
[DBUG] [10-24|16:47:46.145] [downloader] Collecting...               from=127091196 to=127091005 len=192
2024-10-24 18:47:46.141 
[DBUG] [10-24|16:47:46.141] [downloader] Sent request                height=127091004
2024-10-24 18:47:46.141 
[DBUG] [10-24|16:47:46.141] [downloader] Request header              numer=127091004 length=192
2024-10-24 18:47:46.140 
[DBUG] [10-24|16:47:46.140] [downloader] Collecting...               from=127091196 to=127091005 len=192
2024-10-24 18:47:46.128 
[DBUG] [10-24|16:47:46.128] [downloader] Collecting...               from=127091388 to=127091197 len=192
2024-10-24 18:47:46.127 
[DBUG] [10-24|16:47:46.127] [downloader] Collecting...               from=127091388 to=127091197 len=192
2024-10-24 18:47:46.127 
[DBUG] [10-24|16:47:46.126] [downloader] Sent request                height=127091196
2024-10-24 18:47:46.126 
[DBUG] [10-24|16:47:46.126] [downloader] Request header              numer=127091196 length=192
2024-10-24 18:47:46.125 
[DBUG] [10-24|16:47:46.125] [downloader] Collecting...               from=127091388 to=127091197 len=192
2024-10-24 18:47:46.118 
[DBUG] [10-24|16:47:46.118] [downloader] Collecting...               from=127091580 to=127091389 len=192
2024-10-24 18:47:46.116 
[DBUG] [10-24|16:47:46.116] [downloader] Collecting...               from=127091580 to=127091389 len=192
2024-10-24 18:47:46.113 
[DBUG] [10-24|16:47:46.113] [downloader] Collecting...               from=127091580 to=127091389 len=192
2024-10-24 18:47:46.102 
[DBUG] [10-24|16:47:46.102] [downloader] Collecting...               from=127091580 to=127091389 len=192
2024-10-24 18:47:46.099 
[DBUG] [10-24|16:47:46.099] [downloader] Collecting...               from=127091580 to=127091389 len=192
2024-10-24 18:47:46.098 
[DBUG] [10-24|16:47:46.098] [downloader] Collecting...               from=127091772 to=127091581 len=192
2024-10-24 18:47:46.097 
[DBUG] [10-24|16:47:46.097] [downloader] Collecting...               from=127091772 to=127091581 len=192
2024-10-24 18:47:46.096 
[DBUG] [10-24|16:47:46.095] [downloader] Collecting...               from=127094268 to=127094077 len=192
2024-10-24 18:47:46.094 
[DBUG] [10-24|16:47:46.094] [downloader] Collecting...               from=127091772 to=127091581 len=192
2024-10-24 18:47:46.093 
[DBUG] [10-24|16:47:46.093] [downloader] Sent request                height=127091388
2024-10-24 18:47:46.093 
[DBUG] [10-24|16:47:46.093] [downloader] Request header              numer=127091388 length=192
2024-10-24 18:47:46.092 
[DBUG] [10-24|16:47:46.092] [downloader] Collecting...               from=127091580 to=127091389 len=192
2024-10-24 18:47:46.086 
[DBUG] [10-24|16:47:46.086] [downloader] Collecting...               from=127094460 to=127094269 len=192
2024-10-24 18:47:46.083 
[DBUG] [10-24|16:47:46.083] [downloader] Collecting...               from=127091772 to=127091581 len=192
2024-10-24 18:47:46.081 
[DBUG] [10-24|16:47:46.081] [downloader] Sent request                height=127091580
2024-10-24 18:47:46.081 
[DBUG] [10-24|16:47:46.081] [downloader] Request header              numer=127091580 length=192
2024-10-24 18:47:46.080 
[DBUG] [10-24|16:47:46.080] [downloader] Collecting...               from=127091772 to=127091581 len=192
2024-10-24 18:47:46.072 
[DBUG] [10-24|16:47:46.072] [downloader] Collecting...               from=127091964 to=127091773 len=192
2024-10-24 18:47:46.072 
[TRACE] [10-24|16:47:46.072] Bad discv4 packet                        addr=18.178.241.184:9000 err="bad hash"
2024-10-24 18:47:46.071 
[DBUG] [10-24|16:47:46.071] [downloader] Collecting...               from=127091964 to=127091773 len=192
2024-10-24 18:47:46.069 
[DBUG] [10-24|16:47:46.069] [downloader] Collecting...               from=127091964 to=127091773 len=192
2024-10-24 18:47:46.065 
[DBUG] [10-24|16:47:46.065] [downloader] Collecting...               from=127094652 to=127094461 len=192
2024-10-24 18:47:46.064 
[DBUG] [10-24|16:47:46.064] [downloader] Collecting...               from=127091964 to=127091773 len=192
2024-10-24 18:47:46.062 
[DBUG] [10-24|16:47:46.062] [downloader] Collecting...               from=127091964 to=127091773 len=192
2024-10-24 18:47:46.062 
[DBUG] [10-24|16:47:46.061] [downloader] Sent request                height=127091772
2024-10-24 18:47:46.061 
[DBUG] [10-24|16:47:46.061] [downloader] Request header              numer=127091772 length=192
2024-10-24 18:47:46.059 
[DBUG] [10-24|16:47:46.059] [downloader] Collecting...               from=127091964 to=127091773 len=192
2024-10-24 18:47:46.057 
[DBUG] [10-24|16:47:46.057] [downloader] Collecting...               from=127092156 to=127091965 len=192
2024-10-24 18:47:46.054 
[DBUG] [10-24|16:47:46.054] [downloader] Collecting...               from=127092156 to=127091965 len=192
2024-10-24 18:47:46.052 
[DBUG] [10-24|16:47:46.052] [downloader] Collecting...               from=127092156 to=127091965 len=192
2024-10-24 18:47:46.050 
[DBUG] [10-24|16:47:46.050] [downloader] Collecting...               from=127092156 to=127091965 len=192
2024-10-24 18:47:46.044 
[DBUG] [10-24|16:47:46.044] [downloader] Collecting...               from=127092156 to=127091965 len=192
2024-10-24 18:47:46.038 
[DBUG] [10-24|16:47:46.038] [downloader] Sent request                height=127091964
2024-10-24 18:47:46.038 
[DBUG] [10-24|16:47:46.038] [downloader] Request header              numer=127091964 length=192
2024-10-24 18:47:46.036 
[DBUG] [10-24|16:47:46.036] [downloader] Collecting...               from=127092156 to=127091965 len=192
2024-10-24 18:47:46.034 
[TRACE] [10-24|16:47:46.034] Removed dead node                        b=16 id=81a7f33e56c09da6add7aa93705b760cb61ce974986821956bbf0afa8191e997 ip=34.65.202.239 checks=0
2024-10-24 18:47:46.034 
[DBUG] [10-24|16:47:46.034] [downloader] Collecting...               from=127092348 to=127092157 len=192
2024-10-24 18:47:46.031 
[DBUG] [10-24|16:47:46.031] [downloader] Collecting...               from=127092348 to=127092157 len=192
2024-10-24 18:47:46.029 
[DBUG] [10-24|16:47:46.029] [downloader] Collecting...               from=127092348 to=127092157 len=192
2024-10-24 18:47:46.018 
[DBUG] [10-24|16:47:46.018] [downloader] Sent request                height=127092156
2024-10-24 18:47:46.018 
[DBUG] [10-24|16:47:46.018] [downloader] Request header              numer=127092156 length=192
2024-10-24 18:47:46.017 
[DBUG] [10-24|16:47:46.017] [downloader] Collecting...               from=127092348 to=127092157 len=192
2024-10-24 18:47:46.015 
[DBUG] [10-24|16:47:46.015] [downloader] Collecting...               from=127092540 to=127092349 len=192
2024-10-24 18:47:46.013 
[DBUG] [10-24|16:47:46.013] [downloader] Collecting...               from=127092540 to=127092349 len=192
2024-10-24 18:47:46.010 
[DBUG] [10-24|16:47:46.010] [downloader] Collecting...               from=127092540 to=127092349 len=192
2024-10-24 18:47:46.009 
[DBUG] [10-24|16:47:46.008] [downloader] Collecting...               from=127092540 to=127092349 len=192
2024-10-24 18:47:45.999 
[DBUG] [10-24|16:47:45.999] [downloader] Collecting...               from=127092732 to=127092541 len=192
2024-10-24 18:47:45.997 
[DBUG] [10-24|16:47:45.997] [downloader] Sent request                height=127092348
2024-10-24 18:47:45.997 
[DBUG] [10-24|16:47:45.997] [downloader] Request header              numer=127092348 length=192
2024-10-24 18:47:45.996 
[DBUG] [10-24|16:47:45.996] [downloader] Collecting...               from=127092540 to=127092349 len=192
2024-10-24 18:47:45.993 
[DBUG] [10-24|16:47:45.993] [downloader] Collecting...               from=127094652 to=127094461 len=192
2024-10-24 18:47:45.991 
[TRACE] [10-24|16:47:45.991] Bad discv4 packet                        addr=54.212.235.236:12105 err="too small"
2024-10-24 18:47:45.991 
[DBUG] [10-24|16:47:45.991] [downloader] Collecting...               from=127092732 to=127092541 len=192
2024-10-24 18:47:45.989 
[DBUG] [10-24|16:47:45.989] [downloader] Collecting...               from=127092732 to=127092541 len=192
2024-10-24 18:47:45.978 
[DBUG] [10-24|16:47:45.978] [downloader] Sent request                height=127092540
2024-10-24 18:47:45.978 
[DBUG] [10-24|16:47:45.978] [downloader] Request header              numer=127092540 length=192
2024-10-24 18:47:45.976 
[DBUG] [10-24|16:47:45.976] [downloader] Collecting...               from=127092732 to=127092541 len=192
2024-10-24 18:47:45.974 
[DBUG] [10-24|16:47:45.974] [downloader] Collecting...               from=127092924 to=127092733 len=192
2024-10-24 18:47:45.972 
[DBUG] [10-24|16:47:45.972] [downloader] Collecting...               from=127092924 to=127092733 len=192
2024-10-24 18:47:45.970 
[DBUG] [10-24|16:47:45.970] [downloader] Collecting...               from=127092924 to=127092733 len=192
2024-10-24 18:47:45.968 
[DBUG] [10-24|16:47:45.968] [downloader] Collecting...               from=127092924 to=127092733 len=192
2024-10-24 18:47:45.959 
[DBUG] [10-24|16:47:45.958] [downloader] Collecting...               from=127093116 to=127092925 len=192
mininny commented 2 days ago

@janzhanal Okay, based on the logs, i see two things

However, if you have a snsapshot you are syncing from, it might be better to just use consens-layer syncmode to get the nodes going. Could you remove the syncmode and l2.enginekind flag from your op-node runflag?