Skip to content
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

fix alonzo block serialization #2274

Merged
merged 3 commits into from
May 7, 2021
Merged

Commits on May 7, 2021

  1. add Alonzo tripping test for Block and Tx

    Additionally, clean up the arbitrary Block instance to work in Alonzo.
    Jared Corduan committed May 7, 2021
    Configuration menu
    Copy the full SHA
    7447dd7 View commit details
    Browse the repository at this point in the history
  2. Do not assume blocks in all eras have 4 elements

    I added a method to the SupportsSegWit class to return the number of
    non-body segments. This is used in the Block serialization to enforce
    the number of items in a Block.
    Jared Corduan committed May 7, 2021
    Configuration menu
    Copy the full SHA
    cd4be2c View commit details
    Browse the repository at this point in the history
  3. fix alignedValidFlags in alonzo TxSeq decoding

    Jared Corduan committed May 7, 2021
    Configuration menu
    Copy the full SHA
    8409011 View commit details
    Browse the repository at this point in the history