AcalaNetwork / Acala

Acala - cross-chain DeFi hub and stablecoin based on Substrate for Polkadot and Kusama.
https://acala.network
GNU General Public License v3.0
741 stars 456 forks source link

"waiting for 3 peers to be connected" while sync a node #2750

Open SixoneKui opened 4 months ago

SixoneKui commented 4 months ago

Describe the bug

I tried to sync a node with:

sudo docker run -it --privileged=true -v /my disk:/acala/data acala/acala-node:2.24.0 --base-path=/acala/data --chain=acala --name=name --rpc-external --rpc-cors=all --rpc-port=9933 --sync=warp -- --sync=warp

using the warp mode

this "Waiting for 3 peers to be connected " has been occuring a whole day but my previous experience tells me ususaly this sync process only lasts one or two hours.

Is this normal ?

See the log below: ⏩ Warping, Waiting for 3 peers to be connected, 0.00 Mib (10 peers), best: #0 (0xfc41…a64c), finalized #0 (0xfc41…a64c), ⬇ 2.4kiB/s ⬆ 0.5kiB/s 2024-05-05 03:02:42 [Relaychain] ✨ Imported #20635030 (0xf240…3221) 2024-05-05 03:02:45 [Relaychain] 💤 Idle (8 peers), best: #20635030 (0xf240…3221), finalized #20635026 (0x91d7…89f3), ⬇ 141.1kiB/s ⬆ 229.3kiB/s 2024-05-05 03:02:45 ⏩ Warping, Waiting for 3 peers to be connected, 0.00 Mib (10 peers), best: #0 (0xfc41…a64c), finalized #0 (0xfc41…a64c), ⬇ 57 B/s ⬆ 51 B/s

Many thanks

SixoneKui commented 4 months ago

2024-05-06 03:47:18 ⏩ Warping, Waiting for 3 peers to be connected, 0.00 Mib (16 peers), best: #0 (0xfc41…a64c), finalized #0 (0xfc41…a64c), ⬇ 57 B/s ⬆ 64 B/s 2024-05-06 03:47:18 [Relaychain] 💤 Idle (14 peers), best: #20649789 (0x9e21…6eab), finalized #20649786 (0xe87a…5dd2), ⬇ 109.4kiB/s ⬆ 214.0kiB/s

the number of peers increased but still not syncing

zjb0807 commented 4 months ago
sudo docker run -it --privileged=true -v /my disk:/acala/data acala/acala-node:2.24.0 --base-path=/acala/data --chain=acala --name=name --rpc-external --rpc-cors=all --rpc-port=9933 -- --sync=warp

remove the --sync=warp from the parachain param, it will work. It only works on the relaychain.

https://github.com/AcalaNetwork/Acala/blob/16f147e4cb8fc835838fcde8ee9bbf67ca23c411/node/service/src/lib.rs#L350-L360

https://github.com/paritytech/polkadot-sdk/blob/e434176e0867d17336301388b46a6796b366a976/polkadot/node/service/src/lib.rs#L1008-L1019

zjb0807 commented 4 months ago

https://github.com/paritytech/polkadot-sdk/blob/e434176e0867d17336301388b46a6796b366a976/cumulus/client/service/src/lib.rs#L468-L476

It should be supported. I'm waiting for the relaychain to sync the state.

