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

chore(rpc): expose ethapi in node builder for op customisation #9444

Merged
merged 25 commits into from
Jul 16, 2024

Commits on Jul 10, 2024

  1. feat: API scaffolding

    mattsse committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    0f89de1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    758eaf4 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

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

Commits on Jul 12, 2024

  1. Move eth config and builder ctx to reth-rpc-eth-types & make RpcRegis…

    …try generic over EthApi
    emhane committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    1e94e8d View commit details
    Browse the repository at this point in the history
  2. Remove NodeAddOnBuilders trait and defer instantiation of eth api bui…

    …lder until as late as possible
    emhane committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    a4115f2 View commit details
    Browse the repository at this point in the history
  3. fixup! Remove NodeAddOnBuilders trait and defer instantiation of eth …

    …api builder until as late as possible
    emhane committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    28b7116 View commit details
    Browse the repository at this point in the history
  4. Fix conflicts

    emhane committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    a97ba95 View commit details
    Browse the repository at this point in the history
  5. Fix lint for lib

    emhane committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    5955c2c View commit details
    Browse the repository at this point in the history
  6. Fix docs

    emhane committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    8008698 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2ba7df9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8dd44b5 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2024

  1. Fix lint remaining targets

    emhane committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    4e5ad50 View commit details
    Browse the repository at this point in the history
  2. Fix spelling

    emhane committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    a90a55a View commit details
    Browse the repository at this point in the history
  3. fixup! Fix spelling

    emhane committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    9f67cf1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c9a2a7c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dd96713 View commit details
    Browse the repository at this point in the history
  6. Fix doctests

    emhane committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    31b8a12 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2024

  1. Configuration menu
    Copy the full SHA
    64f5eee View commit details
    Browse the repository at this point in the history
  2. Remove unused trait

    emhane committed Jul 14, 2024
    Configuration menu
    Copy the full SHA
    4c23365 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    86843a6 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. Configuration menu
    Copy the full SHA
    7c3ef13 View commit details
    Browse the repository at this point in the history
  2. fix merge

    mattsse committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    abca52d View commit details
    Browse the repository at this point in the history
  3. Remove outdated todo

    emhane committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    e7d65aa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ceb6faf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    79abbe8 View commit details
    Browse the repository at this point in the history