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

blockchain: rolling merkle root #1421

Closed
wants to merge 5 commits into from

Commits on Apr 23, 2019

  1. Configuration menu
    Copy the full SHA
    ac13577 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    38303f3 View commit details
    Browse the repository at this point in the history
  3. blockchain/merkle_test: add merkle root test for block 46559

    This commit adds an explicit assertion that the merkle root
    is properly computed when an odd number of leaves are present, and a
    left node must be hashed with itself to create a valid root.
    cfromknecht committed Apr 23, 2019
    Configuration menu
    Copy the full SHA
    f2ea767 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    178084d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c3ee68e View commit details
    Browse the repository at this point in the history