Skip to content

build(deps): bump luxfi/node from 1.13.2 to 1.23.21#108

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/luxfi/node-1.23.21
Open

build(deps): bump luxfi/node from 1.13.2 to 1.23.21#108
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/luxfi/node-1.23.21

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 9, 2026

Bumps luxfi/node from 1.13.2 to 1.23.21.

Release notes

Sourced from luxfi/node's releases.

Lux Node v1.23.21

Critical Fixes

  • P-chain consensus fix: PendingTxs MessageType constant corrected to iota + 1 (was iota = 0, needed 1 to match block.PendingTxs). This was the root cause of P-chain being stuck at height 0.
  • Consensus dependency: Updated to github.com/luxfi/consensus@v1.22.69 with the PendingTxs fix
  • Removed local replace directives: All dependencies now use published versions

Improvements

  • Network sequencerID: Added native chain check before callback, preventing misrouting of primary network chains
  • Deploy-chains tool: Tracks minimum primary validator end time, caps subnet validator period with safety buffer
  • Debug cleanup: Removed stderr debug prints from production network code

Deployment

All 3 networks (mainnet, testnet, devnet) running v1.23.21 with:

  • P-chain height: 8 (all networks)
  • C-chain + 4 subnet chains (Zoo, Hanzo, SPC, Pars) operational
  • Historical blocks imported on all 5 nodes per network
  • Automated hourly snapshots to Hanzo S3

Build

# From source
go build -ldflags "-X github.com/luxfi/node/version.VersionMajor=1 -X github.com/luxfi/node/version.VersionMinor=23 -X github.com/luxfi/node/version.VersionPatch=21" -o luxd ./main
Docker
docker pull ghcr.io/luxfi/node:v1.23.21

Lux Node v1.22.83

What's Changed

CI Fixes

  • Fix cloud image workflow conditions for release trigger

Full Changelog: luxfi/node@v1.22.82...v1.22.83

Lux Node v1.22.82

What's Changed

CI/Build Improvements

  • ci: fix Lint and xsvm build issues - Added -tags=grpc to xsvm build
  • ci: move CGO-dependent jobs to self-hosted runners - Lint, mockgen, protobuf jobs now run on self-hosted runners with luxcpp/accel headers
  • ci: fix workflow failures and enable non-CGO builds - Added workflow_call triggers to cloud image workflows, updated buf to v1.47.2, fixed runner matrix

Technical Details

  • GitHub-hosted runners now use CGO_ENABLED=0 to avoid accel library C header dependency
  • Self-hosted runners (custom-arm64-jammy) handle CGO-dependent jobs with full accel support
  • Updated runner matrix: macos-14, ubuntu-24.04 (replaced deprecated macos-12, ubuntu-20.04)

Full Changelog: luxfi/node@v1.22.81...v1.22.82

... (truncated)

Commits
  • 2f4c565 fix: remove local consensus replace, update to v1.22.69
  • 942dd40 fix: update Dockerfile and dependencies
  • 8e53050 bump version to v1.23.19
  • 4bb4803 feat: update chain manager, network, node, and version compatibility
  • 02ea56e version: set defaults to v1.23.17 and add to compatibility map
  • 9b9897b feat: add deploy-chains, deploy-subnets, and import-subnet scripts
  • 945bd04 chore: remove AI-generated docs from tracking
  • 08767c7 fix: TrackedChains peer handshake, dialEndpointOnly bootstrap, and subnet ID ...
  • 4ee14f8 fix: apply gofmt formatting
  • be68ace Clean up TODOs and implement real disk space health check
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [luxfi/node](https://github.com/luxfi/node) from 1.13.2 to 1.23.21.
- [Release notes](https://github.com/luxfi/node/releases)
- [Changelog](https://github.com/luxfi/node/blob/main/CHANGELOG.md)
- [Commits](luxfi/node@092cf18...2f4c565)

---
updated-dependencies:
- dependency-name: luxfi/node
  dependency-version: 1.23.21
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Mar 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants