This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Sassafras Consensus Protocol #11879
Draft
davxy
wants to merge
79
commits into
master
Choose a base branch
from
davxy-sassafras-protocol
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Sassafras Consensus Protocol #11879
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Node binary derived from the `node-template`. * No fancy pallets only stuff strictly necessary to have something "that works". * Implementation of the very basic components of the Sassafras protocol (frame, primitives and client). * Static validators set. * Block randomness accumulator for next epoch randomness seed. * Tickets generation initially performed via Schnorrkel VRF (instead of Ring VRF). * Tickets on-chain publication directly by the author (no proxy) via unsigned extrinsics * Tickets outside-in sort strategy . * Aura-like fallback for empty slots. This address the genesis warm-up phase as well. * Block verification for primary and secondary method
github-actions
bot
added
the
A3-in_progress
Pull request is in progress. No review needed at this stage.
label
Jul 21, 2022
davxy
added
B3-apinoteworthy
J0-enhancement
An additional feature request.
C1-low
PR touches the given topic and has a low impact on builders.
D2-notlive 💤
PR contains changes in a runtime directory that is not deployed to a chain that requires an audit.
and removed
A3-in_progress
Pull request is in progress. No review needed at this stage.
labels
Jul 21, 2022
This was referenced Jul 21, 2022
* Code refactory, e.g. remove most of Babe duplicated code. * Improved tickets management strategy (double buffering). * Validators and configuration change. * Session pallet integration.
stale
bot
added
A5-stale
Pull request did not receive any updates in a long time. No review needed at this stage. Close it.
and removed
A5-stale
Pull request did not receive any updates in a long time. No review needed at this stage. Close it.
labels
Oct 24, 2022
* First experiments with equivocations report * Good enough set of tests for client and pallet code * Better submit-tickets extrinsic tag (hashed) and longevity * Aux data revert implementation * Handle skipped epochs on block-import * Fix in the skipped epochs management code * Insert tickets aux data after block import * Working next epoch tickets incremental sort
Introduced a separate epoch-import method to improve code readability
…trate into davxy-sassafras-protocol
The CI pipeline was cancelled due to failure one of the required jobs. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
B1-note_worthy
Changes should be noted in the release notes
C1-low
PR touches the given topic and has a low impact on builders.
D2-notlive 💤
PR contains changes in a runtime directory that is not deployed to a chain that requires an audit.
J0-enhancement
An additional feature request.
T2-API
This PR/Issue is related to APIs.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR is not supposed to be reviewed yet.
Has been opened mainly to share work and gather opinions from anyone who may be interested.
Main tracking issue paritytech/polkadot-sdk#41
PR will be splittedin more manageable units delivering more or less the following features (in order):
Closes paritytech/polkadot-sdk#41