Merge remote-tracking branch 'origin/release-v8.1' into back-merge-v8.1.1

This commit is contained in:
Michael Sproul
2026-03-02 09:20:25 +11:00
10 changed files with 122 additions and 18 deletions

View File

@@ -376,6 +376,10 @@ where
.update(network, &local, &mut self.awaiting_head_peers);
}
pub fn register_metrics(&self) {
self.chains.register_metrics();
}
/// Kickstarts sync.
pub fn resume(&mut self, network: &mut SyncNetworkContext<T>) {
for (removed_chain, sync_type, remove_reason) in