This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Draft
Conversation
* 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
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.
* 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
Closed
…trate into davxy-sassafras-protocol
|
The CI pipeline was cancelled due to failure one of the required jobs. |
This file contains hidden or 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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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