lukso-network / tools-lukso-cli

This repository serves as a CLI to download and/or run lukso dependencies
https://docs.lukso.tech/networks/mainnet/running-a-node/#lukso-cli-node-setup
Apache License 2.0
11 stars 6 forks source link

feat: cap update versions #230

Closed Wolmin closed 9 months ago

Wolmin commented 9 months ago

This PR introduces a cap for the update, which will update clients to versions specified in the CLI

github-actions[bot] commented 9 months ago

:rocket: Deployed preview to curl https://install.lukso.network/230 | sh

fhildeb commented 9 months ago

Tested lukso install in multiple configurations:

prism: 4.0.8 geth: 1.13.5 erigon: 2.55.0 teku: 23.11.0

Lighthouse installation throws error: WARN[0007] ⚠️ File under URL https://github.com/sigp/lighthouse/releases/download/v4.5.0/lighthouse-v4.5.0-arm64-apple-darwin-portable.tar.gz not found - skipping...

Tested lukso update for all client configurations. (except Lighthouse) Client versions stayed equal and started up successfully. ✅

Lighthouse update throws the same error as above.

Could you please test downloading/updating Lighthouse using our container setups again?

fhildeb commented 9 months ago

Prev Version: v0.14.0+0333288+pr-230

Current: v0.14.0+9783547+pr-23

Still the same error:

⚠️ File under URL https://github.com/sigp/lighthouse/releases/download/v4.5.0/lighthouse-v4.5.0-arm64-apple-darwin-portable.tar.gz not found - skipping...

Here is the list of current releases: https://github.com/sigp/lighthouse/releases/tag/v4.5.0

Is there no release for the ARM platform? It was possible to download Lighthouse on M1 before. I still have version 4.1.0, which I've installed through LUKSO CLI and works for M1.

lighthouse --version
Lighthouse v4.1.0-693886b
BLS Library: blst-portable
SHA256 hardware acceleration: false
Allocator: system
Specs: mainnet (true), minimal (false), gnosis (true)
fhildeb commented 9 months ago

Fallback to x86_64 works, Lighthouse is installing correctly after the latest push. Its also updating the equal version when using lukso update

Hugoo commented 9 months ago

https://app.clickup.com/t/2645698/DEV-9314