-
Notifications
You must be signed in to change notification settings - Fork 710
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable BEEFY report_fork_voting()
#6732
base: master
Are you sure you want to change the base?
Conversation
f58d423
to
5c1c9e5
Compare
bot bench substrate-pallet --pallet=pallet_beefy_mmr |
bot bench polkadot-pallet --pallet=pallet_beefy_mmr --runtime=rococo |
@serban300 https://gitlab.parity.io/parity/mirrors/polkadot-sdk/-/jobs/7850087 was started for your command Comment |
@serban300 Command |
bot bench polkadot-pallet --pallet=pallet_beefy_mmr --runtime=westend |
@serban300 https://gitlab.parity.io/parity/mirrors/polkadot-sdk/-/jobs/7850425 was started for your command Comment |
@serban300 Command |
bot bench substrate-pallet --pallet=pallet_beefy_mmr |
@serban300 https://gitlab.parity.io/parity/mirrors/polkadot-sdk/-/jobs/7850822 was started for your command Comment |
@serban300 Command |
…=rococo --target_dir=polkadot --pallet=pallet_beefy_mmr
…=westend --target_dir=polkadot --pallet=pallet_beefy_mmr
677f60e
to
7329fe9
Compare
report_fork_voting()
report_fork_voting()
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice!
@@ -26727,7 +26737,7 @@ dependencies = [ | |||
"array-bytes", | |||
"log", | |||
"parity-scale-codec", | |||
"polkadot-ckb-merkle-mountain-range", | |||
"polkadot-ckb-merkle-mountain-range 0.8.1", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why are there two versions of sp-mmr-primitives
(and two versions of polkadot-ckb-merkle-mountain-range
) used as deps? can you bump whatever is left behind?
Related to #4523
Follow-up for: #5188