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

Update eth_sendTransaction to support EIP-1559 #1599

Closed
alcuadrado opened this issue Jun 28, 2021 · 0 comments · Fixed by #1687
Closed

Update eth_sendTransaction to support EIP-1559 #1599

alcuadrado opened this issue Jun 28, 2021 · 0 comments · Fixed by #1687

Comments

@alcuadrado
Copy link
Member

  • It should work with legacy (gasPrice) transactions
  • It should work with 1559 transactions
  • Invalid combinations should be rejected (e.g., both gasPrice and maxFeePerGas)
  • Missing one of the 1559 fields should be rejected or handled like geth (we need to decide this)
  • Having no field should be handled somehow (we need to decide this)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant