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

Option to include simulation event logs #84

Open
wants to merge 33 commits into
base: mev-callbundle
Choose a base branch
from
Open

Option to include simulation event logs #84

wants to merge 33 commits into from

Commits on Jul 22, 2021

  1. Add eth_sendBundle RPC

    jparyani committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    34874c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d67cc4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7e671fa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f401f0c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d5e0557 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cf258d6 View commit details
    Browse the repository at this point in the history
  7. Discard bundles with reverting txs

    Fixes #30
    jparyani committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    f621585 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    82b60ce View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6f768de View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    84ccf85 View commit details
    Browse the repository at this point in the history
  11. Update README.md

    tkstanczak authored and jparyani committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    d141f05 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    973085d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    7ffbaac View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    26055fd View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    ec39a3f View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    c5fe6d0 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    c9a7344 View commit details
    Browse the repository at this point in the history
  18. Create new evm per message in eth_callBundle

    This fixes an error with tx.origin being incorrect
    jparyani committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    05816c6 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    467965a View commit details
    Browse the repository at this point in the history
  20. Change eth_callBundle to use more accurate ApplyTransaction

    Also fork ApplyTransaction to add in the result, so we can see revert
    reasons and return values
    jparyani committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    2d02c7d View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    790cd21 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    4c3cdae View commit details
    Browse the repository at this point in the history
  23. Fix bug in CallBundle not preparing state

    This leads to bad gas used calculations
    jparyani committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    cdd2723 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    3abb540 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    88acf96 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    661ec6c View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    33541dd View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    f548b4b View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    5318768 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    a33687b View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    44a53e7 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2021

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

Commits on Aug 13, 2021

  1. Add files via upload

    Code0x2 authored Aug 13, 2021
    Configuration menu
    Copy the full SHA
    42862bc View commit details
    Browse the repository at this point in the history