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

Implements RIP-7728 #2

Open
wants to merge 28 commits into
base: master
Choose a base branch
from
Open

Implements RIP-7728 #2

wants to merge 28 commits into from

Commits on Oct 4, 2024

  1. Configuration menu
    Copy the full SHA
    0ae7e7b View commit details
    Browse the repository at this point in the history
  2. added L1SLoad sekelton

    mralj committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    1974d92 View commit details
    Browse the repository at this point in the history
  3. bugfix

    mralj committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    99ccaf7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a24608e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    204ef24 View commit details
    Browse the repository at this point in the history
  6. added L1SLoad sekelton

    mralj committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    759dda7 View commit details
    Browse the repository at this point in the history
  7. implements L1SLOAD contract

    mralj committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    f0dd217 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c4b24af View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bea23a3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e9a5c28 View commit details
    Browse the repository at this point in the history
  11. added missing mocks for tests

    mralj committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    56c1f67 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. Merge pull request #4 from NethermindEth/core/rip/7728-precompile-impl

    [P2] Implements RIP-7728
    mralj authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    5f039c5 View commit details
    Browse the repository at this point in the history
  2. added L1SLoad sekelton

    mralj committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    6a98534 View commit details
    Browse the repository at this point in the history
  3. implements L1SLOAD contract

    mralj committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    ef91bcd View commit details
    Browse the repository at this point in the history
  4. cmd - rollup specific files

    mralj committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    2a7b7d7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0f74390 View commit details
    Browse the repository at this point in the history
  6. simplified the code

    mralj committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    1ccbc95 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b72098e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    76a2339 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bd56bdc View commit details
    Browse the repository at this point in the history
  10. ethclient moved to node.Node

    mralj committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    bdd7b7d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d409ef8 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ee58cfe View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    128b120 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. concurrent map r/w bugfix

    mralj committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    42855ae View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. rollup precompile config is glob. variable

    I decided to implement it this way after trying to integrate code with Arbitrum and having a better understanding of the calls that are made to the NewEvm
    This approach makes it easier to both override the default config, and to have the option to "not to think about it"
    mralj committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    d4cd646 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    237b78f View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2024

  1. Merge pull request #5 from NethermindEth/feat/rollup-specific-files

    Making rollup-geth easier to sync with both upstream and L2s
    mralj authored Oct 12, 2024
    Configuration menu
    Copy the full SHA
    ae96b7b View commit details
    Browse the repository at this point in the history