Releases: luxfi/cli
Releases · luxfi/cli
v1.99.11
v1.14.0
feat: remote network deploy support (devnet/testnet/mainnet via HTTPS…
v1.99.10
fix: update clipperhouse/displaywidth for Go 1.26 generics compat, re…
v1.99.9
chore: remove last 2 TODOs from test code
v1.99.8
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
v1.13.7: update to zapdb
v1.23.7
chore: update evm to v0.8.35 and node to v1.23.4 with empty block fix
v1.23.6
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
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
Update metric to v1.4.12 for Windows build fix