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_getTransactionReceipt to support EIP-1559 #1605

Closed
alcuadrado opened this issue Jun 28, 2021 · 1 comment · Fixed by #1683
Closed

Update eth_getTransactionReceipt to support EIP-1559 #1605

alcuadrado opened this issue Jun 28, 2021 · 1 comment · Fixed by #1683

Comments

@alcuadrado
Copy link
Member

  • eth_getTransactionReceipt: receipts should include an effectiveGasPrice, which is equal to gasPrice for pre-London receipts and is the effective feePerGas after London. Relevant PR.
    • It's unclear if we should return this when a non-London Hardhat Network is started
@alcuadrado
Copy link
Member Author

  • It's unclear if we should return this when a non-London Hardhat Network is started

In that case, we only do it if it's a remote receipt of a tx of type 2.

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