-
Notifications
You must be signed in to change notification settings - Fork 86
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
Introduce header validation as concept #1577
Conversation
f7703d0
to
ee94e76
Compare
One annoying thing: EBBs (obviously). Block numbers don't always increase. But if we do this generically, then that generic code must be EBB aware 😠 |
Thinking out loud: what if we make this |
No, it doesn't belong in |
04f4415
to
787b002
Compare
ouroboros-consensus/src/Ouroboros/Consensus/HeaderValidation.hs
Outdated
Show resolved
Hide resolved
ouroboros-consensus/src/Ouroboros/Consensus/HeaderValidation.hs
Outdated
Show resolved
Hide resolved
ouroboros-consensus/src/Ouroboros/Consensus/HeaderValidation.hs
Outdated
Show resolved
Hide resolved
ouroboros-consensus/src/Ouroboros/Consensus/HeaderValidation.hs
Outdated
Show resolved
Hide resolved
ouroboros-consensus/src/Ouroboros/Consensus/Ledger/Mock/Block/PBFT.hs
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
787b002
to
0feda31
Compare
bors r+ |
1577: Introduce header validation as concept r=edsko a=edsko This then paves the way for introducing additional checks (which this doesn't do yet). Co-authored-by: Edsko de Vries <[email protected]>
Build failed |
bors r+ |
1577: Introduce header validation as concept r=edsko a=edsko This then paves the way for introducing additional checks (which this doesn't do yet). Co-authored-by: Edsko de Vries <[email protected]>
0feda31
to
7cca829
Compare
Canceled |
Rebased and restarted, since Hydra seemed stuck. |
bors r+ |
1577: Introduce header validation as concept r=edsko a=edsko This then paves the way for introducing additional checks (which this doesn't do yet). Co-authored-by: Edsko de Vries <[email protected]>
This then paves the way for introducing additional checks
(which this doesn't do yet).