Skip to content

Releases: luxfi/cli

v1.99.11

07 Apr 20:35

Choose a tag to compare

fix: remove replace directive for hanzoai/insights-go, fix duplicate …

v1.14.0

19 Mar 08:24

Choose a tag to compare

feat: remote network deploy support (devnet/testnet/mainnet via HTTPS…

v1.99.10

07 Apr 08:09

Choose a tag to compare

fix: update clipperhouse/displaywidth for Go 1.26 generics compat, re…

v1.99.9

07 Apr 06:03

Choose a tag to compare

chore: remove last 2 TODOs from test code

v1.99.8

07 Apr 04:33

Choose a tag to compare

ci: update remaining actions to Node 24

Upgrade codeql-action@v1 to @v3, checkout@v2 to @v5 in CodeQL
workflow. Bump setup-node@v4 to @v5 in docs and e2e workflows.

v1.13.7

09 Feb 00:35

Choose a tag to compare

v1.13.7: update to zapdb

v1.23.7

01 Feb 00:37

Choose a tag to compare

chore: update evm to v0.8.35 and node to v1.23.4 with empty block fix

v1.23.6

29 Jan 05:32

Choose a tag to compare

fix(ci): add workflow_call trigger to release-binaries.yml

The release.yml workflow calls release-binaries.yml as a reusable
workflow, but it was missing the workflow_call trigger. This caused
"workflow file issue" errors when trying to call the workflow.

Lux CLI v1.23.5

29 Jan 05:10

Choose a tag to compare

Summary

This release fixes node compatibility issues by pinning luxfi/node to v1.22.81.

Changes

  • fix: pin luxfi/node to v1.22.81 for compatibility - Resolves compatibility issues between the CLI and the Lux node by pinning the node dependency to a specific stable version (v1.22.81). This ensures consistent behavior and prevents potential breaking changes from newer node versions affecting CLI operations.

CI Improvements

  • Made gosec security scan non-blocking in CI
  • Added CGO_ENABLED=0 to lint-and-tests workflow
  • Resolved shellcheck warnings in deploy scripts
  • Added GOWORK/CGO env to all CI workflows and fixed go fmt

Full Changelog

v1.23.4...v1.23.5

v1.23.4

27 Jan 01:30

Choose a tag to compare

Update metric to v1.4.12 for Windows build fix