You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
We will need to split up the attestation-gathering logic from the Proposer logic.
The Proposer will still look for a minimum number of attested-to parachains, and we will need something for evaluating blocks and making sure they have enough parachain candidates for the time, etc.
Most of the evaluate logic would be placed in an aura::CustomVerifier that checks to see if the authorship cycle has been instantiated for the parent of a block (doing it if not) and then waiting until enough attestations come in before importing the block.
This might lead to some issues around clock synchrony if we don't evaluate blocks for longer than the block time in Aura, but needs further investigation.
* Run RustFmt as part of the CI
* Format repo
* Run RustFmt before the default Travis build step
Apparently if you override `script` you also need to make
sure to `build` and `test` the code yourself.
* Format repo
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
We will need to split up the attestation-gathering logic from the
Proposer
logic.The
Proposer
will still look for a minimum number of attested-to parachains, and we will need something for evaluating blocks and making sure they have enough parachain candidates for the time, etc.Most of the
evaluate
logic would be placed in anaura::CustomVerifier
that checks to see if the authorship cycle has been instantiated for the parent of a block (doing it if not) and then waiting until enough attestations come in before importing the block.This might lead to some issues around clock synchrony if we don't evaluate blocks for longer than the block time in Aura, but needs further investigation.
Depends on paritytech/substrate#1124
The text was updated successfully, but these errors were encountered: