Skip to content

Releases: o1-labs/mina-light-node

v0.0.1

18 Jun 19:23
aa9b954

Choose a tag to compare

Trustless Mina light node — verify-before-ingest, configureless containers.

Container images (GHCR)

One image per network; the network is baked in, so docker run needs no config:

docker run --rm ghcr.io/o1-labs/mina-light-node:0.0.1-devnet
docker run --rm ghcr.io/o1-labs/mina-light-node:0.0.1-mainnet

Moving tags :devnet / :mainnet track the latest release per network.

What's Changed

  • Security fix (RPC OOM) + first tests + audit; run-forever default by @dkijania in #1
  • ci: GitHub Actions — format, clippy -D warnings, test, coverage by @dkijania in #2
  • fix(deploy): add libssl3 to runtime image (fixes startup crash) + per-network compose by @dkijania in #3
  • feat(deploy): bake network at build time — truly configureless run by @dkijania in #4
  • ci: release workflow — publish per-network images to GHCR on v* tag by @dkijania in #5

New Contributors

Full Changelog: https://github.com/o1-labs/mina-light-node/commits/v0.0.1