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: temporary provider trait #20

Merged
merged 43 commits into from
Dec 18, 2023
Merged

Commits on Nov 25, 2023

  1. wip

    onbjerg committed Nov 25, 2023
    Configuration menu
    Copy the full SHA
    680100d View commit details
    Browse the repository at this point in the history
  2. chore: docs

    Evalir authored and onbjerg committed Nov 25, 2023
    Configuration menu
    Copy the full SHA
    1abecfd View commit details
    Browse the repository at this point in the history
  3. feat: add get_block

    onbjerg committed Nov 25, 2023
    Configuration menu
    Copy the full SHA
    7fd528d View commit details
    Browse the repository at this point in the history
  4. fmt

    onbjerg committed Nov 25, 2023
    Configuration menu
    Copy the full SHA
    9515961 View commit details
    Browse the repository at this point in the history
  5. fix rebase

    onbjerg committed Nov 25, 2023
    Configuration menu
    Copy the full SHA
    9a87d48 View commit details
    Browse the repository at this point in the history
  6. more fix

    onbjerg committed Nov 25, 2023
    Configuration menu
    Copy the full SHA
    b3fe160 View commit details
    Browse the repository at this point in the history
  7. fmt

    onbjerg committed Nov 25, 2023
    Configuration menu
    Copy the full SHA
    66d48eb View commit details
    Browse the repository at this point in the history
  8. more rebase fix

    onbjerg committed Nov 25, 2023
    Configuration menu
    Copy the full SHA
    7135547 View commit details
    Browse the repository at this point in the history
  9. more fix

    onbjerg committed Nov 25, 2023
    Configuration menu
    Copy the full SHA
    f9f230e View commit details
    Browse the repository at this point in the history
  10. fmt

    onbjerg committed Nov 25, 2023
    Configuration menu
    Copy the full SHA
    f6a17af View commit details
    Browse the repository at this point in the history
  11. rm unused crates

    onbjerg committed Nov 25, 2023
    Configuration menu
    Copy the full SHA
    8b18d74 View commit details
    Browse the repository at this point in the history
  12. more fix

    onbjerg committed Nov 25, 2023
    Configuration menu
    Copy the full SHA
    536a4ac View commit details
    Browse the repository at this point in the history
  13. async trait wasm awesome hack

    onbjerg committed Nov 25, 2023
    Configuration menu
    Copy the full SHA
    b06e5e8 View commit details
    Browse the repository at this point in the history
  14. ?

    onbjerg committed Nov 25, 2023
    Configuration menu
    Copy the full SHA
    bf80556 View commit details
    Browse the repository at this point in the history
  15. ??

    onbjerg committed Nov 25, 2023
    Configuration menu
    Copy the full SHA
    367c8d2 View commit details
    Browse the repository at this point in the history
  16. ??????????

    onbjerg committed Nov 25, 2023
    Configuration menu
    Copy the full SHA
    009e125 View commit details
    Browse the repository at this point in the history
  17. hokus pokus

    onbjerg committed Nov 25, 2023
    Configuration menu
    Copy the full SHA
    b028f14 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    1235be1 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    f38cf95 View commit details
    Browse the repository at this point in the history
  20. fix: return U256 for estimate_gas (#35)

    Evalir authored and onbjerg committed Nov 25, 2023
    Configuration menu
    Copy the full SHA
    385b057 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    a8eb670 View commit details
    Browse the repository at this point in the history
  22. fix: use u64 for block numbers (#38)

    * fix: serialize block num w/o leading zeros
    
    * fix: use `u64` for block numbers
    onbjerg committed Nov 25, 2023
    Configuration menu
    Copy the full SHA
    423d9bf View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    b806dca View commit details
    Browse the repository at this point in the history
  24. fix: typo

    onbjerg committed Nov 25, 2023
    Configuration menu
    Copy the full SHA
    a9cfe28 View commit details
    Browse the repository at this point in the history
  25. fix: dont skip gas used ratio if empty (#40)

    * workaround
    
    * fix: actual fix
    
    * fix: actual fix part 2
    onbjerg committed Nov 25, 2023
    Configuration menu
    Copy the full SHA
    fa0aac7 View commit details
    Browse the repository at this point in the history
  26. fix(rpc-types): access list keys (#42)

    * workaround
    
    * fix: actual fix
    
    * fix: actual fix part 2
    
    * fix access list keys
    
    ---------
    
    Co-authored-by: Enrique Ortiz <hi@enriqueortiz.dev>
    onbjerg and Evalir committed Nov 25, 2023
    Configuration menu
    Copy the full SHA
    f7d77a8 View commit details
    Browse the repository at this point in the history
  27. chore: remove Cow from TempProvider (#43)

    * chore: start removing cows
    
    * chore: uncow tempProvider
    
    * Apply suggestions from code review
    
    Co-authored-by: DaniPopes <57450786+DaniPopes@users.noreply.github.com>
    
    * switch to single element tuple
    
    ---------
    
    Co-authored-by: DaniPopes <57450786+DaniPopes@users.noreply.github.com>
    2 people authored and onbjerg committed Nov 25, 2023
    Configuration menu
    Copy the full SHA
    3ca3c90 View commit details
    Browse the repository at this point in the history
  28. feat(rpc-types): RLP encoding/decoding for transaction types (#36)

    * feat: add rlp encoding/decoding to tx types
    
    * feat: add encodable/decodable traits to tx
    
    * chore: remove out-of-scope func
    
    * chore: remove bad links on comments
    
    * chore: fix docs
    
    * clippy
    Evalir authored and onbjerg committed Nov 25, 2023
    Configuration menu
    Copy the full SHA
    8ad7b7e View commit details
    Browse the repository at this point in the history
  29. feat(TempProvider): raw_request (#45)

    * feat(): raw_request
    
    * chore: remove unneeded async block
    Evalir authored and onbjerg committed Nov 25, 2023
    Configuration menu
    Copy the full SHA
    0702253 View commit details
    Browse the repository at this point in the history
  30. chore: bump alloy-primitives

    onbjerg committed Nov 25, 2023
    Configuration menu
    Copy the full SHA
    ef5a20d View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

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

Commits on Nov 29, 2023

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

Commits on Dec 8, 2023

  1. Configuration menu
    Copy the full SHA
    8c30905 View commit details
    Browse the repository at this point in the history
  2. fmt

    Evalir committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    de1b5f3 View commit details
    Browse the repository at this point in the history
  3. chore: remove pub

    Evalir committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    e359e27 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. Configuration menu
    Copy the full SHA
    46bf17a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ead6a46 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    351f990 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

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

Commits on Dec 18, 2023

  1. Configuration menu
    Copy the full SHA
    2cfc178 View commit details
    Browse the repository at this point in the history
  2. chore: address provider review comments (#87)

    * chore: remove self: sync from defs
    
    * chore: remove most generics
    
    * chore: default for BlockId
    
    * chore: remove unnecesary reassignment
    
    * chore: auto impl on mut/rc
    
    * chore: unnecesary assignment
    Evalir authored Dec 18, 2023
    Configuration menu
    Copy the full SHA
    f767a99 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1e694c5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    506b4c5 View commit details
    Browse the repository at this point in the history