mirror of
https://github.com/ChainSafe/lodestar.git
synced 2026-01-10 08:08:16 -05:00
**Motivation** - #7280 **Description** - combined with #8448, `surpressTranspileTS: true` is needed for workers to use typescript source directly without transpiling it (and incorrectly loading it via a commonjs loader) - avoid worker `resourceLimits` - Bun doesn't implement it, it throws if you use it - use `datastore-fs` instead of `datastore-level` for backing our libp2p database -- Note this is changed unilaterally (affecting current nodejs usage) - use assemblyscript chacha20-poly1305 - bun doesn't support the native crypto implementation