Extend simulate transaction on pending block plugin API (#8174)

Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
This commit is contained in:
Fabio Di Fabio
2025-01-28 19:03:59 +01:00
committed by GitHub
parent b3192a5960
commit b5d507d659
6 changed files with 88 additions and 91 deletions

View File

@@ -5,6 +5,8 @@
### Upcoming Breaking Changes
### Additions and Improvements
- Adds timestamps to enable Prague hardfork on Sepolia and Holesky test networks. [#8163](https://github.com/hyperledger/besu/pull/8163)
- Extend simulate transaction on pending block plugin API [#8174](https://github.com/hyperledger/besu/pull/8174)
### Bug fixes