Skip to content
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

do not block finality for "disabled" disputes #3358

Merged
merged 15 commits into from
Feb 17, 2024

Conversation

ordian
Copy link
Member

@ordian ordian commented Feb 16, 2024

  • test with zombienet-sdk
  • prdoc

Relevant Issues:
#3314 (connected to the cause)
#3345 (solves)

@ordian ordian changed the title Ao potential spam disputes finality do not block finality for "disabled" disputes Feb 16, 2024
@ordian ordian added T8-polkadot This PR/Issue is related to/affects the Polkadot network. T0-node This PR/Issue is related to the topic “node”. and removed T8-polkadot This PR/Issue is related to/affects the Polkadot network. labels Feb 16, 2024
@ordian ordian linked an issue Feb 16, 2024 that may be closed by this pull request
2 tasks
polkadot/node/core/dispute-coordinator/src/import.rs Outdated Show resolved Hide resolved
@@ -2968,17 +2981,23 @@ fn participation_with_offchain_disabling() {
// let's disable validators 3, 4 on chain, but this should not affect this import
let disabled_validators = vec![ValidatorIndex(3), ValidatorIndex(4)];
handle_disabled_validators_queries(&mut virtual_overseer, disabled_validators).await;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am confused. We are disabling validators 3 and 4, but the votes are coming from 1 and 2? Ok, so this should not affect the import, make sense, but why should it affect participation further down?

@paritytech-cicd-pr
Copy link

The CI pipeline was cancelled due to failure one of the required jobs.
Job name: cargo-clippy
Logs: https://gitlab.parity.io/parity/mirrors/polkadot-sdk/-/jobs/5237370

@ordian ordian marked this pull request as ready for review February 16, 2024 14:33
Copy link
Contributor

@rphmeier rphmeier left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good

ordian and others added 2 commits February 17, 2024 02:33
Co-authored-by: Kian Paimani <5588131+kianenigma@users.noreply.github.com>
@ordian ordian added this pull request to the merge queue Feb 17, 2024
Merged via the queue into master with commit 612587b Feb 17, 2024
127 of 129 checks passed
@ordian ordian deleted the ao-potential-spam-disputes-finality branch February 17, 2024 02:25
eskimor pushed a commit that referenced this pull request Feb 19, 2024
- [x] test with zombienet-sdk
- [x] prdoc

Relevant Issues:
#3314 (connected to the
cause)
#3345 (solves)

---------

Co-authored-by: Kian Paimani <5588131+kianenigma@users.noreply.github.com>
EgorPopelyaev pushed a commit that referenced this pull request Feb 19, 2024
Backport for 1.7: #3358

Relevant Issues:
#3314 (connected to the
cause)
#3345 (solves)

---------

---------

Co-authored-by: ordian <write@reusable.software>
Co-authored-by: Kian Paimani <5588131+kianenigma@users.noreply.github.com>
Co-authored-by: eskimor <eskimor@no-such-url.com>
ordian added a commit that referenced this pull request Feb 19, 2024
* master: (41 commits)
  Add Coretime to Westend (#3319)
  removed `pallet::getter` from `pallet-sudo` (#3370)
  gossip-support: add unittests for update authorities (#3258)
  [FRAME Core] remove unnecessary overrides while using derive_impl for frame_system (#3317)
  Update coretime-westend bootnodes (#3380)
  `im-online` removal cleanup: remove off-chain storage (#2290)
  Bump the known_good_semver group with 1 update (#3379)
  Fix documentation dead link (#3372)
  Make `sp-keystore` `no_std`-compatible and fix the `build-runtimes-polkavm` CI job (#3363)
  Remove unused `im-online` weights (#3373)
  Ensure referenda `TracksInfo` is sorted (#3325)
  rpc server: add rate limiting middleware (#3301)
  do not block finality for "disabled" disputes (#3358)
  fix(zombienet): docker `img` version to use in merge queues for bridges (#3337)
  Various nits and alignments for SP testnets found during bumping `polkadot-fellows` repo (#3359)
  Add broker pallet to `coretime-westend` (#3272)
  remove recursion limit (#3348)
  Update subkey README.md (#3355)
  Bump the known_good_semver group with 6 updates (#3347)
  Document LocalKeystore insert method (#3336)
  ...
@Polkadot-Forum
Copy link

This pull request has been mentioned on Polkadot Forum. There might be relevant details there:

https://forum.polkadot.network/t/finality-stall-on-kusama-15-02-2024-post-mortem/6398/1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T0-node This PR/Issue is related to the topic “node”.
Projects
Status: Completed
Development

Successfully merging this pull request may close these issues.

[KUSAMA] Chain's Block Finalization Halted - Parachains Stuck
9 participants