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

Add BIP152 (Compact Blocks) structures #1088

Merged
merged 5 commits into from Jul 25, 2022

Commits on Jul 24, 2022

  1. Copy the full SHA
    a9a39c4 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    f2fcdc8 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    d4d92a8 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    cd1aaaf View commit details
    Browse the repository at this point in the history
  5. BIP152: Test net msg ser/der and diff encoding

    This adds tests for serialization of BIP152 network messages and
    tests specifically for the differential encoding of the transaction
    indicies of 'getblocktx'. Previously, this code contained an
    off-by-one error.
    0xB10C committed Jul 24, 2022
    Copy the full SHA
    ee29910 View commit details
    Browse the repository at this point in the history