2024-05-07 05:11:26 ⏩ Waiting for pending target block (10 peers), best: #0 (0xfc41…a64c), finalized #0 (0xfc41…a64c), ⬇ 2.4kiB/s ⬆ 0.5kiB/s
2024-05-07 05:11:28 [Relaychain] ⏩ Warping, Downloading state, 92.10 Mib (13 peers), best: #0 (0x91b1…90c3), finalized #0 (0x91b1…90c3), ⬇ 479.9kiB/s ⬆ 2.1kiB/s
2024-05-07 05:11:31 ⏩ Waiting for pending target block (10 peers), best: #0 (0xfc41…a64c), finalized #0 (0xfc41…a64c), ⬇ 0.5kiB/s ⬆ 83 B/s
2024-05-07 05:11:33 [Relaychain] ⏩ Warping, Downloading state, 97.45 Mib (13 peers), best: #0 (0x91b1…90c3), finalized #0 (0x91b1…90c3), ⬇ 652.3kiB/s ⬆ 1.2kiB/s
2024-05-07 05:11:36 ⏩ Waiting for pending target block (10 peers), best: #0 (0xfc41…a64c), finalized #0 (0xfc41…a64c), ⬇ 64 B/s ⬆ 0.6kiB/s
2024-05-07 05:11:38 [Relaychain] ⏩ Warping, Downloading state, 104.26 Mib (13 peers), best: #0 (0x91b1…90c3), finalized #0 (0x91b1…90c3), ⬇ 701.1kiB/s ⬆ 1.7kiB/s
2024-05-07 05:11:41 ⏩ Waiting for pending target block (10 peers), best: #0 (0xfc41…a64c), finalized #0 (0xfc41…a64c), ⬇ 1.5kiB/s ⬆ 0.1kiB/s
2024-05-07 05:11:43 [Relaychain] ⏩ Warping, Downloading state, 108.89 Mib (13 peers), best: #0 (0x91b1…90c3), finalized #0 (0x91b1…90c3), ⬇ 718.8kiB/s ⬆ 0.7kiB/s
2024-05-07 05:11:46 ⏩ Waiting for pending target block (10 peers), best: #0 (0xfc41…a64c), finalized #0 (0xfc41…a64c), ⬇ 83 B/s ⬆ 76 B/s
2024-05-07 05:11:48 [Relaychain] ⏩ Warping, Downloading state, 113.52 Mib (13 peers), best: #0 (0x91b1…90c3), finalized #0 (0x91b1…90c3), ⬇ 686.5kiB/s ⬆ 1.2kiB/s
2024-05-07 05:11:51 ⏩ Waiting for pending target block (10 peers), best: #0 (0xfc41…a64c), finalized #0 (0xfc41…a64c), ⬇ 1.3kiB/s ⬆ 38 B/s
2024-05-07 05:11:53 [Relaychain] ⏩ Warping, Downloading state, 120.46 Mib (13 peers), best: #0 (0x91b1…90c3), finalized #0 (0x91b1…90c3), ⬇ 718.3kiB/s ⬆ 1.0kiB/s
zjb0807 commented 4 months ago

https://github.com/paritytech/polkadot-sdk/pull/2467 should fix it.

