Releases: sei-protocol/seictl
Releases · sei-protocol/seictl
v0.0.30
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
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
What's Changed
- feat: assemble-genesis-fork sidecar task by @bdchatham in #52
Full Changelog: v0.0.27...v0.0.28
v0.0.27
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
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
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
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
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
⚙️ 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 --versionChangelog
Features
- 0cd97d8: feat: genesis ceremony task handlers and deterministic task IDs (#41) (@bdchatham)
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
⚙️ 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 --versionChangelog
Features
- 8016d84: feat: genesis ceremony client types and /v0/node-id endpoint (#40) (@bdchatham)
Bug Fixes
- 0430b64: fix: bump sei-config to pick up giga_executor TOML key fix (@bdchatham)
- e9353d9: fix: use flat JSON format for seid /status response parsing (#39) (@bdchatham)
What's Changed
Full Changelog: v0.0.20...v0.0.21
Checksums
Verify your download with the checksums in checksums.txt.