-
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
Implement "header matches block" #595
Labels
Comments
This was referenced May 30, 2019
Merged
If not done before testnet, definitely before mainnet, because it is a security risk. |
iohk-bors bot
added a commit
to input-output-hk/cardano-ledger-byron
that referenced
this issue
Jul 31, 2019
591: Export validateHeaderMatchesBody in Cardano.Chain.Block.Validation r=intricate a=intricate This function is required for IntersectMBO/ouroboros-network#595. It seems I forgot to export it in IntersectMBO/cardano-ledger#549. Co-authored-by: Luke Nadur <[email protected]>
intricate
added a commit
that referenced
this issue
Aug 5, 2019
intricate
added a commit
that referenced
this issue
Aug 5, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The Block Fetch logic requires the following function:
We need an implementation of it for
ByronHeader
andByronBlock
(fromOuroboros.Consensus.Ledger.Byron
).From Slack:
The text was updated successfully, but these errors were encountered: