NomicFoundation / edr

An Ethereum development runtime implementation that can be reused to build new developer tools.
MIT License
58 stars 14 forks source link

EDR connection memory leak detection #732

Open agostbiro opened 15 hours ago

agostbiro commented 15 hours ago

Question: what should HH3 do when an EDR connection is closed? Are we sure there are no memory leaks?

Definition of Done

Automated benchmark that runs a script that repeatedly creates and closes EDR connections and runs with low node heap setting. Introduce a leak manually if at first it doesn't detect one to verify that it works as expected.