Skip to content

Instantly share code, notes, and snippets.

@zmanian
Created May 30, 2026 18:09
Show Gist options
  • Select an option

  • Save zmanian/44e30e594cb7890869a12d8fd66ac7bd to your computer and use it in GitHub Desktop.

Select an option

Save zmanian/44e30e594cb7890869a12d8fd66ac7bd to your computer and use it in GitHub Desktop.
Zebra #5709 — request-trace: 206/899 requests hang past the 90s bound, never emit any further event
# Zebra #5709 — request-trace capture (exp/5709-instrument-request)
#
# Config: download_concurrency_limit=50, stall_restart_timeout=0s (stall detector OFF)
# Build: zmanian/zebra@exp/5709-instrument-request (full fix stack + REQUEST-entry logging)
# State at capture: verified_height=1,732,187, continuous_height=1,732,187, next_height=1,732,190 (gap=3)
#
# Stuck blocks (per blockchair canonical):
# 1,732,188 hash=000000000192c57103c7f8d821b000e8637870b7408af3ae9b624483095a05a7
# 1,732,189 hash=000000000109efac976b4cca733d50b222aa6eca5eef5f1555f2f6c519ffb037
#
# Decisive observations:
# - REQUEST: download_and_verify called → emitted for BOTH stuck hashes at 18:04:40.919
# - downloaded → NEVER emitted for either stuck hash
# - queue_block (accepted/rejected) → NEVER emitted for either stuck hash
# - REQUEST: skipped (in-flight duplicate) → NEVER emitted for either stuck hash
# - error / Timeout / Elapsed WARN → NEVER emitted for either stuck hash (5 min: 0 Timeouts globally)
#
# Neighbors from the same request batch (1,732,190, 1,732,192, 1,732,194 ...) DOWNLOADED successfully
# within 1-3 seconds of the REQUEST line.
#
# Aggregate over 5 min:
# - REQUESTED unique hashes: 899
# - DOWNLOADED unique hashes: 693
# - REQUESTED but NEVER DOWNLOADED: 206 (~23%)
# - Timeout/Elapsed WARNs total: 0
#
# Per decision matrix → row 3: "REQUEST called, no downloaded, no cancelled, no skip
# → download task hung; the 90s outer timeout should catch this — if it doesn't, that is the bug."
#
# Conclusion: the bound-permit-wait outer timeout (exp/5709-bound-download-permit-wait) is NOT catching these hangs.
# 206/899 download tasks (23%) hang in a state invisible to the bound timeout. The actual hang is deeper than
# the permit-wait wrap — likely in the inner ReadyChan or peer-routing layer.
#
# Full raw dbg5709 log follows:
# ============================================================
2026-05-30T18:04:40.919071Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=000000000192c57103c7f8d821b000e8637870b7408af3ae9b624483095a05a7
2026-05-30T18:04:40.919101Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=000000000109efac976b4cca733d50b222aa6eca5eef5f1555f2f6c519ffb037
2026-05-30T18:04:40.919117Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=000000000184697eb4c2b9347b8935706bf74c65d1f484e3fd9336cdf30f0c3b
2026-05-30T18:04:40.919132Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=000000000095de9d6eee902139e6012c20fb7064dbca786ce66f84b0f71ad935
2026-05-30T18:04:40.919194Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000b888cf4431503fe77347852614c8c5fc27ec8f364c37594331d191
2026-05-30T18:04:40.919215Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=000000000024376ce8930c4905e5f920f1205866c189d6a9e0531bc88fe8ed8d
2026-05-30T18:04:40.919230Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000001a90a38bc36f6eaee6ade83561cbb2b1005fdcd735cd1557e2cc4ee
2026-05-30T18:04:40.919274Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=000000000056ff70e2f97271a2f32ac7e951ace4c51b6954f840d21a5be88986
2026-05-30T18:04:40.919292Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=00000000017a9eb8060b1c8872c9e1fd22f7b1764a8e2aeacdbbc806c4bbb1ed
2026-05-30T18:04:40.919321Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=00000000019972f89ecbd5471cec7d7e15a46787ab3ee851afbea76cf8d6def6
2026-05-30T18:04:40.919335Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000001d075f47ab3b52ca2dcedcbc7a0ba964fa2acb99e92a5d4e4a4b27e
2026-05-30T18:04:40.919353Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000001a2fbf026cb917c24d7b06d95c53024689bd06cc3003c6efa8dc8cc
2026-05-30T18:04:41.028003Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000c504f228050c4166f49f7d395c47e672ef825b012871f56e8d811b
2026-05-30T18:04:41.078538Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732190)) hash=000000000184697eb4c2b9347b8935706bf74c65d1f484e3fd9336cdf30f0c3b
2026-05-30T18:04:41.078561Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000001031bcac54d99e971a20ac8aa23ce1f37e8bd0b1fcce2cd82bcb376
2026-05-30T18:04:41.078939Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:41.178471Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000cd059243ea2c1be902ca1dc693a1542a9f853527bdf775a6af306d
2026-05-30T18:04:41.303782Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000001488972302c79e6e4c222f816fe89dfa70cc2f6624e64be71312287
2026-05-30T18:04:41.461159Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000001ea1bb0469d1535bf583d41c44eb2d79d155c2f7b20d6ee481211bb
2026-05-30T18:04:41.569549Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000eec84d51489c7016f927565a7b1260201e23c648c52cb0cd1086db
2026-05-30T18:04:41.678102Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=00000000014c5d4e5f9795524f8e07a99570b776a34e49a7362c9846eda4a50e
2026-05-30T18:04:41.808477Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=00000000002f144aa5075c90f7ef5a9d8cc7ec0c26de4b6f8c90c9564a84a614
2026-05-30T18:04:42.003220Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000493a6676e0616d5f03c16a59f511890a7c8c3075d7f18a61aa7bd9
2026-05-30T18:04:42.111520Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=00000000010dce03934614319a13d20d4b1fc67e28d9589c84c72f39f8c9e923
2026-05-30T18:04:42.170433Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000001ae83455f9e22f09d86b5f1731309b12e8a1a1905292382d381f0e2
2026-05-30T18:04:42.188473Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000012af9fb31e1966a113376dd62afbc04f4fb3ac56e34af52f764c1
2026-05-30T18:04:42.219581Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000ab31f00a09577e75999492d13bb8d8b3aeb2fd477f433c6ad17197
2026-05-30T18:04:42.314416Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=00000000015e19c54b44ccea927961d352bfc87b22b0116ba0785ab0e4c1915a
2026-05-30T18:04:42.436364Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=000000000088efc50ec47ab485569eab05ceb6d112da3894f64e041714003c45
2026-05-30T18:04:42.472264Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=00000000017a475030885ed658dc40c7e5b79d76256c376ec2c9ab56ba473cf6
2026-05-30T18:04:42.572072Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=00000000005dd22809fb12708126513fbb9a58a1f277ceb029220549090962ab
2026-05-30T18:04:42.652916Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=00000000014730f245477eecf28f80186991482ca3b38924174b8f392773e89a
2026-05-30T18:04:42.761060Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000001a2d9b9fd7a13857e63d6c56b4c94acc5426e7bad051452f8f90bf0
2026-05-30T18:04:42.824848Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000001741332e42c16c9661d223ae1eba259332a07e9254335783ee602f1
2026-05-30T18:04:42.869320Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000001820834dc2b821a8e4e71c45a8644b0259209f3b3f484c9cf450ff4
2026-05-30T18:04:42.919867Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000a9505e234db436d47ed525c3a75ee2780301a9351ae781de83106b
2026-05-30T18:04:42.949995Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000001c9b9bef70d96125ca336ac8b8b4a792dd8a02476db5a66d3e19c87
2026-05-30T18:04:43.006206Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732194)) hash=0000000001a90a38bc36f6eaee6ade83561cbb2b1005fdcd735cd1557e2cc4ee
2026-05-30T18:04:43.006246Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=00000000016b96d11cd6a72876798c8d087051ddd7ffdc38cf19fd3578037c42
2026-05-30T18:04:43.020312Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732210)) hash=0000000001ae83455f9e22f09d86b5f1731309b12e8a1a1905292382d381f0e2
2026-05-30T18:04:43.046684Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=00000000014d78aef67a8805f0bff7bdab0758af021c6108ae6cc5f4a72d27bc
2026-05-30T18:04:43.087127Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000b91ef546e8db82c7b4afb9d464369362122bf1a7399f3b7980f1b0
2026-05-30T18:04:43.137753Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:43.138005Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:43.142282Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732198)) hash=0000000001d075f47ab3b52ca2dcedcbc7a0ba964fa2acb99e92a5d4e4a4b27e
2026-05-30T18:04:43.142537Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:43.187127Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=00000000014a4add0137d69b28b62a441a83587c2d072f345df85fda5d6ff345
2026-05-30T18:04:43.194276Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=000000000120eb5285df33868bb9a31c186ab3ae0baec8fbd010ad29a0ecb524
2026-05-30T18:04:43.307767Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=00000000014425c4fd8745013884d7b34e2c05983c0bf126378a632a36eea6d6
2026-05-30T18:04:43.410801Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000b78a0885716eebdc2ebd344717f747bcf7dbabdfe4fc2d6d10b061
2026-05-30T18:04:43.466336Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000001ab063904806a0c424e6c42d4689cb41688762c7697bacba4e94406
2026-05-30T18:04:43.586039Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=00000000019bd3c5f30cce6584c7dda625400a38defd7f2c6266f5a5aee385a6
2026-05-30T18:04:43.718437Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000001f8670f17648cb32b79be35e02a2b9e24727773d36708f09c93e92f
2026-05-30T18:04:43.843811Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=00000000013527608e0afb37d5530ae274299e839d68590c3173f09860cacb22
2026-05-30T18:04:43.910894Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732212)) hash=0000000000ab31f00a09577e75999492d13bb8d8b3aeb2fd477f433c6ad17197
2026-05-30T18:04:43.910961Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=00000000000172f2f5adcf9fd18db1be67a0bffe58981386fbcc8f365346b97f
2026-05-30T18:04:43.968707Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000f364c8c2a55ec1efb27e3d62b9f8ee88042e043d96fee378724edd
2026-05-30T18:04:43.987572Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732192)) hash=0000000000b888cf4431503fe77347852614c8c5fc27ec8f364c37594331d191
2026-05-30T18:04:44.024998Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732221)) hash=0000000000a9505e234db436d47ed525c3a75ee2780301a9351ae781de83106b
2026-05-30T18:04:44.025032Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=000000000019444e04dbf3d9cc12cde8e02452515a53006dcfba54db4be6996a
2026-05-30T18:04:44.037424Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:44.045908Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:44.055339Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:44.060969Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=00000000020157d1e624260b327de8a717558c43bea5b7cf8a1f29e80112a321
2026-05-30T18:04:44.060993Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=000000000051de3b808690838f0d1e12151d985f76b236ff7ed4d8f56f2b974c
2026-05-30T18:04:44.096666Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732208)) hash=0000000000493a6676e0616d5f03c16a59f511890a7c8c3075d7f18a61aa7bd9
2026-05-30T18:04:44.096725Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=00000000019928186fe7815be634f15b18b8fd6001e4c0b61e5fc8041a455cdb
2026-05-30T18:04:44.099541Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=00000000001ce5f9805fc514883c3ab9226d40cd9e6874b3c9bbcc9b3f360803
2026-05-30T18:04:44.127431Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732213)) hash=00000000015e19c54b44ccea927961d352bfc87b22b0116ba0785ab0e4c1915a
2026-05-30T18:04:44.169436Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000e433bee518b51e383760c92c1b805a136af4d9f8bab0a06e5d8d32
2026-05-30T18:04:44.221190Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:44.231574Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=00000000014cf7d3033a272e763d8fe2e12b9bc5743815a6e4ebe51665679b6d
2026-05-30T18:04:44.233662Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732229)) hash=0000000000b78a0885716eebdc2ebd344717f747bcf7dbabdfe4fc2d6d10b061
2026-05-30T18:04:44.302361Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=000000000013b2da47ce132a2da93c2b134be854e1ee8367684edd0044286d91
2026-05-30T18:04:44.318010Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:44.343079Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732223)) hash=00000000016b96d11cd6a72876798c8d087051ddd7ffdc38cf19fd3578037c42
2026-05-30T18:04:44.347205Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:44.356487Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:44.357887Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000ef9eedfbb00f263ee77cf90eb2b421b53672c8cacc35fbe6ec849f
2026-05-30T18:04:44.385906Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000010270c33618e10cd9c3f0d909110540f1e64caa1586c922e4166a
2026-05-30T18:04:44.402711Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732234)) hash=00000000000172f2f5adcf9fd18db1be67a0bffe58981386fbcc8f365346b97f
2026-05-30T18:04:44.428796Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:44.474921Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=000000000134d4c8be9d1f03fed3ab2ff2d4e28b410dce9ddceb6d117c7161b1
2026-05-30T18:04:44.494346Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000001e8f678b6ea1f7609ed11134adc1314894cc2601c15e0986ec8a68b
2026-05-30T18:04:44.542272Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000241645190dc1d4e84618606f718d6df6341fb029b29c3428d938dd
2026-05-30T18:04:44.602878Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000001addda5a93ba080f9bd232dd9001f9217ac799a4ae6146e6a40b3b9
2026-05-30T18:04:44.638111Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=00000000019ca335393abda66ce18eacf480c9a84f2d67b3783b954dd79c13b9
2026-05-30T18:04:44.745984Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732236)) hash=000000000019444e04dbf3d9cc12cde8e02452515a53006dcfba54db4be6996a
2026-05-30T18:04:44.746046Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=000000000079c4899179558e96fde2249b1b7edee7c4597308a7d94287a411cc
2026-05-30T18:04:44.748178Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732227)) hash=000000000120eb5285df33868bb9a31c186ab3ae0baec8fbd010ad29a0ecb524
2026-05-30T18:04:44.756392Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:44.760356Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732244)) hash=0000000000ef9eedfbb00f263ee77cf90eb2b421b53672c8cacc35fbe6ec849f
2026-05-30T18:04:44.762180Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=00000000016e1f53ce530765428504bda30df5e21a17fefbd58add7aff455c3e
2026-05-30T18:04:44.778690Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732243)) hash=000000000013b2da47ce132a2da93c2b134be854e1ee8367684edd0044286d91
2026-05-30T18:04:44.796643Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000b561d00ab0be919834a0852b72da993203c5c340b90e304f884835
2026-05-30T18:04:44.804383Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:44.825344Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:44.825576Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:44.849680Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732238)) hash=000000000051de3b808690838f0d1e12151d985f76b236ff7ed4d8f56f2b974c
2026-05-30T18:04:44.849723Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=000000000022c0c0824a9bdbadc3b99f511b0483ae19eda7fd22bf7f84062f16
2026-05-30T18:04:44.859891Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:44.916891Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=00000000019a68767f248fd07bdf983a1698689f8776f23d9017e3df0d47dd79
2026-05-30T18:04:44.927932Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=00000000009486da9a82cf0b80541b6483fbc112ec439735ecdf6f04ea94f385
2026-05-30T18:04:44.944048Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732220)) hash=0000000001820834dc2b821a8e4e71c45a8644b0259209f3b3f484c9cf450ff4
2026-05-30T18:04:45.037342Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732233)) hash=00000000013527608e0afb37d5530ae274299e839d68590c3173f09860cacb22
2026-05-30T18:04:45.037384Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=000000000055af1f2d16f5084853954c66c4fda08e24a37a9c3ed879f1209a53
2026-05-30T18:04:45.074839Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732237)) hash=00000000020157d1e624260b327de8a717558c43bea5b7cf8a1f29e80112a321
2026-05-30T18:04:45.101596Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:45.124145Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:45.134450Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:45.141620Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=00000000011f81c0875ba16c4c7a50402e13513f2810482d6854574f4295767e
2026-05-30T18:04:45.253031Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=000000000042c97d26b4e53fed476ba07a0c9d1a0d205a6fed08ea2cea5e09bf
2026-05-30T18:04:45.282068Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732240)) hash=00000000001ce5f9805fc514883c3ab9226d40cd9e6874b3c9bbcc9b3f360803
2026-05-30T18:04:45.361516Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=000000000183e96e4f90255f814c7a41b2b292eb4067b5c61ba22ce8e047519e
2026-05-30T18:04:45.364847Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:45.377873Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732248)) hash=0000000000241645190dc1d4e84618606f718d6df6341fb029b29c3428d938dd
2026-05-30T18:04:45.417814Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732232)) hash=0000000001f8670f17648cb32b79be35e02a2b9e24727773d36708f09c93e92f
2026-05-30T18:04:45.417869Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000b3cd099f7ea3196560da1339844c8b67cbaaae99459f308b5c0cdb
2026-05-30T18:04:45.426108Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:45.439268Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:45.469936Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=000000000168c51cbf7d577b1b0413c8baf7bb4e5346a94b0cbd19ebe6d62498
2026-05-30T18:04:45.520362Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732247)) hash=0000000001e8f678b6ea1f7609ed11134adc1314894cc2601c15e0986ec8a68b
2026-05-30T18:04:45.520415Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=00000000003c8a50017086e46f9a166e61a93f79a8b83824e67a453ec7cf51d4
2026-05-30T18:04:45.520626Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:45.562670Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732255)) hash=00000000019a68767f248fd07bdf983a1698689f8776f23d9017e3df0d47dd79
2026-05-30T18:04:45.562937Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:45.578259Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000c3f3c3eb005d6ab9aa943be6abfb9f06075b4c681a5d3cfa5cfac7
2026-05-30T18:04:45.637297Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=00000000007ef7a2d81ddad738ab88239752af68561e6d54e794122b3e327020
2026-05-30T18:04:45.692371Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=00000000009af2aaffa2703aec78841ed8431c1c474d0c53e15b683d2bf6d5ff
2026-05-30T18:04:45.752669Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732195)) hash=000000000056ff70e2f97271a2f32ac7e951ace4c51b6954f840d21a5be88986
2026-05-30T18:04:45.794657Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000b28887e6c3ed00703b25c8310f6ec458b848a267b68cbe824360ed
2026-05-30T18:04:45.891065Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=00000000011daafbb5c9fd9fcabeb6eadeff6494b6d95e05caf04225e135820a
2026-05-30T18:04:45.900821Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:46.007800Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732228)) hash=00000000014425c4fd8745013884d7b34e2c05983c0bf126378a632a36eea6d6
2026-05-30T18:04:46.007867Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000c222c129a84c4d70c2c56d22f5215ef9dc429c0931623bc92b4f15
2026-05-30T18:04:46.009141Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732239)) hash=00000000019928186fe7815be634f15b18b8fd6001e4c0b61e5fc8041a455cdb
2026-05-30T18:04:46.014807Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=00000000003b1e7e632466c590591e7416153cec19cc64f4a6d0de4f0219a07f
2026-05-30T18:04:46.073039Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732251)) hash=000000000079c4899179558e96fde2249b1b7edee7c4597308a7d94287a411cc
2026-05-30T18:04:46.119175Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000934ed1e28d76c4dc68a23bb214f7d038d1ddf8dd231f1b3fb5ab61
2026-05-30T18:04:46.127443Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=00000000012eb9b1e34a8060e139a1f6b33c62387623e578b60891f2ddc55bb5
2026-05-30T18:04:46.137524Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000e146991a28aead0dd94cd0914fd6c0bfa1a81cd5f1ac2a0725c0d7
2026-05-30T18:04:46.157858Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:46.227438Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000001f0a3728b0eeab38d45244dc6019987c70af68273cbb89e22bf1a7d
2026-05-30T18:04:46.319158Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:46.335479Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=00000000014e554c64602a296eac61aab08f27653177b7a9a8ac39ab7d676ccd
2026-05-30T18:04:46.374875Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732252)) hash=00000000016e1f53ce530765428504bda30df5e21a17fefbd58add7aff455c3e
2026-05-30T18:04:46.417050Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:46.443924Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=000000000020a725c35c2892931bdc55e3ec64fdafb434fae3f9b8880abb21d6
2026-05-30T18:04:46.552306Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000318a6e73f81b58d0f145fd45642459002bc7cafa8817fef1f467a6
2026-05-30T18:04:46.572641Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:46.609580Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732249)) hash=0000000001addda5a93ba080f9bd232dd9001f9217ac799a4ae6146e6a40b3b9
2026-05-30T18:04:46.622980Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732257)) hash=000000000055af1f2d16f5084853954c66c4fda08e24a37a9c3ed879f1209a53
2026-05-30T18:04:46.624038Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=000000000002cb3e4b67413ec300f8ea8d05fd2ee7fe8c7e6a461438c884bbf7
2026-05-30T18:04:46.647537Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:46.654259Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=000000000029bdb9eac654c85d0bba5edb8e6c8f486d67465d9ba3381f2c3053
2026-05-30T18:04:46.709702Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732258)) hash=00000000011f81c0875ba16c4c7a50402e13513f2810482d6854574f4295767e
2026-05-30T18:04:46.711520Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000f222d7695584d4b4eb5705845d803ee6677f4750fe00b372764b8d
2026-05-30T18:04:46.754651Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:46.754895Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:46.756622Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732246)) hash=000000000134d4c8be9d1f03fed3ab2ff2d4e28b410dce9ddceb6d117c7161b1
2026-05-30T18:04:46.783618Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=000000000096cfb4eb25f1ce42c925531d223d70f28c258bed129809215f88fd
2026-05-30T18:04:46.877306Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000ed56b6e1167732998724aa678f5f65ea738ec8301af570a004905d
2026-05-30T18:04:46.882437Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732242)) hash=00000000014cf7d3033a272e763d8fe2e12b9bc5743815a6e4ebe51665679b6d
2026-05-30T18:04:46.895616Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:46.979016Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=000000000035007a5ea012d6e6c60b398395029bca2ff40a324d8c4966d56c78
2026-05-30T18:04:46.986263Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000001076d855b9c326a00b7febf22aae687a5c572bada8eceba56332863
2026-05-30T18:04:47.010485Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:47.038867Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=000000000096af13d518d7fdc195e7813fc6ee4e6892fcb3b3d128a66a2f19ff
2026-05-30T18:04:47.101411Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732230)) hash=0000000001ab063904806a0c424e6c42d4689cb41688762c7697bacba4e94406
2026-05-30T18:04:47.101463Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000d378dbeed7faae28edbb3bc02901535ab4e6290f207217525e1fb4
2026-05-30T18:04:47.119488Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:47.173322Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=00000000014a551cdc1f98c92b5dc56ae8fd0f6141a0d31d94dee9785847be90
2026-05-30T18:04:47.202760Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=00000000016c17f7e630a3ff03f5fc543c5211db25944eef5a3b603c43f40966
2026-05-30T18:04:47.225834Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=00000000007771669c3fb4c96d345a6afb8d3d429d20c5218c32824de46c7aba
2026-05-30T18:04:47.311177Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=000000000099729284e22bcc0a8637614565d78e347ea4953fa8f32aac09c026
2026-05-30T18:04:47.313571Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732264)) hash=0000000000c3f3c3eb005d6ab9aa943be6abfb9f06075b4c681a5d3cfa5cfac7
2026-05-30T18:04:47.350180Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732259)) hash=000000000042c97d26b4e53fed476ba07a0c9d1a0d205a6fed08ea2cea5e09bf
2026-05-30T18:04:47.351591Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000c4f1a8478b24b76d1316c8a083b10883afaec0185d47811999ba4f
2026-05-30T18:04:47.383983Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732274)) hash=0000000001f0a3728b0eeab38d45244dc6019987c70af68273cbb89e22bf1a7d
2026-05-30T18:04:47.384028Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=00000000008b662d39e3ea2fea65ea6af52f9f7c099d610c18a78c50209648d4
2026-05-30T18:04:47.419804Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000b4ee725c5102b44d04ba8d914b9cfd4f73ed35e191e5f629eb9fee
2026-05-30T18:04:47.421390Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=00000000013c2caaba51e37e56b5fc4b1efc6df1215856bcb7180773041aab2d
2026-05-30T18:04:47.421772Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:47.520972Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000001c3e027a97963eac2c018b952eb4e73b8abc7e4f89b7b5017a95206
2026-05-30T18:04:47.527863Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:47.528126Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:47.528209Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000001180c53d171b23a4e7105f01b1dd2e45296e9359d65e5c9ea8f1b2d
2026-05-30T18:04:47.603118Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=00000000018208d701301f17ab4d8abbe4dd3eac736b5a6dd3c31af8a489d919
2026-05-30T18:04:47.673433Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732266)) hash=00000000009af2aaffa2703aec78841ed8431c1c474d0c53e15b683d2bf6d5ff
2026-05-30T18:04:47.673499Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000f43f6d081ea300c7fbe37c172bea11be9698f8d0266ff8d46a8cb0
2026-05-30T18:04:47.689204Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=00000000019e1bdc0e94e608ffd5ad242ac17fc9fd617a97b4f5e0fad9463392
2026-05-30T18:04:47.716457Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732281)) hash=000000000096cfb4eb25f1ce42c925531d223d70f28c258bed129809215f88fd
2026-05-30T18:04:47.723459Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000a9d0e112830e1deae49fb42f61f8b14d0b76029d86de1831f2dd95
2026-05-30T18:04:47.761205Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:47.761487Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:47.764658Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732286)) hash=0000000000d378dbeed7faae28edbb3bc02901535ab4e6290f207217525e1fb4
2026-05-30T18:04:47.764749Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=00000000018cf095d38c6f59ad56e808023d729aba51b29601e437e30dd588e5
2026-05-30T18:04:47.773646Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:47.843857Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=00000000013de542591f738783e991fac63034def0f41d1a2dbe65d21afa326b
2026-05-30T18:04:47.853565Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=000000000061168cae2b14ff8d697e266bd9f50c483f8eb18bd02879856b3b7a
2026-05-30T18:04:47.868503Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732270)) hash=00000000003b1e7e632466c590591e7416153cec19cc64f4a6d0de4f0219a07f
2026-05-30T18:04:47.921890Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000ff064a46039655053cb04baab5aa39d23ae9bc05e3e9ba1272ae52
2026-05-30T18:04:47.929107Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732276)) hash=000000000020a725c35c2892931bdc55e3ec64fdafb434fae3f9b8880abb21d6
2026-05-30T18:04:47.934387Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732278)) hash=000000000002cb3e4b67413ec300f8ea8d05fd2ee7fe8c7e6a461438c884bbf7
2026-05-30T18:04:47.934436Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=00000000012270c991bba0e2a3965272ab0c91a4b3c8ef145a548b63f4848feb
2026-05-30T18:04:47.961878Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000001994c3beeee2d027d55efb07965ba4955f633608c9043e07f2a7c72
2026-05-30T18:04:47.963354Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:47.973839Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=000000000145c09f4f817d1f5de80f7f5aa787a82649de243120bbc51d28c96a
2026-05-30T18:04:48.008278Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732271)) hash=0000000000934ed1e28d76c4dc68a23bb214f7d038d1ddf8dd231f1b3fb5ab61
2026-05-30T18:04:48.036483Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732283)) hash=000000000035007a5ea012d6e6c60b398395029bca2ff40a324d8c4966d56c78
2026-05-30T18:04:48.045811Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000e4e14f766df0ea5f4e38ce5934438f7f6bacadf6132d65f11f0b0e
2026-05-30T18:04:48.049717Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732287)) hash=00000000014a551cdc1f98c92b5dc56ae8fd0f6141a0d31d94dee9785847be90
2026-05-30T18:04:48.049743Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:48.070262Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000001c140321cfe86618171b3c7e1cd14eef1c5f1da00c13d825a630bf8
2026-05-30T18:04:48.084236Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732277)) hash=0000000000318a6e73f81b58d0f145fd45642459002bc7cafa8817fef1f467a6
2026-05-30T18:04:48.119600Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732282)) hash=0000000000ed56b6e1167732998724aa678f5f65ea738ec8301af570a004905d
2026-05-30T18:04:48.119663Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=00000000018328488eefde0ddacc14655b60d65f5a5ee0e09fd967869edccfe1
2026-05-30T18:04:48.125019Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=000000000187634390b9806f1f10040d452f6bd7bacb726dba21463b1fc5d50b
2026-05-30T18:04:48.144482Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:48.178321Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=00000000006283f6c143b0017661dde278f5fd97b1f3cfa3687825469b16e844
2026-05-30T18:04:48.243628Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=000000000124beec64fdd1c84ffef1156baf6bb18b829f6ef94a07ce9af981d8
2026-05-30T18:04:48.247346Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:48.258826Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000001767cd402591bb8286aea4dc9ec6d0be4e02fcfaae478354ee1250e
2026-05-30T18:04:48.259705Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:48.300793Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=00000000017ffa1fa57d130583ba07af19625f5ca084b7ba624440186b419c28
2026-05-30T18:04:48.346583Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:48.354397Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:48.356557Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:48.395756Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000001509365f84f33058a717e1981800cbcf26fab52a5640b103fed2007
2026-05-30T18:04:48.400919Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732297)) hash=00000000018208d701301f17ab4d8abbe4dd3eac736b5a6dd3c31af8a489d919
2026-05-30T18:04:48.429189Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000c94017ea9e7c33241b5c7cc36e5a58aee4ab5ffc459134b35023e2
2026-05-30T18:04:48.492396Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:48.508257Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000001ac36ed6ba1e8d01f4908b81a0b646b2cffec589e32f4bfc957884b
2026-05-30T18:04:48.525703Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732265)) hash=00000000007ef7a2d81ddad738ab88239752af68561e6d54e794122b3e327020
2026-05-30T18:04:48.579708Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732290)) hash=000000000099729284e22bcc0a8637614565d78e347ea4953fa8f32aac09c026
2026-05-30T18:04:48.579761Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=000000000184c07398e454b2cc4a5a98cfaab920aacd825b8edadec2f607d066
2026-05-30T18:04:48.597730Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732296)) hash=0000000001180c53d171b23a4e7105f01b1dd2e45296e9359d65e5c9ea8f1b2d
2026-05-30T18:04:48.612377Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=00000000004a693ca13052807f70b1963b861936c6c04e9decbd9243969287c7
2026-05-30T18:04:48.642669Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:48.665571Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=000000000036b96007bc47d9de3641b7aaea38962f47e72b6dec9a9e588611b7
2026-05-30T18:04:48.667687Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:48.701989Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732298)) hash=0000000000f43f6d081ea300c7fbe37c172bea11be9698f8d0266ff8d46a8cb0
2026-05-30T18:04:48.720734Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000001b60848225de225a1faf8d97fbc80654275fc9e220d4c8d0f5a0c6b
2026-05-30T18:04:48.752213Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732293)) hash=0000000000b4ee725c5102b44d04ba8d914b9cfd4f73ed35e191e5f629eb9fee
2026-05-30T18:04:48.752292Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000feb81d40dae3c1f2b627d6e0fca208cb2e9ae71fc78cb4ff8c5286
2026-05-30T18:04:48.753088Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732305)) hash=00000000012270c991bba0e2a3965272ab0c91a4b3c8ef145a548b63f4848feb
2026-05-30T18:04:48.766046Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:48.779380Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:48.783465Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732310)) hash=00000000018328488eefde0ddacc14655b60d65f5a5ee0e09fd967869edccfe1
2026-05-30T18:04:48.785848Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=000000000192efb62663c5cf4f3229bbe9126c9aa5c386b42518cc0524b81106
2026-05-30T18:04:48.828431Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732313)) hash=000000000124beec64fdd1c84ffef1156baf6bb18b829f6ef94a07ce9af981d8
2026-05-30T18:04:48.828498Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=00000000009b42e7f204941a0f78b43b207f06482b8d5f02e481b845c91b2488
2026-05-30T18:04:48.831774Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732307)) hash=000000000145c09f4f817d1f5de80f7f5aa787a82649de243120bbc51d28c96a
2026-05-30T18:04:48.831820Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000780c6a9dd9baa408a8ef3ff303c924780bf537e382cf74856a7d29
2026-05-30T18:04:48.876948Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732279)) hash=000000000029bdb9eac654c85d0bba5edb8e6c8f486d67465d9ba3381f2c3053
2026-05-30T18:04:48.876995Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=00000000013374176a768a4a156c741245302fd7c7d29b43d30a279de5134393
2026-05-30T18:04:48.894340Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:48.903116Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732300)) hash=0000000000a9d0e112830e1deae49fb42f61f8b14d0b76029d86de1831f2dd95
2026-05-30T18:04:48.907120Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=00000000007568ef207653c632b70d25084b9e8268d2397a3fbfb8705b1e134a
2026-05-30T18:04:48.916344Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732315)) hash=00000000017ffa1fa57d130583ba07af19625f5ca084b7ba624440186b419c28
2026-05-30T18:04:48.924286Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732288)) hash=00000000016c17f7e630a3ff03f5fc543c5211db25944eef5a3b603c43f40966
2026-05-30T18:04:48.924341Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=000000000174679322215fade3a6904f182440e0dd3a8029d960cd6728969a61
2026-05-30T18:04:48.928425Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000001abfb3c26a694bec7da5aa86ddf6e3d299b3da7b204c197e80ac39f
2026-05-30T18:04:48.936932Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732304)) hash=0000000000ff064a46039655053cb04baab5aa39d23ae9bc05e3e9ba1272ae52
2026-05-30T18:04:48.937562Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=000000000188cfb885227ae2386a9c0fd6866f741b7aad397e3b70836fb7eb2f
2026-05-30T18:04:48.946818Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732309)) hash=0000000001c140321cfe86618171b3c7e1cd14eef1c5f1da00c13d825a630bf8
2026-05-30T18:04:48.958459Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=00000000001b3aecda09a6d458cb1f78fcd8a221b86f8354ce7d8814b4ae9d54
2026-05-30T18:04:49.001598Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:49.010692Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:49.013010Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:49.020285Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:49.057139Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=000000000162407b1a96cee02f421e8cacee7f6d0854c97268846a16fccf7690
2026-05-30T18:04:49.070655Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000001062d497344f6b9079467661967a528df85520d2b4ad61969620c78
2026-05-30T18:04:49.080198Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732267)) hash=0000000000b28887e6c3ed00703b25c8310f6ec458b848a267b68cbe824360ed
2026-05-30T18:04:49.088513Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732280)) hash=0000000000f222d7695584d4b4eb5705845d803ee6677f4750fe00b372764b8d
2026-05-30T18:04:49.134771Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:49.142639Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:49.148868Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:49.182332Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=00000000006d43ae64158c2ae8598a767308372bf85ac99f6d9becb7f50f0f1a
2026-05-30T18:04:49.217251Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732302)) hash=00000000013de542591f738783e991fac63034def0f41d1a2dbe65d21afa326b
2026-05-30T18:04:49.220655Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732325)) hash=00000000009b42e7f204941a0f78b43b207f06482b8d5f02e481b845c91b2488
2026-05-30T18:04:49.220708Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=00000000000079e5c409c399b35d4fd5dc3c4dc34f1489e557c1fd744c7c5e76
2026-05-30T18:04:49.242230Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732308)) hash=0000000000e4e14f766df0ea5f4e38ce5934438f7f6bacadf6132d65f11f0b0e
2026-05-30T18:04:49.242273Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=000000000036bac47ee071cbce88d9491074d77a2a0585e822ce08ee2da3ad4e
2026-05-30T18:04:49.279688Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:49.279932Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:49.280194Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:49.294197Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=000000000183ff940c83404df143f97a1abbb1041c7d7c35cb7acf647b2cc73c
2026-05-30T18:04:49.324054Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732323)) hash=0000000000feb81d40dae3c1f2b627d6e0fca208cb2e9ae71fc78cb4ff8c5286
2026-05-30T18:04:49.342069Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732303)) hash=000000000061168cae2b14ff8d697e266bd9f50c483f8eb18bd02879856b3b7a
2026-05-30T18:04:49.342131Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000a67d5dc423bd2a51c370c2bdd82deb6cb78282b8cd169d0898f744
2026-05-30T18:04:49.371001Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000001892904a30b76d8f11d9c539147a811b66a677170e0ef9ffadb7675
2026-05-30T18:04:49.375840Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732334)) hash=0000000001062d497344f6b9079467661967a528df85520d2b4ad61969620c78
2026-05-30T18:04:49.409585Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732337)) hash=000000000036bac47ee071cbce88d9491074d77a2a0585e822ce08ee2da3ad4e
2026-05-30T18:04:49.409622Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=00000000014e7e4efb624d94a9ad4412f79f93eb1c78e27f32707cfdbf641232
2026-05-30T18:04:49.430833Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732314)) hash=0000000001767cd402591bb8286aea4dc9ec6d0be4e02fcfaae478354ee1250e
2026-05-30T18:04:49.430914Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:49.437292Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=000000000139fec614cf16d03e1aca18c9a23cf2dcbe5cf75939fc1bc77216e1
2026-05-30T18:04:49.476029Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732299)) hash=00000000019e1bdc0e94e608ffd5ad242ac17fc9fd617a97b4f5e0fad9463392
2026-05-30T18:04:49.476335Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000001c691f35b9819400aa6e3bfa4c5c349f49637cc380732a46b3d4d38
2026-05-30T18:04:49.489589Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732306)) hash=0000000001994c3beeee2d027d55efb07965ba4955f633608c9043e07f2a7c72
2026-05-30T18:04:49.489631Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=00000000010b281214bedbd121518c5d8ac61dfeebf4cd1790f391c75c2fc1fb
2026-05-30T18:04:49.515624Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:49.517536Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732326)) hash=0000000000780c6a9dd9baa408a8ef3ff303c924780bf537e382cf74856a7d29
2026-05-30T18:04:49.518168Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=00000000003c736a503334327d187c5b817958f30ecd0c0a97ebb5e3c941e4fc
2026-05-30T18:04:49.519217Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:49.535123Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732291)) hash=0000000000c4f1a8478b24b76d1316c8a083b10883afaec0185d47811999ba4f
2026-05-30T18:04:49.535170Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=000000000097cf2b5c1301a5226d4abbb10af44bebedf47fa679e84c42c4418b
2026-05-30T18:04:49.564692Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=00000000004d836f587b6ec64676a6634960f2f257f3478673b9b2c6a568ebf2
2026-05-30T18:04:49.567979Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:49.569742Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:49.569963Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:49.587299Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:49.587547Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:49.587840Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:49.588060Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:49.601125Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732329)) hash=000000000174679322215fade3a6904f182440e0dd3a8029d960cd6728969a61
2026-05-30T18:04:49.601187Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000c009fc31d2e650db534436a30457b1a990be741500ccfe7e9220e6
2026-05-30T18:04:49.616572Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732311)) hash=000000000187634390b9806f1f10040d452f6bd7bacb726dba21463b1fc5d50b
2026-05-30T18:04:49.616617Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=00000000004bd5e18ff310d53585cf5702ef8231ad525652f639dda433659c56
2026-05-30T18:04:49.670435Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732328)) hash=00000000007568ef207653c632b70d25084b9e8268d2397a3fbfb8705b1e134a
2026-05-30T18:04:49.670491Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000e1ab31a2f77d544f467c3f752bcf53e54962d5615c384ae8ea4044
2026-05-30T18:04:49.677309Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:49.678508Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732295)) hash=0000000001c3e027a97963eac2c018b952eb4e73b8abc7e4f89b7b5017a95206
2026-05-30T18:04:49.696242Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=000000000184d3f3d77e20e6acc64cf9fed5dac86aef9933b34e2a5013e4391e
2026-05-30T18:04:49.701090Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732345)) hash=00000000003c736a503334327d187c5b817958f30ecd0c0a97ebb5e3c941e4fc
2026-05-30T18:04:49.714266Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=00000000009f06c2b1cf54b216ed97fe1eefcb9b9038c83f41885403c44a9091
2026-05-30T18:04:49.741918Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=00000000013f7d2c95c0d17dd96139c3de103e34d9703ba92082d93bf54c34b3
2026-05-30T18:04:49.769471Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732331)) hash=000000000188cfb885227ae2386a9c0fd6866f741b7aad397e3b70836fb7eb2f
2026-05-30T18:04:49.804671Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000001b4ee76f1f7ed5c3fd2b55a88ed9472247fb22d75d4471063a353ab
2026-05-30T18:04:49.806929Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732317)) hash=0000000000c94017ea9e7c33241b5c7cc36e5a58aee4ab5ffc459134b35023e2
2026-05-30T18:04:49.825789Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:49.846298Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=00000000001bd1a23903d3b1ef2b5f36bfe48dc70c38592ab22e068ec06c3194
2026-05-30T18:04:49.853324Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732316)) hash=0000000001509365f84f33058a717e1981800cbcf26fab52a5640b103fed2007
2026-05-30T18:04:49.871700Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732318)) hash=0000000001ac36ed6ba1e8d01f4908b81a0b646b2cffec589e32f4bfc957884b
2026-05-30T18:04:49.871740Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000703b8a7990ed095b5925270e25a8443f34e29fd3c669387dc4324f
2026-05-30T18:04:49.915966Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:49.916559Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732340)) hash=0000000001892904a30b76d8f11d9c539147a811b66a677170e0ef9ffadb7675
2026-05-30T18:04:49.916606Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000ea5b14648b546f53aee72d9f192c896750e3fe3d0caf2d6867f0ca
2026-05-30T18:04:49.921348Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732332)) hash=00000000001b3aecda09a6d458cb1f78fcd8a221b86f8354ce7d8814b4ae9d54
2026-05-30T18:04:49.936433Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732348)) hash=0000000000c009fc31d2e650db534436a30457b1a990be741500ccfe7e9220e6
2026-05-30T18:04:49.936489Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=00000000013171c2a8dd1a94e22282bbaa97fe05db3a1b9f967520d247fb3458
2026-05-30T18:04:49.942980Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732338)) hash=000000000183ff940c83404df143f97a1abbb1041c7d7c35cb7acf647b2cc73c
2026-05-30T18:04:49.943037Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=00000000014e9a0bb7fd4b865b3bb4fe385125f5ba0765c23838b41b59f4aa8a
2026-05-30T18:04:49.960179Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732354)) hash=0000000001b4ee76f1f7ed5c3fd2b55a88ed9472247fb22d75d4471063a353ab
2026-05-30T18:04:49.960224Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=00000000013d002c325235d30cf23b951435883ba5c60486a1d1a6e7b97a34ab
2026-05-30T18:04:49.966202Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=000000000160426a5ce180c3ddfb512d23ab799edaa8bf91193c607ef4b978ab
2026-05-30T18:04:49.966922Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000bea900ac891d39b9d80115896b828dcde2b7a407fa96357cf161fe
2026-05-30T18:04:49.986501Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000518415a52ebbf9d1bc75b6f811cbe83e73a3e988817ddc86675872
2026-05-30T18:04:50.021402Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000e305cb9672692b607da42495fddb31c2f88a3a0eb060cc65f245d0
2026-05-30T18:04:50.027910Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:50.034196Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:50.040051Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732346)) hash=000000000097cf2b5c1301a5226d4abbb10af44bebedf47fa679e84c42c4418b
2026-05-30T18:04:50.041321Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732319)) hash=000000000184c07398e454b2cc4a5a98cfaab920aacd825b8edadec2f607d066
2026-05-30T18:04:50.041379Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=00000000019436e3daa1dce00374f471035fc8aa7bebf7e450a41665a0dcec77
2026-05-30T18:04:50.043871Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:50.049299Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:50.062572Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=00000000017d2970a164721a24c691bcde5fbab71d86eca38df56b7212a7f961
2026-05-30T18:04:50.068391Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732339)) hash=0000000000a67d5dc423bd2a51c370c2bdd82deb6cb78282b8cd169d0898f744
2026-05-30T18:04:50.068446Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=00000000004e4672c86fd0f234e7267ceb02d08adbbbea65663043fa9ecac1fa
2026-05-30T18:04:50.078285Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=00000000018cb2bca956f9ac642398e22bb9f81209db5631a4195a6cf6812908
2026-05-30T18:04:50.090561Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=00000000008004740b88b00ce734497f939c72bb9724192716640feef16db27e
2026-05-30T18:04:50.102087Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732356)) hash=0000000000703b8a7990ed095b5925270e25a8443f34e29fd3c669387dc4324f
2026-05-30T18:04:50.102119Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=00000000017df3f9767ba1338a624a9fabba312cf5537aac348cfcdb70ccfdad
2026-05-30T18:04:50.144984Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:50.145215Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:50.150559Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:50.150781Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:50.173110Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732312)) hash=00000000006283f6c143b0017661dde278f5fd97b1f3cfa3687825469b16e844
2026-05-30T18:04:50.173171Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=00000000007a81a717693d8694e63181cc36cde98f34d0e021264aa2cf2b4b8c
2026-05-30T18:04:50.180328Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732321)) hash=000000000036b96007bc47d9de3641b7aaea38962f47e72b6dec9a9e588611b7
2026-05-30T18:04:50.190506Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=00000000009e1b4b88677fbf0833985cfaf0f71c941512cbcd851cc97f6070d5
2026-05-30T18:04:50.199959Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732342)) hash=000000000139fec614cf16d03e1aca18c9a23cf2dcbe5cf75939fc1bc77216e1
2026-05-30T18:04:50.212583Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=000000000135ad76c03b1d950def3137edd6fa36df0e7a4a09788ebe89b50a24
2026-05-30T18:04:50.216865Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732327)) hash=00000000013374176a768a4a156c741245302fd7c7d29b43d30a279de5134393
2026-05-30T18:04:50.219215Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000b4eeae2c525c8f8038e4a97971279dfb0b69eedfd26a542be99107
2026-05-30T18:04:50.238069Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000001806cc4061b4de261217f8081593b403e2dc1842fcef1181b932333
2026-05-30T18:04:50.247807Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:50.291606Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732353)) hash=00000000013f7d2c95c0d17dd96139c3de103e34d9703ba92082d93bf54c34b3
2026-05-30T18:04:50.302100Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000001728fff38d5be051dc4296b819a366f6ee5f870054741631431adf9
2026-05-30T18:04:50.304239Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:50.304481Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:50.338816Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:50.339043Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:50.343475Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000996742c8f288e1da7120acee16fd7a1f57d3b2b29ef7700c325618
2026-05-30T18:04:50.346304Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732344)) hash=00000000010b281214bedbd121518c5d8ac61dfeebf4cd1790f391c75c2fc1fb
2026-05-30T18:04:50.414774Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=000000000175ec34ef66431c862e601241866dfd7b495e1147841f9310cefa5b
2026-05-30T18:04:50.434448Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:50.434689Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:50.442078Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:50.450349Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:50.468822Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:50.469047Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:50.470146Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000035829b3b64e111cff1d5fba425e9ed91af33a7fb0c15f2d3927bf
2026-05-30T18:04:50.563869Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732341)) hash=00000000014e7e4efb624d94a9ad4412f79f93eb1c78e27f32707cfdbf641232
2026-05-30T18:04:50.578209Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:50.581077Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=00000000007ee70537a82b1194fb46e35e38e3598c59afbbdd2da4de2619d02e
2026-05-30T18:04:50.582632Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732352)) hash=00000000009f06c2b1cf54b216ed97fe1eefcb9b9038c83f41885403c44a9091
2026-05-30T18:04:50.593575Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732336)) hash=00000000000079e5c409c399b35d4fd5dc3c4dc34f1489e557c1fd744c7c5e76
2026-05-30T18:04:50.593636Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=00000000003c291263b396193261c62b5413cb03ffd7a85eb49e02f297f5b52e
2026-05-30T18:04:50.594417Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=00000000015b3b5becc28a0a4b054aeb02e83236fa83d914b3053e377fa13cc9
2026-05-30T18:04:50.638645Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000ca1bb6d22a4a17bbbf7bf1463fa257017bd8cff823b786623d6266
2026-05-30T18:04:50.652817Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732367)) hash=00000000004e4672c86fd0f234e7267ceb02d08adbbbea65663043fa9ecac1fa
2026-05-30T18:04:50.669960Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:50.670195Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:50.676260Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:50.686601Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732372)) hash=00000000009e1b4b88677fbf0833985cfaf0f71c941512cbcd851cc97f6070d5
2026-05-30T18:04:50.686643Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=000000000111ef4c4e071dbe43cc0c49680daface7098bb80eaca338c1c48f5c
2026-05-30T18:04:50.688091Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:50.693180Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:50.718611Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000001425295c6af35c71b869e29013077c03410c20bdde6a4fd153e3c9e
2026-05-30T18:04:50.746576Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732351)) hash=000000000184d3f3d77e20e6acc64cf9fed5dac86aef9933b34e2a5013e4391e
2026-05-30T18:04:50.780062Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=00000000014e56d00af16fdb8761e225e92f0e38194051b5ca06cc937138cec9
2026-05-30T18:04:50.795113Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:50.800925Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732349)) hash=00000000004bd5e18ff310d53585cf5702ef8231ad525652f639dda433659c56
2026-05-30T18:04:50.804343Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732360)) hash=00000000013d002c325235d30cf23b951435883ba5c60486a1d1a6e7b97a34ab
2026-05-30T18:04:50.830526Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732320)) hash=00000000004a693ca13052807f70b1963b861936c6c04e9decbd9243969287c7
2026-05-30T18:04:50.838360Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000a0c0f64c49da09bb6880b804ee0cde3728eedc0a6975386de567f6
2026-05-30T18:04:50.839094Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000250ce99a5cff499e40909ea827b104134de5eafa3e8b8af2129c75
2026-05-30T18:04:50.861125Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732355)) hash=00000000001bd1a23903d3b1ef2b5f36bfe48dc70c38592ab22e068ec06c3194
2026-05-30T18:04:50.861170Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000001c8def18f37528952c2906237ccacac0fbe47e42c41a3e0b92b1895
2026-05-30T18:04:50.877780Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:50.888543Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000001c0fa6326706e42eae30fe73956f874a3ea3bea3de46d4a58a1fddd
2026-05-30T18:04:50.889800Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732362)) hash=0000000000bea900ac891d39b9d80115896b828dcde2b7a407fa96357cf161fe
2026-05-30T18:04:50.891616Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732377)) hash=0000000000996742c8f288e1da7120acee16fd7a1f57d3b2b29ef7700c325618
2026-05-30T18:04:50.958641Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000001450f40a0f7e182c82269bcb68b18308fc706284ce0aee8b7f60907
2026-05-30T18:04:50.973896Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=00000000019faf19ed0802eff3d20f196dfc810e53f38c5ed6c4fa138c77834f
2026-05-30T18:04:50.980560Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:50.987496Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:50.987723Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:50.992613Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:50.996774Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=00000000014467cd0631e8d3280f9e08d6169dcdc3ea50aeff1f21e7542ac0a2
2026-05-30T18:04:51.009299Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732386)) hash=00000000014e56d00af16fdb8761e225e92f0e38194051b5ca06cc937138cec9
2026-05-30T18:04:51.086121Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=000000000055964a3abe14cb4127d6f1e05a2cfe2ff017338c0ccc3aa15a5f0e
2026-05-30T18:04:51.097316Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732375)) hash=0000000001806cc4061b4de261217f8081593b403e2dc1842fcef1181b932333
2026-05-30T18:04:51.105090Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=00000000010bfe3d1610783013a38f3e1a551ccf1cf5730eed406e3a7488986a
2026-05-30T18:04:51.115373Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:51.146986Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732373)) hash=000000000135ad76c03b1d950def3137edd6fa36df0e7a4a09788ebe89b50a24
2026-05-30T18:04:51.172989Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732335)) hash=00000000006d43ae64158c2ae8598a767308372bf85ac99f6d9becb7f50f0f1a
2026-05-30T18:04:51.173046Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000f836c8ec6ecf0aae1cb17987e778c6d8dddd920f873e3be5e99bff
2026-05-30T18:04:51.175563Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732381)) hash=00000000003c291263b396193261c62b5413cb03ffd7a85eb49e02f297f5b52e
2026-05-30T18:04:51.175626Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=000000000085c2b79401ef46fa93191814b79acde88135929e4cb8dbdfa9c1db
2026-05-30T18:04:51.198033Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=00000000004bd9378ce65c32c14c13458bd61897d0f95e99b666a23f95f3f720
2026-05-30T18:04:51.202781Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=00000000010ca17134d5354a2d642d52bfa6aa1d837e139bad1217528538c325
2026-05-30T18:04:51.203496Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=00000000003d9671a27d4570244f2038c442923090ffb245c5fd1da1558945ce
2026-05-30T18:04:51.213560Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=00000000002abd9a6cc0b031a34d9bdce59571be3470d4b3316de27b565c6802
2026-05-30T18:04:51.230560Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732365)) hash=00000000019436e3daa1dce00374f471035fc8aa7bebf7e450a41665a0dcec77
2026-05-30T18:04:51.230609Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=00000000018b52be95e1ed1fcf4a0d1a8b38f2a6cc068699d8ea59c8aeef1bf9
2026-05-30T18:04:51.232419Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:51.232628Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732357)) hash=0000000000ea5b14648b546f53aee72d9f192c896750e3fe3d0caf2d6867f0ca
2026-05-30T18:04:51.291906Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732363)) hash=0000000000518415a52ebbf9d1bc75b6f811cbe83e73a3e988817ddc86675872
2026-05-30T18:04:51.293031Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=000000000102766f57f3baeae545df6bbb8f8df210c809759d416b479c1ab34a
2026-05-30T18:04:51.309929Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000a83fcd03b1b947153e59d5e402e80d13ed5512e2e1d00e400b3452
2026-05-30T18:04:51.323299Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000001835c5ab344aaeea457ad03034dea3575d0ecacbe8ade1538a8004e
2026-05-30T18:04:51.339367Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732350)) hash=0000000000e1ab31a2f77d544f467c3f752bcf53e54962d5615c384ae8ea4044
2026-05-30T18:04:51.366679Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=00000000013bb9227c587b961e66d226cdc96c8f220d99b04a3bed2ae9c4b374
2026-05-30T18:04:51.372593Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:51.372834Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:51.402205Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732385)) hash=0000000001425295c6af35c71b869e29013077c03410c20bdde6a4fd153e3c9e
2026-05-30T18:04:51.422225Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=00000000003a3b5f84c5e0419d01feb2ca2c9673169ac609d22794cf7e10e7c3
2026-05-30T18:04:51.430770Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000001670566e806beb7d777f83fdd0cdb5e1c37fed2f7ae73cc7a1c65d4
2026-05-30T18:04:51.430815Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732379)) hash=0000000000035829b3b64e111cff1d5fba425e9ed91af33a7fb0c15f2d3927bf
2026-05-30T18:04:51.463169Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732388)) hash=0000000000250ce99a5cff499e40909ea827b104134de5eafa3e8b8af2129c75
2026-05-30T18:04:51.463209Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000af2c56d38f5ec4b69bf5cc84f88d7aebf0779e0000f5c8037f8ceb
2026-05-30T18:04:51.477611Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:51.477858Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:51.488932Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000bdb20fdbc9eee7cde6487860ae78c8166623c8c717157607ab5bb3
2026-05-30T18:04:51.489524Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:51.490296Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732347)) hash=00000000004d836f587b6ec64676a6634960f2f257f3478673b9b2c6a568ebf2
2026-05-30T18:04:51.498958Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:51.510375Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732391)) hash=0000000001450f40a0f7e182c82269bcb68b18308fc706284ce0aee8b7f60907
2026-05-30T18:04:51.510428Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000816164138a47e211f4b3acd7268a92561ac042f68f5747c97985ba
2026-05-30T18:04:51.533964Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=00000000013236d79db2da03b6252920e578f7dd5033f4fda66487139f23bfe6
2026-05-30T18:04:51.569662Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=000000000155c64490f37eaa494a26d8996a5fb63a86420468be42013731eb10
2026-05-30T18:04:51.611610Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732400)) hash=00000000003d9671a27d4570244f2038c442923090ffb245c5fd1da1558945ce
2026-05-30T18:04:51.611665Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=00000000011ad50bead4e7dd1b872fda76cbb24a3e844981a04f58b5895c3b51
2026-05-30T18:04:51.635595Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:51.659648Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732393)) hash=00000000014467cd0631e8d3280f9e08d6169dcdc3ea50aeff1f21e7542ac0a2
2026-05-30T18:04:51.660613Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000c843d42d5c483c69b33c5c0e7e65457f29efa6e3dac61deee7924a
2026-05-30T18:04:51.733430Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000d230ac30a6ee70de82a6cdcde381e829b2245880ef851fa30135b7
2026-05-30T18:04:51.747838Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732364)) hash=0000000000e305cb9672692b607da42495fddb31c2f88a3a0eb060cc65f245d0
2026-05-30T18:04:51.755921Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000a5eee743fe269441bc61b0b42609fdec4b958c79d09f3701a4ae60
2026-05-30T18:04:51.774705Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732368)) hash=00000000018cb2bca956f9ac642398e22bb9f81209db5631a4195a6cf6812908
2026-05-30T18:04:51.774754Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=000000000121e60e9e12561bf3eea39c56f19d3e4b2b68d75ebaef11af35caa5
2026-05-30T18:04:51.802545Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:51.803482Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732407)) hash=00000000003a3b5f84c5e0419d01feb2ca2c9673169ac609d22794cf7e10e7c3
2026-05-30T18:04:51.814086Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732396)) hash=0000000000f836c8ec6ecf0aae1cb17987e778c6d8dddd920f873e3be5e99bff
2026-05-30T18:04:51.816335Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000cb3cd443187229c592bcdfd870155ef73229f5b4faf1384256cd53
2026-05-30T18:04:51.818223Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732382)) hash=00000000015b3b5becc28a0a4b054aeb02e83236fa83d914b3053e377fa13cc9
2026-05-30T18:04:51.855117Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=000000000098dab88c3eb14510b6cc0e7e1bbb39b681901cd9883316e02eebf3
2026-05-30T18:04:51.858492Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732397)) hash=000000000085c2b79401ef46fa93191814b79acde88135929e4cb8dbdfa9c1db
2026-05-30T18:04:51.864264Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=00000000010ea3063e77c30fdd0a3c837d0af2220a9079caebe3cd7a057b87ed
2026-05-30T18:04:51.869655Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000f3e37658f5ddc9ab76e9761f81facaee5dda24e0445a2f099aa8c6
2026-05-30T18:04:51.869821Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732376)) hash=0000000001728fff38d5be051dc4296b819a366f6ee5f870054741631431adf9
2026-05-30T18:04:51.890795Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:51.903496Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:51.934426Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:51.952887Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732412)) hash=00000000013236d79db2da03b6252920e578f7dd5033f4fda66487139f23bfe6
2026-05-30T18:04:51.952929Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=000000000066a35371a694b2e3241162508332ec3af5d99ae6cb7cdf6b240da8
2026-05-30T18:04:51.993076Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000001855554675a56acd3ac3d018d5d18b8ebfc2ad1183e7ae9689c8265
2026-05-30T18:04:52.000451Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732369)) hash=00000000008004740b88b00ce734497f939c72bb9724192716640feef16db27e
2026-05-30T18:04:52.017241Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:52.043895Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732387)) hash=0000000000a0c0f64c49da09bb6880b804ee0cde3728eedc0a6975386de567f6
2026-05-30T18:04:52.045765Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732366)) hash=00000000017d2970a164721a24c691bcde5fbab71d86eca38df56b7212a7f961
2026-05-30T18:04:52.081100Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=00000000005a0a2936b38134d35c225765dca4a292c3a6d159b26c63cc08c1be
2026-05-30T18:04:52.094007Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000cbc198a6034f3508d3808b25a66937fc3d0e4e0a8a88f8051b5ba7
2026-05-30T18:04:52.107053Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:52.113815Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:52.118985Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732383)) hash=0000000000ca1bb6d22a4a17bbbf7bf1463fa257017bd8cff823b786623d6266
2026-05-30T18:04:52.189179Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000d011ce73607946c980b2b23ff3ce41aebe0d4cc7d2293f53eca555
2026-05-30T18:04:52.202023Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:52.212284Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732378)) hash=000000000175ec34ef66431c862e601241866dfd7b495e1147841f9310cefa5b
2026-05-30T18:04:52.212355Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=00000000002662944267a75980a78c2cbb4c213a0b7be5f7f62e7618d4704bec
2026-05-30T18:04:52.219069Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:52.257544Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732403)) hash=000000000102766f57f3baeae545df6bbb8f8df210c809759d416b479c1ab34a
2026-05-30T18:04:52.257611Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=00000000007342a9338e82410a3662d5550dba841792b91a9a2204b7619c6892
2026-05-30T18:04:52.307086Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732394)) hash=000000000055964a3abe14cb4127d6f1e05a2cfe2ff017338c0ccc3aa15a5f0e
2026-05-30T18:04:52.307131Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=000000000152a09e8ce1865b6e2d375ca8b2c173c83d4ea149134ab626f76e80
2026-05-30T18:04:52.351588Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:52.363634Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:52.363863Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:52.366657Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732392)) hash=00000000019faf19ed0802eff3d20f196dfc810e53f38c5ed6c4fa138c77834f
2026-05-30T18:04:52.366707Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=00000000014db1a82a6c0233b5d58b576e8d00ca3bdee3d50161799996c8f0f1
2026-05-30T18:04:52.381837Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:52.407732Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732402)) hash=00000000018b52be95e1ed1fcf4a0d1a8b38f2a6cc068699d8ea59c8aeef1bf9
2026-05-30T18:04:52.435770Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732423)) hash=000000000066a35371a694b2e3241162508332ec3af5d99ae6cb7cdf6b240da8
2026-05-30T18:04:52.438661Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000b69dc1d99eea0b47e5509ce9894b54e7f9141278a592c6bc8d3db8
2026-05-30T18:04:52.478273Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732416)) hash=0000000000d230ac30a6ee70de82a6cdcde381e829b2245880ef851fa30135b7
2026-05-30T18:04:52.478324Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=000000000132e992d7a11322aa25a115a6f89b5fa4853f50b3c276e7ca63ea51
2026-05-30T18:04:52.478964Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:52.479218Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:52.480327Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732427)) hash=0000000000d011ce73607946c980b2b23ff3ce41aebe0d4cc7d2293f53eca555
2026-05-30T18:04:52.487458Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:52.489900Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=000000000081d9d821df180de2655db3d39fda565cb46c41a537c888bf19ac96
2026-05-30T18:04:52.504009Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732413)) hash=000000000155c64490f37eaa494a26d8996a5fb63a86420468be42013731eb10
2026-05-30T18:04:52.506395Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:52.513980Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=00000000012f2fd23030402e2e8a1a7873171c2cea22cb79916280c44e847f15
2026-05-30T18:04:52.521378Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732395)) hash=00000000010bfe3d1610783013a38f3e1a551ccf1cf5730eed406e3a7488986a
2026-05-30T18:04:52.555159Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732422)) hash=0000000000f3e37658f5ddc9ab76e9761f81facaee5dda24e0445a2f099aa8c6
2026-05-30T18:04:52.555187Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000f3fb46dbd9889cb5928a83790ec7cd475d37c3b04280fa68f73eca
2026-05-30T18:04:52.564140Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=00000000016e27777b692b1318cf19bf587f8804283381ddf871791914d589e1
2026-05-30T18:04:52.613575Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=00000000015bb5d6f84dd8525001d044556793bbdac8937b5b8f9233659a0a65
2026-05-30T18:04:52.618875Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:52.620860Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732389)) hash=0000000001c8def18f37528952c2906237ccacac0fbe47e42c41a3e0b92b1895
2026-05-30T18:04:52.628045Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:52.638318Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732398)) hash=00000000004bd9378ce65c32c14c13458bd61897d0f95e99b666a23f95f3f720
2026-05-30T18:04:52.638379Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000380369f9dce249cc5681d9c9802ee2d5d8a7a7e091c295ee8f82a9
2026-05-30T18:04:52.707927Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000001d492583f22dc85d0378f4ddf9984595f0f7aaa12f4a4679115486d
2026-05-30T18:04:52.737609Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:52.737846Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:52.761610Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732432)) hash=0000000000b69dc1d99eea0b47e5509ce9894b54e7f9141278a592c6bc8d3db8
2026-05-30T18:04:52.761654Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000001bc2d1ff66e22025276aef7795793db0763be802e49b05172e674e1
2026-05-30T18:04:52.820180Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=00000000005350de1993fb6d5a877c523ebba31171399a70dfbcff425cdef872
2026-05-30T18:04:52.838911Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=000000000052f786cdbc4bbabcb2d00de8619ec333ff9df249102b4b6a8f3a4c
2026-05-30T18:04:52.841085Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732436)) hash=0000000000f3fb46dbd9889cb5928a83790ec7cd475d37c3b04280fa68f73eca
2026-05-30T18:04:52.847026Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732408)) hash=0000000001670566e806beb7d777f83fdd0cdb5e1c37fed2f7ae73cc7a1c65d4
2026-05-30T18:04:52.861068Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=00000000017e21a22047d3d43c569e3434fe2267e7385a44de0eddc8bfc8eb9b
2026-05-30T18:04:52.869759Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:52.870298Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:52.909140Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732430)) hash=000000000152a09e8ce1865b6e2d375ca8b2c173c83d4ea149134ab626f76e80
2026-05-30T18:04:52.939707Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=00000000001551f88eb16a24aa7792a94a7d5a754bb65380923b87dc2880fe81
2026-05-30T18:04:52.947306Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000001a6549b8ae35dbbc4a020e715baa0fe68fee03938b39ae6158df3c8
2026-05-30T18:04:52.957899Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732433)) hash=000000000132e992d7a11322aa25a115a6f89b5fa4853f50b3c276e7ca63ea51
2026-05-30T18:04:52.957964Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000001128a7c52f8fba274453a3d36fa5e30ea3476c425b73c1f904d7828
2026-05-30T18:04:52.975688Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732424)) hash=0000000001855554675a56acd3ac3d018d5d18b8ebfc2ad1183e7ae9689c8265
2026-05-30T18:04:52.980934Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:52.983931Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=00000000010718f55b1970c4f99412c0eb5acdf89a861b3d1e381f0bbac2aa34
2026-05-30T18:04:52.992771Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732409)) hash=0000000000af2c56d38f5ec4b69bf5cc84f88d7aebf0779e0000f5c8037f8ceb
2026-05-30T18:04:53.015838Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732414)) hash=00000000011ad50bead4e7dd1b872fda76cbb24a3e844981a04f58b5895c3b51
2026-05-30T18:04:53.015915Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=00000000001044b8ca8948ac8ef3fb74f78e476fd0ea895aba11a88646dc8dc6
2026-05-30T18:04:53.055852Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=00000000000bc0ab6a5c93c3a982f3b645a23641042105e8e34743b51a109e7d
2026-05-30T18:04:53.063631Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:53.072857Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=00000000000c3a06fa2ac2ac2728a82d738c7e0bbf93fd0b1fcb2fa2ceb22dbd
2026-05-30T18:04:53.079667Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732418)) hash=000000000121e60e9e12561bf3eea39c56f19d3e4b2b68d75ebaef11af35caa5
2026-05-30T18:04:53.124316Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732439)) hash=0000000000380369f9dce249cc5681d9c9802ee2d5d8a7a7e091c295ee8f82a9
2026-05-30T18:04:53.125353Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=000000000145c4568480eb41f45d60a49d04f5886c190e8b219db56d5844d0d1
2026-05-30T18:04:53.160686Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:53.164249Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000001c97b8f3f7eaf7f83ca317c1c49edac00289b26019507e61df5fe13
2026-05-30T18:04:53.173092Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000001972590096d9e582eb44aa48867d079dc805ced9dd7f00181d68190
2026-05-30T18:04:53.183024Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:53.192459Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=00000000020c3048630f2cd4d75d84710af10cd3af05d8afd72fa2dfb50696f0
2026-05-30T18:04:53.203665Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732434)) hash=000000000081d9d821df180de2655db3d39fda565cb46c41a537c888bf19ac96
2026-05-30T18:04:53.203714Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000ec032cc9bd67e13736210ebfec1bb81e14164fe7552f959b82d400
2026-05-30T18:04:53.267014Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:53.272623Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=000000000052fdf8770b3c728da04d50e476a4af1d9f3863cbeb8751a160a540
2026-05-30T18:04:53.308121Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:53.308356Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:53.325182Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:53.362476Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732445)) hash=00000000001551f88eb16a24aa7792a94a7d5a754bb65380923b87dc2880fe81
2026-05-30T18:04:53.362537Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000001a068565a69244319a54966f979e37d6df4004e34046631c9df0577
2026-05-30T18:04:53.364326Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=00000000008108d9b6dd714417d6e5d17f0f5e654d4a896072ce4da8ce1ad782
2026-05-30T18:04:53.394735Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732431)) hash=00000000014db1a82a6c0233b5d58b576e8d00ca3bdee3d50161799996c8f0f1
2026-05-30T18:04:53.425961Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:53.426290Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:53.431496Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732411)) hash=0000000000816164138a47e211f4b3acd7268a92561ac042f68f5747c97985ba
2026-05-30T18:04:53.431565Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000e1a77319b754f3da28ba86c0f90ee662a518a22f7917379c5d430f
2026-05-30T18:04:53.454757Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732429)) hash=00000000007342a9338e82410a3662d5550dba841792b91a9a2204b7619c6892
2026-05-30T18:04:53.459947Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=00000000009ba66ffd651715487c5ddb31332bd72ca46231ab037d8dc840c35e
2026-05-30T18:04:53.491378Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=00000000014010efde98c703a93406b21deed22656ed700d78579dd7bcfd285b
2026-05-30T18:04:53.527019Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732415)) hash=0000000000c843d42d5c483c69b33c5c0e7e65457f29efa6e3dac61deee7924a
2026-05-30T18:04:53.550404Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732456)) hash=0000000000ec032cc9bd67e13736210ebfec1bb81e14164fe7552f959b82d400
2026-05-30T18:04:53.550447Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000001d74048c8c65d300b58676342afdf8822bd20dfdf2125177a0e006b
2026-05-30T18:04:53.553668Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:53.581510Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732437)) hash=00000000016e27777b692b1318cf19bf587f8804283381ddf871791914d589e1
2026-05-30T18:04:53.581579Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=00000000009080cbfa833d9f1eb0a36555cf9241fa5014501b1345062e55305c
2026-05-30T18:04:53.587467Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:53.587697Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:53.591808Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000001701520aa95a03576621ab1877f79ac3c63296559e0e362b4ecb9f8
2026-05-30T18:04:53.594168Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:53.605522Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000c7c744e5f911d5e61307885a29b624256d6be4037856e3fd970a8e
2026-05-30T18:04:53.647205Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732421)) hash=00000000010ea3063e77c30fdd0a3c837d0af2220a9079caebe3cd7a057b87ed
2026-05-30T18:04:53.692821Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:53.702808Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:53.706305Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=00000000008e07ecbede2863062748fdd8a79b135602f3219b07d804904f67aa
2026-05-30T18:04:53.711446Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:53.723204Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732459)) hash=00000000008108d9b6dd714417d6e5d17f0f5e654d4a896072ce4da8ce1ad782
2026-05-30T18:04:53.731728Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=000000000047bc95375a94354835c5f3681e7be69bd69bcb02018882b79b8f9d
2026-05-30T18:04:53.739426Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732446)) hash=0000000001a6549b8ae35dbbc4a020e715baa0fe68fee03938b39ae6158df3c8
2026-05-30T18:04:53.744374Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732406)) hash=00000000013bb9227c587b961e66d226cdc96c8f220d99b04a3bed2ae9c4b374
2026-05-30T18:04:53.744436Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=00000000006785d360d65facafc42353020c4ab7d7b8446d5f9b5751c2a4025a
2026-05-30T18:04:53.745334Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000001a7939a154784d25b8ad799b3758b3ac1ba2c00a9c1028992627a16
2026-05-30T18:04:53.763448Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732461)) hash=00000000009ba66ffd651715487c5ddb31332bd72ca46231ab037d8dc840c35e
2026-05-30T18:04:53.784103Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732420)) hash=000000000098dab88c3eb14510b6cc0e7e1bbb39b681901cd9883316e02eebf3
2026-05-30T18:04:53.784168Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000001039593c7a2f00a5aec80f53dd0841a268dcac028a0faef88e1a373
2026-05-30T18:04:53.804011Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:53.811367Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732449)) hash=00000000001044b8ca8948ac8ef3fb74f78e476fd0ea895aba11a88646dc8dc6
2026-05-30T18:04:53.811421Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=000000000113a99668db3389d6904b711872bd940691d461be9edfa03dacf382
2026-05-30T18:04:53.814460Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=00000000016ca9408c886031cdcfae707ae6f1c4a5ae56903add4eaef6fc1e7d
2026-05-30T18:04:53.819065Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732450)) hash=00000000000bc0ab6a5c93c3a982f3b645a23641042105e8e34743b51a109e7d
2026-05-30T18:04:53.834113Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000001091d836f5c29756843cb587f47ae8eeae3ddba7703caae4127dfc2
2026-05-30T18:04:53.862949Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:53.875848Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=000000000020155425c93dc092701269811dd6020e035c8cc1112ffaec8c5073
2026-05-30T18:04:53.887011Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732448)) hash=00000000010718f55b1970c4f99412c0eb5acdf89a861b3d1e381f0bbac2aa34
2026-05-30T18:04:53.900426Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732458)) hash=0000000001a068565a69244319a54966f979e37d6df4004e34046631c9df0577
2026-05-30T18:04:53.905422Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732441)) hash=0000000001bc2d1ff66e22025276aef7795793db0763be802e49b05172e674e1
2026-05-30T18:04:53.905484Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000001bff8c13ef2473e10ca714b7f3b271b7c39fa33d0c8e813de074ff0
2026-05-30T18:04:53.922563Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=00000000004d91602b716b91a4256273c210f98852727b278a21b9024a3dea97
2026-05-30T18:04:53.931624Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:53.951073Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732468)) hash=000000000047bc95375a94354835c5f3681e7be69bd69bcb02018882b79b8f9d
2026-05-30T18:04:53.984191Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000e253b2c4e44a572c43d4fbb088abdac4f3100426c0ea9034e82a90
2026-05-30T18:04:54.000998Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=000000000073ef4ce31ee6fe0abe82b2454d238ca25f61d5f7c46e215881f40f
2026-05-30T18:04:54.021448Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:54.021770Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:54.021997Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:54.041334Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732469)) hash=00000000006785d360d65facafc42353020c4ab7d7b8446d5f9b5751c2a4025a
2026-05-30T18:04:54.081687Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732428)) hash=00000000002662944267a75980a78c2cbb4c213a0b7be5f7f62e7618d4704bec
2026-05-30T18:04:54.081749Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=000000000129d5da7a0bbab852d74a75a0d2e66cfcce95b678ade5f2e90cf2d0
2026-05-30T18:04:54.105936Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=000000000169cff952b4aa64d712ee24f0348c09f6a14f8f2ecfef62cb9c93ea
2026-05-30T18:04:54.106069Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732443)) hash=000000000052f786cdbc4bbabcb2d00de8619ec333ff9df249102b4b6a8f3a4c
2026-05-30T18:04:54.120907Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:54.124548Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732447)) hash=0000000001128a7c52f8fba274453a3d36fa5e30ea3476c425b73c1f904d7828
2026-05-30T18:04:54.124599Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=00000000001d6d25158cbc66027343631f159b4b8254da67310109821bf61d19
2026-05-30T18:04:54.139488Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=000000000076bd506315bc393e94fe8e9bd3251524b4921594a94fad5863bd01
2026-05-30T18:04:54.148416Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:54.148652Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:54.156079Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732455)) hash=00000000020c3048630f2cd4d75d84710af10cd3af05d8afd72fa2dfb50696f0
2026-05-30T18:04:54.161155Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732464)) hash=00000000009080cbfa833d9f1eb0a36555cf9241fa5014501b1345062e55305c
2026-05-30T18:04:54.161216Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000850585e8946760dc49fb4af61dc7c36cd1c37c773cb0f948efa63d
2026-05-30T18:04:54.176405Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732440)) hash=0000000001d492583f22dc85d0378f4ddf9984595f0f7aaa12f4a4679115486d
2026-05-30T18:04:54.176448Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000001a635582278affb877a73412caf0c5f9f1ae5d2c8f308289033a4e0
2026-05-30T18:04:54.189849Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732478)) hash=0000000000e253b2c4e44a572c43d4fbb088abdac4f3100426c0ea9034e82a90
2026-05-30T18:04:54.189906Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=000000000135139aaa5df133671e160f85458225cfdcae713a258393c63a3f3a
2026-05-30T18:04:54.191165Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:54.222856Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=000000000102a895683bb894d2aa0a3ba138a6fea7fb2d5afbb1dc74db2a36f7
2026-05-30T18:04:54.222884Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000e6c8ac516bbac11aec8f06129a45f3c02e4d5bbf1e02e4f530a5f3
2026-05-30T18:04:54.237144Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:54.237670Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000001878dd3f85dfd0f75100b595f6e518252b9be86be7981fe58319249
2026-05-30T18:04:54.247803Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=00000000004271ded1bf942a81c2e0ea34a02af7244a62ceb6e5e85f926cac65
2026-05-30T18:04:54.250096Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732452)) hash=000000000145c4568480eb41f45d60a49d04f5886c190e8b219db56d5844d0d1
2026-05-30T18:04:54.347869Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000a2a3eb116b6f906d4c7a6808abc47628f38ef92a4bbfaf352777a5
2026-05-30T18:04:54.350498Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732472)) hash=000000000113a99668db3389d6904b711872bd940691d461be9edfa03dacf382
2026-05-30T18:04:54.350549Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=000000000188f4470da1359c01532dd8dfe63c1c8387512eb383ade26537203e
2026-05-30T18:04:54.355252Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732453)) hash=0000000001c97b8f3f7eaf7f83ca317c1c49edac00289b26019507e61df5fe13
2026-05-30T18:04:54.356317Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000d0a346434052159ba041cb924a8e6101fc985ac9acf952940b7ae0
2026-05-30T18:04:54.360072Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732444)) hash=00000000017e21a22047d3d43c569e3434fe2267e7385a44de0eddc8bfc8eb9b
2026-05-30T18:04:54.360138Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=000000000048047cbf82e7b4dbf79f580d6cd97bcdc8956615ee7c46130a4b6a
2026-05-30T18:04:54.361747Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:54.362706Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000001b7fa28dd01fb71daa6625f9b396d4d56ee46f26a673e48204701fb
2026-05-30T18:04:54.371049Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:54.374802Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000fb805214d40f8e59e050ed8733bdbd9e27430cb8d4bdadee0baf6a
2026-05-30T18:04:54.387446Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732466)) hash=0000000000c7c744e5f911d5e61307885a29b624256d6be4037856e3fd970a8e
2026-05-30T18:04:54.420633Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732473)) hash=00000000016ca9408c886031cdcfae707ae6f1c4a5ae56903add4eaef6fc1e7d
2026-05-30T18:04:54.464453Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=00000000010193eb17c0bb3df15a55b4699179385caad9f664198a30f02e7c57
2026-05-30T18:04:54.471655Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:54.478052Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:54.478278Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:54.487369Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:54.491751Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=000000000078c65022b4659496be997db47cfecf8b4fb537dcf76bd0565f9233
2026-05-30T18:04:54.503574Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732463)) hash=0000000001d74048c8c65d300b58676342afdf8822bd20dfdf2125177a0e006b
2026-05-30T18:04:54.508986Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:54.538532Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:54.540457Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732474)) hash=0000000001091d836f5c29756843cb587f47ae8eeae3ddba7703caae4127dfc2
2026-05-30T18:04:54.540507Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000001488463439dadb61af2ce4aad06b40582395658fc2d2f67e481d4a7
2026-05-30T18:04:54.579379Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732462)) hash=00000000014010efde98c703a93406b21deed22656ed700d78579dd7bcfd285b
2026-05-30T18:04:54.579411Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=00000000007b07cffca90b3dd1c77ac9055d532fd0149c78e6f959d6d3cbab14
2026-05-30T18:04:54.616550Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732470)) hash=0000000001a7939a154784d25b8ad799b3758b3ac1ba2c00a9c1028992627a16
2026-05-30T18:04:54.618447Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=000000000067c6737af2643c2b68ebb031a57dcf5753ae4ba1655c175026c4c9
2026-05-30T18:04:54.627868Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732480)) hash=000000000129d5da7a0bbab852d74a75a0d2e66cfcce95b678ade5f2e90cf2d0
2026-05-30T18:04:54.627907Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000591707ddea3803a4398a1d708429b625769d0d96c33492ef06467b
2026-05-30T18:04:54.653229Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732488)) hash=0000000000e6c8ac516bbac11aec8f06129a45f3c02e4d5bbf1e02e4f530a5f3
2026-05-30T18:04:54.653277Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=00000000017551e3b9ff9f68d5152eb16debdd00d24bd835f8ff0210d8123dd9
2026-05-30T18:04:54.678647Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:54.678921Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:54.709771Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732454)) hash=0000000001972590096d9e582eb44aa48867d079dc805ced9dd7f00181d68190
2026-05-30T18:04:54.709823Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=00000000011e01d51fca7e46d2d27b17748c5cc19225a7aef01f6b84ddb44e61
2026-05-30T18:04:54.744624Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=00000000013c15f7297571e34fe33ac696163d2783bf6fbdd77180c978a35de4
2026-05-30T18:04:54.789456Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000df0f9b139e654500ecad825982d2060de7541c4345b4869158bc4a
2026-05-30T18:04:54.791101Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:54.791352Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:54.859509Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732479)) hash=000000000073ef4ce31ee6fe0abe82b2454d238ca25f61d5f7c46e215881f40f
2026-05-30T18:04:54.864974Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732477)) hash=00000000004d91602b716b91a4256273c210f98852727b278a21b9024a3dea97
2026-05-30T18:04:54.897654Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000001dcbeebbad71b436d0b97efcd57efa9b22ab121e9f9074833315450
2026-05-30T18:04:54.898717Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732487)) hash=000000000102a895683bb894d2aa0a3ba138a6fea7fb2d5afbb1dc74db2a36f7
2026-05-30T18:04:54.904514Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:54.905605Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000001a55facc27eb815744938cfd0ed98120349a382030dce0172b353aa
2026-05-30T18:04:54.908083Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:54.942687Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:54.956425Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:54.975652Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:54.985304Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:54.997093Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000001e34d669f7799d0fd1132e4cebf8ff38c99d7c82f903cdf1902715e
2026-05-30T18:04:55.004553Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732465)) hash=0000000001701520aa95a03576621ab1877f79ac3c63296559e0e362b4ecb9f8
2026-05-30T18:04:55.006262Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=00000000013812c34ddf7f66022289d7db2e701418d3fa06302d679807290ec8
2026-05-30T18:04:55.012034Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732491)) hash=0000000000a2a3eb116b6f906d4c7a6808abc47628f38ef92a4bbfaf352777a5
2026-05-30T18:04:55.025335Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000001b17d4302998cafd3ee5489ab3d5231c8c64d8446ec47260ee29fb3
2026-05-30T18:04:55.025489Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732482)) hash=00000000001d6d25158cbc66027343631f159b4b8254da67310109821bf61d19
2026-05-30T18:04:55.028624Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000001261171e3d67988b9f63a9eb3154fec128a231ddefcaef6ce02fcaa
2026-05-30T18:04:55.042903Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:55.051372Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732498)) hash=000000000078c65022b4659496be997db47cfecf8b4fb537dcf76bd0565f9233
2026-05-30T18:04:55.051423Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=00000000006f10aac0b1c7115c13fa9846eef958a2fa261481e366a68793087a
2026-05-30T18:04:55.053973Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:55.067214Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:55.074955Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:55.085834Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732467)) hash=00000000008e07ecbede2863062748fdd8a79b135602f3219b07d804904f67aa
2026-05-30T18:04:55.085894Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000ffce58f9ca7c91ec72a0e2f6d597889f1c75d83d6868d0435a548f
2026-05-30T18:04:55.090593Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:55.114325Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000001ffa40c2283f2b185d949c4a7830703164ebb2645308be0d0a036ba
2026-05-30T18:04:55.124990Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:55.125219Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:55.129315Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732507)) hash=0000000001dcbeebbad71b436d0b97efcd57efa9b22ab121e9f9074833315450
2026-05-30T18:04:55.129373Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000001bad2431b1d7b55bfcd38a2d848186304c07f5ee8863dd07e594523
2026-05-30T18:04:55.135722Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732494)) hash=000000000048047cbf82e7b4dbf79f580d6cd97bcdc8956615ee7c46130a4b6a
2026-05-30T18:04:55.145647Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=000000000231a74abb422a3909f24e9e8e4ed00e6bd71af88bb2096d1502b409
2026-05-30T18:04:55.152246Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000001513b6a7549a0b3bd583b1229fb3fb5d57b037ea9422aba816c9c22
2026-05-30T18:04:55.223131Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732504)) hash=00000000011e01d51fca7e46d2d27b17748c5cc19225a7aef01f6b84ddb44e61
2026-05-30T18:04:55.225907Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:55.241313Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732495)) hash=0000000001b7fa28dd01fb71daa6625f9b396d4d56ee46f26a673e48204701fb
2026-05-30T18:04:55.241371Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=00000000018fba4be5804bbdb400f4490131101f2139c6a5731e5d025b459f06
2026-05-30T18:04:55.249588Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:55.276552Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000001969e4e4c9b1800035b764e8bb8eee11753ee0bd8f615c446a64d3e
2026-05-30T18:04:55.322877Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732471)) hash=0000000001039593c7a2f00a5aec80f53dd0841a268dcac028a0faef88e1a373
2026-05-30T18:04:55.330954Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000001af1d43a09a07d10b58ed587cd8b5660782dc82288f49a5b04e5f71
2026-05-30T18:04:55.338817Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:55.345316Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:55.355567Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732514)) hash=0000000000ffce58f9ca7c91ec72a0e2f6d597889f1c75d83d6868d0435a548f
2026-05-30T18:04:55.375933Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=000000000068869554558ca962764b6e02747d545612c7b2bb746cac84f255f5
2026-05-30T18:04:55.378786Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:55.385739Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732497)) hash=00000000010193eb17c0bb3df15a55b4699179385caad9f664198a30f02e7c57
2026-05-30T18:04:55.388106Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:55.402075Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000ff066e4c57cd2ce697fd9dfb310534f5882e5e419320dfb643a6cf
2026-05-30T18:04:55.410249Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:55.455827Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732493)) hash=0000000000d0a346434052159ba041cb924a8e6101fc985ac9acf952940b7ae0
2026-05-30T18:04:55.455873Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000dd7d8e7995db3c5cf171a821137545da104f28e1e68994b528b6ed
2026-05-30T18:04:55.464155Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:55.464384Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:55.497684Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:55.504500Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732485)) hash=0000000001a635582278affb877a73412caf0c5f9f1ae5d2c8f308289033a4e0
2026-05-30T18:04:55.506450Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:55.528866Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000b31593d06598a1ae177d6dbdba9984b5fc101298873383b518cdec
2026-05-30T18:04:55.537155Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000001c11ec49a1c182bd493d2c309c9cc767c2b4ad61b15693b6a95accc
2026-05-30T18:04:55.542081Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:55.576580Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732509)) hash=0000000001e34d669f7799d0fd1132e4cebf8ff38c99d7c82f903cdf1902715e
2026-05-30T18:04:55.576639Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000fbb68d327c856d1ed0a9f939494068273d9c4357b14bb75961d7bc
2026-05-30T18:04:55.627697Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000959b238bc046d43848c17e48761f68fe6620cd0b9ff2e118f09936
2026-05-30T18:04:55.632495Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:55.632731Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:55.657471Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000001495b1dc51594b6e7bc693aa08c241c657262adecd5b496b0ec8dcf
2026-05-30T18:04:55.663786Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732515)) hash=0000000001ffa40c2283f2b185d949c4a7830703164ebb2645308be0d0a036ba
2026-05-30T18:04:55.692988Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:55.693210Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:55.702078Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:55.744207Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732481)) hash=000000000169cff952b4aa64d712ee24f0348c09f6a14f8f2ecfef62cb9c93ea
2026-05-30T18:04:55.744381Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732513)) hash=00000000006f10aac0b1c7115c13fa9846eef958a2fa261481e366a68793087a
2026-05-30T18:04:55.747744Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:55.753451Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000258afd54ca5320c354e4d96e282c7dc74c494bc2feba4763f49818
2026-05-30T18:04:55.763638Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000001b34ab14ea64052b1d3f4090f8e484a18acc4bbd50e430d3a09cb79
2026-05-30T18:04:55.780140Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732502)) hash=0000000000591707ddea3803a4398a1d708429b625769d0d96c33492ef06467b
2026-05-30T18:04:55.782105Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000043bc14dc66ffe58ba2ab0234ddd6b9a600fb1fc9278e8ae2f3955
2026-05-30T18:04:55.799854Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=000000000086b752120eb9b705d1a5f47705373c3cb56568839d32e2338b55d8
2026-05-30T18:04:55.810972Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732486)) hash=000000000135139aaa5df133671e160f85458225cfdcae713a258393c63a3f3a
2026-05-30T18:04:55.819235Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732505)) hash=00000000013c15f7297571e34fe33ac696163d2783bf6fbdd77180c978a35de4
2026-05-30T18:04:55.849900Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:55.850229Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:55.861619Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732520)) hash=0000000001969e4e4c9b1800035b764e8bb8eee11753ee0bd8f615c446a64d3e
2026-05-30T18:04:55.861687Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000e1eb1785542ff5bfe398bdb3d7d64f389b579d1c53277ab8b4df45
2026-05-30T18:04:55.871743Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000001e6e9d3f03041ef06f86aa2b172d9e27bb0b423307dab7f3d2a180f
2026-05-30T18:04:55.895087Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:55.900382Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:55.909227Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=00000000016e7b96c25cbd39f7cda8bf7e5a57b3cc8a7817dff62b272cb231f4
2026-05-30T18:04:55.915557Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:55.922826Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732492)) hash=000000000188f4470da1359c01532dd8dfe63c1c8387512eb383ade26537203e
2026-05-30T18:04:55.922874Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000a3627b36885529184a4dc464f04c94d0d96388ccdbd437a23c87ad
2026-05-30T18:04:55.925427Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:55.934302Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:56.006397Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=000000000137a6503ab3d92d0688a47553397f629def045c05d887cded58948d
2026-05-30T18:04:56.006570Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:56.023704Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:56.030761Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=00000000004b3cd8734a9ce339ca7ede7614f152958e5bbc6b87692e0b2e0dc5
2026-05-30T18:04:56.055199Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732517)) hash=000000000231a74abb422a3909f24e9e8e4ed00e6bd71af88bb2096d1502b409
2026-05-30T18:04:56.055266Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=00000000006d0663c829ee40c02f65acab6bd7a2c9f8334e76286957f500bd9f
2026-05-30T18:04:56.072543Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732484)) hash=0000000000850585e8946760dc49fb4af61dc7c36cd1c37c773cb0f948efa63d
2026-05-30T18:04:56.088106Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=00000000012025564869e15ab8a774bd527ed4f8bd60dc8810cba9bc1c746769
2026-05-30T18:04:56.108840Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732531)) hash=0000000001b34ab14ea64052b1d3f4090f8e484a18acc4bbd50e430d3a09cb79
2026-05-30T18:04:56.132342Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=000000000125832ba32f110a1f6df335b4ea506e50fe76912f4ee9f4db2227f7
2026-05-30T18:04:56.152544Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000681f2d1ddf1580bd65f7ef50bdc6c41062fb5ae1cb55cb6ace9471
2026-05-30T18:04:56.152663Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732532)) hash=0000000000043bc14dc66ffe58ba2ab0234ddd6b9a600fb1fc9278e8ae2f3955
2026-05-30T18:04:56.163425Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:56.167719Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000d24189b6cb3ae91dc6964acf48f2dd74079a0f5df019f0686d2998
2026-05-30T18:04:56.239579Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000001c1e654b08dd9b2caf21bb0d03d350a520718b0b60762a4e1bced26
2026-05-30T18:04:56.250975Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:56.260885Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:56.264730Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:56.271703Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:56.295091Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=000000000110db4facddb333024424487c3d81881341d0403fd68ad016843e9e
2026-05-30T18:04:56.339702Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732528)) hash=0000000000959b238bc046d43848c17e48761f68fe6620cd0b9ff2e118f09936
2026-05-30T18:04:56.341037Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000b6f0ef86714615708191114cabd5fc8b0d08ccc7c375f08e267d1e
2026-05-30T18:04:56.352402Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732506)) hash=0000000000df0f9b139e654500ecad825982d2060de7541c4345b4869158bc4a
2026-05-30T18:04:56.379127Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732501)) hash=000000000067c6737af2643c2b68ebb031a57dcf5753ae4ba1655c175026c4c9
2026-05-30T18:04:56.384392Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=000000000142dc39cbdd7ae5564928b6da20e61597cf09b1fb19af581cbc4a9d
2026-05-30T18:04:56.395994Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:56.412585Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=00000000003579cd679354a4015624668625293efad5e25cff6259b320da1fa8
2026-05-30T18:04:56.424346Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000001869fdb5d6accf5d9b59cacfc5323fb93f2dd5be6b4ba03eb7773c4
2026-05-30T18:04:56.481639Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732529)) hash=0000000001495b1dc51594b6e7bc693aa08c241c657262adecd5b496b0ec8dcf
2026-05-30T18:04:56.481692Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=00000000004c9cd5861a16b572c5a57db34cc51e2cc191c29d61a358180fb9d2
2026-05-30T18:04:56.493479Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:56.502008Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:56.506486Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:56.506707Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:56.506941Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:56.511812Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=00000000014efb5335da10b398e1104dffb1b3cf440f3e55fa1ffd99a3cd6dd3
2026-05-30T18:04:56.520722Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000b7a7bc886eec2e0483a1a12082cb698266c7380da851786e7b365d
2026-05-30T18:04:56.559844Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=00000000003aa1e2b7e0dc0c63e77006f1b4a123406bdbae042d6316ff0d11e2
2026-05-30T18:04:56.598642Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732508)) hash=0000000001a55facc27eb815744938cfd0ed98120349a382030dce0172b353aa
2026-05-30T18:04:56.611445Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:56.611674Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:56.626544Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732537)) hash=0000000000a3627b36885529184a4dc464f04c94d0d96388ccdbd437a23c87ad
2026-05-30T18:04:56.629229Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000be05b5da719ef3eb9ad6c372ce565c6882a415bb214bc9c0552c94
2026-05-30T18:04:56.657438Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=000000000030492671a2a7bccd50ed2f0eef265cdb85bc7d3c77f629042a98ff
2026-05-30T18:04:56.690827Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732538)) hash=000000000137a6503ab3d92d0688a47553397f629def045c05d887cded58948d
2026-05-30T18:04:56.690880Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000001ccd3def067a88fb6442766da8ba83ae1cca849e1ef17f62f972f7b
2026-05-30T18:04:56.703015Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:56.730788Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:56.731020Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:56.761837Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000c1a0f1c1d4dfa7432a70199f35cce0b386f31be331aee3f8aab625
2026-05-30T18:04:56.780854Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:56.782108Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732539)) hash=00000000004b3cd8734a9ce339ca7ede7614f152958e5bbc6b87692e0b2e0dc5
2026-05-30T18:04:56.812363Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000001cd8ed3d6a819f6dd2e9b33dd190c8a3bacd6b90609dcc864ae176b
2026-05-30T18:04:56.829278Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732541)) hash=00000000012025564869e15ab8a774bd527ed4f8bd60dc8810cba9bc1c746769
2026-05-30T18:04:56.845834Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=00000000018d0a66ee6f57213f41dd1767cc47157e5d8e57823d0d219c802e8b
2026-05-30T18:04:56.849345Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732535)) hash=0000000001e6e9d3f03041ef06f86aa2b172d9e27bb0b423307dab7f3d2a180f
2026-05-30T18:04:56.874614Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732557)) hash=0000000001ccd3def067a88fb6442766da8ba83ae1cca849e1ef17f62f972f7b
2026-05-30T18:04:56.874653Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000001309307c7a589af66e06f66ca51be37fa0a7eb228c540a3710ffc28
2026-05-30T18:04:56.887705Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=00000000010c0e14b9f94401c77a8879cffcacc398850560ed0f4d335458b1b8
2026-05-30T18:04:56.901521Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000001c5ab89940466607f0b12fac0e97ddcd00422e8396612f5355d88e6
2026-05-30T18:04:56.914929Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732552)) hash=00000000014efb5335da10b398e1104dffb1b3cf440f3e55fa1ffd99a3cd6dd3
2026-05-30T18:04:56.936960Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000d5b2a44256e5464873d78cc3add8aad61f34a045b642e8153c5370
2026-05-30T18:04:56.939257Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:56.939491Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:56.983187Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732551)) hash=00000000004c9cd5861a16b572c5a57db34cc51e2cc191c29d61a358180fb9d2
2026-05-30T18:04:56.983231Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=000000000010ee1e89180c2bd2bff106214ba31c719a8d57b7e7aa5d2199bdd8
2026-05-30T18:04:56.989949Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732525)) hash=0000000000b31593d06598a1ae177d6dbdba9984b5fc101298873383b518cdec
2026-05-30T18:04:57.023048Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=000000000146d32f64a65ef7f3d25f062389f664c0fab8d6a31977926016085d
2026-05-30T18:04:57.042898Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:57.062604Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=00000000003fa39665908075a042360d3389b7902da0213cf2a285f769c2730c
2026-05-30T18:04:57.107977Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732519)) hash=00000000018fba4be5804bbdb400f4490131101f2139c6a5731e5d025b459f06
2026-05-30T18:04:57.117876Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732489)) hash=0000000001878dd3f85dfd0f75100b595f6e518252b9be86be7981fe58319249
2026-05-30T18:04:57.118046Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=000000000051813c497b6b4fd2b0cb610d8f8282af112afb5adf58cd6484972c
2026-05-30T18:04:57.143240Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=00000000010fc58898a1aacfb9b0a91f68e1abfbc4d582d62bdfec8cd52a4aea
2026-05-30T18:04:57.161154Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:57.186393Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000ca812f9006029a89d0339416d2d157d602f0f0291b126ee7e88d61
2026-05-30T18:04:57.195835Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:57.202808Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:57.209002Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732476)) hash=0000000001bff8c13ef2473e10ca714b7f3b271b7c39fa33d0c8e813de074ff0
2026-05-30T18:04:57.215587Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732523)) hash=0000000000ff066e4c57cd2ce697fd9dfb310534f5882e5e419320dfb643a6cf
2026-05-30T18:04:57.257242Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732550)) hash=0000000001869fdb5d6accf5d9b59cacfc5323fb93f2dd5be6b4ba03eb7773c4
2026-05-30T18:04:57.265296Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=00000000008cf5e0824d08097a035ef10bf01312f4b2f0d776a68d4e915c48ad
2026-05-30T18:04:57.279253Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=000000000138d470bc41030e76a68bf58f5b24e3071af7ebe05b72eba155795f
2026-05-30T18:04:57.305761Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:57.306791Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:57.347265Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:57.347488Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:57.351220Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732561)) hash=0000000001309307c7a589af66e06f66ca51be37fa0a7eb228c540a3710ffc28
2026-05-30T18:04:57.351277Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000d75da8e4aef6885112dc64254744c341283a9b2f7ea0742a4e5d62
2026-05-30T18:04:57.353554Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:57.360321Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:57.362510Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732500)) hash=00000000007b07cffca90b3dd1c77ac9055d532fd0149c78e6f959d6d3cbab14
2026-05-30T18:04:57.362559Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000cb61e1b26366324eb2e526cca622478fb7ce38cdef58eef8ba6b6a
2026-05-30T18:04:57.387568Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000cec74d616c5d3a328eb2b9270f44aeaf78cd57209c677c038af204
2026-05-30T18:04:57.391185Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000001d544df50c56b0d8e6cc90f6fd70df482792aba78db76d178c9e82d
2026-05-30T18:04:57.439086Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732530)) hash=0000000000258afd54ca5320c354e4d96e282c7dc74c494bc2feba4763f49818
2026-05-30T18:04:57.439140Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000d3d55019db844e025ad9bb9ea3104a397ef1881ae7b681d0ed10ab
2026-05-30T18:04:57.468101Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:57.470050Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:57.505241Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:57.505338Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732566)) hash=000000000146d32f64a65ef7f3d25f062389f664c0fab8d6a31977926016085d
2026-05-30T18:04:57.505389Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=00000000019e42216a78a0ad2361d1a5c08886554c750cd105de230462618e1c
2026-05-30T18:04:57.512253Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:57.517054Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000c07c05e48eedab8f4845a55e670e41d8bbb35da737af17250d5047
2026-05-30T18:04:57.548427Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732560)) hash=00000000018d0a66ee6f57213f41dd1767cc47157e5d8e57823d0d219c802e8b
2026-05-30T18:04:57.548482Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=000000000046f72a1b5057e7c427cca36e440e4358d1bc114c06069ee43c183c
2026-05-30T18:04:57.560043Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:57.567648Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000ba7eb29478b9e7c11fa2ecac6c5b0925a4455d53d1c3bd86a4a6bc
2026-05-30T18:04:57.569353Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:57.617374Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732545)) hash=0000000001c1e654b08dd9b2caf21bb0d03d350a520718b0b60762a4e1bced26
2026-05-30T18:04:57.617419Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=00000000015613deb4ba276eb3a27331dee2f6242c2302543367a9bed3d5d60f
2026-05-30T18:04:57.629018Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:57.634790Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732549)) hash=00000000003579cd679354a4015624668625293efad5e25cff6259b320da1fa8
2026-05-30T18:04:57.634855Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=00000000003e292b60049ab826e90f0ddc7fbd8c37bd3ae77cbd0a4409932136
2026-05-30T18:04:57.644233Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732555)) hash=0000000000be05b5da719ef3eb9ad6c372ce565c6882a415bb214bc9c0552c94
2026-05-30T18:04:57.644290Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=00000000016e86b92c02d64360dc75dddfe050e82a0a831479c02961b7551b13
2026-05-30T18:04:57.654536Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732554)) hash=00000000003aa1e2b7e0dc0c63e77006f1b4a123406bdbae042d6316ff0d11e2
2026-05-30T18:04:57.671129Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732580)) hash=000000000046f72a1b5057e7c427cca36e440e4358d1bc114c06069ee43c183c
2026-05-30T18:04:57.671175Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000c4dde107aca63e0b9ab806cb92c9ba41c40e9346c5052393ddf217
2026-05-30T18:04:57.690830Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=00000000007ecf57c1c1879d28f8dfea2b3effb6f578e9835681c6709b184285
2026-05-30T18:04:57.733455Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732572)) hash=000000000138d470bc41030e76a68bf58f5b24e3071af7ebe05b72eba155795f
2026-05-30T18:04:57.733512Z INFO sync:try_to_sync:obtain_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000292d12d8e4f496f8c6c77b44c434c75557a6d7e4b382780f9c1af6
2026-05-30T18:04:57.740286Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:57.758038Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: REQUEST: download_and_verify called hash=00000000005b28749f5349e9fb3ea8e231e79cdb4ce4b04f5eb3325ea7e0ff81
2026-05-30T18:04:57.770041Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:57.778871Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: REQUEST: download_and_verify called hash=0000000000707af331ec8f8afe4ca80fff568b061361c4b33fea53f17a3674c5
2026-05-30T18:04:57.797365Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732570)) hash=0000000000ca812f9006029a89d0339416d2d157d602f0f0291b126ee7e88d61
2026-05-30T18:04:57.811123Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732559)) hash=0000000001cd8ed3d6a819f6dd2e9b33dd190c8a3bacd6b90609dcc864ae176b
2026-05-30T18:04:57.811456Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:57.819657Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:57.820539Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: REQUEST: download_and_verify called hash=0000000000577454ad24dde5b80b977bff8feb74cfc926ab12acdd0e7a3f7aba
2026-05-30T18:04:57.825173Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: REQUEST: download_and_verify called hash=0000000000b68e08766204ca3e69830ff7b28e6aed91b846de1eb5ffceb9fae1
2026-05-30T18:04:57.829757Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732556)) hash=000000000030492671a2a7bccd50ed2f0eef265cdb85bc7d3c77f629042a98ff
2026-05-30T18:04:57.834525Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732553)) hash=0000000000b7a7bc886eec2e0483a1a12082cb698266c7380da851786e7b365d
2026-05-30T18:04:57.834572Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: REQUEST: download_and_verify called hash=000000000099d69698825c641649497dce5e2436bbe452ed614e6ca3f377d981
2026-05-30T18:04:57.878154Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: REQUEST: download_and_verify called hash=00000000016ce8dcd5b6b48e2ae424fa48acab39af582c04ee5d63f41abacf41
2026-05-30T18:04:57.890194Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732582)) hash=00000000015613deb4ba276eb3a27331dee2f6242c2302543367a9bed3d5d60f
2026-05-30T18:04:57.895095Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: REQUEST: download_and_verify called hash=0000000000dcb20456912fda37ea3b6ffdb355150d3f39e38b339bd5711ef387
2026-05-30T18:04:57.917366Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732543)) hash=0000000000681f2d1ddf1580bd65f7ef50bdc6c41062fb5ae1cb55cb6ace9471
2026-05-30T18:04:57.928852Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: REQUEST: download_and_verify called hash=0000000000084da334ef9b51e89da2c8f800c2dee39b75655c7f5027e17833ff
2026-05-30T18:04:57.936511Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732563)) hash=0000000001c5ab89940466607f0b12fac0e97ddcd00422e8396612f5355d88e6
2026-05-30T18:04:57.954558Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: REQUEST: download_and_verify called hash=00000000000eb055cd08c06b1119c76aae9dfd3af8b5909c57ea886ce6c13476
2026-05-30T18:04:57.968919Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:57.977454Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732562)) hash=00000000010c0e14b9f94401c77a8879cffcacc398850560ed0f4d335458b1b8
2026-05-30T18:04:57.977508Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: REQUEST: download_and_verify called hash=0000000000b56c549e7966f99f94ecdc4b12ae6209ce60e4394e3c8cb4354aae
2026-05-30T18:04:57.999537Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: REQUEST: download_and_verify called hash=0000000001377b178fa49e2cfaa5e49793ab73635e78c64d784ed27425b1d394
2026-05-30T18:04:58.003216Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732571)) hash=00000000008cf5e0824d08097a035ef10bf01312f4b2f0d776a68d4e915c48ad
2026-05-30T18:04:58.030027Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732584)) hash=00000000016e86b92c02d64360dc75dddfe050e82a0a831479c02961b7551b13
2026-05-30T18:04:58.030074Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: REQUEST: download_and_verify called hash=000000000148c0568f9c90682dd41f218dcd045ecb3b2fb0fa329270edafb44f
2026-05-30T18:04:58.039278Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732587)) hash=0000000000292d12d8e4f496f8c6c77b44c434c75557a6d7e4b382780f9c1af6
2026-05-30T18:04:58.039323Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: REQUEST: download_and_verify called hash=00000000009643c429dd3df66f1cc6d51f724e13ee6b7e41f093b12ac9424a12
2026-05-30T18:04:58.061924Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732522)) hash=000000000068869554558ca962764b6e02747d545612c7b2bb746cac84f255f5
2026-05-30T18:04:58.080894Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: downloaded height=Some(Height(1732590)) hash=0000000000577454ad24dde5b80b977bff8feb74cfc926ab12acdd0e7a3f7aba
2026-05-30T18:04:58.080946Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: REQUEST: download_and_verify called hash=0000000000fd5701263f5ec47868ca744fc98ef94e83ff7e51f495976afac4eb
2026-05-30T18:04:58.083256Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: REQUEST: download_and_verify called hash=0000000000ad17f5f19f820982972305cd6abb68f249516fd066aa720577b670
2026-05-30T18:04:58.092776Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:58.093022Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:58.101149Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:58.101374Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:58.105872Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:58.112317Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732569)) hash=00000000010fc58898a1aacfb9b0a91f68e1abfbc4d582d62bdfec8cd52a4aea
2026-05-30T18:04:58.115273Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732511)) hash=0000000001b17d4302998cafd3ee5489ab3d5231c8c64d8446ec47260ee29fb3
2026-05-30T18:04:58.115328Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: REQUEST: download_and_verify called hash=0000000000c52abf78c3a5d1edd9b8ac904845e1251ba6719d3ba579fa5de12a
2026-05-30T18:04:58.119467Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: REQUEST: download_and_verify called hash=0000000000767b4f3a7f204b08611b964f299d29c563e8990e53037762186b6e
2026-05-30T18:04:58.122741Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:58.146835Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: REQUEST: download_and_verify called hash=000000000109ea8a8e712af4d90ae3113b1d86440dda9eb06b149bcaf6a5852e
2026-05-30T18:04:58.166930Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:58.187913Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732568)) hash=000000000051813c497b6b4fd2b0cb610d8f8282af112afb5adf58cd6484972c
2026-05-30T18:04:58.201027Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: REQUEST: download_and_verify called hash=00000000001f5f5c3f28b8071878a286ac1bcf177470d522e91d2977b7f0bed0
2026-05-30T18:04:58.227632Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732585)) hash=0000000000c4dde107aca63e0b9ab806cb92c9ba41c40e9346c5052393ddf217
2026-05-30T18:04:58.240635Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: REQUEST: download_and_verify called hash=0000000001a9dc652090471738cffa01742c7d323563afa57de9936bb64a2e59
2026-05-30T18:04:58.266487Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: downloaded height=Some(Height(1732589)) hash=0000000000707af331ec8f8afe4ca80fff568b061361c4b33fea53f17a3674c5
2026-05-30T18:04:58.269734Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: downloaded height=Some(Height(1732603)) hash=0000000000c52abf78c3a5d1edd9b8ac904845e1251ba6719d3ba579fa5de12a
2026-05-30T18:04:58.269775Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: REQUEST: download_and_verify called hash=0000000000b3c79822699a3d0b590f5053820ff7c968fa673600f921101283fe
2026-05-30T18:04:58.272712Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: REQUEST: download_and_verify called hash=0000000000596b0e715a263ddcb79601293cd131db6cca2357358245d63f4799
2026-05-30T18:04:58.278759Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:58.289243Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:58.294752Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:58.309280Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: downloaded height=Some(Height(1732591)) hash=0000000000b68e08766204ca3e69830ff7b28e6aed91b846de1eb5ffceb9fae1
2026-05-30T18:04:58.310420Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732565)) hash=000000000010ee1e89180c2bd2bff106214ba31c719a8d57b7e7aa5d2199bdd8
2026-05-30T18:04:58.326269Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:58.338488Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: REQUEST: download_and_verify called hash=00000000011f82ad3205eee8077daa572320a7f27d8e58f438495eec4f77c124
2026-05-30T18:04:58.347324Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: downloaded height=Some(Height(1732588)) hash=00000000005b28749f5349e9fb3ea8e231e79cdb4ce4b04f5eb3325ea7e0ff81
2026-05-30T18:04:58.361556Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: REQUEST: download_and_verify called hash=000000000165533d8b27c6aba8a98a8ed1cda96125453ceaaaf722acdabbe481
2026-05-30T18:04:58.377671Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732558)) hash=0000000000c1a0f1c1d4dfa7432a70199f35cce0b386f31be331aee3f8aab625
2026-05-30T18:04:58.377727Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: REQUEST: download_and_verify called hash=0000000000b0e4182f86ae8e5da35b715ea606d29af186a6ed71d78462f2e9a1
2026-05-30T18:04:58.379683Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: REQUEST: download_and_verify called hash=0000000000a64e45089e7d40eb4f5efc89e2de9ab7df4645b96d3a2fb72f7485
2026-05-30T18:04:58.387174Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732575)) hash=0000000000cec74d616c5d3a328eb2b9270f44aeaf78cd57209c677c038af204
2026-05-30T18:04:58.398748Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: REQUEST: download_and_verify called hash=0000000000bffad3df81ee9642ea370b5d4866e3f59c10b5e9873839ebe60bdf
2026-05-30T18:04:58.413407Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: REQUEST: download_and_verify called hash=00000000015e5e42317ee74646fe773a3115d32e23e4f6b35798602b870b2638
2026-05-30T18:04:58.427872Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:58.428443Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: downloaded height=Some(Height(1732592)) hash=000000000099d69698825c641649497dce5e2436bbe452ed614e6ca3f377d981
2026-05-30T18:04:58.429448Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:58.435806Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:58.441300Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: downloaded height=Some(Height(1732606)) hash=00000000001f5f5c3f28b8071878a286ac1bcf177470d522e91d2977b7f0bed0
2026-05-30T18:04:58.465819Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:58.470338Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: REQUEST: download_and_verify called hash=0000000001b4989acaef0ad34964e6428b7dd8c9ef0b553e20af025eddfd39a0
2026-05-30T18:04:58.483183Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:58.483490Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:58.486976Z INFO sync:try_to_sync:try_to_sync_once:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:58.508394Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:58.522791Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: REQUEST: download_and_verify called hash=0000000000d9c3dd9b2ac0231caecbe9b3208e842c0ff32b2bb98e4cf8298a01
2026-05-30T18:04:58.541727Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: downloaded height=Some(Height(1732607)) hash=0000000001a9dc652090471738cffa01742c7d323563afa57de9936bb64a2e59
2026-05-30T18:04:58.541778Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: REQUEST: download_and_verify called hash=0000000000373d19338ec747b191de45977ac9a5307019047ad8bf6cbe8bd8e0
2026-05-30T18:04:58.550446Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732577)) hash=0000000000d3d55019db844e025ad9bb9ea3104a397ef1881ae7b681d0ed10ab
2026-05-30T18:04:58.578331Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: REQUEST: download_and_verify called hash=00000000016d128418402f1f6a56c14a080c9837d2526aec63a3e51b18fd0272
2026-05-30T18:04:58.602238Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:58.615161Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: REQUEST: download_and_verify called hash=0000000001618000afc2fea8f3d302f6d94a350942cebc4e31512c14d6daee3c
2026-05-30T18:04:58.616166Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:58.616397Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:58.623207Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: downloaded height=Some(Height(1732593)) hash=00000000016ce8dcd5b6b48e2ae424fa48acab39af582c04ee5d63f41abacf41
2026-05-30T18:04:58.624932Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: REQUEST: download_and_verify called hash=0000000000926d71b42f68a0e17a40241125449255aaff602e99d91da3c3a126
2026-05-30T18:04:58.625276Z INFO sync:try_to_sync:try_to_sync_once:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:58.625580Z INFO sync:try_to_sync:try_to_sync_once:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:58.625802Z INFO sync:try_to_sync:try_to_sync_once:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:58.634617Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:58.641347Z INFO sync:try_to_sync:try_to_sync_once:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:58.650651Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: REQUEST: download_and_verify called hash=0000000000bc36e8e110dd7b38a3967cf09d0c9fbedb150c846e7fd63409de74
2026-05-30T18:04:58.699053Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: downloaded height=Some(Height(1732610)) hash=00000000011f82ad3205eee8077daa572320a7f27d8e58f438495eec4f77c124
2026-05-30T18:04:58.700104Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: REQUEST: download_and_verify called hash=0000000000db705e3388e76baeed1331a44b8daca29afaa0f824df7bdd2da09a
2026-05-30T18:04:58.726993Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:58.727318Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:58.769855Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: downloaded height=Some(Height(1732596)) hash=00000000000eb055cd08c06b1119c76aae9dfd3af8b5909c57ea886ce6c13476
2026-05-30T18:04:58.769899Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: REQUEST: download_and_verify called hash=0000000001e4b912b79b98b5973206574b9d3b8ac6887eb52b32fda64e0b4f57
2026-05-30T18:04:58.776910Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: REQUEST: download_and_verify called hash=00000000023dd9db1da4b2703d24137c0e1e7b7060f34c626cf0d63db38aa115
2026-05-30T18:04:58.786337Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: downloaded height=Some(Height(1732616)) hash=0000000001b4989acaef0ad34964e6428b7dd8c9ef0b553e20af025eddfd39a0
2026-05-30T18:04:58.791278Z INFO sync:try_to_sync:try_to_sync_once:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:58.802825Z INFO sync:try_to_sync:try_to_sync_once:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:58.809624Z INFO sync:try_to_sync:try_to_sync_once:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:58.813226Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732527)) hash=0000000000fbb68d327c856d1ed0a9f939494068273d9c4357b14bb75961d7bc
2026-05-30T18:04:58.813264Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: REQUEST: download_and_verify called hash=0000000000eb5294b2e1d2f7299c7702880ca7a2274e7868a96029891876be06
2026-05-30T18:04:58.827294Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:58.859723Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: REQUEST: download_and_verify called hash=000000000019fa4c3d599f21a3272c8bb3422d885ea13aef4bb8d80cd68e3317
2026-05-30T18:04:58.903351Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: REQUEST: download_and_verify called hash=00000000015085b161f73cc8b3ccfd2793f2fda99ad0cff2d9b5925b5968f03d
2026-05-30T18:04:58.911081Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732576)) hash=0000000001d544df50c56b0d8e6cc90f6fd70df482792aba78db76d178c9e82d
2026-05-30T18:04:58.936296Z INFO sync:try_to_sync:try_to_sync_once:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:58.952200Z INFO sync:try_to_sync:try_to_sync_once:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:58.973104Z INFO sync:try_to_sync:try_to_sync_once:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:58.974893Z INFO sync:try_to_sync:try_to_sync_once:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:58.981734Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: downloaded height=Some(Height(1732597)) hash=0000000000b56c549e7966f99f94ecdc4b12ae6209ce60e4394e3c8cb4354aae
2026-05-30T18:04:58.989669Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: REQUEST: download_and_verify called hash=00000000025ffcad05e74b01def3eea80183101f7e3a8e76b503952d2b2a6f4d
2026-05-30T18:04:59.024384Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:59.049443Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: REQUEST: download_and_verify called hash=0000000000966d5c4dd1522f89aec8ada148a1ed0ba359f59b4b3506e04a94f9
2026-05-30T18:04:59.105357Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: downloaded height=Some(Height(1732621)) hash=0000000000926d71b42f68a0e17a40241125449255aaff602e99d91da3c3a126
2026-05-30T18:04:59.110621Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:59.112284Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: REQUEST: download_and_verify called hash=0000000000eb697bd890b774d1a170f06d59c90be61e2e6a0109dd95a467468a
2026-05-30T18:04:59.135180Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732583)) hash=00000000003e292b60049ab826e90f0ddc7fbd8c37bd3ae77cbd0a4409932136
2026-05-30T18:04:59.135240Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: REQUEST: download_and_verify called hash=0000000001b77bf02fa333c877100988e1f22d6c6e686e000c039250aab02ceb
2026-05-30T18:04:59.168952Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: downloaded height=Some(Height(1732622)) hash=0000000000bc36e8e110dd7b38a3967cf09d0c9fbedb150c846e7fd63409de74
2026-05-30T18:04:59.169016Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: REQUEST: download_and_verify called hash=00000000014732ea5f6b91e3ee72406302f21cfa9046562b3c88f0eb39da6778
2026-05-30T18:04:59.197090Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: downloaded height=Some(Height(1732602)) hash=0000000000ad17f5f19f820982972305cd6abb68f249516fd066aa720577b670
2026-05-30T18:04:59.228382Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: REQUEST: download_and_verify called hash=00000000018a674af8c6d34bafdd9481d3b8147ee4c9c181d7738b2207a8bea2
2026-05-30T18:04:59.229883Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: REQUEST: download_and_verify called hash=0000000001ee4d921661e8bccdb94be650bc0ca9e06238bc1443b5d4ec4a5f60
2026-05-30T18:04:59.237634Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732574)) hash=0000000000cb61e1b26366324eb2e526cca622478fb7ce38cdef58eef8ba6b6a
2026-05-30T18:04:59.237904Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: REQUEST: download_and_verify called hash=000000000095148364be658ec35c6b2ff59526c6e7d817d2144b553c4b4a00f2
2026-05-30T18:04:59.254460Z INFO sync:try_to_sync:try_to_sync_once:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:59.270252Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: downloaded height=Some(Height(1732609)) hash=0000000000596b0e715a263ddcb79601293cd131db6cca2357358245d63f4799
2026-05-30T18:04:59.277271Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: REQUEST: download_and_verify called hash=000000000086f79113a6724c8e3478e708d394b8ea1f5cdee02c65754f61e971
2026-05-30T18:04:59.283012Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732573)) hash=0000000000d75da8e4aef6885112dc64254744c341283a9b2f7ea0742a4e5d62
2026-05-30T18:04:59.283081Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: REQUEST: download_and_verify called hash=000000000119991bf6db4c318a6d61661b832829f31e743c9fc51d524c7a9d48
2026-05-30T18:04:59.301244Z INFO sync:try_to_sync:try_to_sync_once:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:59.355220Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: downloaded height=Some(Height(1732631)) hash=0000000000eb697bd890b774d1a170f06d59c90be61e2e6a0109dd95a467468a
2026-05-30T18:04:59.355278Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: REQUEST: download_and_verify called hash=00000000009f87c38e12b5b896245b2ec1105ad61b7ce59a9152b5358eb9f3ea
2026-05-30T18:04:59.362765Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:59.363001Z INFO sync:try_to_sync:try_to_sync_once:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:59.405211Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: REQUEST: download_and_verify called hash=0000000001d6c5bfb568e79576e1386cf5e62b724e485ac37d69db1965d406c2
2026-05-30T18:04:59.464605Z INFO sync:try_to_sync:try_to_sync_once:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:59.464877Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:59.487053Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: REQUEST: download_and_verify called hash=000000000137435b17fefd716743219f9344cc5659a91492b26e20a2bb38decc
2026-05-30T18:04:59.501653Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: downloaded height=Some(Height(1732600)) hash=00000000009643c429dd3df66f1cc6d51f724e13ee6b7e41f093b12ac9424a12
2026-05-30T18:04:59.517424Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: downloaded height=Some(Height(1732598)) hash=0000000001377b178fa49e2cfaa5e49793ab73635e78c64d784ed27425b1d394
2026-05-30T18:04:59.521212Z INFO sync:try_to_sync:try_to_sync_once:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:59.531453Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: REQUEST: download_and_verify called hash=0000000001796306492e0752fa8ec964387e71c0175a5274e9ef9abf34b9ee2f
2026-05-30T18:04:59.619965Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: downloaded height=Some(Height(1732626)) hash=0000000000eb5294b2e1d2f7299c7702880ca7a2274e7868a96029891876be06
2026-05-30T18:04:59.620017Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: REQUEST: download_and_verify called hash=00000000013b5e8759fa27a0d02529e1ca6400fbd4d659c68b2e0fd8cef52b0a
2026-05-30T18:04:59.647255Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732578)) hash=00000000019e42216a78a0ad2361d1a5c08886554c750cd105de230462618e1c
2026-05-30T18:04:59.647333Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: REQUEST: download_and_verify called hash=000000000096db85c60c57f0c6f1e53ff67ad5c296202d458ed14eb9438c97ee
2026-05-30T18:04:59.661454Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: REQUEST: download_and_verify called hash=00000000010d32135e90f51c8a122ba9adb0917883ae03a2fce2f4810a6955a6
2026-05-30T18:04:59.666167Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:59.674966Z INFO sync:try_to_sync:try_to_sync_once:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:59.705287Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: downloaded height=Some(Height(1732614)) hash=0000000000bffad3df81ee9642ea370b5d4866e3f59c10b5e9873839ebe60bdf
2026-05-30T18:04:59.705338Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: REQUEST: download_and_verify called hash=00000000017394aba1b02462e1eacc862ba760cde5b43e9653d916214474ccbc
2026-05-30T18:04:59.732109Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: downloaded height=Some(Height(1732623)) hash=0000000000db705e3388e76baeed1331a44b8daca29afaa0f824df7bdd2da09a
2026-05-30T18:04:59.739052Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: downloaded height=Some(Height(1732625)) hash=00000000023dd9db1da4b2703d24137c0e1e7b7060f34c626cf0d63db38aa115
2026-05-30T18:04:59.739091Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: REQUEST: download_and_verify called hash=0000000001b3f1c1e442d7b0dd1320193522e4ac174b190e95ed1c788240df49
2026-05-30T18:04:59.745447Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732586)) hash=00000000007ecf57c1c1879d28f8dfea2b3effb6f578e9835681c6709b184285
2026-05-30T18:04:59.769477Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: REQUEST: download_and_verify called hash=00000000021e1c37cb0b98806696d76a26bda410ad54d88beb0a6a931e4396a6
2026-05-30T18:04:59.772632Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: REQUEST: download_and_verify called hash=00000000014eb7f84ac4c51e5e9cc97fdd9f05b04e09c2633f8537313ce206c3
2026-05-30T18:04:59.812424Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: REQUEST: download_and_verify called hash=0000000001068b46dfd97b5a76275de56b77f117e5963bf856704197e29489be
2026-05-30T18:04:59.829637Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: downloaded height=Some(Height(1732627)) hash=000000000019fa4c3d599f21a3272c8bb3422d885ea13aef4bb8d80cd68e3317
2026-05-30T18:04:59.833974Z INFO sync:try_to_sync:try_to_sync_once:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:59.844473Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: downloaded height=Some(Height(1732615)) hash=00000000015e5e42317ee74646fe773a3115d32e23e4f6b35798602b870b2638
2026-05-30T18:04:59.844537Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: REQUEST: download_and_verify called hash=000000000140ed2d3fe6db09dec5e480d22a1df4541cff60660e1de6f544cd5c
2026-05-30T18:04:59.877859Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: REQUEST: download_and_verify called hash=0000000000c4c0d05921320cad80606a7974e5fbfccfc039dec6312971f7fe78
2026-05-30T18:04:59.906273Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: REQUEST: download_and_verify called hash=00000000014fc04a487e2408865f38995b8986b7522e63e61d3f9faae12fd8a1
2026-05-30T18:04:59.929684Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: downloaded height=Some(Height(1732638)) hash=000000000119991bf6db4c318a6d61661b832829f31e743c9fc51d524c7a9d48
2026-05-30T18:04:59.932675Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: REQUEST: download_and_verify called hash=0000000001a04dc49e4efb310875a79556b53005a37191cb56e9daad99613da3
2026-05-30T18:04:59.940808Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: downloaded height=Some(Height(1732641)) hash=000000000137435b17fefd716743219f9344cc5659a91492b26e20a2bb38decc
2026-05-30T18:04:59.943768Z INFO sync:try_to_sync:try_to_sync_once:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:59.957154Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: downloaded height=Some(Height(1732630)) hash=0000000000966d5c4dd1522f89aec8ada148a1ed0ba359f59b4b3506e04a94f9
2026-05-30T18:04:59.957207Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: REQUEST: download_and_verify called hash=000000000015febd8251407f055a9a7e9ed8b20a764f962c94d36fbe65a4ee04
2026-05-30T18:04:59.973041Z INFO sync:try_to_sync:try_to_sync_once:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:59.973277Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:04:59.985985Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: REQUEST: download_and_verify called hash=000000000078370b4e02f21dbbcf1a81f0aa73862e453b356d8de1dad86091db
2026-05-30T18:05:00.012147Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: downloaded height=Some(Height(1732645)) hash=00000000010d32135e90f51c8a122ba9adb0917883ae03a2fce2f4810a6955a6
2026-05-30T18:05:00.012216Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: REQUEST: download_and_verify called hash=000000000204cbd997e21702455c169ac2c62b96b5902fa1e97c827b2439dbd4
2026-05-30T18:05:00.027679Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: REQUEST: download_and_verify called hash=000000000041e24b24fbe3fa971a8d635abba98aedb705e8b092d9d5986878d6
2026-05-30T18:05:00.043662Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: downloaded height=Some(Height(1732640)) hash=0000000001d6c5bfb568e79576e1386cf5e62b724e485ac37d69db1965d406c2
2026-05-30T18:05:00.043716Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: REQUEST: download_and_verify called hash=00000000014b98df7c39629ac602fdb630df7a4f2d5ef70401ae26b8ef8ae079
2026-05-30T18:05:00.047400Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: downloaded height=Some(Height(1732629)) hash=00000000025ffcad05e74b01def3eea80183101f7e3a8e76b503952d2b2a6f4d
2026-05-30T18:05:00.048620Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: REQUEST: download_and_verify called hash=000000000201fee0ed8b5b4f79b52b8e2e41fd00c7f430cc390a5e2d71fbe261
2026-05-30T18:05:00.052310Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: REQUEST: download_and_verify called hash=0000000001db056662cc7fd92a652b4ceca3429e1742184d72a548863449fa74
2026-05-30T18:05:00.066333Z INFO sync:try_to_sync:try_to_sync_once:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:00.070355Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: downloaded height=Some(Height(1732601)) hash=0000000000fd5701263f5ec47868ca744fc98ef94e83ff7e51f495976afac4eb
2026-05-30T18:05:00.094358Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: REQUEST: download_and_verify called hash=0000000001c6a421670c140da20070467f4f134aa09798d662dc107db5605e00
2026-05-30T18:05:00.105389Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: downloaded height=Some(Height(1732636)) hash=000000000095148364be658ec35c6b2ff59526c6e7d817d2144b553c4b4a00f2
2026-05-30T18:05:00.116057Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: REQUEST: download_and_verify called hash=000000000061a10c2a0cd220b92d85a25cb813c08f6f047f7f9a4df4115c4f56
2026-05-30T18:05:00.160929Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: REQUEST: download_and_verify called hash=0000000001a50893d129666764e575cb5a4e952edca489a5a38307c03142f2b4
2026-05-30T18:05:00.173575Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: downloaded height=Some(Height(1732619)) hash=00000000016d128418402f1f6a56c14a080c9837d2526aec63a3e51b18fd0272
2026-05-30T18:05:00.176516Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: REQUEST: download_and_verify called hash=00000000016035c538b96f77062d6b5b2eaf8d6c5c32e208c3e759d9dc20a483
2026-05-30T18:05:00.184433Z INFO sync:try_to_sync:try_to_sync_once:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:00.184687Z INFO sync:try_to_sync:try_to_sync_once:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:00.197466Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: downloaded height=Some(Height(1732643)) hash=00000000013b5e8759fa27a0d02529e1ca6400fbd4d659c68b2e0fd8cef52b0a
2026-05-30T18:05:00.202800Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: downloaded height=Some(Height(1732613)) hash=0000000000a64e45089e7d40eb4f5efc89e2de9ab7df4645b96d3a2fb72f7485
2026-05-30T18:05:00.202868Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: REQUEST: download_and_verify called hash=00000000013b76df5bd01381f1c97e02c000ee47f1d8fe5921266a4277f3abeb
2026-05-30T18:05:00.204441Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: downloaded height=Some(Height(1732634)) hash=00000000018a674af8c6d34bafdd9481d3b8147ee4c9c181d7738b2207a8bea2
2026-05-30T18:05:00.204614Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: downloaded height=Some(Height(1732657)) hash=000000000204cbd997e21702455c169ac2c62b96b5902fa1e97c827b2439dbd4
2026-05-30T18:05:00.204658Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: REQUEST: download_and_verify called hash=00000000007e5bb8c21cdab6b189058bb6b5e80415f86986730a408c4cf57407
2026-05-30T18:05:00.229668Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: downloaded height=Some(Height(1732658)) hash=000000000041e24b24fbe3fa971a8d635abba98aedb705e8b092d9d5986878d6
2026-05-30T18:05:00.229714Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: REQUEST: download_and_verify called hash=000000000090851ff6d9a2711c32b895946be7aabea17d02653061b6f396b542
2026-05-30T18:05:00.241823Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: downloaded height=Some(Height(1732637)) hash=000000000086f79113a6724c8e3478e708d394b8ea1f5cdee02c65754f61e971
2026-05-30T18:05:00.241886Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: REQUEST: download_and_verify called hash=000000000131970cb48fb817ef00a2567b93c94f107479fd4f50e2455670aecf
2026-05-30T18:05:00.253720Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: downloaded height=Some(Height(1732635)) hash=0000000001ee4d921661e8bccdb94be650bc0ca9e06238bc1443b5d4ec4a5f60
2026-05-30T18:05:00.253767Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: REQUEST: download_and_verify called hash=00000000009e2dce0fb869fb1c7666cff3140ef3f818bd4b3de9e7acada4382e
2026-05-30T18:05:00.282030Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: REQUEST: download_and_verify called hash=0000000000b94bfba7f974cf09bdd8c142f099e276258d82fc2ec872a601787b
2026-05-30T18:05:00.294770Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: downloaded height=Some(Height(1732660)) hash=000000000201fee0ed8b5b4f79b52b8e2e41fd00c7f430cc390a5e2d71fbe261
2026-05-30T18:05:00.295910Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: REQUEST: download_and_verify called hash=0000000000d1c5ee2e45418b494a4cfb473aef79f57f9ee673a69c421a82d54e
2026-05-30T18:05:00.305151Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:00.311109Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: REQUEST: download_and_verify called hash=00000000003413832d4c0168b1f85bc6160727d8be273ecfe7ddda7a84d82564
2026-05-30T18:05:00.315704Z INFO sync:try_to_sync:try_to_sync_once:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:00.330704Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: downloaded height=Some(Height(1732632)) hash=0000000001b77bf02fa333c877100988e1f22d6c6e686e000c039250aab02ceb
2026-05-30T18:05:00.338217Z INFO sync:try_to_sync:try_to_sync_once:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:00.367334Z INFO sync:try_to_sync:try_to_sync_once:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:00.373743Z INFO sync:try_to_sync:try_to_sync_once:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:00.390201Z INFO sync:try_to_sync:try_to_sync_once:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:00.393988Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: REQUEST: download_and_verify called hash=0000000001c522bebc8c46c979c9de3a50571070bf439b9c2e1fd04f82438ce6
2026-05-30T18:05:00.399088Z INFO sync:try_to_sync:try_to_sync_once:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:00.402614Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: downloaded height=Some(Height(1732604)) hash=0000000000767b4f3a7f204b08611b964f299d29c563e8990e53037762186b6e
2026-05-30T18:05:00.407009Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: REQUEST: download_and_verify called hash=00000000015aa3bd63d1a7bd20a4171fcf37d8252891a8f32b5557140308735d
2026-05-30T18:05:00.419279Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: REQUEST: download_and_verify called hash=000000000160155c23089750107d81a5db9df7adb44dd9c4c816360e3e85595e
2026-05-30T18:05:00.436607Z INFO sync:try_to_sync:try_to_sync_once:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:00.440886Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: downloaded height=Some(Height(1732652)) hash=0000000000c4c0d05921320cad80606a7974e5fbfccfc039dec6312971f7fe78
2026-05-30T18:05:00.450262Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: downloaded height=Some(Height(1732664)) hash=0000000001a50893d129666764e575cb5a4e952edca489a5a38307c03142f2b4
2026-05-30T18:05:00.450307Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: REQUEST: download_and_verify called hash=00000000017a09598c7637919cde8446b24f7f65a6066b0b22e7d30187e8a08d
2026-05-30T18:05:00.482023Z INFO sync:try_to_sync:try_to_sync_once:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:00.503688Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: downloaded height=Some(Height(1732639)) hash=00000000009f87c38e12b5b896245b2ec1105ad61b7ce59a9152b5358eb9f3ea
2026-05-30T18:05:00.527409Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: REQUEST: download_and_verify called hash=0000000000c62bc89582649a9b65612e275b1409358cd02ae726f36d1db84985
2026-05-30T18:05:00.538289Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: REQUEST: download_and_verify called hash=00000000019cf76a3ea18af85594f9b0140f8acd2b22f68cae321d9b54a7238b
2026-05-30T18:05:00.543069Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: downloaded height=Some(Height(1732646)) hash=00000000017394aba1b02462e1eacc862ba760cde5b43e9653d916214474ccbc
2026-05-30T18:05:00.582964Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: REQUEST: download_and_verify called hash=0000000001c75e2a8825eba4e1d5061cc7cc26b9f98b8e63d2bc90f449606db5
2026-05-30T18:05:00.596710Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: downloaded height=Some(Height(1732644)) hash=000000000096db85c60c57f0c6f1e53ff67ad5c296202d458ed14eb9438c97ee
2026-05-30T18:05:00.616100Z INFO sync:try_to_sync:try_to_sync_once:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:00.616346Z INFO sync:try_to_sync:try_to_sync_once:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:00.633818Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: downloaded height=Some(Height(1732624)) hash=0000000001e4b912b79b98b5973206574b9d3b8ac6887eb52b32fda64e0b4f57
2026-05-30T18:05:00.633878Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: REQUEST: download_and_verify called hash=000000000085727adb576f1fe390fa46254743eb1aa2e6f3d4b866e9aa1c4870
2026-05-30T18:05:00.643286Z INFO sync:try_to_sync:try_to_sync_once:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:00.664314Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: REQUEST: download_and_verify called hash=00000000018758e33c389ec8a637e0f3da203f5048cd3f27214270ce8846513b
2026-05-30T18:05:00.671525Z INFO sync:try_to_sync:try_to_sync_once:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:00.694497Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: downloaded height=Some(Height(1732666)) hash=00000000013b76df5bd01381f1c97e02c000ee47f1d8fe5921266a4277f3abeb
2026-05-30T18:05:00.704888Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: REQUEST: download_and_verify called hash=0000000001409477047361d095c1b936b898bddf1b83898f85f11563914796f8
2026-05-30T18:05:00.747910Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: REQUEST: download_and_verify called hash=0000000000670652af000c5d40ce3e9adc48ab2340ed6ae94f2179f5c1325f61
2026-05-30T18:05:00.756938Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: downloaded height=Some(Height(1732665)) hash=00000000016035c538b96f77062d6b5b2eaf8d6c5c32e208c3e759d9dc20a483
2026-05-30T18:05:00.814944Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: downloaded height=Some(Height(1732648)) hash=00000000021e1c37cb0b98806696d76a26bda410ad54d88beb0a6a931e4396a6
2026-05-30T18:05:00.815035Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: REQUEST: download_and_verify called hash=0000000001608f8dd3d5dd04aede0572e239395d10ec66c9fcd5b8e9fce75dc1
2026-05-30T18:05:00.817610Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: downloaded height=Some(Height(1732667)) hash=00000000007e5bb8c21cdab6b189058bb6b5e80415f86986730a408c4cf57407
2026-05-30T18:05:00.825368Z INFO sync:try_to_sync:try_to_sync_once:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:00.829337Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: REQUEST: download_and_verify called hash=0000000000efafea908a220c604390d603d9432c17a6f2e584121ab6e038b3a5
2026-05-30T18:05:00.841968Z INFO sync:try_to_sync:try_to_sync_once:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:00.850266Z INFO sync:try_to_sync:try_to_sync_once:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:00.850490Z INFO sync:try_to_sync:try_to_sync_once:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:00.852750Z INFO sync:try_to_sync:try_to_sync_once:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:00.858418Z INFO sync:try_to_sync:try_to_sync_once:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:00.865118Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: downloaded height=Some(Height(1732653)) hash=00000000014fc04a487e2408865f38995b8986b7522e63e61d3f9faae12fd8a1
2026-05-30T18:05:00.868821Z INFO sync:try_to_sync:try_to_sync_once:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:00.878535Z INFO sync:try_to_sync:try_to_sync_once:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:00.887657Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: downloaded height=Some(Height(1732675)) hash=00000000015aa3bd63d1a7bd20a4171fcf37d8252891a8f32b5557140308735d
2026-05-30T18:05:00.897792Z INFO sync:try_to_sync:try_to_sync_once:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:00.908688Z INFO sync:try_to_sync:try_to_sync_once:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:00.908913Z INFO sync:try_to_sync:try_to_sync_once:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:00.949847Z INFO sync:try_to_sync:try_to_sync_once:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:00.957798Z INFO sync:try_to_sync:try_to_sync_once:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:00.964038Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: downloaded height=Some(Height(1732633)) hash=00000000014732ea5f6b91e3ee72406302f21cfa9046562b3c88f0eb39da6778
2026-05-30T18:05:00.971926Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: downloaded height=Some(Height(1732676)) hash=000000000160155c23089750107d81a5db9df7adb44dd9c4c816360e3e85595e
2026-05-30T18:05:00.992873Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: downloaded height=Some(Height(1732662)) hash=0000000001c6a421670c140da20070467f4f134aa09798d662dc107db5605e00
2026-05-30T18:05:01.002480Z INFO sync:try_to_sync:try_to_sync_once:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:01.002715Z INFO sync:try_to_sync:try_to_sync_once:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:01.009347Z INFO sync:try_to_sync:try_to_sync_once:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:01.043216Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: downloaded height=Some(Height(1732655)) hash=000000000015febd8251407f055a9a7e9ed8b20a764f962c94d36fbe65a4ee04
2026-05-30T18:05:01.046795Z INFO sync:try_to_sync:try_to_sync_once:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:01.106056Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: downloaded height=Some(Height(1732669)) hash=000000000131970cb48fb817ef00a2567b93c94f107479fd4f50e2455670aecf
2026-05-30T18:05:01.178057Z INFO sync:try_to_sync:try_to_sync_once:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:01.187812Z INFO sync:try_to_sync:try_to_sync_once:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:01.191037Z INFO sync:try_to_sync:try_to_sync_once:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:01.223536Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: downloaded height=Some(Height(1732642)) hash=0000000001796306492e0752fa8ec964387e71c0175a5274e9ef9abf34b9ee2f
2026-05-30T18:05:01.234381Z INFO sync:try_to_sync:try_to_sync_once:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:01.238109Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: downloaded height=Some(Height(1732677)) hash=00000000017a09598c7637919cde8446b24f7f65a6066b0b22e7d30187e8a08d
2026-05-30T18:05:01.259046Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: downloaded height=Some(Height(1732650)) hash=0000000001068b46dfd97b5a76275de56b77f117e5963bf856704197e29489be
2026-05-30T18:05:01.260912Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: downloaded height=Some(Height(1732649)) hash=00000000014eb7f84ac4c51e5e9cc97fdd9f05b04e09c2633f8537313ce206c3
2026-05-30T18:05:01.341793Z INFO sync:try_to_sync:try_to_sync_once:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:01.354847Z INFO sync:try_to_sync:try_to_sync_once:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:01.360585Z INFO sync:try_to_sync:try_to_sync_once:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:01.367152Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: downloaded height=Some(Height(1732617)) hash=0000000000d9c3dd9b2ac0231caecbe9b3208e842c0ff32b2bb98e4cf8298a01
2026-05-30T18:05:01.369188Z INFO sync:try_to_sync:try_to_sync_once:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:01.373833Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: downloaded height=Some(Height(1732661)) hash=0000000001db056662cc7fd92a652b4ceca3429e1742184d72a548863449fa74
2026-05-30T18:05:01.380214Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: downloaded height=Some(Height(1732656)) hash=000000000078370b4e02f21dbbcf1a81f0aa73862e453b356d8de1dad86091db
2026-05-30T18:05:01.475091Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: downloaded height=Some(Height(1732659)) hash=00000000014b98df7c39629ac602fdb630df7a4f2d5ef70401ae26b8ef8ae079
2026-05-30T18:05:01.487615Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: downloaded height=Some(Height(1732682)) hash=00000000018758e33c389ec8a637e0f3da203f5048cd3f27214270ce8846513b
2026-05-30T18:05:01.489925Z INFO sync:try_to_sync:try_to_sync_once:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:01.521353Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: downloaded height=Some(Height(1732674)) hash=0000000001c522bebc8c46c979c9de3a50571070bf439b9c2e1fd04f82438ce6
2026-05-30T18:05:01.602936Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: downloaded height=Some(Height(1732651)) hash=000000000140ed2d3fe6db09dec5e480d22a1df4541cff60660e1de6f544cd5c
2026-05-30T18:05:01.614399Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=000000000008a89a1641f06023407a366284da4819de96a45f1e4ea8f2f4fe6d
2026-05-30T18:05:01.614434Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000001751f6aa3f0b4e972c88a292247bf71d562ed750ee3b4d3bf0dce31
2026-05-30T18:05:01.614457Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=000000000116a9c0d7447dab34f7e85ebc792a4b677a34de1b6e4ce7dc2787df
2026-05-30T18:05:01.614481Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=00000000009ac9a03c222b1f493b2c4b8f18fc649c8e4b158c4b909ca1a4a461
2026-05-30T18:05:01.614571Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000001a1a4484d78cb73c64779f8a3e5d1842c182e9ff310cd6e3573281d
2026-05-30T18:05:01.614601Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=00000000019edaf029f7756c36249756e35809fcbea9a22a1e749a87d77d618f
2026-05-30T18:05:01.614655Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=000000000102ecd837bcc4568903bbfa8c2ae5d0d1c9322d66a9b1f0763f41f6
2026-05-30T18:05:01.614729Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=000000000181cf24d20d348367d7146eab2ec4e3b80800b18b35767a1fa189d5
2026-05-30T18:05:01.614758Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=00000000001da149e13c921858c1c21caf535ee54c98a48ba509f3f1010f61a6
2026-05-30T18:05:01.614775Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000eda3db7a3ae2761e90295b02e381b9375879149eea97248290db7b
2026-05-30T18:05:01.614819Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000619405fadd061c816c87c54248ef0338c8c7f313002d291b6e51ab
2026-05-30T18:05:01.614856Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000ebf13e038de60d34eeae05cb89d5fde2721a66d659609a19543da0
2026-05-30T18:05:01.614897Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=00000000007962124c5323b288cf9800df62365b5b6cbd2ee819ad50834f741f
2026-05-30T18:05:01.614932Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=000000000070a1aa3ba5e8ef6bd858a8e2c4f2c672b5eec71aeef438764e9cc8
2026-05-30T18:05:01.614949Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000e1f37a0692dfe5bef905868488d23b46cdc288b30801776fbf9e22
2026-05-30T18:05:01.614990Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=00000000009a92cc5e2673d9d21c5459240822ea47b966d735bab8ffeceefee9
2026-05-30T18:05:01.615007Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000001834911f4af6eaa94367ee4536b79a334fafd522250ffb303beb145
2026-05-30T18:05:01.615046Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000a11b4ef22e9d65dafd7b2121b076ac31d77921844ca1a2012e0536
2026-05-30T18:05:01.615065Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000001727bd9dd4fcfc1ebc26ed301d1cd4926009d5aa3b1f1258ff511fa
2026-05-30T18:05:01.615082Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=00000000017d24319a6bdc7d6ea51c563eaa390b1f39c441e74fba3748b7cc19
2026-05-30T18:05:01.617876Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: downloaded height=Some(Height(1732673)) hash=00000000003413832d4c0168b1f85bc6160727d8be273ecfe7ddda7a84d82564
2026-05-30T18:05:01.617943Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=00000000011408a21d879be786c19cabde7a6226d9a50f4c24572b7a66d5a3a7
2026-05-30T18:05:01.626538Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=000000000023fca30cf388c9c4c84ab5d7819b981e532be4fa4f77ae4cb53fc7
2026-05-30T18:05:01.641889Z INFO sync:try_to_sync:try_to_sync_once:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:01.658733Z INFO sync:try_to_sync:try_to_sync_once:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:01.669368Z INFO sync:try_to_sync:try_to_sync_once:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:01.673623Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732698)) hash=0000000000ebf13e038de60d34eeae05cb89d5fde2721a66d659609a19543da0
2026-05-30T18:05:01.722853Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=00000000006f0461909f1124a01a36ddddb7e2fc1abc49e6a9ccbc1a8d526963
2026-05-30T18:05:01.739985Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732699)) hash=00000000007962124c5323b288cf9800df62365b5b6cbd2ee819ad50834f741f
2026-05-30T18:05:01.740038Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000001a19e2b90dfa5ab27752af7f83b6f8761f52f090b0347e291647bae
2026-05-30T18:05:01.744176Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000e8b01d1eb58b0700df0b72b141f8951c5c6f05494f9f54f19cb287
2026-05-30T18:05:01.751085Z INFO sync:try_to_sync:try_to_sync_once:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:01.773793Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732705)) hash=0000000001727bd9dd4fcfc1ebc26ed301d1cd4926009d5aa3b1f1258ff511fa
2026-05-30T18:05:01.774596Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732701)) hash=0000000000e1f37a0692dfe5bef905868488d23b46cdc288b30801776fbf9e22
2026-05-30T18:05:01.774701Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000bf880c3de2415c984d4cadb4b0e791c3aa1487fe5e02a9dedb2e36
2026-05-30T18:05:01.792758Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: downloaded height=Some(Height(1732679)) hash=00000000019cf76a3ea18af85594f9b0140f8acd2b22f68cae321d9b54a7238b
2026-05-30T18:05:01.823396Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732707)) hash=00000000011408a21d879be786c19cabde7a6226d9a50f4c24572b7a66d5a3a7
2026-05-30T18:05:01.823460Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000de1a444a8fe97f7295094d8c98b86537f57b0ed2c5895b31100472
2026-05-30T18:05:01.828620Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000001950c91f09d8420570a127a5fbb63ec2044af937b89edac25b8aff5
2026-05-30T18:05:01.830646Z INFO sync:try_to_sync:try_to_sync_once:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:01.832113Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=00000000015707d14b365982bdc66f2fde2e1bf5fad087b978f67f7da4749b97
2026-05-30T18:05:01.832423Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: downloaded height=Some(Height(1732685)) hash=0000000001608f8dd3d5dd04aede0572e239395d10ec66c9fcd5b8e9fce75dc1
2026-05-30T18:05:01.857129Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732687)) hash=000000000008a89a1641f06023407a366284da4819de96a45f1e4ea8f2f4fe6d
2026-05-30T18:05:01.861764Z INFO sync:try_to_sync:try_to_sync_once:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:01.862002Z INFO sync:try_to_sync:try_to_sync_once:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:01.866826Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=00000000016bc238746180dcb4d2029a3895efe2f822e1135415b74bc17780c8
2026-05-30T18:05:01.874441Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732703)) hash=0000000001834911f4af6eaa94367ee4536b79a334fafd522250ffb303beb145
2026-05-30T18:05:01.874498Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=000000000190c0910de990b21636b2e889b8e08de5126d4832ab32e8b6c391eb
2026-05-30T18:05:01.896978Z INFO sync:try_to_sync:try_to_sync_once:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:01.935799Z INFO sync:try_to_sync:try_to_sync_once:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:01.936038Z INFO sync:try_to_sync:try_to_sync_once:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:01.938264Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732710)) hash=0000000001a19e2b90dfa5ab27752af7f83b6f8761f52f090b0347e291647bae
2026-05-30T18:05:01.938339Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000c16f9beb7cada68396a8e9b9fe9f9a2ae461ce9822c061d10b4332
2026-05-30T18:05:01.939373Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: downloaded height=Some(Height(1732663)) hash=000000000061a10c2a0cd220b92d85a25cb813c08f6f047f7f9a4df4115c4f56
2026-05-30T18:05:01.939762Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000ebc8406d81c89779bc389f0fdf7591425df4592d1b55b8517e3974
2026-05-30T18:05:01.997919Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000acf27d083c29d894a4ab3b5ebad78e75aa9802a5e05b2abb3a91d3
2026-05-30T18:05:02.040887Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=000000000181e4f9fd3e6981a25f65aa16d5011fa36b468ad53bbbbf87611d9b
2026-05-30T18:05:02.050611Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: downloaded height=Some(Height(1732671)) hash=0000000000b94bfba7f974cf09bdd8c142f099e276258d82fc2ec872a601787b
2026-05-30T18:05:02.051954Z INFO sync:try_to_sync:try_to_sync_once:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:02.052263Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000542346e5dbb52322203fb1fc619735458cef03d500e3200e974564
2026-05-30T18:05:02.068306Z INFO sync:try_to_sync:try_to_sync_once:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:02.073106Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:02.079262Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:02.079499Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:02.096119Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732692)) hash=00000000019edaf029f7756c36249756e35809fcbea9a22a1e749a87d77d618f
2026-05-30T18:05:02.101014Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:02.109150Z INFO sync:try_to_sync:try_to_sync_once:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:02.112289Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:02.138631Z INFO sync:try_to_sync:try_to_sync_once:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:02.138860Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:02.151440Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:02.156809Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=000000000139bf5427c583b667617bbf4c7a85904a80df22be95671482cf6b36
2026-05-30T18:05:02.158112Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:02.161927Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=00000000014e6b1f7f939fa0dd84d15fc82172b04ef386b186ec54ffebfed13f
2026-05-30T18:05:02.177054Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732688)) hash=0000000001751f6aa3f0b4e972c88a292247bf71d562ed750ee3b4d3bf0dce31
2026-05-30T18:05:02.251763Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: downloaded height=Some(Height(1732678)) hash=0000000000c62bc89582649a9b65612e275b1409358cd02ae726f36d1db84985
2026-05-30T18:05:02.251832Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000e382eb48ac16cc4b33916d8d96a387bfad1834bb4b1919af34aa6c
2026-05-30T18:05:02.257733Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732696)) hash=0000000000eda3db7a3ae2761e90295b02e381b9375879149eea97248290db7b
2026-05-30T18:05:02.283091Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=000000000095e103859e0113280db200252a6146c57e9f73292bfa90d4e15cc2
2026-05-30T18:05:02.311876Z INFO sync:try_to_sync:try_to_sync_once:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:02.317108Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732693)) hash=000000000102ecd837bcc4568903bbfa8c2ae5d0d1c9322d66a9b1f0763f41f6
2026-05-30T18:05:02.325630Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732690)) hash=00000000009ac9a03c222b1f493b2c4b8f18fc649c8e4b158c4b909ca1a4a461
2026-05-30T18:05:02.325678Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=00000000015d070da91865bf086fc4a1765bd1b2204dc2c88f99b90731aad9a6
2026-05-30T18:05:02.373665Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000001016f59b8e1e948d3811139266c6e0ed6a03f200c6229947b0c1a2a
2026-05-30T18:05:02.413863Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=00000000000a069a1c5c8afba0ea9b37ec553fef8856530bb7615237fabd56ac
2026-05-30T18:05:02.426162Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732713)) hash=0000000000de1a444a8fe97f7295094d8c98b86537f57b0ed2c5895b31100472
2026-05-30T18:05:02.426966Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: downloaded height=Some(Height(1732681)) hash=000000000085727adb576f1fe390fa46254743eb1aa2e6f3d4b866e9aa1c4870
2026-05-30T18:05:02.434994Z INFO sync:try_to_sync:try_to_sync_once:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:02.442184Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732715)) hash=00000000015707d14b365982bdc66f2fde2e1bf5fad087b978f67f7da4749b97
2026-05-30T18:05:02.451969Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000001102300c0ba772b654d79033c821ef9b15d3f6eee939036bd7d019f
2026-05-30T18:05:02.456862Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:02.470068Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732704)) hash=0000000000a11b4ef22e9d65dafd7b2121b076ac31d77921844ca1a2012e0536
2026-05-30T18:05:02.482387Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000d1b0ce1890344fed3052c06581592ca41363c75c74f908523cde47
2026-05-30T18:05:02.489615Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=00000000003850d22ada3828c59606ec107fcc88bfcc90eb7bae2e329364e1be
2026-05-30T18:05:02.509670Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:02.515117Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: downloaded height=Some(Height(1732680)) hash=0000000001c75e2a8825eba4e1d5061cc7cc26b9f98b8e63d2bc90f449606db5
2026-05-30T18:05:02.517364Z INFO sync:try_to_sync:try_to_sync_once:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:02.524393Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732708)) hash=000000000023fca30cf388c9c4c84ab5d7819b981e532be4fa4f77ae4cb53fc7
2026-05-30T18:05:02.525680Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000c5cc995528f57184760106a9b2fc8d600328c6444cfac31a4a13c9
2026-05-30T18:05:02.538696Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:02.578800Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732716)) hash=00000000016bc238746180dcb4d2029a3895efe2f822e1135415b74bc17780c8
2026-05-30T18:05:02.578852Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=00000000011f84613d868c4fe3956e1344beb277c3a5a75de27c262cefa1edc1
2026-05-30T18:05:02.589590Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: downloaded height=Some(Height(1732686)) hash=0000000000efafea908a220c604390d603d9432c17a6f2e584121ab6e038b3a5
2026-05-30T18:05:02.589654Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=00000000018ea8768e3ccc48d7fe75384aafd4b5fa7edc26b75f714f267b2e03
2026-05-30T18:05:02.590445Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=00000000003ba4229a785b46408cf3476672f656bd607bfa7a25ca551a074ea2
2026-05-30T18:05:02.617090Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:02.624489Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:02.632164Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:02.665553Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000354bc785f5be37ce0c8cb768f42f1cc99daebf9d519e9fce4e2bc3
2026-05-30T18:05:02.668112Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732689)) hash=000000000116a9c0d7447dab34f7e85ebc792a4b677a34de1b6e4ce7dc2787df
2026-05-30T18:05:02.698670Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=000000000049fc089b01006119c294fea39857dbec8839b3a78053be6510943f
2026-05-30T18:05:02.737152Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732731)) hash=0000000000d1b0ce1890344fed3052c06581592ca41363c75c74f908523cde47
2026-05-30T18:05:02.737207Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=00000000018935f88544c717f82b260efb93d05264f51781cdd6640ce63739ee
2026-05-30T18:05:02.743528Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732691)) hash=0000000001a1a4484d78cb73c64779f8a3e5d1842c182e9ff310cd6e3573281d
2026-05-30T18:05:02.758038Z INFO sync:try_to_sync:try_to_sync_once:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:02.772543Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732700)) hash=000000000070a1aa3ba5e8ef6bd858a8e2c4f2c672b5eec71aeef438764e9cc8
2026-05-30T18:05:02.772620Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=00000000004c69c189c68a06eb41c65c605aeea2477bc1b0ad652d4e4e57861b
2026-05-30T18:05:02.773463Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:02.773696Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:02.775686Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732714)) hash=0000000001950c91f09d8420570a127a5fbb63ec2044af937b89edac25b8aff5
2026-05-30T18:05:02.791314Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=000000000144bba94c91078bba75e381076e263f5496e0237fc7b78160d2addf
2026-05-30T18:05:02.803534Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732706)) hash=00000000017d24319a6bdc7d6ea51c563eaa390b1f39c441e74fba3748b7cc19
2026-05-30T18:05:02.807059Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=00000000008863743b23795ef50dc0decebf6e288b27ee411cf7c9ef984434d4
2026-05-30T18:05:02.823403Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732697)) hash=0000000000619405fadd061c816c87c54248ef0338c8c7f313002d291b6e51ab
2026-05-30T18:05:02.841329Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=00000000017f38a3435a905fa694fecaaf1abb3030abd7c50a6194e776c7730c
2026-05-30T18:05:02.859655Z INFO sync:try_to_sync:try_to_sync_once:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:02.871826Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732709)) hash=00000000006f0461909f1124a01a36ddddb7e2fc1abc49e6a9ccbc1a8d526963
2026-05-30T18:05:02.885099Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000e8905d205b5e1697a133eff5dab60a433b9bde5ccfb1b031231746
2026-05-30T18:05:02.893967Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732720)) hash=0000000000acf27d083c29d894a4ab3b5ebad78e75aa9802a5e05b2abb3a91d3
2026-05-30T18:05:02.898726Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:02.904399Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:02.914912Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732695)) hash=00000000001da149e13c921858c1c21caf535ee54c98a48ba509f3f1010f61a6
2026-05-30T18:05:02.914961Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000001637d6a317f7adb4a9b442c07aa467e5e57d6a301e1fdc99e22a9a8
2026-05-30T18:05:02.915373Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=000000000195bb7db5dd49d9f37136b69527ec5690addd61676b1c2ccf93f5ad
2026-05-30T18:05:02.917233Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=00000000010b8a536a59885d1a146eaf90d765bc439c02a023c2b33aad3c0a8b
2026-05-30T18:05:02.971926Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=00000000009b28227ab3f0a91900ab13eecfcd739da8dc55072aef3b382ad220
2026-05-30T18:05:02.972701Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732718)) hash=0000000000c16f9beb7cada68396a8e9b9fe9f9a2ae461ce9822c061d10b4332
2026-05-30T18:05:03.011696Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=000000000040ab9ea31f018bc5554cbd60ccc4e103ed2e47a6b1b969e7c043ea
2026-05-30T18:05:03.029934Z INFO sync:try_to_sync:try_to_sync_once:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:03.030176Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:03.030401Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:03.043031Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=00000000019c43923b786f0cffc4fc3b39e593a9e983839623bd49f7ac607925
2026-05-30T18:05:03.061593Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732722)) hash=0000000000542346e5dbb52322203fb1fc619735458cef03d500e3200e974564
2026-05-30T18:05:03.064672Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:03.140137Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000001b8b57e93b175d1e3e69ca09522b2a5a57a34cd8e32d32866893e11
2026-05-30T18:05:03.148532Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732725)) hash=0000000000e382eb48ac16cc4b33916d8d96a387bfad1834bb4b1919af34aa6c
2026-05-30T18:05:03.159372Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=00000000019eadd55cc50352f020c0b188ec15619bb25f02fe7e5378da0cd831
2026-05-30T18:05:03.175578Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:03.182313Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732728)) hash=0000000001016f59b8e1e948d3811139266c6e0ed6a03f200c6229947b0c1a2a
2026-05-30T18:05:03.183327Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=00000000017ebe17cedf0ec392914d7ffdb864958bcb60f1be9c68abe1056522
2026-05-30T18:05:03.204374Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:03.204701Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:03.209695Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:03.220418Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:03.225022Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:03.228779Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:03.255295Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732746)) hash=000000000195bb7db5dd49d9f37136b69527ec5690addd61676b1c2ccf93f5ad
2026-05-30T18:05:03.255360Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=000000000097ea302c86cc98934b8ea12d629613b227041e111a183404dc76f1
2026-05-30T18:05:03.286213Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732735)) hash=00000000018ea8768e3ccc48d7fe75384aafd4b5fa7edc26b75f714f267b2e03
2026-05-30T18:05:03.287292Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=000000000108d26ac04057e23e8f37096007e9fa9ad49c2cd353ddd94db1a23d
2026-05-30T18:05:03.309065Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:03.314106Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:03.333381Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732748)) hash=00000000009b28227ab3f0a91900ab13eecfcd739da8dc55072aef3b382ad220
2026-05-30T18:05:03.333441Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000001baa1b913ddea6f1a39080b034b7a3e30e3c251399b12a597815e45
2026-05-30T18:05:03.373204Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=00000000008f611a0c2cdaad425f3607192ed338a03396d58b0bc2786546e776
2026-05-30T18:05:03.379714Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732752)) hash=00000000019eadd55cc50352f020c0b188ec15619bb25f02fe7e5378da0cd831
2026-05-30T18:05:03.397219Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000001de651c034f067503016c8f0d95ccffdc7564d51e7738ce02c62a95
2026-05-30T18:05:03.398558Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000597747dfefcf20a700b5a407f1adfc87459aa67147077932c03a39
2026-05-30T18:05:03.438450Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:03.438706Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:03.457429Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:03.488914Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732711)) hash=0000000000e8b01d1eb58b0700df0b72b141f8951c5c6f05494f9f54f19cb287
2026-05-30T18:05:03.488979Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000001f2966bee05859044aac5c2c2a8dd73d6a19816d03739cc07230900
2026-05-30T18:05:03.510537Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732737)) hash=0000000000354bc785f5be37ce0c8cb768f42f1cc99daebf9d519e9fce4e2bc3
2026-05-30T18:05:03.520224Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:03.524046Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:03.524285Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:03.526178Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=000000000175b18c983776b343b19fec5ec40aabc456c8b920e12df46f8f7d46
2026-05-30T18:05:03.531484Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732755)) hash=000000000108d26ac04057e23e8f37096007e9fa9ad49c2cd353ddd94db1a23d
2026-05-30T18:05:03.533176Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:03.543766Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732730)) hash=0000000001102300c0ba772b654d79033c821ef9b15d3f6eee939036bd7d019f
2026-05-30T18:05:03.543834Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=000000000018228f3ee2181c08ec92a9cfae0756bf3d69ba3081dc768c18aa91
2026-05-30T18:05:03.548767Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000001905f051883b2fdff452442f22b69b698e5cb588b70f98999a98cbe
2026-05-30T18:05:03.558741Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:03.558967Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:03.569381Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: downloaded height=Some(Height(1732684)) hash=0000000000670652af000c5d40ce3e9adc48ab2340ed6ae94f2179f5c1325f61
2026-05-30T18:05:03.569424Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000001afd36f6420575dfd40a71eaa22c09da88d76d979b65102bb8fe9de
2026-05-30T18:05:03.609654Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=00000000009a44b578401b02f43b39e4faace10122944f051ed4fe1a9b3fa185
2026-05-30T18:05:03.619667Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:03.622456Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732758)) hash=0000000001de651c034f067503016c8f0d95ccffdc7564d51e7738ce02c62a95
2026-05-30T18:05:03.658802Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000001db473463dc8fed90f283aba836f4614c922ce6f6814d49d839f7da
2026-05-30T18:05:03.701186Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732726)) hash=000000000095e103859e0113280db200252a6146c57e9f73292bfa90d4e15cc2
2026-05-30T18:05:03.701243Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=000000000126e30b85b0767e2b689939e440217c4d77c5576e91022f05d64358
2026-05-30T18:05:03.704071Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732719)) hash=0000000000ebc8406d81c89779bc389f0fdf7591425df4592d1b55b8517e3974
2026-05-30T18:05:03.730771Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732739)) hash=00000000018935f88544c717f82b260efb93d05264f51781cdd6640ce63739ee
2026-05-30T18:05:03.736873Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732740)) hash=00000000004c69c189c68a06eb41c65c605aeea2477bc1b0ad652d4e4e57861b
2026-05-30T18:05:03.736935Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=00000000013b774a9fcc9fbb5a28c090b41b04af698dc491955393e1fcbc8950
2026-05-30T18:05:03.741339Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732738)) hash=000000000049fc089b01006119c294fea39857dbec8839b3a78053be6510943f
2026-05-30T18:05:03.741395Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000001223ec603e02f6e8e59e1e8d79a7015aff35db3682b06920c8e6826
2026-05-30T18:05:03.747517Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732749)) hash=000000000040ab9ea31f018bc5554cbd60ccc4e103ed2e47a6b1b969e7c043ea
2026-05-30T18:05:03.747566Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000c94b0499cdf78a6b348b410dc13873225aab06f27912570a918354
2026-05-30T18:05:03.757607Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732727)) hash=00000000015d070da91865bf086fc4a1765bd1b2204dc2c88f99b90731aad9a6
2026-05-30T18:05:03.757661Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000ec3398dc5dda5a6bc739da5fb49622e2da7966c82d60dcd418cd37
2026-05-30T18:05:03.777004Z INFO sync:try_to_sync:try_to_sync_once:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:03.781643Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000001c8ce4888d5bdbc2c5c0d538122142e90ab8495a9f5f294643b6a75
2026-05-30T18:05:03.781799Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:03.800494Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=00000000002092280ef440a443b7b66a237c6f87128b4bae2aebe920af2e124e
2026-05-30T18:05:03.804022Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:03.824761Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732721)) hash=000000000181e4f9fd3e6981a25f65aa16d5011fa36b468ad53bbbbf87611d9b
2026-05-30T18:05:03.828656Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=00000000008e9e80001d6e01f4c35a79fe40276580490785955d077658eb4d9e
2026-05-30T18:05:03.837359Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732732)) hash=00000000003850d22ada3828c59606ec107fcc88bfcc90eb7bae2e329364e1be
2026-05-30T18:05:03.852883Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732756)) hash=0000000001baa1b913ddea6f1a39080b034b7a3e30e3c251399b12a597815e45
2026-05-30T18:05:03.890085Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=000000000102f69545b28e4fb74e6eb737ff3e117dbd6edb637849dacf4d3067
2026-05-30T18:05:03.896394Z INFO sync:try_to_sync:try_to_sync_once: dbg5709: downloaded height=Some(Height(1732683)) hash=0000000001409477047361d095c1b936b898bddf1b83898f85f11563914796f8
2026-05-30T18:05:03.915437Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=000000000127b71ca077fd37a34091680de7173771faa6d05463052095a84c7c
2026-05-30T18:05:03.920719Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732767)) hash=000000000126e30b85b0767e2b689939e440217c4d77c5576e91022f05d64358
2026-05-30T18:05:03.930117Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000001946b370edfb9018eb4dbd9484a6097e85ccaaf5bbfa65b18f620a3
2026-05-30T18:05:03.938330Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732766)) hash=0000000001db473463dc8fed90f283aba836f4614c922ce6f6814d49d839f7da
2026-05-30T18:05:03.941579Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:03.941818Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:03.947400Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732760)) hash=0000000001f2966bee05859044aac5c2c2a8dd73d6a19816d03739cc07230900
2026-05-30T18:05:03.947473Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=00000000018ba62553191cff049edec32908905fffd960472d4b2c6e8e314d79
2026-05-30T18:05:03.998201Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=00000000005babc780c6b980918bb247198fbfc2a1bf6b6c584057091f790da9
2026-05-30T18:05:04.039307Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732774)) hash=00000000008e9e80001d6e01f4c35a79fe40276580490785955d077658eb4d9e
2026-05-30T18:05:04.039353Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=00000000005bf9183ee7f962102998dde7e59c6d4cce86de89a82ae2829979e2
2026-05-30T18:05:04.043471Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000f6eba32c4e8d14b0a28a2e707ea2e0cfead7258b367641e48485d5
2026-05-30T18:05:04.057110Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:04.094703Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732742)) hash=00000000008863743b23795ef50dc0decebf6e288b27ee411cf7c9ef984434d4
2026-05-30T18:05:04.106582Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=00000000005aba0e39ed21136469ecac366f1b72be4c1178018bcf072054fa3a
2026-05-30T18:05:04.118072Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732764)) hash=0000000001afd36f6420575dfd40a71eaa22c09da88d76d979b65102bb8fe9de
2026-05-30T18:05:04.128515Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732733)) hash=0000000000c5cc995528f57184760106a9b2fc8d600328c6444cfac31a4a13c9
2026-05-30T18:05:04.130079Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000d36b48a14432e4b4c4666e69ecf8edfef833fe1bc89c42604b49b5
2026-05-30T18:05:04.181778Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=00000000007acc683a6696e22628b77c37a65329abbe3fdd7ee5fd9bb959f498
2026-05-30T18:05:04.192220Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:04.194365Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:04.194586Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:04.197136Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732759)) hash=0000000000597747dfefcf20a700b5a407f1adfc87459aa67147077932c03a39
2026-05-30T18:05:04.201286Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:04.239846Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732777)) hash=0000000001946b370edfb9018eb4dbd9484a6097e85ccaaf5bbfa65b18f620a3
2026-05-30T18:05:04.239895Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000d899a18deac3d393d2c6ecac4d71c545d4458d0f256278bd5d02a2
2026-05-30T18:05:04.252639Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000440235e6405e0608cb83df55832fac996b7862e043574e5bf64456
2026-05-30T18:05:04.266929Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732753)) hash=00000000017ebe17cedf0ec392914d7ffdb864958bcb60f1be9c68abe1056522
2026-05-30T18:05:04.287910Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=000000000020aec36376a8d200e7f471fcee7c6f1074508bfcfefd5da28e5993
2026-05-30T18:05:04.296863Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732741)) hash=000000000144bba94c91078bba75e381076e263f5496e0237fc7b78160d2addf
2026-05-30T18:05:04.301394Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=000000000033215ded5b4442c0f87918fd12fe077e50d4806ed46423479c3147
2026-05-30T18:05:04.307756Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=000000000090fb69d17f9bae67a93bdc20962f388ed5c109c9fd217df5cadd61
2026-05-30T18:05:04.351125Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:04.360658Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:04.369698Z INFO sync:try_to_sync:try_to_sync_once:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:04.375992Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:04.383531Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:04.383751Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:04.392660Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:04.407307Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732763)) hash=0000000001905f051883b2fdff452442f22b69b698e5cb588b70f98999a98cbe
2026-05-30T18:05:04.431028Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000cd648538859bea21ea8a9e8d62bf8a529ae18342bd1916aabe412c
2026-05-30T18:05:04.435587Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=00000000015a07ebc60ad76ad8c95436d9be64d0cd975b55a2bcd918ce4e9dc1
2026-05-30T18:05:04.442715Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732765)) hash=00000000009a44b578401b02f43b39e4faace10122944f051ed4fe1a9b3fa185
2026-05-30T18:05:04.456732Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732761)) hash=000000000175b18c983776b343b19fec5ec40aabc456c8b920e12df46f8f7d46
2026-05-30T18:05:04.468068Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=000000000153e259e991e674e13e8655ee7975f27de40e2aba272461948ba84e
2026-05-30T18:05:04.488352Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:04.495949Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:04.496180Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:04.518750Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732782)) hash=00000000005aba0e39ed21136469ecac366f1b72be4c1178018bcf072054fa3a
2026-05-30T18:05:04.539406Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000bdc9c527c37ddab70cbd8af32eb63a11d0bb3da10751707117d71c
2026-05-30T18:05:04.563718Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=00000000019eb51e791bdaf2acbdaa2a3db142b6eb5328963df77be1be913b58
2026-05-30T18:05:04.585917Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:04.601603Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:04.601825Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:04.603139Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732762)) hash=000000000018228f3ee2181c08ec92a9cfae0756bf3d69ba3081dc768c18aa91
2026-05-30T18:05:04.616588Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732743)) hash=00000000017f38a3435a905fa694fecaaf1abb3030abd7c50a6194e776c7730c
2026-05-30T18:05:04.672675Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732769)) hash=0000000001223ec603e02f6e8e59e1e8d79a7015aff35db3682b06920c8e6826
2026-05-30T18:05:04.672727Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000001233ae88b35c8d3b4bbb26e4f559148ff6aa120aa87cf322951efb8
2026-05-30T18:05:04.685180Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=000000000116e420158d7ff5dc3fe788c872de450b23ff2ca362f6a4876efed5
2026-05-30T18:05:04.690672Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:04.713685Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:04.716067Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=000000000109094cc8060b9ebe546f0a054d5edd9ae3537afaf48412661b10d2
2026-05-30T18:05:04.723572Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732744)) hash=0000000000e8905d205b5e1697a133eff5dab60a433b9bde5ccfb1b031231746
2026-05-30T18:05:04.755978Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=00000000015f872e2a2d768e074ba8f90872e92eb57405436c50f76ace1a6c9c
2026-05-30T18:05:04.808670Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732736)) hash=00000000003ba4229a785b46408cf3476672f656bd607bfa7a25ca551a074ea2
2026-05-30T18:05:04.810390Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000b357f6061fa38691163fcd3af922cf8ceec4180d5782c4be0be628
2026-05-30T18:05:04.847459Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:04.854663Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=000000000183cfc083c089b61a8807481bc35b3ef648cc3a90992a9daadc514a
2026-05-30T18:05:04.856069Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:04.857221Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732747)) hash=00000000010b8a536a59885d1a146eaf90d765bc439c02a023c2b33aad3c0a8b
2026-05-30T18:05:04.863339Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:04.867296Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732751)) hash=0000000001b8b57e93b175d1e3e69ca09522b2a5a57a34cd8e32d32866893e11
2026-05-30T18:05:04.867356Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=00000000019b238b909c8dbc92b657f754e4ed08b56251cd6a8b8d4015bb544c
2026-05-30T18:05:04.877670Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732775)) hash=000000000102f69545b28e4fb74e6eb737ff3e117dbd6edb637849dacf4d3067
2026-05-30T18:05:04.895298Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=00000000001d7838110a76868b5c11cdd1e1d9fced4d324a5f380141b3be73c7
2026-05-30T18:05:04.920393Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732795)) hash=0000000001233ae88b35c8d3b4bbb26e4f559148ff6aa120aa87cf322951efb8
2026-05-30T18:05:04.936181Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=00000000010a77f38b86c8b7b09dda7eed8b953709ad3486c8db63ebe1d47f25
2026-05-30T18:05:04.943533Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732757)) hash=00000000008f611a0c2cdaad425f3607192ed338a03396d58b0bc2786546e776
2026-05-30T18:05:04.945058Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:04.969070Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000bc719ceb43da2b8852fbd4b7754f0be3656753e03a8518c8ee49f5
2026-05-30T18:05:05.025809Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000b0176b428ef0ee5f220af987858b1bb04ddaebc629f8983966aa76
2026-05-30T18:05:05.034610Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732786)) hash=0000000000440235e6405e0608cb83df55832fac996b7862e043574e5bf64456
2026-05-30T18:05:05.062040Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=00000000001718af35dfc9bf0ca35c8152bf4573297561bff93fe2e85a9d569a
2026-05-30T18:05:05.068361Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732799)) hash=0000000000b357f6061fa38691163fcd3af922cf8ceec4180d5782c4be0be628
2026-05-30T18:05:05.071099Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:05.077960Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:05.080276Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000001282cc81eaa08137125414223e90013336fb847627d94fca468e99f
2026-05-30T18:05:05.089387Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732790)) hash=0000000000cd648538859bea21ea8a9e8d62bf8a529ae18342bd1916aabe412c
2026-05-30T18:05:05.098019Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=00000000016d9b6d6b61377e0c5f6b968dabc3ef09303883490f3ca1284f1be4
2026-05-30T18:05:05.102850Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732788)) hash=000000000033215ded5b4442c0f87918fd12fe077e50d4806ed46423479c3147
2026-05-30T18:05:05.102893Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000e480b3caddc2e7901ed2fe0ee39929b0168c5351b6d13540a6a946
2026-05-30T18:05:05.137043Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732796)) hash=000000000116e420158d7ff5dc3fe788c872de450b23ff2ca362f6a4876efed5
2026-05-30T18:05:05.171267Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000001048e8e92d56edea6407233e07a05ef540eecd534c257c36f8c8eec
2026-05-30T18:05:05.188486Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000fdd81e0c5586b199f1952093abf1f0ac578044d4695c8c2142b3d3
2026-05-30T18:05:05.193317Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:05.202718Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:05.212326Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732785)) hash=0000000000d899a18deac3d393d2c6ecac4d71c545d4458d0f256278bd5d02a2
2026-05-30T18:05:05.218158Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:05.236837Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732783)) hash=0000000000d36b48a14432e4b4c4666e69ecf8edfef833fe1bc89c42604b49b5
2026-05-30T18:05:05.236903Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000001ddcc30c852927253553ab7fa541a5d0f237e8d6b31f4159ecea65a
2026-05-30T18:05:05.248290Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:05.256319Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:05.256541Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:05.260823Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732754)) hash=000000000097ea302c86cc98934b8ea12d629613b227041e111a183404dc76f1
2026-05-30T18:05:05.260885Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=00000000002c38fab486ac76766c0fbb2f27bc8189d13e028556ecb19b4f16b4
2026-05-30T18:05:05.296924Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=000000000052d6034505a62f72de062800776e4b8ce084158a93b9e3cf104ab8
2026-05-30T18:05:05.312606Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000de982a08338fbb22201b636770de4f5ca1c7bc97d762e995aa204f
2026-05-30T18:05:05.315619Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732784)) hash=00000000007acc683a6696e22628b77c37a65329abbe3fdd7ee5fd9bb959f498
2026-05-30T18:05:05.335583Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:05.342397Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732810)) hash=0000000001048e8e92d56edea6407233e07a05ef540eecd534c257c36f8c8eec
2026-05-30T18:05:05.342446Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=000000000197e1f7bb2b0556fff5cd09f6b740fe29490b943968252b8d18d726
2026-05-30T18:05:05.359587Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:05.359811Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:05.367640Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:05.367943Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:05.368249Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:05.388351Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=00000000007ddeac38a36c7e61fca15e937e1be1c7a090d2b49033c49670ebdb
2026-05-30T18:05:05.392696Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:05.457423Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000001d2a42ce786203487c03ca0a4538546b04f05d40ee4b400bf92e978
2026-05-30T18:05:05.472797Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732798)) hash=00000000015f872e2a2d768e074ba8f90872e92eb57405436c50f76ace1a6c9c
2026-05-30T18:05:05.472849Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000001a7b74b9b6242ac47553ae3f77413b849752ae6c4fa624d8952c47c
2026-05-30T18:05:05.525437Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732770)) hash=0000000000c94b0499cdf78a6b348b410dc13873225aab06f27912570a918354
2026-05-30T18:05:05.525494Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000001243bd67582ce18bfefb4763d5db0eefd23ad9ff5bea30e611a9238
2026-05-30T18:05:05.546047Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:05.601442Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000f7d3b472857d8e9cd02c66b5fa2f5cb80c7fd815d86172bdda51ba
2026-05-30T18:05:05.614499Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000ba52fca214fb041590f8fdf404ab36628ecfaa466f4f29ddc5c70e
2026-05-30T18:05:05.667666Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732792)) hash=000000000153e259e991e674e13e8655ee7975f27de40e2aba272461948ba84e
2026-05-30T18:05:05.667718Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000dd7cdf2a9b6cb5121779d24f289d859f7a2f2884f2b36877a52528
2026-05-30T18:05:05.669128Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:05.678685Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:05.678910Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:05.684134Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:05.697487Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732805)) hash=0000000000b0176b428ef0ee5f220af987858b1bb04ddaebc629f8983966aa76
2026-05-30T18:05:05.709252Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=000000000108398ff135ce05904c367179b1dcadd5caeec152a2b0f2915e1312
2026-05-30T18:05:05.714033Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:05.721726Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732801)) hash=00000000019b238b909c8dbc92b657f754e4ed08b56251cd6a8b8d4015bb544c
2026-05-30T18:05:05.726881Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=00000000010f1e1343b467a350e7654e241c51b3e19c1967505b1effc9daddb0
2026-05-30T18:05:05.728983Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000ef7b61ffcde6256c79709896e9bf23639f26d2e8c2e88f69f5b57f
2026-05-30T18:05:05.742800Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=00000000003444d584d336ba5dfad4ef957ac7c5ebca9a042d84d34ee32ff266
2026-05-30T18:05:05.815550Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:05.815866Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:05.818860Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732773)) hash=00000000002092280ef440a443b7b66a237c6f87128b4bae2aebe920af2e124e
2026-05-30T18:05:05.833671Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:05.835054Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=000000000162e7e7accfc57a521c19821aa3912903bbc1fc956e0f3d518acada
2026-05-30T18:05:05.835810Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732817)) hash=00000000007ddeac38a36c7e61fca15e937e1be1c7a090d2b49033c49670ebdb
2026-05-30T18:05:05.838540Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000d0d213111f7eeba88e0e62c116aee34ede6d7989854d9843f48582
2026-05-30T18:05:05.839225Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732818)) hash=0000000001d2a42ce786203487c03ca0a4538546b04f05d40ee4b400bf92e978
2026-05-30T18:05:05.839288Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=00000000010a3ee40c6614bfc28d11a7fd0c31377da3820e422fabfc9671cef8
2026-05-30T18:05:05.851597Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=00000000013e4d09f88802e298a3d8411319c968e913e29f9ab4027c6b36c40c
2026-05-30T18:05:05.852216Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732807)) hash=0000000001282cc81eaa08137125414223e90013336fb847627d94fca468e99f
2026-05-30T18:05:05.862166Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000f35da9d308f7f90b6be23dc28707790923fee1f6b88874ef49d508
2026-05-30T18:05:05.873057Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732794)) hash=00000000019eb51e791bdaf2acbdaa2a3db142b6eb5328963df77be1be913b58
2026-05-30T18:05:05.881730Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732822)) hash=0000000000ba52fca214fb041590f8fdf404ab36628ecfaa466f4f29ddc5c70e
2026-05-30T18:05:05.881789Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=00000000012a3975ccdc3773ace39add6c1bcd53b75ea39dac31d11ff0d0e2bb
2026-05-30T18:05:05.939566Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000a0fc72f7105dc3620534b669190472ee33053e6bfc530110a87e00
2026-05-30T18:05:05.945719Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732809)) hash=0000000000e480b3caddc2e7901ed2fe0ee39929b0168c5351b6d13540a6a946
2026-05-30T18:05:05.946675Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000001720f4d7e96fe4b7d192a96a56c1dd01fc83b0ee4b0ec6d56170ca8
2026-05-30T18:05:05.949859Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:05.950095Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:05.958614Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:05.969826Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732814)) hash=000000000052d6034505a62f72de062800776e4b8ce084158a93b9e3cf104ab8
2026-05-30T18:05:05.969882Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000d7044e31352ec1f45caeb26af69b65a824669d2c7c08ebb3354bb4
2026-05-30T18:05:06.000642Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=000000000029a6667a6f29f889faad5a620dd2966d5442051ddfdc3ea5c62dfa
2026-05-30T18:05:06.084408Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:06.086563Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=000000000116c8b43dafdbb4c9c1b98a3afb3353c50123d3c7fe3133f63544ac
2026-05-30T18:05:06.152013Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=00000000000856ea70002ec3668c92a0e7b59d46f839a4554212d7cf8c865171
2026-05-30T18:05:06.166825Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:06.167053Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732827)) hash=00000000003444d584d336ba5dfad4ef957ac7c5ebca9a042d84d34ee32ff266
2026-05-30T18:05:06.167062Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:06.176380Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:06.188185Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:06.212301Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000001023c87e470257d256a573be5bdd8185fcd2c85186b7a881040c668
2026-05-30T18:05:06.219617Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:06.283854Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732819)) hash=0000000001a7b74b9b6242ac47553ae3f77413b849752ae6c4fa624d8952c47c
2026-05-30T18:05:06.283917Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=00000000002849b16892f0cb6e4ae503b11d21705cf856e558c7d2c5bacac625
2026-05-30T18:05:06.294277Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:06.329143Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732797)) hash=000000000109094cc8060b9ebe546f0a054d5edd9ae3537afaf48412661b10d2
2026-05-30T18:05:06.338224Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000a3cbd31542cb68fc41eb6daba51b302cfe6c223079a78d06a1c5d7
2026-05-30T18:05:06.361621Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000ea67011a49c1c067646e6ea3a19985c86e744ecde87547e577cf89
2026-05-30T18:05:06.371674Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732838)) hash=000000000116c8b43dafdbb4c9c1b98a3afb3353c50123d3c7fe3133f63544ac
2026-05-30T18:05:06.411241Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:06.414706Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732828)) hash=000000000162e7e7accfc57a521c19821aa3912903bbc1fc956e0f3d518acada
2026-05-30T18:05:06.418556Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:06.420626Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732812)) hash=0000000001ddcc30c852927253553ab7fa541a5d0f237e8d6b31f4159ecea65a
2026-05-30T18:05:06.420696Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000bd5e407bca0261a17f613167f6b67716a5da6a5b880d4eea5ac82c
2026-05-30T18:05:06.428582Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:06.455547Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732793)) hash=0000000000bdc9c527c37ddab70cbd8af32eb63a11d0bb3da10751707117d71c
2026-05-30T18:05:06.455617Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=000000000017d561f0a57cf972ce2a788a53ff386df68e2098a808ea858e4099
2026-05-30T18:05:06.472346Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:06.488649Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000588a4444b864e537047df55d15b83109d7b929204da3de188bfb9c
2026-05-30T18:05:06.490465Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732787)) hash=000000000020aec36376a8d200e7f471fcee7c6f1074508bfcfefd5da28e5993
2026-05-30T18:05:06.490790Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=00000000010cb753363880114b896a1b26992cc4121fc167613e0f9c75332dd6
2026-05-30T18:05:06.517221Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732833)) hash=00000000012a3975ccdc3773ace39add6c1bcd53b75ea39dac31d11ff0d0e2bb
2026-05-30T18:05:06.550509Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=00000000004a64085eeecd69280fcdecb5479ea56f427b64d38f6671afec7b8b
2026-05-30T18:05:06.585649Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732842)) hash=0000000000a3cbd31542cb68fc41eb6daba51b302cfe6c223079a78d06a1c5d7
2026-05-30T18:05:06.585704Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000f68bcbc69ad742773c5e9f208c18fb2ad0baddd9f7db6b3c581500
2026-05-30T18:05:06.594763Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:06.596741Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=00000000005d76d35a00b2fc9783a75522cc2afae8be88fb040560a2f9eacb83
2026-05-30T18:05:06.669437Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732823)) hash=0000000000dd7cdf2a9b6cb5121779d24f289d859f7a2f2884f2b36877a52528
2026-05-30T18:05:06.674649Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732839)) hash=00000000000856ea70002ec3668c92a0e7b59d46f839a4554212d7cf8c865171
2026-05-30T18:05:06.674715Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000dd92041b3322d5adc0068a1aeff8bb80e48c7055f4bee89ad2f9a1
2026-05-30T18:05:06.704755Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=00000000004d8d5cc8105e9d3408650df6d3e864f2916603bab2cff4121cc477
2026-05-30T18:05:06.704771Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=00000000004b59ef323addb5419577867a112d19f73261272ec6a1daf87e835d
2026-05-30T18:05:06.715721Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=000000000042a6200e0de75b2819c02f4cc5d23fcceccfc7036d9485d1de1741
2026-05-30T18:05:06.718096Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732816)) hash=000000000197e1f7bb2b0556fff5cd09f6b740fe29490b943968252b8d18d726
2026-05-30T18:05:06.719362Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732821)) hash=0000000000f7d3b472857d8e9cd02c66b5fa2f5cb80c7fd815d86172bdda51ba
2026-05-30T18:05:06.719422Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000fd54892718f864a980b276b1b8ee2aa2fc5c8de914339531b44ebb
2026-05-30T18:05:06.740312Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=00000000018108930aaa6f2bfb3afa2e289aa9e4bcdce37dc8366ab00aae58ee
2026-05-30T18:05:06.746905Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:06.754278Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732829)) hash=0000000000d0d213111f7eeba88e0e62c116aee34ede6d7989854d9843f48582
2026-05-30T18:05:06.759883Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:06.766498Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:06.775937Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:06.780057Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=00000000005d95adde5142b4cd1a5b2a5fc8a8a29089e4ee904fc797348be2d0
2026-05-30T18:05:06.787009Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732780)) hash=00000000005bf9183ee7f962102998dde7e59c6d4cce86de89a82ae2829979e2
2026-05-30T18:05:06.806768Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732831)) hash=00000000013e4d09f88802e298a3d8411319c968e913e29f9ab4027c6b36c40c
2026-05-30T18:05:06.806829Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=00000000006d42e10e5d48160811b210a0cc08680b582dd3bef0669ec69230d0
2026-05-30T18:05:06.813009Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=00000000003b05d434d1474accbe868677536a31bc24fa7e38f13d17386ae440
2026-05-30T18:05:06.815872Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:06.816119Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:06.841603Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=00000000012f059910ea0143fbef70a8076f547decea2aa01667e49c188516aa
2026-05-30T18:05:06.846382Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732825)) hash=00000000010f1e1343b467a350e7654e241c51b3e19c1967505b1effc9daddb0
2026-05-30T18:05:06.846417Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:06.855876Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:06.866556Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732830)) hash=00000000010a3ee40c6614bfc28d11a7fd0c31377da3820e422fabfc9671cef8
2026-05-30T18:05:06.866601Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=00000000007891cf7864eda50b36714dfb18b018412108d7a5310c8145c422ad
2026-05-30T18:05:06.875905Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=000000000106332815bc4e34abddbb8cd14ea5482d0b572cda16beb82396ac5a
2026-05-30T18:05:06.885876Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:06.892358Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:06.892588Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:06.905513Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732845)) hash=000000000017d561f0a57cf972ce2a788a53ff386df68e2098a808ea858e4099
2026-05-30T18:05:06.905556Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=00000000007b3c6ba928e0ccbad9f6394d4316f49fea87221d21f9fe54b87874
2026-05-30T18:05:06.921243Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000001018df152dafc06185ef596e77a894113186946405e8b773a4f89cd
2026-05-30T18:05:06.931603Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732820)) hash=0000000001243bd67582ce18bfefb4763d5db0eefd23ad9ff5bea30e611a9238
2026-05-30T18:05:06.932786Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000001138327f8c264db18380c733c249b10b6a927ccc5e8fa43bd0f94c7
2026-05-30T18:05:06.947825Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732800)) hash=000000000183cfc083c089b61a8807481bc35b3ef648cc3a90992a9daadc514a
2026-05-30T18:05:06.967329Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000f552d7b32dd53d2e3537f6a0366deb6069cf90797511154303d84b
2026-05-30T18:05:06.991200Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000a6f023a5d5612b488cc2ddb346def6ba4a011c57bdf54bb84e5e95
2026-05-30T18:05:07.017937Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732808)) hash=00000000016d9b6d6b61377e0c5f6b968dabc3ef09303883490f3ca1284f1be4
2026-05-30T18:05:07.029571Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=00000000015a784f76fce931b5f86d76f2891c158e8a4954b96dce20c18911bd
2026-05-30T18:05:07.030817Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:07.033655Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:07.051194Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732840)) hash=0000000001023c87e470257d256a573be5bdd8185fcd2c85186b7a881040c668
2026-05-30T18:05:07.057399Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732858)) hash=00000000006d42e10e5d48160811b210a0cc08680b582dd3bef0669ec69230d0
2026-05-30T18:05:07.093115Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000001cfb8d11eb24d143f51d7698ca28f4248e3da31fe2d3e7d94291822
2026-05-30T18:05:07.115052Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732848)) hash=00000000004a64085eeecd69280fcdecb5479ea56f427b64d38f6671afec7b8b
2026-05-30T18:05:07.135100Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:07.135981Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732824)) hash=000000000108398ff135ce05904c367179b1dcadd5caeec152a2b0f2915e1312
2026-05-30T18:05:07.136033Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000609e77f449bd01466adac38cc8fe8a6097d5ae6dbb6255cee00093
2026-05-30T18:05:07.137057Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=00000000008269249eefa90ff3aca2229ea71289a3ce93996b3459035c06077b
2026-05-30T18:05:07.139757Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=00000000013742bb343801b645c8a967cff25b5e1e2a59c0b4938620f653159a
2026-05-30T18:05:07.202701Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=00000000013364e927a269589e9e613d4bc8f99975ff829d569aec991185e375
2026-05-30T18:05:07.217061Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732844)) hash=0000000000bd5e407bca0261a17f613167f6b67716a5da6a5b880d4eea5ac82c
2026-05-30T18:05:07.246387Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000001e75e12127f70d780f635280807f8aaf26be72871f996263bbeef7e
2026-05-30T18:05:07.250647Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732862)) hash=000000000106332815bc4e34abddbb8cd14ea5482d0b572cda16beb82396ac5a
2026-05-30T18:05:07.260872Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732846)) hash=0000000000588a4444b864e537047df55d15b83109d7b929204da3de188bfb9c
2026-05-30T18:05:07.263448Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:07.267100Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=00000000015100a9f5311821af485726cee06776bb49af80694585181ec0e3b9
2026-05-30T18:05:07.284015Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:07.301672Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732852)) hash=00000000004d8d5cc8105e9d3408650df6d3e864f2916603bab2cff4121cc477
2026-05-30T18:05:07.326363Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=00000000017881e4f1ffecb2a8b438e4f48f9a7fe0b028593acd4630e22a5f75
2026-05-30T18:05:07.327157Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:07.327638Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732856)) hash=00000000018108930aaa6f2bfb3afa2e289aa9e4bcdce37dc8366ab00aae58ee
2026-05-30T18:05:07.340690Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:07.346352Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000394ae55e056971c66e5216b29aed2ccbfe11c8b34417f9cb7f6eff
2026-05-30T18:05:07.351299Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:07.364296Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000001f2df296e878db6e14244867c270868c8007fcc05b3752ac5abc130
2026-05-30T18:05:07.371725Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:07.386873Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:07.396571Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:07.396795Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:07.421829Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:07.424951Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:07.462808Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=000000000087acbae88e21112e478a05169fe0fa7da642405c5d2e6dbf317f9d
2026-05-30T18:05:07.471321Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732851)) hash=0000000000dd92041b3322d5adc0068a1aeff8bb80e48c7055f4bee89ad2f9a1
2026-05-30T18:05:07.472199Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=000000000142548e07f3647ef8a5e524e73084d7f1906c3e0fa2bb2b7b8fa966
2026-05-30T18:05:07.480426Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:07.535626Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732843)) hash=0000000000ea67011a49c1c067646e6ea3a19985c86e744ecde87547e577cf89
2026-05-30T18:05:07.570162Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732849)) hash=0000000000f68bcbc69ad742773c5e9f208c18fb2ad0baddd9f7db6b3c581500
2026-05-30T18:05:07.570231Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=000000000195830bf3089cbdd8f37c88b3324a5e3c74a99ebea41b5f05a2b115
2026-05-30T18:05:07.572343Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:07.590070Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=000000000031d7a60130c57046827a5326be6c0cdd6833a7937a7ddc209cef0c
2026-05-30T18:05:07.634682Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732837)) hash=000000000029a6667a6f29f889faad5a620dd2966d5442051ddfdc3ea5c62dfa
2026-05-30T18:05:07.634746Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000002078b4396e1f30155c4bc2cbbf9fb6214bf6f2ad01ac1dece9e64f3
2026-05-30T18:05:07.636931Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732854)) hash=000000000042a6200e0de75b2819c02f4cc5d23fcceccfc7036d9485d1de1741
2026-05-30T18:05:07.640322Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732847)) hash=00000000010cb753363880114b896a1b26992cc4121fc167613e0f9c75332dd6
2026-05-30T18:05:07.656883Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=000000000138c42d86d87bbce4ee842acd05f4c2eea58bcc27e77d870e489aef
2026-05-30T18:05:07.671187Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732850)) hash=00000000005d76d35a00b2fc9783a75522cc2afae8be88fb040560a2f9eacb83
2026-05-30T18:05:07.679050Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=00000000001f2d0a1154513e94b6c321815ab3785ce6624c5ba6b41f146d3c82
2026-05-30T18:05:07.695174Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732874)) hash=0000000001e75e12127f70d780f635280807f8aaf26be72871f996263bbeef7e
2026-05-30T18:05:07.695228Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=00000000018e58ce48dc25403808cde967460a3ad22fe2f8788a242b04c917b5
2026-05-30T18:05:07.701380Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732879)) hash=000000000087acbae88e21112e478a05169fe0fa7da642405c5d2e6dbf317f9d
2026-05-30T18:05:07.717438Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:07.719816Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732853)) hash=00000000004b59ef323addb5419577867a112d19f73261272ec6a1daf87e835d
2026-05-30T18:05:07.719878Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000001075b3985ba98744d13b08f8b201cd32479a7487172825b0df19614
2026-05-30T18:05:07.724823Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000b9b90deab4d8236df965eaabcbc1a4aefec7d4db01b83a05daee85
2026-05-30T18:05:07.787581Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=000000000011e522c1e3d9944f2d7da95c22eaf7ae8d1170cb6bfb97bd88293b
2026-05-30T18:05:07.834443Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=000000000176f9e235b5318b986e9aa78fa9d9c9ad54b786d97a31dfac3de710
2026-05-30T18:05:07.842393Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732301)) hash=00000000018cf095d38c6f59ad56e808023d729aba51b29601e437e30dd588e5
2026-05-30T18:05:07.856102Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:07.862428Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:07.896022Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=00000000001728a3cebb7a1ce29a01fc4d7282f3ac83de92d7bcd2355f304dc6
2026-05-30T18:05:07.946104Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:07.963947Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:07.964185Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:07.970079Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:07.976268Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:07.976489Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:07.976755Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=00000000010871382b505cb9b761f7a9e3e4438df1c7de6c2310d870ea8b85e0
2026-05-30T18:05:08.057395Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=00000000009a54db4aaad3d52aeacd29f3b02e8ad50244d2d25157fc7498c6ae
2026-05-30T18:05:08.206351Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732860)) hash=00000000012f059910ea0143fbef70a8076f547decea2aa01667e49c188516aa
2026-05-30T18:05:08.206398Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000da99c6f940f49de96d46854b8ea3da7bc8e641bb46f5338e55503a
2026-05-30T18:05:08.230175Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732857)) hash=00000000005d95adde5142b4cd1a5b2a5fc8a8a29089e4ee904fc797348be2d0
2026-05-30T18:05:08.253641Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=00000000018332c1fd4708a6849fc1a71eaa1757a66d62920763f35c8a1392eb
2026-05-30T18:05:08.302426Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000f756a68624a03ac4dbd4f881546f2483db0ed984dc2c3fc3e657f0
2026-05-30T18:05:08.304025Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732870)) hash=0000000000609e77f449bd01466adac38cc8fe8a6097d5ae6dbb6255cee00093
2026-05-30T18:05:08.328442Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732855)) hash=0000000000fd54892718f864a980b276b1b8ee2aa2fc5c8de914339531b44ebb
2026-05-30T18:05:08.368001Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:08.411690Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732866)) hash=0000000000f552d7b32dd53d2e3537f6a0366deb6069cf90797511154303d84b
2026-05-30T18:05:08.411761Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000001a318376ce8a678af323b8266641c3058a002a1400111ef9680aacc
2026-05-30T18:05:08.428733Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732803)) hash=00000000010a77f38b86c8b7b09dda7eed8b953709ad3486c8db63ebe1d47f25
2026-05-30T18:05:08.428795Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000b96eca4f77cc4917bf82b14d54c052875b31c1444dce4fa0b4dacb
2026-05-30T18:05:08.458310Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:08.459328Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=00000000014ac44167b82a50b7ae4a3a0a3fe8ccd150e1aa982d8f55ca01c04d
2026-05-30T18:05:08.545800Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:08.546076Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000001a5b1805476f29481149d16c2f06e61440c4e298a10fd029110b655
2026-05-30T18:05:08.559255Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:08.568794Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:08.605718Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732875)) hash=00000000015100a9f5311821af485726cee06776bb49af80694585181ec0e3b9
2026-05-30T18:05:08.605776Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=00000000003806df4623cc11f56cba5f63248ec2ac2ec52f8c8995848ddd2151
2026-05-30T18:05:08.627360Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732876)) hash=00000000017881e4f1ffecb2a8b438e4f48f9a7fe0b028593acd4630e22a5f75
2026-05-30T18:05:08.635020Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732869)) hash=0000000001cfb8d11eb24d143f51d7698ca28f4248e3da31fe2d3e7d94291822
2026-05-30T18:05:08.636252Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=00000000016f06774e0a4006fc1f5fbbe96d523e1b87e432c849b591c64c5385
2026-05-30T18:05:08.654497Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=000000000190598f3f7dd76b17a0be3a2cda1eecc9530dbf2b06d576787f5e2c
2026-05-30T18:05:08.675288Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000001679f9fb595f7dc0736c729dd490907e763724a0a5841ff5a9f8d61
2026-05-30T18:05:08.682626Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=00000000009c1b6691ae754c1e6c207f359119f0b5a9d5f89d1377a0b229de79
2026-05-30T18:05:08.722251Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:08.733016Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=000000000122cc7e9d85242d96f8d52b9fe8c72c17ab428f7a708f1d9bf8a683
2026-05-30T18:05:08.742446Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732864)) hash=0000000001018df152dafc06185ef596e77a894113186946405e8b773a4f89cd
2026-05-30T18:05:08.749887Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732884)) hash=000000000138c42d86d87bbce4ee842acd05f4c2eea58bcc27e77d870e489aef
2026-05-30T18:05:08.763301Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000de29af57d53e97a2c814d9b9b2cc9efb2b9cabf9963f48d905ac7c
2026-05-30T18:05:08.766472Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732865)) hash=0000000001138327f8c264db18380c733c249b10b6a927ccc5e8fa43bd0f94c7
2026-05-30T18:05:08.783653Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732893)) hash=00000000009a54db4aaad3d52aeacd29f3b02e8ad50244d2d25157fc7498c6ae
2026-05-30T18:05:08.783699Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732868)) hash=00000000015a784f76fce931b5f86d76f2891c158e8a4954b96dce20c18911bd
2026-05-30T18:05:08.783750Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000001043f33c0d5cb3905898a031fec6433d830ebf7d8999e31f688e9ef
2026-05-30T18:05:08.783776Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=00000000002b3586401e1612b255eb2f550e5e150904e6cb383827407e847d50
2026-05-30T18:05:08.806592Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000001991448f67793f715c9bcda669283dc08076853184b5a766c9146c4
2026-05-30T18:05:08.816131Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732841)) hash=00000000002849b16892f0cb6e4ae503b11d21705cf856e558c7d2c5bacac625
2026-05-30T18:05:08.817422Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732890)) hash=000000000176f9e235b5318b986e9aa78fa9d9c9ad54b786d97a31dfac3de710
2026-05-30T18:05:08.817473Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000b368cd97ed905729b91ffa1dd816c67c6adbb82fb6ccc330d0910c
2026-05-30T18:05:08.851156Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732889)) hash=000000000011e522c1e3d9944f2d7da95c22eaf7ae8d1170cb6bfb97bd88293b
2026-05-30T18:05:08.851215Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000d55b8bee493715b886dfebfa8940cafb996e18e1830e82e3e90b69
2026-05-30T18:05:08.858816Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000001827838e9c3e75d2a25e6ebe35b4f7a6388e7841981b73fdb48fe7e
2026-05-30T18:05:08.866029Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732878)) hash=0000000001f2df296e878db6e14244867c270868c8007fcc05b3752ac5abc130
2026-05-30T18:05:08.871676Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=00000000012be79150a7cd67de5cf946a21585d1d84e4b57c99644f43cf420b1
2026-05-30T18:05:08.881211Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:08.905087Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:08.908744Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=000000000111a6dbcfc4a3f6641f74ffb89afe0f79fdd40fe0e511e01ffbc130
2026-05-30T18:05:08.910299Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732906)) hash=000000000122cc7e9d85242d96f8d52b9fe8c72c17ab428f7a708f1d9bf8a683
2026-05-30T18:05:08.913807Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732877)) hash=0000000000394ae55e056971c66e5216b29aed2ccbfe11c8b34417f9cb7f6eff
2026-05-30T18:05:08.937504Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000ae6150d837dd638459d6f3eb4cd061bf8faec5f7575bbd0280bd0f
2026-05-30T18:05:08.980311Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=000000000165dc6fd9c382f9eb558aed5b1adfb436fe8832f8bcc85c087358bc
2026-05-30T18:05:09.001333Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:09.002540Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732910)) hash=0000000001991448f67793f715c9bcda669283dc08076853184b5a766c9146c4
2026-05-30T18:05:09.002603Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=00000000003aa66c1ea54ff92d885dda52c26fda863d498b3ed382b4c5c7f72a
2026-05-30T18:05:09.063962Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000001780bab6f6c1b165ab9310d6b44da885da346ea41340d8ebf570747
2026-05-30T18:05:09.110821Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000001395cac7cc1ba6b4b115ee229bc4d865758cf8880f3ae60bed5b08e
2026-05-30T18:05:09.112832Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:09.133546Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:09.152775Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732881)) hash=000000000195830bf3089cbdd8f37c88b3324a5e3c74a99ebea41b5f05a2b115
2026-05-30T18:05:09.184487Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=00000000013b2c5c1ce76b604d350ff32c1058878698c549b0c3bda9eb853b5b
2026-05-30T18:05:09.190267Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=000000000105c6226786867222371ef7f7468b9904d2527d31ce8b0350b9c08d
2026-05-30T18:05:09.190630Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732913)) hash=0000000001827838e9c3e75d2a25e6ebe35b4f7a6388e7841981b73fdb48fe7e
2026-05-30T18:05:09.197216Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000c038063b4db47d61e93a716d5b632aeb5fa51b8b5e375b67002158
2026-05-30T18:05:09.215742Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:09.215986Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:09.216212Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:09.230835Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732901)) hash=00000000003806df4623cc11f56cba5f63248ec2ac2ec52f8c8995848ddd2151
2026-05-30T18:05:09.236652Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=000000000029a1ddb2bae26e557397592965633ef66c94fe88a158faf6216e45
2026-05-30T18:05:09.285146Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732897)) hash=0000000001a318376ce8a678af323b8266641c3058a002a1400111ef9680aacc
2026-05-30T18:05:09.305902Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000e9a619eae771b81464f087c8ce2028dc90f73015238804ee3955dd
2026-05-30T18:05:09.305943Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=00000000004943489ad0e8f5a3cd4c4e13de081903508196893825eefaaa2755
2026-05-30T18:05:09.312603Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:09.312848Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:09.316832Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000cc68c40a59f8089843e401be52e82ff6d404051c05ed51ee36de49
2026-05-30T18:05:09.322316Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:09.328440Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:09.328678Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:09.360589Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732867)) hash=0000000000a6f023a5d5612b488cc2ddb346def6ba4a011c57bdf54bb84e5e95
2026-05-30T18:05:09.363209Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=000000000119fea969b9844660e4fc2617c6a7c66e669416da07d965961a4859
2026-05-30T18:05:09.364899Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:09.372234Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:09.414401Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=000000000020cdca239e823b4df4f22841a42d9209fbe0a0b96754d6cd60df00
2026-05-30T18:05:09.464235Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732888)) hash=0000000000b9b90deab4d8236df965eaabcbc1a4aefec7d4db01b83a05daee85
2026-05-30T18:05:09.491562Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=00000000000e82a7681f42dae010af90e0c67b8aee124fccbf6620c6de76dd35
2026-05-30T18:05:09.494524Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:09.515026Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:09.515261Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:09.545029Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732895)) hash=00000000018332c1fd4708a6849fc1a71eaa1757a66d62920763f35c8a1392eb
2026-05-30T18:05:09.545094Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=000000000001bbaba32b3852d97db3ec049d659055d2a09b9fd4c53ca12af745
2026-05-30T18:05:09.560394Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732887)) hash=0000000001075b3985ba98744d13b08f8b201cd32479a7487172825b0df19614
2026-05-30T18:05:09.580891Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=00000000000723d959d637aa1cb149a73d3b1906be2c865aae001ea3aa6d3056
2026-05-30T18:05:09.588072Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732894)) hash=0000000000da99c6f940f49de96d46854b8ea3da7bc8e641bb46f5338e55503a
2026-05-30T18:05:09.593572Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:09.629067Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=000000000143b99e0e776b23ff5e0a71532d320f8fac24667dcb26fd9149dc73
2026-05-30T18:05:09.629210Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732911)) hash=0000000000b368cd97ed905729b91ffa1dd816c67c6adbb82fb6ccc330d0910c
2026-05-30T18:05:09.670054Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732904)) hash=0000000001679f9fb595f7dc0736c729dd490907e763724a0a5841ff5a9f8d61
2026-05-30T18:05:09.670116Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=00000000017bdc14f29984edd976d1cbb2b72edba5bc83009991938ccdd01532
2026-05-30T18:05:09.706546Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:09.726117Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000b3c75cb8af27c9a2d3097a1d45648e137a718dd75b4892acb8f2ff
2026-05-30T18:05:09.737353Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732861)) hash=00000000007891cf7864eda50b36714dfb18b018412108d7a5310c8145c422ad
2026-05-30T18:05:09.739981Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:09.749072Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732903)) hash=000000000190598f3f7dd76b17a0be3a2cda1eecc9530dbf2b06d576787f5e2c
2026-05-30T18:05:09.749395Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732902)) hash=00000000016f06774e0a4006fc1f5fbbe96d523e1b87e432c849b591c64c5385
2026-05-30T18:05:09.749445Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000bea02bcbefe192848e900dac414ddcc3be8901b3c6a3d8ef7b9e1b
2026-05-30T18:05:09.830515Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=000000000168888fd76ebebbe5cb4f22f23f911cf89b2d6cbfaf4d6e556e9491
2026-05-30T18:05:09.834055Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:09.867733Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732908)) hash=0000000001043f33c0d5cb3905898a031fec6433d830ebf7d8999e31f688e9ef
2026-05-30T18:05:09.888301Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=00000000009daaa37d68e1f354e643012697e85dd9f31d0372360842af2b35ee
2026-05-30T18:05:09.892828Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732900)) hash=0000000001a5b1805476f29481149d16c2f06e61440c4e298a10fd029110b655
2026-05-30T18:05:09.937443Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732922)) hash=000000000105c6226786867222371ef7f7468b9904d2527d31ce8b0350b9c08d
2026-05-30T18:05:09.944675Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:09.944918Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:09.945139Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:09.945357Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:09.955787Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=00000000015d763c25bb6048565c92b4e691cd77a74b59e6e9604c662971e754
2026-05-30T18:05:09.975592Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732936)) hash=0000000000bea02bcbefe192848e900dac414ddcc3be8901b3c6a3d8ef7b9e1b
2026-05-30T18:05:09.975657Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=00000000018003def1f2e027d55b40a2a30399177bd7acd20f73e065d9d7cddd
2026-05-30T18:05:10.005784Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732863)) hash=00000000007b3c6ba928e0ccbad9f6394d4316f49fea87221d21f9fe54b87874
2026-05-30T18:05:10.005847Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=00000000009600b33158102193d417c65d9989fb908ce1f3b36fa45b5e949caf
2026-05-30T18:05:10.009295Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732937)) hash=000000000168888fd76ebebbe5cb4f22f23f911cf89b2d6cbfaf4d6e556e9491
2026-05-30T18:05:10.013706Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000156491173fc0c13d27e3ca7d24d3329ab665bc8aba7b131fef344d
2026-05-30T18:05:10.046985Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732912)) hash=0000000000d55b8bee493715b886dfebfa8940cafb996e18e1830e82e3e90b69
2026-05-30T18:05:10.047053Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000001827603b8151c87280fbbda44333c87590fe93c31184a511f732c08
2026-05-30T18:05:10.075272Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732909)) hash=00000000002b3586401e1612b255eb2f550e5e150904e6cb383827407e847d50
2026-05-30T18:05:10.075321Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=00000000019012bb52360d9daea0fae00e4963cf1723320a0180bca5e0075239
2026-05-30T18:05:10.103923Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:10.123267Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=000000000195f209ec89bb51a48220242533645ff895845b9e9d204a2739001b
2026-05-30T18:05:10.126976Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732918)) hash=00000000003aa66c1ea54ff92d885dda52c26fda863d498b3ed382b4c5c7f72a
2026-05-30T18:05:10.131619Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:10.136551Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:10.140056Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000001158694744cdbf6ffc02257edaad61767e31271afab0d2e8459248d
2026-05-30T18:05:10.140197Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732919)) hash=0000000001780bab6f6c1b165ab9310d6b44da885da346ea41340d8ebf570747
2026-05-30T18:05:10.151498Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=00000000003620451a20757053e78f6c446f13ba0805bde525d282ce8f887ee7
2026-05-30T18:05:10.157531Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732930)) hash=00000000000e82a7681f42dae010af90e0c67b8aee124fccbf6620c6de76dd35
2026-05-30T18:05:10.172083Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=000000000085a2699a41d92ee9e1e474a05934e73670e35bfa3eee8144f2118b
2026-05-30T18:05:10.176265Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732896)) hash=0000000000f756a68624a03ac4dbd4f881546f2483db0ed984dc2c3fc3e657f0
2026-05-30T18:05:10.176315Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=000000000050a2c63b13afd76e1fc6285c073221a166437c347f9f18e9e762f5
2026-05-30T18:05:10.218744Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732914)) hash=00000000012be79150a7cd67de5cf946a21585d1d84e4b57c99644f43cf420b1
2026-05-30T18:05:10.218798Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=00000000017556c2c0952936f8a0537956fd2e8563999b6d2c03d494de186574
2026-05-30T18:05:10.231893Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=00000000017298f3b1a1dc47fed9031ebf873e13d479e2fcac94e421249ce37d
2026-05-30T18:05:10.232859Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:10.265904Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=00000000006cdbbd3d14d31abe630231e955bccea385d7f0a1d2bc9f584e6de8
2026-05-30T18:05:10.277457Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732935)) hash=0000000000b3c75cb8af27c9a2d3097a1d45648e137a718dd75b4892acb8f2ff
2026-05-30T18:05:10.280494Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=000000000164ee24e3c795b59feb41c5c6f4ce6e0489f91e159c6f5749250309
2026-05-30T18:05:10.291654Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732907)) hash=0000000000de29af57d53e97a2c814d9b9b2cc9efb2b9cabf9963f48d905ac7c
2026-05-30T18:05:10.321828Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:10.328647Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:10.328883Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:10.362349Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=00000000002c0db7c6365cd731d1d374ec244a088d10a5ca7c3e3e62a17cddbf
2026-05-30T18:05:10.377246Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732932)) hash=00000000000723d959d637aa1cb149a73d3b1906be2c865aae001ea3aa6d3056
2026-05-30T18:05:10.377382Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=00000000010f0dd74c93a834b8a03a48eb61d4ecd162268e880ee2ab664336a9
2026-05-30T18:05:10.391741Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=00000000010c176d81c159bfea7eed77f8c0d94cfa92b73228169d5a85a8feb3
2026-05-30T18:05:10.429563Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732934)) hash=00000000017bdc14f29984edd976d1cbb2b72edba5bc83009991938ccdd01532
2026-05-30T18:05:10.445797Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:10.446041Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:10.456269Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=000000000135cee64989ea75141b0a5620b33d476638f9ce422ecf9204b946f4
2026-05-30T18:05:10.460603Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:10.517554Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=000000000024486c7ceeca1bd1720b934c14cd6d61d479719d3e7067439d64c2
2026-05-30T18:05:10.526781Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000001097f824107f707df07e9e5f78fcb49ba52387011f289ad8305eccc
2026-05-30T18:05:10.543274Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:10.589554Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:10.595304Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:10.604492Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:10.604795Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:10.613293Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:10.618026Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:10.622331Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=00000000011402bac9f665eb170e2fceccd4a9d04a29b7f56951e2fbb190eae3
2026-05-30T18:05:10.702632Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:10.714323Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=00000000004771d4fa0533da04dfbafd0019d1dd99eaf02c6a2bc5fe5dc0257c
2026-05-30T18:05:10.733642Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732899)) hash=00000000014ac44167b82a50b7ae4a3a0a3fe8ccd150e1aa982d8f55ca01c04d
2026-05-30T18:05:10.755764Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732933)) hash=000000000143b99e0e776b23ff5e0a71532d320f8fac24667dcb26fd9149dc73
2026-05-30T18:05:10.764892Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=00000000009b0ba02931282157fa4c77cbe748b65f173dab71a71826958199c6
2026-05-30T18:05:10.801866Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:10.816937Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:10.863213Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=000000000165f3ae91a3cbd08382a760f14e69c932849374d8c251ca2ac6c1d8
2026-05-30T18:05:10.890905Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732920)) hash=0000000001395cac7cc1ba6b4b115ee229bc4d865758cf8880f3ae60bed5b08e
2026-05-30T18:05:10.909256Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:10.926351Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732939)) hash=00000000015d763c25bb6048565c92b4e691cd77a74b59e6e9604c662971e754
2026-05-30T18:05:10.926413Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=000000000033b1d986c4dc73e30de42d6b25cac06b2a61e7847282eca13917c1
2026-05-30T18:05:10.947788Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732927)) hash=0000000000cc68c40a59f8089843e401be52e82ff6d404051c05ed51ee36de49
2026-05-30T18:05:10.960051Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732940)) hash=00000000018003def1f2e027d55b40a2a30399177bd7acd20f73e065d9d7cddd
2026-05-30T18:05:10.993334Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=000000000139f9d018bb6a24083bfa954bd8aa699099f37f753fff351cc37c77
2026-05-30T18:05:10.998573Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:11.035055Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732938)) hash=00000000009daaa37d68e1f354e643012697e85dd9f31d0372360842af2b35ee
2026-05-30T18:05:11.035106Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=00000000014aa2ed9e09c0257949002752f32addd7b84637ed301e1460856b57
2026-05-30T18:05:11.038905Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=00000000004d0ac47c2185d1bdb35a9d861ada4ab77fc31cc0a184644bd79665
2026-05-30T18:05:11.048798Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732947)) hash=00000000003620451a20757053e78f6c446f13ba0805bde525d282ce8f887ee7
2026-05-30T18:05:11.097929Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732946)) hash=0000000001158694744cdbf6ffc02257edaad61767e31271afab0d2e8459248d
2026-05-30T18:05:11.105210Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=00000000016ea14207ab999267ca806332d9a05ac0737222fabacb8449872a68
2026-05-30T18:05:11.132969Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=00000000015b6543128eed82996a024fd57ece7ef078ac37f84f0d5761901429
2026-05-30T18:05:11.153783Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:11.154024Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:11.163415Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732921)) hash=00000000013b2c5c1ce76b604d350ff32c1058878698c549b0c3bda9eb853b5b
2026-05-30T18:05:11.164703Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000764dd35fa8a72847d4fc6a5a9f391b4fb6105b63a25adead9fccd9
2026-05-30T18:05:11.238923Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000f7d89caea1062f2deadf273aea7da1691e45d814793ef6c09f9dae
2026-05-30T18:05:11.255268Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:11.255507Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:11.260415Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:11.290513Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000001250129cae3fe30cecc561fdbcf83c00fbe85464dd44845a094ebb0
2026-05-30T18:05:11.384476Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:11.402859Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:11.414735Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000b44f3db8a3e8a798d40c2e2738f82bd560ba29e55af27f145ea2a2
2026-05-30T18:05:11.449128Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732928)) hash=000000000119fea969b9844660e4fc2617c6a7c66e669416da07d965961a4859
2026-05-30T18:05:11.471634Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000001457721a661f6b5e9fb69a850f212d0b8fd608b2f9a809821cec446
2026-05-30T18:05:11.532813Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:11.542121Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=00000000001e186e02c4b8ce54d2488a60775948a82d2430652164765aeb75c7
2026-05-30T18:05:11.586452Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732945)) hash=000000000195f209ec89bb51a48220242533645ff895845b9e9d204a2739001b
2026-05-30T18:05:11.587592Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=00000000010c1018512cc1b219ca2ff5ef5b12dc582145b4cd4058ff9ba1a16b
2026-05-30T18:05:11.642788Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000001590bdd598388d23a6a3715575347fe51f75fd0358ba8d729827ac2
2026-05-30T18:05:11.646053Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:11.688110Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000001aea4e6d8178759023381cca7112d7acf833cf8c480ed4a9726a403
2026-05-30T18:05:11.688356Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732963)) hash=000000000165f3ae91a3cbd08382a760f14e69c932849374d8c251ca2ac6c1d8
2026-05-30T18:05:11.730091Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732941)) hash=00000000009600b33158102193d417c65d9989fb908ce1f3b36fa45b5e949caf
2026-05-30T18:05:11.765324Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:11.771088Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=00000000012088c4bc8c1739b6e06886ae97423517eaa5d96377e5775d10bc45
2026-05-30T18:05:11.796116Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000001069661df0056e33f8acd1e0eb385c7ea3ead5a9804f0cd2874400c
2026-05-30T18:05:11.807124Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732923)) hash=0000000000c038063b4db47d61e93a716d5b632aeb5fa51b8b5e375b67002158
2026-05-30T18:05:11.808899Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732949)) hash=000000000050a2c63b13afd76e1fc6285c073221a166437c347f9f18e9e762f5
2026-05-30T18:05:11.808955Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=000000000163fb3c989f8c48d759b9d6f3804b364e0999bb6e3249ef2544ad43
2026-05-30T18:05:11.818524Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732942)) hash=0000000000156491173fc0c13d27e3ca7d24d3329ab665bc8aba7b131fef344d
2026-05-30T18:05:11.819558Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000207a954d423d7289b63c3592cb22ee8e910b8f964e53bf963819c3
2026-05-30T18:05:11.823298Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732371)) hash=00000000007a81a717693d8694e63181cc36cde98f34d0e021264aa2cf2b4b8c
2026-05-30T18:05:11.823341Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000001325036ef4ef6530902fd1ce9a161ce5387bae9f0937c8e85b11070
2026-05-30T18:05:11.835010Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=000000000120efcbe45a48384d95a306a2df17651ce253b6117e6d9691ce2f4d
2026-05-30T18:05:11.841013Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000e58fc12e9b7cfa54e1c77cae4434b30e1f79adbc62a27edcc2bdf7
2026-05-30T18:05:11.842565Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=00000000018931403120508e6bc6279259cec3ebed2573555b931e0e650141ef
2026-05-30T18:05:11.842978Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732950)) hash=00000000017556c2c0952936f8a0537956fd2e8563999b6d2c03d494de186574
2026-05-30T18:05:11.843039Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000e9b2cbd9810831767f4e8c742c19f1ddfafa605fc76de7829745e3
2026-05-30T18:05:11.865973Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:11.880780Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732979)) hash=00000000012088c4bc8c1739b6e06886ae97423517eaa5d96377e5775d10bc45
2026-05-30T18:05:11.880825Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000cf3473864ffac8ed5e9fce45f75fc22b4624634244581866460f5c
2026-05-30T18:05:11.894383Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=000000000168984a9a4e48352b438b04cf164dba2e4dfd5b5a105b86885012c0
2026-05-30T18:05:11.919381Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000c546405d9dd546b72f10468a86c2b4a741942153f47f4d5a1d3332
2026-05-30T18:05:11.952186Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:11.962313Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732926)) hash=00000000004943489ad0e8f5a3cd4c4e13de081903508196893825eefaaa2755
2026-05-30T18:05:11.996220Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000b30b24d5c9cc99f195160e0ef6c6702b1c1673d72661e5b537799f
2026-05-30T18:05:12.018945Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=000000000133bfae05c9742886a6cd8692307c7df19dbb02ff52b3581ab335b4
2026-05-30T18:05:12.070290Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:12.083625Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732971)) hash=0000000000f7d89caea1062f2deadf273aea7da1691e45d814793ef6c09f9dae
2026-05-30T18:05:12.086301Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:12.115038Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:12.119573Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732943)) hash=0000000001827603b8151c87280fbbda44333c87590fe93c31184a511f732c08
2026-05-30T18:05:12.119640Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=00000000003ab6e69e20727526db22aabd22f481ddca52e406d9e0d8005521d3
2026-05-30T18:05:12.123492Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:12.146858Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=000000000073aad03483cfac54b292a396cd32672de668b8b311f67398061198
2026-05-30T18:05:12.197682Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=00000000002817392122a7f57593765c9c47f585e075b9a830a42ed29911af73
2026-05-30T18:05:12.261072Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:12.261392Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:12.262517Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732988)) hash=0000000000cf3473864ffac8ed5e9fce45f75fc22b4624634244581866460f5c
2026-05-30T18:05:12.262555Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000489aeeca29b1d23db0721c3d675ff18b4c7059a31b838dc4f69668
2026-05-30T18:05:12.377518Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:12.393038Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000e5bd75bcc105ba70450ac738c067b4b248a67ab2c027c3e7c1e7f0
2026-05-30T18:05:12.393113Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732960)) hash=00000000011402bac9f665eb170e2fceccd4a9d04a29b7f56951e2fbb190eae3
2026-05-30T18:05:12.397868Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732976)) hash=00000000010c1018512cc1b219ca2ff5ef5b12dc582145b4cd4058ff9ba1a16b
2026-05-30T18:05:12.412553Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:12.414112Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:12.414334Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:12.429963Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732965)) hash=000000000139f9d018bb6a24083bfa954bd8aa699099f37f753fff351cc37c77
2026-05-30T18:05:12.431973Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=00000000017236f03de42d1ed545672dbf8026daedb6be92bfaed8056fbc749d
2026-05-30T18:05:12.432971Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000f06a87ae9cacc54c536f6dda9d2fc245b082b540c4ee49702d4da9
2026-05-30T18:05:12.462682Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=00000000004330cb80fed08d7deacea61b313b20113752e5844a993dcd68ae0f
2026-05-30T18:05:12.468227Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732973)) hash=0000000000b44f3db8a3e8a798d40c2e2738f82bd560ba29e55af27f145ea2a2
2026-05-30T18:05:12.491697Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732958)) hash=000000000024486c7ceeca1bd1720b934c14cd6d61d479719d3e7067439d64c2
2026-05-30T18:05:12.492998Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000f8ac104a78da7cf2fc90c148c6b82eea60b37971374fa5f01b36cb
2026-05-30T18:05:12.522418Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:12.522784Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:12.527749Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=000000000109f312a002e13df313e96e7aeccddc8c93209d5cf44d3e86a09945
2026-05-30T18:05:12.542849Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732990)) hash=0000000000c546405d9dd546b72f10468a86c2b4a741942153f47f4d5a1d3332
2026-05-30T18:05:12.542925Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=00000000015cc433a3f79a66892d2c651def1408d62051017a003198e5070827
2026-05-30T18:05:12.547465Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000e5824fe18bac4498c11491d19bdd7841337930e6e16759db94727e
2026-05-30T18:05:12.558807Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=00000000017bb0281a0f9acdd06d40df13b0cfff742fd151059aa07e32f31a20
2026-05-30T18:05:12.624357Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:12.626693Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:12.670877Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=00000000007d185f328092d427434a15f5bb9caecab5494530a1d131b777d929
2026-05-30T18:05:12.707498Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732964)) hash=000000000033b1d986c4dc73e30de42d6b25cac06b2a61e7847282eca13917c1
2026-05-30T18:05:12.707552Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=000000000068f1c5bf34e96e382cec977460640cad20240308c19b9ffb32675c
2026-05-30T18:05:12.717789Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732987)) hash=0000000000e9b2cbd9810831767f4e8c742c19f1ddfafa605fc76de7829745e3
2026-05-30T18:05:12.748080Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:12.756889Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:12.761797Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732982)) hash=0000000000207a954d423d7289b63c3592cb22ee8e910b8f964e53bf963819c3
2026-05-30T18:05:12.790366Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000a4c921b1ac9537f8a743ae2f8be314ace355a05369b955e1f25595
2026-05-30T18:05:12.810369Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=00000000010bc2cdbeadaca2ecaa90cbefda4813e079c487bd93857e4c1b109e
2026-05-30T18:05:12.842116Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732974)) hash=0000000001457721a661f6b5e9fb69a850f212d0b8fd608b2f9a809821cec446
2026-05-30T18:05:12.898901Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=00000000018209c30902ffbdaf90983a064ebde521d5e40833a83d147739899f
2026-05-30T18:05:12.900321Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:12.927789Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:12.936330Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=00000000010157e0f53bce2fbe5f794dd4009d8d3a228d9505cfa60c38a99569
2026-05-30T18:05:12.943394Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732983)) hash=0000000001325036ef4ef6530902fd1ce9a161ce5387bae9f0937c8e85b11070
2026-05-30T18:05:13.007160Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000a74db0fbb7beebde3e3158ce1abc17556ba585c830f8c5a1622815
2026-05-30T18:05:13.008354Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732978)) hash=0000000001aea4e6d8178759023381cca7112d7acf833cf8c480ed4a9726a403
2026-05-30T18:05:13.015750Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732991)) hash=0000000000b30b24d5c9cc99f195160e0ef6c6702b1c1673d72661e5b537799f
2026-05-30T18:05:13.031621Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000001c0951fb866d86a4d444c3ff2512347f0ccc8f82125dad3039d98f4
2026-05-30T18:05:13.045980Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000001dd4b7ec715acb4a4ed19425fd3a22211d379721317bc8ff9d0d37b
2026-05-30T18:05:13.056271Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732980)) hash=0000000001069661df0056e33f8acd1e0eb385c7ea3ead5a9804f0cd2874400c
2026-05-30T18:05:13.056317Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=000000000078ead582794c722595ca3b2f1eca5e04163d1ee1f2e69aa8633da9
2026-05-30T18:05:13.063186Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000001640f6d6c2301fbba9057689b53d3d8aeabf1025039813adbe06ae7
2026-05-30T18:05:13.079813Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000001de2a25579c9f58db7b161a915474ec0690364e58a3da7f5c60ec7f
2026-05-30T18:05:13.081896Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:13.115745Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000466f53bcec4b442aba98c3095e29bbbd6e52da1d11bad161f4bc06
2026-05-30T18:05:13.148697Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732998)) hash=00000000017236f03de42d1ed545672dbf8026daedb6be92bfaed8056fbc749d
2026-05-30T18:05:13.165214Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=000000000029568e3ac7a82fde208faf51d1a7cc295d4c053fb55f8aa111c713
2026-05-30T18:05:13.194385Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000bfc84ba8c1d2facd01164e7adf3f012db89755f975c6ca23c2e6d5
2026-05-30T18:05:13.206833Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:13.233675Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:13.237690Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:13.256930Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:13.266522Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:13.300601Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000001630dbaeb012be9bd0efacc09181dc00da2ea5c1429b9f69bf4ce29
2026-05-30T18:05:13.310993Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732969)) hash=00000000015b6543128eed82996a024fd57ece7ef078ac37f84f0d5761901429
2026-05-30T18:05:13.332635Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000c80f899e21f2185c0c83c83f84ffb6b3b5025cfb365976347f8efb
2026-05-30T18:05:13.363655Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:13.379738Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732985)) hash=0000000000e58fc12e9b7cfa54e1c77cae4434b30e1f79adbc62a27edcc2bdf7
2026-05-30T18:05:13.394483Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732984)) hash=000000000120efcbe45a48384d95a306a2df17651ce253b6117e6d9691ce2f4d
2026-05-30T18:05:13.440912Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000001b40132a433e12785bbbc114e8dd0bb4bb9e8f484484f9a903d479b
2026-05-30T18:05:13.487509Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:13.523761Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:13.533059Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732977)) hash=0000000001590bdd598388d23a6a3715575347fe51f75fd0358ba8d729827ac2
2026-05-30T18:05:13.549158Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=000000000114562ac7ae726cf1a31140330b806bea30b3200752dcb476a182de
2026-05-30T18:05:13.632086Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:13.650695Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:13.662428Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732999)) hash=0000000000f06a87ae9cacc54c536f6dda9d2fc245b082b540c4ee49702d4da9
2026-05-30T18:05:13.678375Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000ed554599477ad54a883f9ea8b03dc855d7372662e1dd60310e0abf
2026-05-30T18:05:13.690164Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732981)) hash=000000000163fb3c989f8c48d759b9d6f3804b364e0999bb6e3249ef2544ad43
2026-05-30T18:05:13.765836Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=00000000005a3105f8c22306514d7031b7a731a24173164e16019adb640273e7
2026-05-30T18:05:13.779955Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:13.809772Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=00000000014283debcccdd62e7420d889d40846096be7746cd1422a96962442c
2026-05-30T18:05:13.844170Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732996)) hash=0000000000489aeeca29b1d23db0721c3d675ff18b4c7059a31b838dc4f69668
2026-05-30T18:05:13.863270Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1733005)) hash=00000000017bb0281a0f9acdd06d40df13b0cfff742fd151059aa07e32f31a20
2026-05-30T18:05:13.863341Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=00000000007f014c697918498ba41da2afa2de4c9216bf662a4cb0ccf7787d40
2026-05-30T18:05:13.895088Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:13.926531Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1733004)) hash=0000000000e5824fe18bac4498c11491d19bdd7841337930e6e16759db94727e
2026-05-30T18:05:13.926610Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=000000000112eed013b7a67400f44c7700ceb9222913bdfca6dbe75570a57f07
2026-05-30T18:05:13.930096Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=00000000010357abfd9c2e11084867a156b29327d76855997f03a33f643913e4
2026-05-30T18:05:13.950001Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000598ae886233a3fa84d990d7a0e1e2aa81af47de08dbe8419a2f5a3
2026-05-30T18:05:13.969231Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1733013)) hash=0000000001c0951fb866d86a4d444c3ff2512347f0ccc8f82125dad3039d98f4
2026-05-30T18:05:13.981928Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:13.982654Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=00000000014b4921b07a3fcac4bab904e28a565556cb25efb42e58151397586a
2026-05-30T18:05:13.992657Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:14.000220Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1733012)) hash=0000000000a74db0fbb7beebde3e3158ce1abc17556ba585c830f8c5a1622815
2026-05-30T18:05:14.029957Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732993)) hash=00000000003ab6e69e20727526db22aabd22f481ddca52e406d9e0d8005521d3
2026-05-30T18:05:14.049997Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=00000000004f177e359efce376d892d9abd4222a49a26c613e97bebe02bb45b4
2026-05-30T18:05:14.086113Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:14.090882Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000ef9c5970fe96ba80395e5b7cd6544b148820bbcf48efe9020c1116
2026-05-30T18:05:14.095435Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:14.095662Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:14.131465Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1733009)) hash=00000000010bc2cdbeadaca2ecaa90cbefda4813e079c487bd93857e4c1b109e
2026-05-30T18:05:14.131526Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000e9e45e196274664daf98a7ea0aa268904f5688f895071687ffcb48
2026-05-30T18:05:14.140007Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1733001)) hash=0000000000f8ac104a78da7cf2fc90c148c6b82eea60b37971374fa5f01b36cb
2026-05-30T18:05:14.140053Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=00000000000fe9fde860c3fea058dd5bcc184935bd1aea45d5e43a243da90738
2026-05-30T18:05:14.186777Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1733026)) hash=00000000005a3105f8c22306514d7031b7a731a24173164e16019adb640273e7
2026-05-30T18:05:14.186842Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000001308675f6a8ebcb5aa9758d08d74b421ca07da4dbd63c1f069b25be
2026-05-30T18:05:14.188968Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=000000000132b9b5ebd61b53a97c0ef3dc07962c75c91febdda184c224942b98
2026-05-30T18:05:14.195478Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1733010)) hash=00000000018209c30902ffbdaf90983a064ebde521d5e40833a83d147739899f
2026-05-30T18:05:14.206418Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732956)) hash=00000000010c176d81c159bfea7eed77f8c0d94cfa92b73228169d5a85a8feb3
2026-05-30T18:05:14.206463Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=000000000018b0ff429c0e148ecc4e78d4012c69951c1861b8bf58d05a09ea4f
2026-05-30T18:05:14.208229Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:14.209501Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:14.270483Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732986)) hash=00000000018931403120508e6bc6279259cec3ebed2573555b931e0e650141ef
2026-05-30T18:05:14.270549Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000e178b8d79c31e4ce8660388fde03615820770c952d9dd418bee1ed
2026-05-30T18:05:14.305717Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1733003)) hash=00000000015cc433a3f79a66892d2c651def1408d62051017a003198e5070827
2026-05-30T18:05:14.307855Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000a085c36d086ce4e7a5435d9e2c62220edc3e32bdabed64f0b4ed78
2026-05-30T18:05:14.312457Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:14.318178Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=00000000000ccda69008d131e4a7c2fcaa0e2f611268d6cd5ead5af381ad9021
2026-05-30T18:05:14.339087Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:14.339325Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:14.350723Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=00000000017016555ca2f70e8511237d8901c2a9e0c811e58cff4e35ac2c3307
2026-05-30T18:05:14.379649Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1733011)) hash=00000000010157e0f53bce2fbe5f794dd4009d8d3a228d9505cfa60c38a99569
2026-05-30T18:05:14.405619Z INFO sync:try_to_sync:obtain_tips: dbg5709: downloaded height=Some(Height(1732442)) hash=00000000005350de1993fb6d5a877c523ebba31171399a70dfbcff425cdef872
2026-05-30T18:05:14.405672Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=000000000061c9aaadb63d5e6f61eb2154d333fa5ddd8c7805629e9e9d06eb07
2026-05-30T18:05:14.435517Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000001836ed36e2534a0118f7e16b37fe46b9d7fcfbdf2f36cc91955554d
2026-05-30T18:05:14.437962Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:14.479834Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1733038)) hash=000000000132b9b5ebd61b53a97c0ef3dc07962c75c91febdda184c224942b98
2026-05-30T18:05:14.479906Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000053e0d2d1ecc14ba43bcaf4e8ffdaa8a06640db70dd559f6563d79
2026-05-30T18:05:14.490173Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1733024)) hash=000000000114562ac7ae726cf1a31140330b806bea30b3200752dcb476a182de
2026-05-30T18:05:14.528637Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:14.538181Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732975)) hash=00000000001e186e02c4b8ce54d2488a60775948a82d2430652164765aeb75c7
2026-05-30T18:05:14.538232Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=000000000042fbb641bff43010b9e0741b107a96e054ebf7567b0f6aa5894de7
2026-05-30T18:05:14.555319Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=00000000001a6656faed8fd636d884f5b89e62346c233894940f4d38ca278255
2026-05-30T18:05:14.602757Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000001831b260169c4f57d68fe2627b9057a9284d4f53d772bba0c624c4b
2026-05-30T18:05:14.654036Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732994)) hash=000000000073aad03483cfac54b292a396cd32672de668b8b311f67398061198
2026-05-30T18:05:14.654099Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000001db85d60c6cc80183c040aa48453fb84fd77e0218dccc41dc73269c
2026-05-30T18:05:14.672426Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:14.680293Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:14.686071Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1733037)) hash=0000000001308675f6a8ebcb5aa9758d08d74b421ca07da4dbd63c1f069b25be
2026-05-30T18:05:14.693706Z INFO sync:try_to_sync:obtain_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:14.702429Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1733008)) hash=0000000000a4c921b1ac9537f8a743ae2f8be314ace355a05369b955e1f25595
2026-05-30T18:05:14.702479Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=00000000006cd9e5e1a26d5fed2c8c19309811cc9dab582ac3c73ef6545ebebf
2026-05-30T18:05:14.702548Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:14.728416Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000bc780072c16ccdb5b69bba2ed54370a8f456bba6a22ecf1daaf2cd
2026-05-30T18:05:14.750464Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:14.750698Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:14.754336Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1733015)) hash=000000000078ead582794c722595ca3b2f1eca5e04163d1ee1f2e69aa8633da9
2026-05-30T18:05:14.759012Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=000000000148b16df2bdb791f859102b44d8da2599a3d20eb2a11777af6dc61e
2026-05-30T18:05:14.834514Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:14.834751Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:14.834970Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:14.849319Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000e7ca66bcaa1d137fbbede4b0e5debaff5aa2739c4aceed04f711d2
2026-05-30T18:05:14.867079Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:14.897868Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1732995)) hash=00000000002817392122a7f57593765c9c47f585e075b9a830a42ed29911af73
2026-05-30T18:05:14.897928Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=00000000014f24696dbfcdc540e52a48356244f969e1dfd76786f9cdc851e0e0
2026-05-30T18:05:14.908439Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1733014)) hash=0000000001dd4b7ec715acb4a4ed19425fd3a22211d379721317bc8ff9d0d37b
2026-05-30T18:05:14.916220Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1733023)) hash=0000000001b40132a433e12785bbbc114e8dd0bb4bb9e8f484484f9a903d479b
2026-05-30T18:05:14.947818Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1733021)) hash=0000000001630dbaeb012be9bd0efacc09181dc00da2ea5c1429b9f69bf4ce29
2026-05-30T18:05:14.947855Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000309a817a3040c5a69abca4da2ba569d5dabba46037adace7c6f2d9
2026-05-30T18:05:14.949818Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000001baf0a459e403c7ea5be613d5cd8875622ac602fd162790acfcf198
2026-05-30T18:05:14.957653Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=000000000053caeb1977880c69f5b060db40e81bd7a5ec6b82b2f2337dce5caa
2026-05-30T18:05:14.972958Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1733017)) hash=0000000001de2a25579c9f58db7b161a915474ec0690364e58a3da7f5c60ec7f
2026-05-30T18:05:14.972998Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=00000000000694b55084721b58f2281b9d8ae808ac35ff158fc8a425d007345e
2026-05-30T18:05:15.029233Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:15.042399Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1733025)) hash=0000000000ed554599477ad54a883f9ea8b03dc855d7372662e1dd60310e0abf
2026-05-30T18:05:15.042463Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=00000000019cf6e6357450cca69f11418346cf3cccec817348f935f7f5f62169
2026-05-30T18:05:15.067620Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000001b98c1eef107f79553630345c919572d70c8da26fe270d86f6a8fc9
2026-05-30T18:05:15.105778Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=00000000011339bc504bfbcf12671cf3c67d7e29714d258d51cf640ca1fd760d
2026-05-30T18:05:15.147866Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:15.175178Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000001426ca6bca309174cef8a39094821b438df4fe43364beddfd21454d
2026-05-30T18:05:15.230288Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1733020)) hash=0000000000bfc84ba8c1d2facd01164e7adf3f012db89755f975c6ca23c2e6d5
2026-05-30T18:05:15.231569Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000001933d67e9c2afdab45148d71f5391fd1dd57bd74f05760788f1ece9
2026-05-30T18:05:15.236613Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:15.239218Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:15.243027Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:15.248202Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=00000000019cc0f2cc9ead5445dc1a3269267d55b5d4f7db93a1e67c11384494
2026-05-30T18:05:15.291920Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1733045)) hash=0000000001836ed36e2534a0118f7e16b37fe46b9d7fcfbdf2f36cc91955554d
2026-05-30T18:05:15.328527Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000e60d7ebcbdb404cbdf43446f43a7a078235b6c0f836d48e6b7b29f
2026-05-30T18:05:15.340626Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:15.357247Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:15.368288Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1733050)) hash=0000000001db85d60c6cc80183c040aa48453fb84fd77e0218dccc41dc73269c
2026-05-30T18:05:15.368345Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=00000000012294fb4fee0e92582e735681a5a0bc5e229b7c1691430a821bbbde
2026-05-30T18:05:15.391112Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=00000000016c741efbfceae9d4e083c6e5d731ce16d861ce3405ddc2d5d5347b
2026-05-30T18:05:15.411049Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1733042)) hash=00000000000ccda69008d131e4a7c2fcaa0e2f611268d6cd5ead5af381ad9021
2026-05-30T18:05:15.416255Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1733052)) hash=0000000000bc780072c16ccdb5b69bba2ed54370a8f456bba6a22ecf1daaf2cd
2026-05-30T18:05:15.448530Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:15.454071Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000d5727fff4f8fadf9f55ea88d49c40f317913811113018f0dcf0a15
2026-05-30T18:05:15.457209Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:15.477171Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1733053)) hash=000000000148b16df2bdb791f859102b44d8da2599a3d20eb2a11777af6dc61e
2026-05-30T18:05:15.477238Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=000000000160aadd924c848416faef8ef7ea1e57c7cac9344159dd017e8c6c0e
2026-05-30T18:05:15.483328Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=000000000119fa5f35a84c373d999df35ec43ce6365d282cd75fa3162135f55b
2026-05-30T18:05:15.486349Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1733040)) hash=0000000000e178b8d79c31e4ce8660388fde03615820770c952d9dd418bee1ed
2026-05-30T18:05:15.504460Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1733048)) hash=00000000001a6656faed8fd636d884f5b89e62346c233894940f4d38ca278255
2026-05-30T18:05:15.504513Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=00000000010af02a28d6d9efb3155ba60654e967c472ec8faf24bde0e9273304
2026-05-30T18:05:15.578484Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000001c863fa4905715c7e1a6d78a5da18ffc9b4fb0d7df7bd2546b657f8
2026-05-30T18:05:15.587171Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1733049)) hash=0000000001831b260169c4f57d68fe2627b9057a9284d4f53d772bba0c624c4b
2026-05-30T18:05:15.592427Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=000000000133192074530ebd7703ef8579ada2fca1d48cc9b36c0eecab5a01ac
2026-05-30T18:05:15.604381Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:15.604637Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:15.607583Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000483d25644b4ec63981898f6412ce0ebe88156b59aceaf9023ffd37
2026-05-30T18:05:15.609123Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000001bb2168ab3f2dfcf5c263adaa2b89023284c55a8769e1d674501865
2026-05-30T18:05:15.636983Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1733046)) hash=0000000000053e0d2d1ecc14ba43bcaf4e8ffdaa8a06640db70dd559f6563d79
2026-05-30T18:05:15.658549Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1733036)) hash=00000000000fe9fde860c3fea058dd5bcc184935bd1aea45d5e43a243da90738
2026-05-30T18:05:15.658612Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=00000000000369cebecf2bdf689c7a95e3bee9498f1c697eb6ab45df366c2e35
2026-05-30T18:05:15.690135Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=00000000016d04465079d3aedfe3b8931a5a7ccff66a448e336f2d3112cdcebf
2026-05-30T18:05:15.693902Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:15.703806Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:15.715687Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=000000000012c43effbf4c1b88b765805d53a4f9c3312c6029bbbf60d952057f
2026-05-30T18:05:15.719322Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1733070)) hash=000000000160aadd924c848416faef8ef7ea1e57c7cac9344159dd017e8c6c0e
2026-05-30T18:05:15.763944Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=000000000158986706dae2d75e5f0b1e182a4bd7a846b9fac1c3b9a099ae454d
2026-05-30T18:05:15.783482Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1733043)) hash=00000000017016555ca2f70e8511237d8901c2a9e0c811e58cff4e35ac2c3307
2026-05-30T18:05:15.801790Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:15.809682Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:15.823897Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=00000000002b0b70d13a8e6e626f559d1ead029b7499f157530ecdaa3d118cff
2026-05-30T18:05:15.863231Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=00000000013ed77690d9b3e5cd24c7ba1ba1322a65e2b0e6d5fc376cd6f9cb50
2026-05-30T18:05:15.881216Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1733041)) hash=0000000000a085c36d086ce4e7a5435d9e2c62220edc3e32bdabed64f0b4ed78
2026-05-30T18:05:15.908690Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:15.932052Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000001866bf9a45e3e3e6d231eb708cb7fb596f18ac0894437dc7d34da82
2026-05-30T18:05:15.947549Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1733075)) hash=0000000000483d25644b4ec63981898f6412ce0ebe88156b59aceaf9023ffd37
2026-05-30T18:05:15.959733Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1733065)) hash=00000000019cc0f2cc9ead5445dc1a3269267d55b5d4f7db93a1e67c11384494
2026-05-30T18:05:15.989405Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000adcf330d79cf974fb15172932f70edc8548ca5e4f3bce5e7899ec8
2026-05-30T18:05:16.032687Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:16.034222Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=0000000000a87da40131dbcd8b12dc56b8c58107b9b1bd4c118a42735834cdae
2026-05-30T18:05:16.045851Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:16.046088Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:16.049414Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1733044)) hash=000000000061c9aaadb63d5e6f61eb2154d333fa5ddd8c7805629e9e9d06eb07
2026-05-30T18:05:16.076368Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1733059)) hash=00000000000694b55084721b58f2281b9d8ae808ac35ff158fc8a425d007345e
2026-05-30T18:05:16.078999Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: REQUEST: download_and_verify called hash=00000000008cbb29f456ebef2f207607813418c25508957d23efaf2f78284a93
2026-05-30T18:05:16.146339Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1733054)) hash=0000000000e7ca66bcaa1d137fbbede4b0e5debaff5aa2739c4aceed04f711d2
2026-05-30T18:05:16.155201Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1733051)) hash=00000000006cd9e5e1a26d5fed2c8c19309811cc9dab582ac3c73ef6545ebebf
2026-05-30T18:05:16.182848Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1733034)) hash=0000000000ef9c5970fe96ba80395e5b7cd6544b148820bbcf48efe9020c1116
2026-05-30T18:05:16.204449Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:16.204698Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:16.210935Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1733084)) hash=0000000000adcf330d79cf974fb15172932f70edc8548ca5e4f3bce5e7899ec8
2026-05-30T18:05:16.229939Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1733056)) hash=0000000000309a817a3040c5a69abca4da2ba569d5dabba46037adace7c6f2d9
2026-05-30T18:05:16.253143Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1733039)) hash=000000000018b0ff429c0e148ecc4e78d4012c69951c1861b8bf58d05a09ea4f
2026-05-30T18:05:16.293274Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1733086)) hash=00000000008cbb29f456ebef2f207607813418c25508957d23efaf2f78284a93
2026-05-30T18:05:16.299373Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:16.341208Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1733074)) hash=000000000133192074530ebd7703ef8579ada2fca1d48cc9b36c0eecab5a01ac
2026-05-30T18:05:16.385360Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1733067)) hash=00000000012294fb4fee0e92582e735681a5a0bc5e229b7c1691430a821bbbde
2026-05-30T18:05:16.398689Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:16.398931Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:16.402762Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1733072)) hash=00000000010af02a28d6d9efb3155ba60654e967c472ec8faf24bde0e9273304
2026-05-30T18:05:16.443394Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1733029)) hash=000000000112eed013b7a67400f44c7700ceb9222913bdfca6dbe75570a57f07
2026-05-30T18:05:16.485890Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1733063)) hash=0000000001426ca6bca309174cef8a39094821b438df4fe43364beddfd21454d
2026-05-30T18:05:16.486238Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1733058)) hash=000000000053caeb1977880c69f5b060db40e81bd7a5ec6b82b2f2337dce5caa
2026-05-30T18:05:16.499083Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1733071)) hash=000000000119fa5f35a84c373d999df35ec43ce6365d282cd75fa3162135f55b
2026-05-30T18:05:16.514302Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:16.523840Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:16.524064Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:16.528489Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:16.627607Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:16.631293Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1733060)) hash=00000000019cf6e6357450cca69f11418346cf3cccec817348f935f7f5f62169
2026-05-30T18:05:16.643448Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1733061)) hash=0000000001b98c1eef107f79553630345c919572d70c8da26fe270d86f6a8fc9
2026-05-30T18:05:16.686846Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1733083)) hash=0000000001866bf9a45e3e3e6d231eb708cb7fb596f18ac0894437dc7d34da82
2026-05-30T18:05:16.714421Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1733082)) hash=00000000013ed77690d9b3e5cd24c7ba1ba1322a65e2b0e6d5fc376cd6f9cb50
2026-05-30T18:05:16.719733Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1733080)) hash=000000000158986706dae2d75e5f0b1e182a4bd7a846b9fac1c3b9a099ae454d
2026-05-30T18:05:16.747922Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:16.757404Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:16.766230Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:16.772368Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1733077)) hash=00000000000369cebecf2bdf689c7a95e3bee9498f1c697eb6ab45df366c2e35
2026-05-30T18:05:16.782104Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1733085)) hash=0000000000a87da40131dbcd8b12dc56b8c58107b9b1bd4c118a42735834cdae
2026-05-30T18:05:16.787338Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:16.800861Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:16.818521Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1733062)) hash=00000000011339bc504bfbcf12671cf3c67d7e29714d258d51cf640ca1fd760d
2026-05-30T18:05:16.853025Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1733047)) hash=000000000042fbb641bff43010b9e0741b107a96e054ebf7567b0f6aa5894de7
2026-05-30T18:05:16.893864Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:16.900346Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1733068)) hash=00000000016c741efbfceae9d4e083c6e5d731ce16d861ce3405ddc2d5d5347b
2026-05-30T18:05:16.902073Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:16.902294Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:17.001866Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:17.052696Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1733069)) hash=0000000000d5727fff4f8fadf9f55ea88d49c40f317913811113018f0dcf0a15
2026-05-30T18:05:17.095133Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:17.104972Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:17.115019Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:17.115240Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:17.131301Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:17.158011Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1733078)) hash=00000000016d04465079d3aedfe3b8931a5a7ccff66a448e336f2d3112cdcebf
2026-05-30T18:05:17.158993Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:17.199668Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1733079)) hash=000000000012c43effbf4c1b88b765805d53a4f9c3312c6029bbbf60d952057f
2026-05-30T18:05:17.260870Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:17.261102Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:17.344317Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:17.346016Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:17.468521Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:17.469484Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:17.471115Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1733081)) hash=00000000002b0b70d13a8e6e626f559d1ead029b7499f157530ecdaa3d118cff
2026-05-30T18:05:17.472357Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:17.581134Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
2026-05-30T18:05:17.613009Z INFO sync:try_to_sync:try_to_sync_once:extend_tips: dbg5709: downloaded height=Some(Height(1733076)) hash=0000000001bb2168ab3f2dfcf5c263adaa2b89023284c55a8769e1d674501865
2026-05-30T18:05:17.695256Z INFO sync:try_to_sync:try_to_sync_once:extend_tips:checkpoint: dbg5709: VERIFIER waiting: next needed height is contiguous_height + 1 contiguous_height=Height(1732187) next_height=Height(1732190) gap=3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment