tag:github.com,2008:https://github.com/luxfi/cli/releases Release notes from cli 2026-01-05T19:09:52Z tag:github.com,2008:Repository/595611206/v1.22.8 2026-01-05T19:10:15Z v1.22.8 <p>feat(cli): add config lint and gpu commands</p> <p>- Add 'lux config lint' to validate luxd configuration files <br /> - Reports unknown keys with typo suggestions <br /> - Uses authoritative spec from github.com/luxfi/config/spec</p> <p>- Add 'lux gpu status' to show GPU acceleration status <br /> - Shows system info, backend (Metal/CUDA/CPU) <br /> - Reports CGO status and accelerated features <br /> - Supports --json output format</p> <p>- Update dependencies</p> github-actions[bot] tag:github.com,2008:Repository/595611206/v1.22.7 2026-01-05T10:17:52Z v1.22.7 <p>chore: update dependencies</p> <p>- node v1.22.80 -&gt; v1.22.81 <br />- evm v0.8.27 -&gt; v0.8.28 <br />- crypto v1.17.36 -&gt; v1.17.37 <br />- gpu v0.29.4 -&gt; v0.30.0</p> github-actions[bot] tag:github.com,2008:Repository/595611206/v1.22.6 2026-01-03T15:16:51Z v1.22.6: fix: update go.sum and fix e2e test imports <ul> <li>Regenerate go.sum with proper dependency checksums for netrunner v1.15.4 and node v1.22.80</li> <li>Fix e2e test imports: testcases/subnet → testcases/chain</li> </ul> zeekay tag:github.com,2008:Repository/595611206/v1.22.5 2026-01-01T02:42:57Z v1.22.5 <p>chore(deps): update to netrunner v1.15.3, genesis v1.5.18</p> <p>- Update netrunner from v1.15.1 to v1.15.3 <br />- Update genesis from pseudo-version to v1.5.18 <br />- Update consensus v1.22.47, database v1.2.18, p2p v1.18.3 <br />- Update node v1.22.77 <br />- Remove local replace directives for netrunner and genesis</p> github-actions[bot] tag:github.com,2008:Repository/595611206/v1.22.4 2025-12-30T01:49:13Z v1.22.4 <p>chore(deps): update node v1.22.75, netrunner v1.15.1</p> <p>- Update github.com/luxfi/node v1.22.73 → v1.22.75 <br />- Update github.com/luxfi/netrunner v1.14.35 → v1.15.1 <br />- Remove all local replace directives <br />- Bump various AWS SDK and other dependencies</p> github-actions[bot] tag:github.com,2008:Repository/595611206/v1.22.3 2025-12-29T22:31:01Z v1.22.3 <p>chore: update luxfi dependencies for const v1.4.0</p> <p>- Update evm to v0.8.24 <br />- Update node to v1.22.73 <br />- Update genesis to v1.5.17 <br />- Update netrunner to v1.14.35 <br />- Keep const at v1.4.0</p> github-actions[bot] tag:github.com,2008:Repository/595611206/v1.22.2 2025-12-29T22:02:54Z v1.22.2 No content. github-actions[bot] tag:github.com,2008:Repository/595611206/v1.22.1 2025-12-29T21:37:33Z v1.22.1 <p>refactor: use shared constants from github.com/luxfi/constants</p> <p>Import shared constants (paths, repos, env vars, config keys) from the <br />centralized constants package instead of duplicating them.</p> <p>This enables consistent constant definitions across node, netrunner, cli, <br />and other Lux packages.</p> github-actions[bot] tag:github.com,2008:Repository/595611206/v1.22.0 2025-12-29T20:37:27Z v1.22.0 No content. github-actions[bot] tag:github.com,2008:Repository/595611206/v1.21.47 2025-12-29T20:20:26Z v1.21.47 <p>refactor: spawn external netrunner binary instead of embedding</p> <p>This removes the embedded netrunner library dependency and instead spawns <br />an external netrunner binary for the gRPC server process. Benefits:</p> <p>- Reduces CLI binary size significantly <br />- Allows independent versioning of netrunner <br />- Enables automatic binary downloads from GitHub releases <br />- Follows the same pattern as luxd and evm plugin binaries</p> <p>New binpaths package provides utility functions for resolving binary paths <br />from environment variables, config, PATH, or default install locations.</p> <p>The netrunner binary is automatically downloaded from GitHub releases if <br />not found in standard locations (env, config, PATH, or ~/.lux/bin/).</p> github-actions[bot]