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

Linked lists for the state trie #402

Merged
merged 138 commits into from
Aug 1, 2024
Merged

Commits on May 3, 2024

  1. Configuration menu
    Copy the full SHA
    a50e2db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    52dc55d View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

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

Commits on May 7, 2024

  1. Fix deletion test

    4l0n50 committed May 7, 2024
    Configuration menu
    Copy the full SHA
    4558a38 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c369aa5 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

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

Commits on May 24, 2024

  1. Fix storage ll error

    4l0n50 committed May 24, 2024
    Configuration menu
    Copy the full SHA
    65773d8 View commit details
    Browse the repository at this point in the history
  2. Add missing file

    4l0n50 committed May 24, 2024
    Configuration menu
    Copy the full SHA
    c9e3b4f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ba87c79 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. [WIP] addr 0x798c6047767c10f653ca157a7f66a592a1d6ca550cae352912be0b07…

    …45336afd not found in linked list
    4l0n50 committed May 27, 2024
    Configuration menu
    Copy the full SHA
    6fc8c22 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    31a850f View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Fix accounts insertions

    4l0n50 committed May 28, 2024
    Configuration menu
    Copy the full SHA
    d1df4c5 View commit details
    Browse the repository at this point in the history
  2. Check storage reads

    4l0n50 committed May 28, 2024
    Configuration menu
    Copy the full SHA
    7689629 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. Add segments to preinitialization

    Hamy Ratoanina committed May 29, 2024
    Configuration menu
    Copy the full SHA
    29b79b1 View commit details
    Browse the repository at this point in the history
  2. [WIP] Unreasonable offset

    4l0n50 committed May 29, 2024
    Configuration menu
    Copy the full SHA
    edfc137 View commit details
    Browse the repository at this point in the history
  3. [WIP] Erc721 error

    4l0n50 committed May 29, 2024
    Configuration menu
    Copy the full SHA
    796087b View commit details
    Browse the repository at this point in the history
  4. [WIP] uncomment ll reads

    4l0n50 committed May 29, 2024
    Configuration menu
    Copy the full SHA
    566ccb5 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. [WIP] Fixing iterator

    4l0n50 committed May 30, 2024
    Configuration menu
    Copy the full SHA
    12e63ea View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. Fix unit tests

    4l0n50 committed May 31, 2024
    Configuration menu
    Copy the full SHA
    c1f47dd View commit details
    Browse the repository at this point in the history
  2. Fix erc721 error

    4l0n50 committed May 31, 2024
    Configuration menu
    Copy the full SHA
    9a9323d View commit details
    Browse the repository at this point in the history
  3. mend

    4l0n50 committed May 31, 2024
    Configuration menu
    Copy the full SHA
    6c93057 View commit details
    Browse the repository at this point in the history
  4. Remove debug info

    Alonso Gonzalez authored and Alonso Gonzalez committed May 31, 2024
    Configuration menu
    Copy the full SHA
    48d1cfe View commit details
    Browse the repository at this point in the history
  5. mend

    Alonso Gonzalez authored and Alonso Gonzalez committed May 31, 2024
    Configuration menu
    Copy the full SHA
    c938cad View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. [WIP] hashing

    4l0n50 committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    dba0967 View commit details
    Browse the repository at this point in the history
  2. Provide constants non-deterministically

    Hamy Ratoanina committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    8a386f9 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. Update journaling

    LindaGuiga committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    5deb97d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fbb216b View commit details
    Browse the repository at this point in the history
  3. Constraint state and storage leaves

    Alonso Gonzalez authored and Alonso Gonzalez committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    8c3ac79 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1232b9a View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. Fix asm

    LindaGuiga committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    5d43ff4 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. Some fixes and debugging

    LindaGuiga committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    bd1215d View commit details
    Browse the repository at this point in the history
  2. Fix hash mismatch

    Alonso Gonzalez authored and Alonso Gonzalez committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    c4f410d View commit details
    Browse the repository at this point in the history
  3. Fix bug while setting storage payloads

    Alonso Gonzalez authored and Alonso Gonzalez committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    f650e8a View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'refs/remotes/origin/linked_lists' into …

    …linked_lists
    Alonso Gonzalez authored and Alonso Gonzalez committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    55255f6 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. Add functions for updating final trie

    Alonso Gonzalez authored and Alonso Gonzalez committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    128f614 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. [WIP] eliminating trie call

    4l0n50 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    95e3001 View commit details
    Browse the repository at this point in the history
  2. [WIP] Fix kexit_data issue

    4l0n50 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    660a4f4 View commit details
    Browse the repository at this point in the history
  3. Merge with journaling branch

    4l0n50 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    b9e2307 View commit details
    Browse the repository at this point in the history
  4. Merge with journaling branch

    4l0n50 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    287cddd View commit details
    Browse the repository at this point in the history
  5. [WIP] set final tries

    4l0n50 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    9915fed View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Configuration menu
    Copy the full SHA
    9a28eb5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    09a03b2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7661bce View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2b666db View commit details
    Browse the repository at this point in the history
  5. Misc

    Nashtare committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    a144892 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. trace_decoder/Cargo.toml

    4l0n50 committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    dbc5a6a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6bea276 View commit details
    Browse the repository at this point in the history
  3. [WIP] debugging unit tests

    4l0n50 committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    7660051 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    67fd5cb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f0068aa View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    885fe35 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Fix failing shanghai blocks

    4l0n50 committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    a4c3f91 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

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

