Skip to content

v0.0.59

Choose a tag to compare

@github-actions github-actions released this 18 Jun 20:25
c91a685

⚙️ 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 --version

Changelog

Features

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.

Support