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

ethclient/simulated: implement new sim backend #28202

Merged
merged 32 commits into from
Jan 10, 2024

Commits on Jan 2, 2024

  1. Configuration menu
    Copy the full SHA
    f0b5799 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8887559 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d50932f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    790ce4a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6ff924a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b608a39 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cb549c9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    71eec44 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8cc2571 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7e95bfb View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c16d8a4 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e8d658b View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    2af4549 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    4978688 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    6544403 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    6fb6d5c View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    b5da90d View commit details
    Browse the repository at this point in the history
  18. ethclient/simulated: split up backend and client

    Also changes the method signature of Fork, removing the context parameter.
    To preserve backwards compatibility, a wrapper of Fork that still takes a context
    is introduced in the old simulated backend.
    fjl authored and MariusVanDerWijden committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    373e65b View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    8eb927b View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    2a12a97 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    45953a9 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    d71bfff View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    e648fb5 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    c557960 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    7ab3038 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    9c754a0 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    12c05b9 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

  1. Configuration menu
    Copy the full SHA
    a327647 View commit details
    Browse the repository at this point in the history
  2. eth/catalyst: apply lightclients suggestions

    moves the loopOnDemand outside making it part of the api
    MariusVanDerWijden committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    6b29940 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

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

Commits on Jan 10, 2024

  1. ethereum: rename to GasPricer1559

    It's not a 'reader' since the result is computed by the oracle.
    fjl committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    f895169 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d3b0135 View commit details
    Browse the repository at this point in the history