Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Integrate Approval Voting into Overseer / Service / GRANDPA #2412

Merged
merged 14 commits into from
Feb 16, 2021

Conversation

rphmeier
Copy link
Contributor

@rphmeier rphmeier commented Feb 9, 2021

Closes #2321

This integrates the approval voting subsystem into the overseer and the service.

It doesn't fully integrate approval checking into the finality process, which is the end goal, but instead we impose an artificial lag on finality and produce a metric indicating where approval checking would vote to finalize.

@rphmeier rphmeier added A0-please_review Pull request needs code review. B0-silent Changes should not be mentioned in any release notes C1-low PR touches the given topic and has a low impact on builders. labels Feb 9, 2021
@rphmeier rphmeier force-pushed the rh-approval-voting-integration branch from 3fa588a to 7d17288 Compare February 11, 2021 16:34
@rphmeier rphmeier merged commit 7a1e581 into master Feb 16, 2021
@rphmeier rphmeier deleted the rh-approval-voting-integration branch February 16, 2021 04:37
pepyakin added a commit that referenced this pull request Feb 16, 2021
ordian added a commit that referenced this pull request Feb 17, 2021
…ing-work-on-a-small-testnet

* ao-fix-approval-import-tests:
  fix expected ancestry in tests
  fix ordering in determine_new_blocks
  fix infinite loop in determine_new_blocks
  fix test assertion
  fix panic in cache_session_info_for_head
  tests: use future::join
  Clean up sizes for a workspace (#2445)
  Integrate Approval Voting into Overseer / Service / GRANDPA (#2412)
  Mitigation of SIGBUS (#2440)
  node: migrate grandpa voting rule to async api (#2422)
  Initializer + Paras Clean Up Messages When Offboarding (#2413)
  Polkadot companion for 8114 (#2437)
  Companion for substrate#8079 (#2408)
  Bump if-watch to `0.1.8` to fix panic (#2436)
  Notify collators about seconded collation (#2430)
  CancelProxy uses `reject_announcement` instead of `remove_announcement` (#2429)
  Rococo genesis 1337 (#2425)
rphmeier added a commit that referenced this pull request Feb 17, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
A0-please_review Pull request needs code review. B0-silent Changes should not be mentioned in any release notes C1-low PR touches the given topic and has a low impact on builders.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fully integrate Approval Voting into the service and overseer
2 participants