v0.0.68
⚙️ 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 --versionChangelog
Features
- bd68589: feat(genesis): support vesting genesis accounts in assemble-genesis (#238) (@bdchatham)
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
- 7f60e48: docs(workflow): add step-by-step walkthroughs for both state-sync flavors (#233) (@bdchatham)
- d2f5851: docs(workflow): state-sync hands off catch-up verification at Complete (#234) (@bdchatham)
What's Changed
Full Changelog: v0.0.66...v0.0.68
Checksums
Verify your download with the checksums in checksums.txt.