-
Notifications
You must be signed in to change notification settings - Fork 924
No disputes and no CandidateReceiptV2 on Kusama #8483
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
Conversation
This pull request is amending an existing release. Please proceed with extreme caution,
Emergency Bypass
If you really need to bypass this check: add |
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.
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.
LGTM!
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.
GJ
minor paranoid suggestion for the block height check
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.
🚀
polkadot/cli/src/command.rs
Outdated
@@ -190,6 +190,11 @@ where | |||
|
|||
set_default_ss58_version(chain_spec); | |||
|
|||
if !chain_spec.is_kusama() { |
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.
don't we have to allow testnets so zombienet test can run in CI ?
All GitHub workflows were cancelled due to failure one of the required jobs. |
This pull request has been mentioned on Polkadot Forum. There might be relevant details there: https://forum.polkadot.network/t/2025-05-09-kusama-dispute-storm-postmortem/12947/1 |
This PR:
CandidateReceiptV2
node feature checkUpdate from @Overkillus :
Temporary patch to manage dispute overloading in Kusama. This is needed to apply the actual patch through the opengov referendum. This can then be reverted ASAP.