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.43k stars 759 forks source link

Remove sorting updated storage entries in commit phase #7167

Closed ahamlat closed 1 month ago

ahamlat commented 1 month ago

PR description

Remove sorting updated storage entries in commit phase as it has some overhead. Sorting the entries is not needed anymore.

Before this PR

image

With this PR

image

Fixed Issue(s)

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

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