Skip to content

Releases: sei-protocol/seictl

v0.0.30

02 Apr 19:27

Choose a tag to compare

What's Changed

  • Add report list and extend report divergence with --env/--height by @bdchatham in #56
  • feat: add dnsEndpoints peer discovery source by @bdchatham in #57

Full Changelog: v0.0.29...v0.0.30

v0.0.29

02 Apr 16:31

Choose a tag to compare

What's Changed

  • fix: export-state memory and gentx error handling by @bdchatham in #54

Full Changelog: v0.0.28...v0.0.29

v0.0.28

02 Apr 15:11

Choose a tag to compare

What's Changed

Full Changelog: v0.0.27...v0.0.28

v0.0.27

01 Apr 23:42

Choose a tag to compare

What's Changed

  • feat: environment-driven snapshot restore with targetHeight selection by @bdchatham in #51
  • refactor: environment-driven snapshot upload by @bdchatham in #53

Full Changelog: v0.0.26...v0.0.27

v0.0.26

31 Mar 22:37

Choose a tag to compare

What's Changed

  • feat: snapshot upload handler-owned loop + result export error handling by @bdchatham in #47
  • refactor: TypedHandler[T] — typed params for all task handlers by @bdchatham in #48
  • refactor: simplify genesis resolution and clean up sidecar task handlers by @bdchatham in #49

Full Changelog: v0.0.25...v0.0.26

v0.0.25

30 Mar 21:09

Choose a tag to compare

What's Changed

  • feat: add SQLite persistence for sidecar task results by @bdchatham in #45
  • fix: address K8s and Platform review findings for SQLite store by @bdchatham in #46

Full Changelog: v0.0.24...v0.0.25

v0.0.24

27 Mar 20:57

Choose a tag to compare

What's Changed

  • feat: add result-export comparison mode with canonical RPC by @bdchatham in #44

Full Changelog: v0.0.23...v0.0.24

v0.0.23

27 Mar 01:10

Choose a tag to compare

What's Changed

  • feat: replace seid os/exec with direct sei-cosmos SDK calls by @bdchatham in #42
  • feat: set-genesis-peers task and assembler peers.json upload by @bdchatham in #43

Full Changelog: v0.0.22...v0.0.23

v0.0.22

26 Mar 13:19

Choose a tag to compare

⚙️ seictl v0.0.22

Welcome to the v0.0.22 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.22/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.22/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.22/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

What's Changed

Full Changelog: v0.0.21...v0.0.22


Checksums

Verify your download with the checksums in checksums.txt.

Support

v0.0.21

26 Mar 00:13
8016d84

Choose a tag to compare

⚙️ seictl v0.0.21

Welcome to the v0.0.21 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.21/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.21/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.21/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

What's Changed

Full Changelog: v0.0.20...v0.0.21


Checksums

Verify your download with the checksums in checksums.txt.

Support