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

CREATE tests #1572

Open
wants to merge 29 commits into
base: arith-dev
Choose a base branch
from
Open

CREATE tests #1572

wants to merge 29 commits into from

Commits on Nov 26, 2024

  1. first commit

    OlivierBBB committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    e0f6dd9 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2024

  1. ras

    OlivierBBB committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    0c986fe View commit details
    Browse the repository at this point in the history
  2. feat: wip tests

    OlivierBBB committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    2044895 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a271c07 View commit details
    Browse the repository at this point in the history
  4. ras

    OlivierBBB committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    8826713 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    98f63a4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    50f85d7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    14afa73 View commit details
    Browse the repository at this point in the history
  8. feat: more tests

    OlivierBBB committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    b18f6dd View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e8cd37f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    66019d9 View commit details
    Browse the repository at this point in the history
  11. spotless

    OlivierBBB committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    7744321 View commit details
    Browse the repository at this point in the history
  12. fix: make the test work

    OlivierBBB committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    356dc8e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    efdc33b View commit details
    Browse the repository at this point in the history
  14. spotless

    OlivierBBB committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    b3fd26f View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2024

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

Commits on Nov 29, 2024

  1. Configuration menu
    Copy the full SHA
    c8c5aaa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    03a90c8 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2024

  1. ras

    OlivierBBB committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    3eb1d33 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    818e692 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2bc38d7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0611e0e View commit details
    Browse the repository at this point in the history
  5. fix: CREATE2 gas pricing (similar error to CREATE pricing error)

    fixes GAS_NEXT issues for now
    OlivierBBB committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    581a7ab View commit details
    Browse the repository at this point in the history
  6. fix: CREATE2 address computations now trace the nonce

    Not that the nonce is required, but it's part of the lookup
    
      HUB -> RLPADDR
    OlivierBBB committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    1cf202e View commit details
    Browse the repository at this point in the history
  7. ras

    OlivierBBB committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    64fe94b View commit details
    Browse the repository at this point in the history
  8. spotless

    OlivierBBB committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    ba8e12c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3bdae0c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4a45440 View commit details
    Browse the repository at this point in the history
  11. fix: RLPADDR needs to hash the nonce to disambiguate CREATE2's

    We unconditionally import account.nonce() to the RLPADDR module. We must
    therefore also include the nonce to disambiguate duplicate CREATE2's
    OlivierBBB committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    117b776 View commit details
    Browse the repository at this point in the history