-
Notifications
You must be signed in to change notification settings - Fork 88
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
Make sure Byron block generation is feature complete and tested #1194
Comments
See more details in #888 (comment) |
WIP PR to run Byron with dual ledgers at #1425 . |
Testing with delegation and update proposals will depend on IntersectMBO/ouroboros-consensus#727 . |
WIP PR to generate Byron transactions at #1503 . |
#1503 extends the DualPBFT tests with regular transactions. Opened a separate ticket about adding tests for update proposals in #1514, and a lower priority ticket for merging these two tests in IntersectMBO/ouroboros-consensus#725. |
In
Ouroboros.Consensus.Ledger.Byron.Forge.forgeBlock
, we forge a block that can contain transactions, delegation certificates, update votes and proposals. Since we don't have a Byron transaction generator #888, this code hasn't been properly tested yet, as we only test with empty blocks. This should be done before we let the new node forge new blocks.The text was updated successfully, but these errors were encountered: