Skip to content

Commit

Permalink
Update Substrate/Polkadot refs for latest BEEFY + xcm-v3 capability (p…
Browse files Browse the repository at this point in the history
…aritytech#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: acatangiu <adrian@parity.io>

* millau: reduce beefy min block delta to 2

* bump substrate, polkadot refs to include beefy fixes

* grafana: fix beefy dashboards
  • Loading branch information
acatangiu authored and serban300 committed Apr 10, 2024
1 parent 38b41a1 commit 5271dea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bridges/bin/millau/node/src/service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
};
Expand Down

0 comments on commit 5271dea

Please sign in to comment.