mirror of
https://github.com/vacp2p/linea-besu.git
synced 2026-01-08 20:47:59 -05:00
* Reduce EVM library dependencies Reduce the runtime dependencies of the EVM module by moving a class used by a single class out of util to the owned module (QosTimer) and them removing un-used dependencies from EVM and dependant modules. Signed-off-by: Danno Ferrin <danno.ferrin@gmail.com>