-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
- Updates to cardano-ledger. This means changing a few things which have been updated in that repo, such as the naming for the proxy delegation certificates. The updates are needed to expose functions for dealing with serialisation of epoch boundary blocks. - Introduce a protocol extension WithEBBs. The reason for this abstraction is that it still makes more sense to associate the "raw" ByronBlock with PBFT. If instead we used ByronBlockOrEBB, everything would have to have associated Nothing cases where the block turned out to be an EBB. Instead, we keep the association of PBFT with the raw ByronBlock and associate ByronBlockOrEBB with the extension WithEBBs PBFT. In spite of retaining ByronBlock for this reason, in most cases everything defined over ByronBlock is now defined over ByronBlockOrEBB. - Change a few constraints which require block numbers to be sequential (whereas EBBs share the same block - and slot - numbers as other blocks). These constraints should ultimately become part of a new 'blockInvariant' method.
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,6 +28,7 @@ result* | |
**/TAGS | ||
|
||
.stack-work/ | ||
stack.yaml.lock | ||
*.tix | ||
|
||
db-byron-proxy-* | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.