2024-05-07 14:14:42 [Relaychain] ⚙️  State sync, Importing state, 84%, 712.39 Mib (14 peers), best: #20665330 (0xf528…32c8), finalized #20665330 (0xf528…32c8), ⬇ 0.7kiB/s ⬆ 0.4kiB/s
2024-05-07 14:14:46 ⏩ Waiting for pending target block (10 peers), best: #0 (0xfc41…a64c), finalized #0 (0xfc41…a64c), ⬇ 1.5kiB/s ⬆ 0.1kiB/s                                                                                                 2024-05-07 14:14:46 [Relaychain] State sync is complete, continuing with block sync.
2024-05-07 14:14:47 [Relaychain] ⏩ Block history, #0 (14 peers), best: #20665330 (0xf528…32c8), finalized #20665330 (0xf528…32c8), ⬇ 29.2kiB/s ⬆ 0.8kiB/s
2024-05-07 14:14:51 ⏩ Waiting for pending target block (10 peers), best: #0 (0xfc41…a64c), finalized #0 (0xfc41…a64c), ⬇ 32 B/s ⬆ 32 B/s
2024-05-07 14:14:52 [Relaychain] ⚙️  Syncing  5.4 bps, target=#20665608 (10 peers), best: #20665357 (0x2ff3…a768), finalized #20665344 (0x999d…5a49), ⬇ 2.0MiB/s ⬆ 3.0kiB/s
2024-05-07 14:14:56 ⏩ Waiting for pending target block (10 peers), best: #0 (0xfc41…a64c), finalized #0 (0xfc41…a64c), ⬇ 1.4kiB/s ⬆ 0.1kiB/s                                                                                                 2024-05-07 14:14:57 [Relaychain] ⚙️  Syncing  6.8 bps, target=#20665609 (10 peers), best: #20665391 (0x3a42…bd65), finalized #20665344 (0x999d…5a49), ⬇ 660.1kiB/s ⬆ 0.3kiB/s
2024-05-07 14:15:01 ⏩ Waiting for pending target block (10 peers), best: #0 (0xfc41…a64c), finalized #0 (0xfc41…a64c), ⬇ 1.5kiB/s ⬆ 2.2kiB/s
2024-05-07 14:15:02 [Relaychain] ⚙️  Syncing  0.6 bps, target=#20665610 (10 peers), best: #20665394 (0xce49…f740), finalized #20665344 (0x999d…5a49), ⬇ 685.4kiB/s ⬆ 15.3kiB/s
2024-05-07 14:15:06 ⏩ Waiting for pending target block (10 peers), best: #0 (0xfc41…a64c), finalized #0 (0xfc41…a64c), ⬇ 5.9kiB/s ⬆ 2.6kiB/s
2024-05-07 14:15:07 [Relaychain] ⚙️  Syncing  0.0 bps, target=#20665611 (10 peers), best: #20665394 (0xce49…f740), finalized #20665344 (0x999d…5a49), ⬇ 647.1kiB/s ⬆ 8.2kiB/s
2024-05-07 14:15:11 ⏩ Waiting for pending target block (10 peers), best: #0 (0xfc41…a64c), finalized #0 (0xfc41…a64c), ⬇ 1.4kiB/s ⬆ 51 B/s
2024-05-07 14:15:12 [Relaychain] ⚙️  Preparing  4.6 bps, target=#20665611 (9 peers), best: #20665417 (0x2f10…8287), finalized #20665344 (0x999d…5a49), ⬇ 849.9kiB/s ⬆ 6.7kiB/s
2024-05-07 14:15:16 ⏩ Waiting for pending target block (10 peers), best: #0 (0xfc41…a64c), finalized #0 (0xfc41…a64c), ⬇ 2.9kiB/s ⬆ 1.3kiB/s
2024-05-07 14:15:17 [Relaychain] ⚙️  Syncing  7.0 bps, target=#20665612 (9 peers), best: #20665452 (0x0ec9…eeac), finalized #20665344 (0x999d…5a49), ⬇ 16.2kiB/s ⬆ 2.3kiB/s
2024-05-07 14:15:21 ⏩ Waiting for pending target block (10 peers), best: #0 (0xfc41…a64c), finalized #0 (0xfc41…a64c), ⬇ 2.7kiB/s ⬆ 0.6kiB/s
2024-05-07 14:15:22 [Relaychain] ⚙️  Syncing  7.2 bps, target=#20665613 (9 peers), best: #20665488 (0xe3c3…4440), finalized #20665344 (0x999d…5a49), ⬇ 18.7kiB/s ⬆ 0.5kiB/s
2024-05-07 14:15:26 ⏩ Waiting for pending target block (10 peers), best: #0 (0xfc41…a64c), finalized #0 (0xfc41…a64c), ⬇ 32 B/s ⬆ 32 B/s
2024-05-07 14:15:27 [Relaychain] ⚙️  Syncing  7.0 bps, target=#20665614 (9 peers), best: #20665523 (0x2bf4…56b6), finalized #20665344 (0x999d…5a49), ⬇ 2.4kiB/s ⬆ 0.6kiB/s
2024-05-07 14:15:31 ⏩ Waiting for pending target block (10 peers), best: #0 (0xfc41…a64c), finalized #0 (0xfc41…a64c), ⬇ 1.3kiB/s ⬆ 0.1kiB/s
2024-05-07 14:15:32 [Relaychain] ⚙️  Syncing  6.8 bps, target=#20665615 (9 peers), best: #20665557 (0xacae…2622), finalized #20665344 (0x999d…5a49), ⬇ 17.5kiB/s ⬆ 0.7kiB/s
2024-05-07 14:15:36 ⏩ Waiting for pending target block (10 peers), best: #0 (0xfc41…a64c), finalized #0 (0xfc41…a64c), ⬇ 0.6kiB/s ⬆ 0.2kiB/s
2024-05-07 14:15:37 [Relaychain] ⚙️  Syncing  6.6 bps, target=#20665616 (9 peers), best: #20665590 (0xc054…0d84), finalized #20665344 (0x999d…5a49), ⬇ 6.3kiB/s ⬆ 0.4kiB/s
2024-05-07 14:15:40 [Relaychain] 💔 Error importing block 0xfde0ced0dc94ba139b4114f4f3a809a7c074ec983c35d35f39433c4ebf579fb4: block has an unknown parent
2024-05-07 14:15:41 [Relaychain] 💔 Error importing block 0xfde0ced0dc94ba139b4114f4f3a809a7c074ec983c35d35f39433c4ebf579fb4: block has an unknown parent
2024-05-07 14:15:41 ⏩ Waiting for pending target block (10 peers), best: #0 (0xfc41…a64c), finalized #0 (0xfc41…a64c), ⬇ 32 B/s ⬆ 32 B/s
2024-05-07 14:15:41 [Relaychain] ✨ Imported #20665610 (0x7ba3…f234)
2024-05-07 14:15:42 [Relaychain] ⏩ Block history, #18368 (5 peers), best: #20665612 (0x3f8f…ccfa), finalized #20665609 (0x1a4f…caf2), ⬇ 334.5kiB/s ⬆ 1.9kiB/s
2024-05-07 14:15:43 [Relaychain] ✨ Imported #20665617 (0x067c…f1bf)
2024-05-07 14:15:43 🎉 Received target parachain header #6134551 (0xd957…7bea) from the relay chain.
2024-05-07 14:15:44 Warp sync is complete, continuing with state sync.
2024-05-07 14:15:46 ⚙️  State sync, Downloading state, 0%, 0.00 Mib (10 peers), best: #0 (0xfc41…a64c), finalized #0 (0xfc41…a64c), ⬇ 4.9kiB/s ⬆ 0.2kiB/s
2024-05-07 14:15:47 [Relaychain] ⏩ Block history, #21824 (5 peers), best: #20665617 (0x067c…f1bf), finalized #20665615 (0x1d46…08e6), ⬇ 377.2kiB/s ⬆ 8.5kiB/s
2024-05-07 14:15:49 [Relaychain] ✨ Imported #20665618 (0xc306…b689)
2024-05-07 14:15:51 ⚙️  State sync, Downloading state, 0%, 0.00 Mib (10 peers), best: #0 (0xfc41…a64c), finalized #0 (0xfc41…a64c), ⬇ 22.6kiB/s ⬆ 0.2kiB/s
2024-05-07 14:15:52 [Relaychain] ⏩ Block history, #28032 (5 peers), best: #20665618 (0xc306…b689), finalized #20665615 (0x1d46…08e6), ⬇ 374.7kiB/s ⬆ 2.2kiB/s
2024-05-07 14:15:55 [Relaychain] ✨ Imported #20665619 (0x5e6c…ad18)
2024-05-07 14:15:56 ⚙️  State sync, Downloading state, 0%, 0.00 Mib (10 peers), best: #0 (0xfc41…a64c), finalized #0 (0xfc41…a64c), ⬇ 39.6kiB/s ⬆ 32 B/s
2024-05-07 14:19:32 [Relaychain] ⏩ Block history, #145920 (7 peers), best: #20665655 (0x704f…6afb), finalized #20665651 (0xbfb4…adf2), ⬇ 518.9kiB/s ⬆ 162.3kiB/s
2024-05-07 14:19:35 Block import error: Incomplete block import pipeline.
2024-05-07 14:19:35 Failed to import target block with state: Other(ClientImport("Incomplete block import pipeline.")).
2024-05-07 14:19:35 State sync failed. Falling back to full sync.
2024-05-07 14:19:36 ⚙️  Syncing  0.0 bps, target=#6134477 (10 peers), best: #0 (0xfc41…a64c), finalized #0 (0xfc41…a64c), ⬇ 442.9kiB/s ⬆ 0.5kiB/s
2024-05-07 14:19:36 💔 Verification failed for block 0x036f220cd6a19eb2ed56b36526cdcec748acf038fe78bc859757268aba57853c received from (12D3KooWDet92zW23WRJPg68azLmeT4mr8oQrMqBygjU47gfqHsd): "Could not fetch authorities at 0x417dc01e7a5a91
7e92041baf5372d1bebb3e6ac48ffd896b940d337449b4efa9: Current state of blockchain has invalid authorities set"
2024-05-07 14:19:37 [Relaychain] ✨ Imported #20665656 (0x726c…6090)

@xlc please publish the 2.25.0 docker image.

SixoneKui commented 4 months ago
sudo docker run -it --privileged=true -v /my disk:/acala/data acala/acala-node:2.24.0 --base-path=/acala/data --chain=acala --name=name --rpc-external --rpc-cors=all --rpc-port=9933 -- --sync=warp

remove the --sync=warp from the parachain param, it will work. It only works on the relaychain.

https://github.com/AcalaNetwork/Acala/blob/16f147e4cb8fc835838fcde8ee9bbf67ca23c411/node/service/src/lib.rs#L350-L360

https://github.com/paritytech/polkadot-sdk/blob/e434176e0867d17336301388b46a6796b366a976/polkadot/node/service/src/lib.rs#L1008-L1019

Thanks, this could work. For a early version, sync with --sync=warp -- --sync=warp (relaychain and parachaine both in warp mode ) works fine. When I google this issue, I see this happened on other parachains and the it is caused by incorrect parameter setting inside the code.

Hope 2.25.0 can resovle it.

xlc commented 4 months ago

2.25 is published

zjb0807 commented 4 months ago
Failed to import target block with state: Other(ClientImport("Incomplete block import pipeline.")).
State sync failed. Falling back to full sync.

Parachain --sync=warp seems to have bugs still

2024-05-08 08:39:34 [Relaychain] 💤 Idle (8 peers), best: #20676608 (0xc82b…36a7), finalized #20676605 (0x2bd1…57a2), ⬇ 198.7kiB/s ⬆ 153.3kiB/s
2024-05-08 08:39:34 ⚙️  State sync, Downloading state, 84%, 136.97 Mib (11 peers), best: #0 (0xfc41…a64c), finalized #0 (0xfc41…a64c), ⬇ 115.0kiB/s ⬆ 83 B/s
2024-05-08 08:39:36 [Relaychain] ✨ Imported #20676609 (0xae34…ad5c)
2024-05-08 08:39:39 [Relaychain] 💤 Idle (8 peers), best: #20676609 (0xae34…ad5c), finalized #20676606 (0xc3e3…619f), ⬇ 212.8kiB/s ⬆ 153.4kiB/s
2024-05-08 08:39:39 ⚙️  State sync, Downloading state, 84%, 139.25 Mib (11 peers), best: #0 (0xfc41…a64c), finalized #0 (0xfc41…a64c), ⬇ 156.9kiB/s ⬆ 2.8kiB/s
2024-05-08 08:39:43 [Relaychain] ✨ Imported #20676610 (0xedb2…a321)
2024-05-08 08:39:44 [Relaychain] 💤 Idle (8 peers), best: #20676610 (0xedb2…a321), finalized #20676607 (0x02e5…0d52), ⬇ 120.6kiB/s ⬆ 234.6kiB/s
2024-05-08 08:39:44 ⚙️  State sync, Downloading state, 84%, 145.40 Mib (11 peers), best: #0 (0xfc41…a64c), finalized #0 (0xfc41…a64c), ⬇ 403.8kiB/s ⬆ 0.9kiB/s
2024-05-08 08:39:49 [Relaychain] ✨ Imported #20676611 (0xb288…5fa7)
2024-05-08 08:39:49 [Relaychain] 💤 Idle (8 peers), best: #20676611 (0xb288…5fa7), finalized #20676608 (0xc82b…36a7), ⬇ 139.5kiB/s ⬆ 171.3kiB/s
2024-05-08 08:39:49 ⚙️  State sync, Downloading state, 84%, 151.58 Mib (11 peers), best: #0 (0xfc41…a64c), finalized #0 (0xfc41…a64c), ⬇ 514.9kiB/s ⬆ 0.9kiB/s
2024-05-08 08:39:54 [Relaychain] 💤 Idle (8 peers), best: #20676611 (0xb288…5fa7), finalized #20676609 (0xae34…ad5c), ⬇ 76.4kiB/s ⬆ 187.8kiB/s
2024-05-08 08:39:54 ⚙️  State sync, Downloading state, 84%, 157.76 Mib (11 peers), best: #0 (0xfc41…a64c), finalized #0 (0xfc41…a64c), ⬇ 518.1kiB/s ⬆ 3.0kiB/s
2024-05-08 08:39:55 [Relaychain] ✨ Imported #20676612 (0xb420…2fb9)
2024-05-08 08:39:59 [Relaychain] 💤 Idle (8 peers), best: #20676612 (0xb420…2fb9), finalized #20676609 (0xae34…ad5c), ⬇ 146.5kiB/s ⬆ 220.0kiB/s
2024-05-08 08:39:59 ⚙️  State sync, Downloading state, 84%, 163.96 Mib (11 peers), best: #0 (0xfc41…a64c), finalized #0 (0xfc41…a64c), ⬇ 513.0kiB/s ⬆ 0.1kiB/s
2024-05-08 08:40:00 Block import error: Incomplete block import pipeline.
2024-05-08 08:40:00 Failed to import target block with state: Other(ClientImport("Incomplete block import pipeline.")).
2024-05-08 08:40:00 State sync failed. Falling back to full sync.
2024-05-08 08:40:00 [Relaychain] ✨ Imported #20676613 (0x0347…5a99)
2024-05-08 08:40:02 💔 Verification failed for block 0x036f220cd6a19eb2ed56b36526cdcec748acf038fe78bc859757268aba57853c received from (12D3KooWCVdJhiGS2YYtjw4QggMMvVAEMaZ2Qj5oC55vDAHCCikz): "Could not fetch authorities at 0x417dc01e7a5a917e92041baf5372d1bebb3e6ac48ffd896b940d337449b4efa9: Current state of blockchain has invalid authorities set"
2024-05-08 08:40:04 [Relaychain] 💤 Idle (9 peers), best: #20676613 (0x0347…5a99), finalized #20676610 (0xedb2…a321), ⬇ 87.6kiB/s ⬆ 165.8kiB/s
2024-05-08 08:40:04 ⚙️  Syncing  0.2 bps, target=#6140019 (9 peers), best: #1 (0x417d…efa9), finalized #0 (0xfc41…a64c), ⬇ 1.1MiB/s ⬆ 1.7kiB/s
2024-05-08 08:40:07 [Relaychain] ✨ Imported #20676614 (0xdf48…ae00)
2024-05-08 08:40:07 [Relaychain] ♻️  Reorg on #20676614,0xdf48…ae00 to #20676614,0x624a…1a0d, common ancestor #20676613,0x0347…5a99
2024-05-08 08:40:07 [Relaychain] ✨ Imported #20676614 (0x624a…1a0d)
2024-05-08 08:40:08 💔 Verification failed for block 0x036f220cd6a19eb2ed56b36526cdcec748acf038fe78bc859757268aba57853c received from (12D3KooWFg8tvJQtdf2hCm3mjM1djzXo3YCBn6veHFCWWQMh8BbU): "Could not fetch authorities at 0x417dc01e7a5a917e92041baf5372d1bebb3e6ac48ffd896b940d337449b4efa9: Current state of blockchain has invalid authorities set"
2024-05-08 08:40:09 [Relaychain] 💤 Idle (8 peers), best: #20676614 (0x624a…1a0d), finalized #20676611 (0xb288…5fa7), ⬇ 148.8kiB/s ⬆ 219.3kiB/s
2024-05-08 08:40:09 ⚙️  Syncing  0.0 bps, target=#6140020 (8 peers), best: #1 (0x417d…efa9), finalized #0 (0xfc41…a64c), ⬇ 750.0kiB/s ⬆ 0.8kiB/s
2024-05-08 08:40:09 💔 Verification failed for block 0x036f220cd6a19eb2ed56b36526cdcec748acf038fe78bc859757268aba57853c received from (12D3KooWBLwm4oKY5fsbkdSdipHzYJJHSHhuoyb1eTrH31cidrnY): "Could not fetch authorities at 0x417dc01e7a5a917e92041baf5372d1bebb3e6ac48ffd896b940d337449b4efa9: Current state of blockchain has invalid authorities set"
2024-05-08 08:40:13 [Relaychain] ✨ Imported #20676615 (0x1fe6…23d3)
2024-05-08 08:40:14 [Relaychain] 💤 Idle (8 peers), best: #20676615 (0x1fe6…23d3), finalized #20676612 (0xb420…2fb9), ⬇ 117.5kiB/s ⬆ 217.5kiB/s
2024-05-08 08:40:14 ⚙️  Syncing  0.0 bps, target=#6140020 (9 peers), best: #1 (0x417d…efa9), finalized #0 (0xfc41…a64c), ⬇ 1.3MiB/s ⬆ 2.0kiB/s
2024-05-08 08:40:18 [Relaychain] ✨ Imported #20676616 (0xf37b…f8a4)
2024-05-08 08:40:19 [Relaychain] 💤 Idle (8 peers), best: #20676616 (0xf37b…f8a4), finalized #20676613 (0x0347…5a99), ⬇ 79.7kiB/s ⬆ 174.9kiB/s
2024-05-08 08:40:19 ⚙️  Syncing  0.0 bps, target=#6140020 (9 peers), best: #1 (0x417d…efa9), finalized #0 (0xfc41…a64c), ⬇ 277.5kiB/s ⬆ 0.2kiB/s
2024-05-08 08:40:19 [Relaychain] ♻️  Reorg on #20676616,0xf37b…f8a4 to #20676616,0x5085…68b7, common ancestor #20676615,0x1fe6…23d3
2024-05-08 08:40:19 [Relaychain] ✨ Imported #20676616 (0x5085…68b7)
2024-05-08 08:40:24 [Relaychain] 💤 Idle (8 peers), best: #20676616 (0x5085…68b7), finalized #20676614 (0x624a…1a0d), ⬇ 88.9kiB/s ⬆ 30.2kiB/s
2024-05-08 08:40:24 ⚙️  Syncing  0.0 bps, target=#6140020 (10 peers), best: #1 (0x417d…efa9), finalized #0 (0xfc41…a64c), ⬇ 15.0kiB/s ⬆ 0.3kiB/s
2024-05-08 08:40:25 [Relaychain] ✨ Imported #20676617 (0x8f61…ed25)
2024-05-08 08:40:29 [Relaychain] 💤 Idle (8 peers), best: #20676617 (0x8f61…ed25), finalized #20676614 (0x624a…1a0d), ⬇ 292.9kiB/s ⬆ 282.8kiB/s
2024-05-08 08:40:29 ⚙️  Syncing  0.0 bps, target=#6140020 (10 peers), best: #1 (0x417d…efa9), finalized #0 (0xfc41…a64c), ⬇ 64 B/s ⬆ 78 B/s
2024-05-08 08:40:31 💔 Verification failed for block 0x036f220cd6a19eb2ed56b36526cdcec748acf038fe78bc859757268aba57853c received from (12D3KooWLzXSEQdcsgi159CyypYrUGRdoR3PFjbMQCjVo6kqHJgi): "Could not fetch authorities at 0x417dc01e7a5a917e92041baf5372d1bebb3e6ac48ffd896b940d337449b4efa9: Current state of blockchain has invalid authorities set"
2024-05-08 08:40:31 [Relaychain] ✨ Imported #20676618 (0xb3f5…32dd)
2024-05-08 08:40:32 💔 Verification failed for block 0x036f220cd6a19eb2ed56b36526cdcec748acf038fe78bc859757268aba57853c received from (12D3KooWH2Awo63cN6wW3EgEBSmn5ipBmfA7dTNZm2NXcimmMGtH): "Could not fetch authorities at 0x417dc01e7a5a917e92041baf5372d1bebb3e6ac48ffd896b940d337449b4efa9: Current state of blockchain has invalid authorities set"
2024-05-08 08:40:33 💔 Verification failed for block 0x036f220cd6a19eb2ed56b36526cdcec748acf038fe78bc859757268aba57853c received from (12D3KooWEVKiZuYQewSjxiYqDheTzpGhgBDQxu4TFTCSWory2oKC): "Could not fetch authorities at 0x417dc01e7a5a917e92041baf5372d1bebb3e6ac48ffd896b940d337449b4efa9: Current state of blockchain has invalid authorities set"
xlc commented 4 months ago

maybe wrap sync depends on the new trie format https://github.com/AcalaNetwork/Acala/issues/2467