Releases: sei-protocol/seictl
v0.0.53
⚙️ seictl v0.0.53
Welcome to the v0.0.53 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.53/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.53/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.53/seictl_Darwin_x86_64.tar.gz
tar -xzf seictl_Darwin_x86_64.tar.gz
sudo mv seictl /usr/local/bin/Verify Installation
seictl --versionChangelog
What's Changed
Full Changelog: v0.0.52...v0.0.53
Checksums
Verify your download with the checksums in checksums.txt.
Support
v0.0.52
⚙️ seictl v0.0.52
Welcome to the v0.0.52 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.52/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.52/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.52/seictl_Darwin_x86_64.tar.gz
tar -xzf seictl_Darwin_x86_64.tar.gz
sudo mv seictl /usr/local/bin/Verify Installation
seictl --versionChangelog
What's Changed
Full Changelog: v0.0.51...v0.0.52
Checksums
Verify your download with the checksums in checksums.txt.
Support
v0.0.51
⚙️ seictl v0.0.51
Welcome to the v0.0.51 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.51/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.51/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.51/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
- 04b9815: feat(nodedeployment): add --genesis-override flag (#184) (@bdchatham)
What's Changed
Full Changelog: v0.0.50...v0.0.51
Checksums
Verify your download with the checksums in checksums.txt.
Support
v0.0.50
⚙️ seictl v0.0.50
Welcome to the v0.0.50 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.50/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.50/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.50/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
- 1fe93dc: feat(sidecar): gov-software-upgrade handler (PR-C of #163) (#177) (@bdchatham)
- 54bbbcf: feat(sidecar): gov-vote handler (PR-B of #163) (#175) (@bdchatham)
- 9111698: feat(sidecar): production keyring backend support (closes #162) (#168) (@bdchatham)
- f51a8ca: feat(sidecar): sign-tx foundation (PR-A of #163, foundation-only) (#170) (@bdchatham)
- 17f5873: feat(sidecar): trusted-header authn mode (#165, seictl side) (#179) (@bdchatham)
Others
- 1736ee5: docs(design): in-pod governance transaction signing for Sei validators (#166) (@bdchatham)
- cf04851: docs(design): rev2 — kube-rbac-proxy for sidecar API auth (#167) (@bdchatham)
- b30fa38: docs(design): rev3 — coarse-CRUD task API authorization (#169) (@bdchatham)
- 2b64dde: feat(sidecar/assemble-genesis): apply spec.genesis.overrides to assembled genesis.json (#181) (@bdchatham)
- bb505a8: sidecar: harden /tx?hash= discriminator and lock ctx-plumbing audit (#173) (@bdchatham)
What's Changed
Full Changelog: v0.0.49...v0.0.50
Checksums
Verify your download with the checksums in checksums.txt.
Support
v0.0.49
⚙️ seictl v0.0.49
Welcome to the v0.0.49 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.49/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.49/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.49/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
- db8d116: feat(nodedeployment): add --override flag for spec.template.spec.overrides (#160) (@bdchatham)
What's Changed
Full Changelog: v0.0.48...v0.0.49
Checksums
Verify your download with the checksums in checksums.txt.
Support
v0.0.48
⚙️ seictl v0.0.48
Welcome to the v0.0.48 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.48/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.48/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.48/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
- e10b6b9: feat(nodedeployment): --genesis-account flag + [N] list-index in --set (#158) (@bdchatham)
What's Changed
Full Changelog: v0.0.47...v0.0.48
Checksums
Verify your download with the checksums in checksums.txt.
Support
v0.0.47
⚙️ seictl v0.0.47
Welcome to the v0.0.47 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.47/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.47/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.47/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
- bc69e7b: feat(shadow): emit divergence + blocks-compared metrics (#155) (@bdchatham)
Others
- ba78ad0: chore(client): add json tags to PeerSource (#156) (@bdchatham)
What's Changed
Full Changelog: v0.0.46...v0.0.47
Checksums
Verify your download with the checksums in checksums.txt.
Support
v0.0.46
⚙️ seictl v0.0.46
Welcome to the v0.0.46 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.46/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.46/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.46/seictl_Darwin_x86_64.tar.gz
tar -xzf seictl_Darwin_x86_64.tar.gz
sudo mv seictl /usr/local/bin/Verify Installation
seictl --versionChangelog
Others
- fbffc3b: chore(client): drop unused TaskMeta + applyMeta (#153) (@bdchatham)
What's Changed
Full Changelog: v0.0.45...v0.0.46
Checksums
Verify your download with the checksums in checksums.txt.
Support
v0.0.45
⚙️ seictl v0.0.45
Welcome to the v0.0.45 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.45/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.45/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.45/seictl_Darwin_x86_64.tar.gz
tar -xzf seictl_Darwin_x86_64.tar.gz
sudo mv seictl /usr/local/bin/Verify Installation
seictl --versionChangelog
Others
- f44a287: chore(client): drop ExportState orphan; add SetGenesisPeersTask helper (#150) (@bdchatham)
- b2ad7cb: test(client): add TestSetGenesisPeersRoundTrip (#151) (@bdchatham)
What's Changed
Full Changelog: v0.0.44...v0.0.45
Checksums
Verify your download with the checksums in checksums.txt.
Support
v0.0.44
⚙️ seictl v0.0.44
Welcome to the v0.0.44 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.44/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.44/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.44/seictl_Darwin_x86_64.tar.gz
tar -xzf seictl_Darwin_x86_64.tar.gz
sudo mv seictl /usr/local/bin/Verify Installation
seictl --versionChangelog
Others
- 3175964: revert: fork-genesis upload-file work (#136, #138) (#147) (@bdchatham)
What's Changed
Full Changelog: v0.0.43...v0.0.44
Checksums
Verify your download with the checksums in checksums.txt.