Skip to content
Snippets Groups Projects
Commit dc96aeea authored by Adrian Catangiu's avatar Adrian Catangiu Committed by Bastian Köcher
Browse files

Update Substrate/Polkadot refs for latest BEEFY + xcm-v3 capability (#1381)


* Update Substrate/Polkadot xcm-v3-capable references

Branches below are based on gav-xcm-v3 + cherry-picked BEEFY commits.

polkadot: 'locked-for-gav-xcm-v3-and-bridges#6e00638f0a2d07ba3bb1c7430a539c15b5a79b74'
substrate: 'sv-locked-for-gav-xcm-v3-and-bridges#a42bef088f173f54aba152ca63eb301ba44dd339'

Signed-off-by: default avataracatangiu <adrian@parity.io>

* millau: reduce beefy min block delta to 2

* bump substrate, polkadot refs to include beefy fixes

* grafana: fix beefy dashboards
parent c538a398
No related merge requests found
......@@ -399,7 +399,7 @@ pub fn new_full(mut config: Configuration) -> Result<TaskManager, ServiceError>
network: network.clone(),
signed_commitment_sender: beefy_commitment_link,
beefy_best_block_sender: beefy_best_block_link,
min_block_delta: 4,
min_block_delta: 2,
prometheus_registry: prometheus_registry.clone(),
protocol_name: beefy_protocol_name,
};
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment