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

internal/ethapi: ethSendTransaction check baseFee #27834

Merged
merged 16 commits into from
Dec 18, 2023

Commits on Aug 1, 2023

  1. Configuration menu
    Copy the full SHA
    eeaaeb2 View commit details
    Browse the repository at this point in the history
  2. graphql: estimateGas nobasefee

    Signed-off-by: jsvisa <[email protected]>
    jsvisa committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    f067656 View commit details
    Browse the repository at this point in the history
  3. internal/ethapi: api EstimateGas noBaseFee

    Signed-off-by: jsvisa <[email protected]>
    jsvisa committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    21dffcb View commit details
    Browse the repository at this point in the history
  4. internal/ethapi: add document for DoEstimateGas

    Signed-off-by: jsvisa <[email protected]>
    jsvisa committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    aa47d01 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. Revert "internal/ethapi: add document for DoEstimateGas"

    This reverts commit aa47d01.
    
    Signed-off-by: jsvisa <[email protected]>
    jsvisa committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    a237e35 View commit details
    Browse the repository at this point in the history
  2. Revert "internal/ethapi: api EstimateGas noBaseFee"

    This reverts commit 21dffcb.
    
    Signed-off-by: jsvisa <[email protected]>
    jsvisa committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    70ab508 View commit details
    Browse the repository at this point in the history
  3. Revert "graphql: estimateGas nobasefee"

    This reverts commit f067656.
    
    Signed-off-by: jsvisa <[email protected]>
    jsvisa committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    e460555 View commit details
    Browse the repository at this point in the history
  4. Revert "internal/ethapi: distinguish Call and Transaction nobasefee c…

    …heck"
    
    This reverts commit eeaaeb2.
    
    Signed-off-by: jsvisa <[email protected]>
    jsvisa committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    124665e View commit details
    Browse the repository at this point in the history
  5. internal/ethapi: check zero gasPrice after London

    Signed-off-by: jsvisa <[email protected]>
    jsvisa committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    cd92b3f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4f9cbd8 View commit details
    Browse the repository at this point in the history
  7. internal/ethapi: check gasPrice >0

    Signed-off-by: jsvisa <[email protected]>
    jsvisa committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    1ae7845 View commit details
    Browse the repository at this point in the history
  8. internal/ethapi: add testcase of pre-london

    Signed-off-by: jsvisa <[email protected]>
    jsvisa committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    afd4217 View commit details
    Browse the repository at this point in the history
  9. internal/ethapi: review fix

    Signed-off-by: jsvisa <[email protected]>
    jsvisa committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    9120fa2 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. add eip1559 zero check too

    Signed-off-by: jsvisa <[email protected]>
    jsvisa committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    d59298f View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. Configuration menu
    Copy the full SHA
    b65f820 View commit details
    Browse the repository at this point in the history
  2. internal/ethapi: test case error msg

    Signed-off-by: jsvisa <[email protected]>
    jsvisa committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    ef96ce1 View commit details
    Browse the repository at this point in the history