Commits on Jun 24, 2024

  1. Some journaling fixes

    LindaGuiga committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    24e6e6b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4355a51 View commit details
    Browse the repository at this point in the history
  3. Fix delete account

    4l0n50 committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    33235a9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f54864a View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. Configuration menu
    Copy the full SHA
    8945002 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    87b0c63 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ef231c0 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. Configuration menu
    Copy the full SHA
    44e316e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29ca9df View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bf91f44 View commit details
    Browse the repository at this point in the history
  4. Merge with develop

    4l0n50 committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    c7ac311 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bc7341d View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Configuration menu
    Copy the full SHA
    f34c4ed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b83871d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c6fed71 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    268604e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7e99b14 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Fix erc721

    4l0n50 committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    f769fa6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc71c4b View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Configuration menu
    Copy the full SHA
    5d4737d View commit details
    Browse the repository at this point in the history
  2. [WIP] Testing evm test suite

    4l0n50 committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    8111883 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    05d75ab View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f35c2c8 View commit details
    Browse the repository at this point in the history
  5. Start merge

    LindaGuiga committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    9bed611 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. Configuration menu
    Copy the full SHA
    244c9a8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    54b360a View commit details
    Browse the repository at this point in the history
  3. Fix test_only in zero_bin

    LindaGuiga committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    da7902b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1f8d853 View commit details
    Browse the repository at this point in the history
  5. Fix rlp pointers error

    4l0n50 committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    ca490c1 View commit details
    Browse the repository at this point in the history
  6. Minor

    4l0n50 committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    a9dc130 View commit details
    Browse the repository at this point in the history
  7. Remove panic

    Nashtare committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    c07c4a4 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. Configuration menu
    Copy the full SHA
    cb93551 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'refs/remotes/origin/linked_lists_late_h…

    …ash' into linked_lists_late_hash
    4l0n50 committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    53708dd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c1d8b4c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eaddcc1 View commit details
    Browse the repository at this point in the history
  5. Fix remove_all_slots

    LindaGuiga committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    29c23a9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9c2a58b View commit details
    Browse the repository at this point in the history
  7. Merge remote-tracking branch 'refs/remotes/origin/linked_lists_late_h…

    …ash' into linked_lists_late_hash
    4l0n50 committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    d1a647e View commit details
    Browse the repository at this point in the history
  8. Clean code

    4l0n50 committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    71e3eee View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    352767f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a31692a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2ce9465 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. Fix stack comment

    Nashtare committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    9d6072b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    899d471 View commit details
    Browse the repository at this point in the history
  3. [WIP] Debugging erc20

    4l0n50 committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    c9ad38e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e4adcb0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5717dbc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bb4e2d2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    99d0b8a View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. Fix preinitialization

    LindaGuiga committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    e59e282 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Fix unit tests

    4l0n50 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    ac6f85e View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. Configuration menu
    Copy the full SHA
    74c55a6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6aeb8d3 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. Configuration menu
    Copy the full SHA
    6a10adc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    af1c2c0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e395474 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5074895 View commit details
    Browse the repository at this point in the history
  5. Fix test_process_receipt

    LindaGuiga committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    6e043f9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    09a4967 View commit details
    Browse the repository at this point in the history
  7. Fix MPT insert tests

    Nashtare committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    439b4a0 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. Configuration menu
    Copy the full SHA
    d3dd09a View commit details
    Browse the repository at this point in the history
  2. Additional fixes

    LindaGuiga committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    b9b8c5c View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. Configuration menu
    Copy the full SHA
    9d994c1 View commit details
    Browse the repository at this point in the history
  2. Fix all unit tests

    LindaGuiga committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    1756b03 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. Cleanup

    LindaGuiga committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    19aa264 View commit details
    Browse the repository at this point in the history
  2. More comments cleanup

    LindaGuiga committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    e725678 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6436d12 View commit details
    Browse the repository at this point in the history
  4. Prevent needless conversion

    Nashtare committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    dcf0575 View commit details
    Browse the repository at this point in the history
  5. Remove needless copy

    Nashtare committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    97b21af View commit details
    Browse the repository at this point in the history
  6. Remove needless checks

    Nashtare committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    94a61e7 View commit details
    Browse the repository at this point in the history
  7. Use tuple_windows instead

    Nashtare committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    3c915f3 View commit details
    Browse the repository at this point in the history
  8. Typo

    Nashtare committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    526c456 View commit details
    Browse the repository at this point in the history
  9. Remove leftover

    Nashtare committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    b992e9e View commit details
    Browse the repository at this point in the history
  10. Remove unrelated changes

    Nashtare committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    d9840d4 View commit details
    Browse the repository at this point in the history
  11. Fix clone_slot

    LindaGuiga committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    b0c4248 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    80212ae View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    7445d53 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. Apply comments and cleanup

    LindaGuiga committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    b46da0e View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

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

Commits on Jul 23, 2024

  1. Start addressing comments

    LindaGuiga committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    90cb9d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f92c4eb View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. Start applying comments

    LindaGuiga committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    c0f8886 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e7deb0 View commit details
    Browse the repository at this point in the history
  3. Cleanup comments

    LindaGuiga committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    b7e9d6c View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. Apply comments

    LindaGuiga committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    3b1fe8a View commit details
    Browse the repository at this point in the history