v0.0.59
⚙️ seictl v0.0.59
Welcome to the v0.0.59 release of seictl!
Installation
Download the appropriate binary for your platform from the assets below.
Quick Install (Linux/macOS)
# Linux (x86_64)
curl -LO https://github.com/sei-protocol/seictl/releases/download/v0.0.59/seictl_Linux_x86_64.tar.gz
tar -xzf seictl_Linux_x86_64.tar.gz
sudo mv seictl /usr/local/bin/
# macOS (Apple Silicon)
curl -LO https://github.com/sei-protocol/seictl/releases/download/v0.0.59/seictl_Darwin_arm64.tar.gz
tar -xzf seictl_Darwin_arm64.tar.gz
sudo mv seictl /usr/local/bin/
# macOS (Intel)
curl -LO https://github.com/sei-protocol/seictl/releases/download/v0.0.59/seictl_Darwin_x86_64.tar.gz
tar -xzf seictl_Darwin_x86_64.tar.gz
sudo mv seictl /usr/local/bin/Verify Installation
seictl --versionChangelog
Features
- c91a685: feat!: split nd into network + node command trees (SeiNodeDeployment clean-break) (#210) (@bdchatham)
- c7decaf: feat(shadow): migration mode + Layer 2 logical state diff (PLT-681) (#209) (@bdchatham)
Bug Fixes
- 15a706c: fix(sidecar): genesis download SHA-256 verification + in-band hash delivery (#208) (@bdchatham)
What's Changed
Full Changelog: v0.0.58...v0.0.59
Checksums
Verify your download with the checksums in checksums.txt.