ethereum / execution-specs

Specification for the Execution Layer. Tracking network upgrades.
Creative Commons Zero v1.0 Universal
808 stars 222 forks source link

Fix memory bloat in CI #908

Closed gurukamath closed 3 months ago

gurukamath commented 3 months ago

What was wrong?

The DeprecationWarnings in the Hardfork.discover method were causing significant memory bloat resulting in a crash in the CI.

How was it fixed?

Migrating to the latest APIs for loading the modules removes these warnings.

Cute Animal Picture

Library - 1 of 1

gurukamath commented 3 months ago

Temporarily disabled the optimised tests in CI as we wait for the updated optimised implementation for cancun. See issue