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

feat: add rpc trait bindings for optimism specific endpoints #7621

Merged
merged 10 commits into from Apr 16, 2024

Commits on Apr 13, 2024

  1. wip

    AbnerZheng committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    dbee0a5 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2024

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

Commits on Apr 15, 2024

  1. add remaining api methods

    AbnerZheng committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    dfaa50f View commit details
    Browse the repository at this point in the history
  2. fix test

    AbnerZheng committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    2733897 View commit details
    Browse the repository at this point in the history
  3. fix lint

    AbnerZheng committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    846977e View commit details
    Browse the repository at this point in the history
  4. Update crates/rpc/rpc-api/Cargo.toml

    Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
    AbnerZheng and mattsse committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    7387dc7 View commit details
    Browse the repository at this point in the history
  5. remove temporary test file

    AbnerZheng committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    806ba50 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. apply suggestion from code review and update tests

    Utilize the result returned from a trully running node, as provided
    by QuickNode. For more information, refer to the QuickNode documentation
    at https://www.quicknode.com/docs/optimism/optimism_rollupConfig.
    AbnerZheng committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    e8c296d View commit details
    Browse the repository at this point in the history
  2. add comment for latency

    AbnerZheng committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    e8086aa View commit details
    Browse the repository at this point in the history
  3. inline json in tests

    AbnerZheng committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    2ff1d4c View commit details
    Browse the repository at this point in the history