mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 16:21:02 +00:00
* service: provide prometheus registry for beefy metrics
* update lockfile for {"substrate"}
---------
Co-authored-by: parity-processbot <>
This commit is contained in:
Generated
+200
-219
File diff suppressed because it is too large
Load Diff
@@ -518,6 +518,7 @@ where
|
||||
grandpa_block_import,
|
||||
backend.clone(),
|
||||
client.clone(),
|
||||
config.prometheus_registry().cloned(),
|
||||
);
|
||||
|
||||
let babe_config = babe::configuration(&*client)?;
|
||||
@@ -859,6 +860,7 @@ where
|
||||
&genesis_hash,
|
||||
config.chain_spec.fork_id(),
|
||||
client.clone(),
|
||||
prometheus_registry.clone(),
|
||||
);
|
||||
if enable_beefy {
|
||||
config
|
||||
|
||||
Reference in New Issue
Block a user