mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-02-13 06:57:10 +00:00
Using `create` with objects containing managed objects is broken: https://github.com/nim-lang/Nim/issues/22341 Switch to a safer pattern based on `new+GC_ref`/`GC_unref` instead.