Skip to content

v0.0.68

Choose a tag to compare

@github-actions github-actions released this 23 Jul 14:45
8c68046

⚙️ seictl v0.0.68

Welcome to the v0.0.68 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.68/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.68/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.68/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

  • 90bd333: fix(sidecar): classify tx-index-disabled inclusion as terminal Unverifiable (#237) (@bdchatham)
  • a8ef65a: fix(sidecar): decode the minted proposal ID from tx result data, not events (#232) (@bdchatham)

Others

What's Changed

Full Changelog: v0.0.66...v0.0.68


Checksums

Verify your download with the checksums in checksums.txt.

Support