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(lib/trie): Check for root in EncodeAndHash #2359

Merged
merged 6 commits into from
Mar 14, 2022

Commits on Mar 9, 2022

  1. fix(lib/trie): Check for root in EncodeAndHash

    If a node is root, we return blake2b hash of its encoding as hash
    regardless of whether length of encoding is smaller or greater than 32
    kishansagathiya committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    9852ed0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    38d9157 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    32f4e17 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2022

  1. addressed reviews

    kishansagathiya committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    d29ad2a View commit details
    Browse the repository at this point in the history
  2. test fix

    kishansagathiya committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    78690f0 View commit details
    Browse the repository at this point in the history
  3. fix lint

    kishansagathiya committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    7446b9c View commit details
    Browse the repository at this point in the history