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

Implement stacktrie to improve RLP/hashing performance #244

Merged
merged 11 commits into from
Feb 13, 2023
Merged

Commits on Jan 2, 2023

  1. Implement stacktrie

    trinhdn97 committed Jan 2, 2023
    Configuration menu
    Copy the full SHA
    9466ebe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    90e7c13 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5106b94 View commit details
    Browse the repository at this point in the history
  4. Update unit test

    trinhdn97 committed Jan 2, 2023
    Configuration menu
    Copy the full SHA
    d70219b View commit details
    Browse the repository at this point in the history
  5. [WIP] DeriveSha unit tests

    trinhdn97 committed Jan 2, 2023
    Configuration menu
    Copy the full SHA
    258b754 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2023

  1. Expose and use the encoder buffer for RLP actions

    trinhdn97 committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    47ced80 View commit details
    Browse the repository at this point in the history
  2. Re-enable TxHash double check

    trinhdn97 committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    5396012 View commit details
    Browse the repository at this point in the history
  3. Add benchmark for node encoding/decoding

    trinhdn97 committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    bdfacf1 View commit details
    Browse the repository at this point in the history
  4. Remove nitpicks

    trinhdn97 committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    88ae14d View commit details
    Browse the repository at this point in the history
  5. Unit tests

    trinhdn97 committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    cd4f307 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2023

  1. Re-enable TxHash checking in block ValidateBasic

    trinhdn97 committed Feb 11, 2023
    Configuration menu
    Copy the full SHA
    346733f View commit details
    Browse the repository at this point in the history