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

[Non-breaking changes] Refactor trie interfaces #378

Closed

Commits on Jun 16, 2023

  1. Configuration menu
    Copy the full SHA
    8253211 View commit details
    Browse the repository at this point in the history
  2. Update RLP lib

    trinhdn2 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    fa67be8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9b5dadb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ddf35f8 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

  1. Include RLPgen tool to CI

    trinhdn2 committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    17e4876 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

  1. Configuration menu
    Copy the full SHA
    aa7c4b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac89cd3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    060f4ce View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2023

  1. Configuration menu
    Copy the full SHA
    8fdaf68 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c7be6cc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    340bf2b View commit details
    Browse the repository at this point in the history
  4. Implement stacktrie

    trinhdn2 committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    33149c9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2e9abc4 View commit details
    Browse the repository at this point in the history
  6. Fix import cycle

    trinhdn2 committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    008274f View commit details
    Browse the repository at this point in the history
  7. Fix stacktrie unit tests

    trinhdn2 committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    f88dba4 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. Remove rlpLog RLP encoder

    trinhdn2 committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    327c90d View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. Fix unit tests

    trinhdn2 committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    4d22f8d View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. Configuration menu
    Copy the full SHA
    c37affb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e0776fb View commit details
    Browse the repository at this point in the history
  3. Move db keys to schema.go

    trinhdn2 committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    5ce901b View commit details
    Browse the repository at this point in the history
  4. Refine db keys

    trinhdn2 committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    36373e7 View commit details
    Browse the repository at this point in the history
  5. Rename

    trinhdn2 committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    6392afd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cf62b98 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. chore: remove intPool

    c98tristan committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    024181b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c384646 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b8421e5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6099609 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ae6ca82 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    515a614 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    44d2c54 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5fae822 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. Configuration menu
    Copy the full SHA
    72ca227 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    530cbb1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    260f47e View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'c98tristan/feat/update-trie-to-stacktri…

    …e' into refactor/trie-interface
    trinhdn2 committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    a6098a1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b1cb0fc View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. Refactor some rawdb methods

    trinhdn2 committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    5e8bde3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb81493 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a409636 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4e70b3e View commit details
    Browse the repository at this point in the history
  5. Nitpick

    trinhdn2 committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    1b9882d View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. Fix UpdateStorage in trie

    trinhdn2 committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    943f500 View commit details
    Browse the repository at this point in the history
  2. Fix trie unit tests

    trinhdn2 committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    be70268 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bf41851 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. Fix state test

    trinhdn2 committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    12d08d0 View commit details
    Browse the repository at this point in the history