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 types + Add temporary bare Provider #13

Merged
merged 31 commits into from
Nov 1, 2023
Merged

Commits on Oct 30, 2023

  1. chore: update alloy-primitives

    Evalir committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    10d9711 View commit details
    Browse the repository at this point in the history
  2. feat: add rpc types

    Evalir committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    a8faa04 View commit details
    Browse the repository at this point in the history
  3. chore: clippy

    Evalir committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    649d7b6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c34135e View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. Configuration menu
    Copy the full SHA
    1be37cd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    48a79f6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9f02042 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bcb4bb3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d93b34a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c25e529 View commit details
    Browse the repository at this point in the history
  7. chore: remove rlp

    Evalir committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    9bbec5d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6b1a2cd View commit details
    Browse the repository at this point in the history
  9. chore: remove more unused deps

    Evalir committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    9afc414 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0325364 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. chore: remove kzg dep

    Evalir committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    74e660c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bd371d2 View commit details
    Browse the repository at this point in the history
  3. chore: clippy

    Evalir committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    566084d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    14c0600 View commit details
    Browse the repository at this point in the history
  5. chore: clippy/rename

    Evalir committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    798d78d View commit details
    Browse the repository at this point in the history
  6. chore: docs

    Evalir committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    fa45e98 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d0b9c81 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    66b1fb3 View commit details
    Browse the repository at this point in the history
  9. chore: install anvil on ci

    Evalir committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    46635ce View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f1ed202 View commit details
    Browse the repository at this point in the history
  11. chore: doc fixes

    Evalir committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    6012b0a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1bff63e View commit details
    Browse the repository at this point in the history
  13. chore: sync ci with chore

    Evalir committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    28ec5b0 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    2761995 View commit details
    Browse the repository at this point in the history
  15. fix: serialize entire RequestPacket

    closes #15
    gakonst committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    bcab0ef View commit details
    Browse the repository at this point in the history
  16. fix: manually impl Deserialize for ResponsePacket

    Unfortunately deserialized untagged unions with RawValue
    does not work: serde-rs/json#497
    gakonst committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    0d92ed3 View commit details
    Browse the repository at this point in the history
  17. Merge pull request #14 from alloy-rs/evalir/add-new-provider

    providers: Add temporary bare `Provider`
    Evalir authored Nov 1, 2023
    Configuration menu
    Copy the full SHA
    2ee87e0 View commit details
    Browse the repository at this point in the history