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

EIP-1559 transactions support #2013

Merged
merged 12 commits into from
Sep 30, 2021
Merged

EIP-1559 transactions support #2013

merged 12 commits into from
Sep 30, 2021

Commits on Sep 30, 2021

  1. Configuration menu
    Copy the full SHA
    9b9f3a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac128a7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3cf2238 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7aa1e75 View commit details
    Browse the repository at this point in the history
  5. mod: Run go mod tidy

    yondonfu committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    7e6cf80 View commit details
    Browse the repository at this point in the history
  6. eth: Add fallback logic for SuggestGasTipCap

    Fallback logic is needed right now if the JSON-RPC provider does not
    support the eth_maxPriorityFeePerGas RPC method.
    yondonfu committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    fb0c308 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    05da3f2 View commit details
    Browse the repository at this point in the history
  8. cmd/livepeer: Update help desc for gas price flags

    Mention gas price is treated as priority fee + base fee now
    yondonfu committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    57e985c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    df3bc3b View commit details
    Browse the repository at this point in the history
  10. mod: Temp use livepeer/go-ethereum

    To fix TransactOpts gas fee overwrite bug
    yondonfu committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    c621d20 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e26b20f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4ae526b View commit details
    Browse the repository at this point in the history