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] Transaction pool pricing rules must handle both frontier and EIP-1559 transactions #905

Closed
AbdelStark opened this issue May 12, 2020 · 0 comments · Fixed by #919
Assignees

Comments

@AbdelStark
Copy link
Contributor

The transaction gas price is computed when adding a transaction into the local pool using eth_sendRawTransaction JSON RPC endpoint. Transaction price must be computed properly depending on the type of the transaction.
For instanceshouldReplace method of PendingTransactions must be updated to deal with EIP-1559 transactions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant