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

support eth.sendBundle on geth console #71

Open
wants to merge 20 commits into
base: aws-mainnet
Choose a base branch
from
Open

support eth.sendBundle on geth console #71

wants to merge 20 commits into from

Commits on Apr 11, 2021

  1. Add eth_sendBundle RPC

    jparyani committed Apr 11, 2021
    Configuration menu
    Copy the full SHA
    727599d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9952dcf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    75caa32 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dfdcfc6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a920459 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    910d412 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2021

  1. Discard bundles with reverting txs

    Fixes #30
    jparyani committed Apr 12, 2021
    Configuration menu
    Copy the full SHA
    df05284 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    Updated readme to match v0.2 specification
    tkstanczak authored and jparyani committed Apr 12, 2021
    Configuration menu
    Copy the full SHA
    669bc4e View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2021

  1. Configuration menu
    Copy the full SHA
    4e6aec8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f269d1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fe5a0de View commit details
    Browse the repository at this point in the history
  4. Create new evm per message in eth_callBundle

    This fixes an error with tx.origin being incorrect
    jparyani committed Apr 24, 2021
    Configuration menu
    Copy the full SHA
    ff582d4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    120cb89 View commit details
    Browse the repository at this point in the history
  6. 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 Apr 24, 2021
    Configuration menu
    Copy the full SHA
    d2772bb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1b6725b View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2021

  1. Fix bug in CallBundle not preparing state

    This leads to bad gas used calculations
    jparyani committed Apr 29, 2021
    Configuration menu
    Copy the full SHA
    beb68e2 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2021

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

Commits on May 6, 2021

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

Commits on May 27, 2021

  1. Update web3ext.go

    Code0x2 committed May 27, 2021
    Configuration menu
    Copy the full SHA
    6761988 View commit details
    Browse the repository at this point in the history