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

Faster trie node encoding #1679

Closed
wants to merge 22 commits into from

Commits on Oct 28, 2022

  1. add committer.go

    hqjang-pepper committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    2bdfd5f View commit details
    Browse the repository at this point in the history
  2. fix hasher.go

    hqjang-pepper committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    7e0fad6 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2022

  1. Configuration menu
    Copy the full SHA
    9a2126b View commit details
    Browse the repository at this point in the history
  2. fix gofumpt

    hqjang-pepper committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    794ccf9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ba271f5 View commit details
    Browse the repository at this point in the history
  4. trie parallel hashing

    hqjang-pepper committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    d6a73d5 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2022

  1. add node encoder

    hqjang-pepper committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    12a31fc View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2022

  1. Configuration menu
    Copy the full SHA
    8c3d8aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    411f968 View commit details
    Browse the repository at this point in the history
  3. fix gofumpt

    hqjang-pepper committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    053d774 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ac07269 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0962432 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f2c871e View commit details
    Browse the repository at this point in the history
  7. remove unused variable

    hqjang-pepper committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    4a80e97 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2022

  1. Configuration menu
    Copy the full SHA
    1bea769 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2022

  1. Merge branch 'dev' of https://github.com/hqjang-pepper/klaytn into se…

    …perate-trie-commit-and-hash
    hqjang-pepper committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    434cbcc View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2022

  1. Configuration menu
    Copy the full SHA
    99b6d1b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a84d46b View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2022

  1. fix copyright

    hqjang-pepper committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    0e2e3e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    006d483 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1f8ef40 View commit details
    Browse the repository at this point in the history
  4. add copyrights

    hqjang-pepper committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    a1afbe1 View commit details
    Browse the repository at this point in the history