mirror of
https://github.com/ChainSafe/lodestar.git
synced 2026-01-10 08:08:16 -05:00
**Motivation** - #7280 **Description** - update `@types/node` to the latest node v22 version - add `@lodestar/bun` dependency using git+https (for now! so that we don't have to republish a bazillion times) - keep in mind that this requires a manual build/rebuild of the so (via `cd node_modules/@lodestar/bun && zig build`) - Add a bun-specific `LevelDbController` which uses [`@lodestar/bun`](https://github.com/ChainSafe/lodestar-bun) - Only expose the leveldb controller via a subpath export (and for tests, as a custom import, like in #8320 ) - add bun bun global override types
@lodestar/db
This package is part of ChainSafe's Lodestar project
Usage
See usage in the lodestar package here:
0cf18e3bed/packages/lodestar/src/db/api/beacon/beacon.ts (L27)
License
Apache-2.0 ChainSafe Systems