hyperledger / besu

An enterprise-grade Java-based, Apache 2.0 licensed Ethereum client https://wiki.hyperledger.org/display/besu
https://www.hyperledger.org/projects/besu
Apache License 2.0
1.49k stars 815 forks source link

Honor block number or tag parameter in `eth_estimateGas` and `eth_createAccessList` #7502

Closed fab-10 closed 1 month ago

fab-10 commented 1 month ago

…AccessList

PR description

Fix to read and used the block tag or number parameter in eth_estimateGas and eth_createAccessList instead of always using the latest block.

Fixed Issue(s)

fixes #7414

Thanks for sending a pull request! Have you done the following?

Locally, you can run these tests to catch failures early: