Releases: penumbra-zone/penumbra
v1.5.2
The v1.5.2
release contains several bugfixes:
- fix(pcli): require deposit when submitting proposal
- fix(pd): add community-pool rpc support
- fix: use swap claim address for transaction summary
Users and operators should upgraded at their earliest convenience to take advantage of the fixes. All changes are backwards-compatible with existing Penumbra deployments.
pd 1.5.2
Install pd 1.5.2
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v1.5.2/pd-installer.sh | sh
Download pd 1.5.2
File | Platform | Checksum |
---|---|---|
pd-aarch64-apple-darwin.tar.gz | Apple Silicon macOS | checksum |
pd-x86_64-apple-darwin.tar.gz | Intel macOS | checksum |
pd-aarch64-unknown-linux-gnu.tar.gz | ARM64 Linux | checksum |
pd-x86_64-unknown-linux-gnu.tar.gz | x64 Linux | checksum |
summonerd 1.5.2
Install summonerd 1.5.2
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v1.5.2/summonerd-installer.sh | sh
Download summonerd 1.5.2
File | Platform | Checksum |
---|---|---|
summonerd-aarch64-apple-darwin.tar.gz | Apple Silicon macOS | checksum |
summonerd-x86_64-apple-darwin.tar.gz | Intel macOS | checksum |
summonerd-aarch64-unknown-linux-gnu.tar.gz | ARM64 Linux | checksum |
summonerd-x86_64-unknown-linux-gnu.tar.gz | x64 Linux | checksum |
pmonitor 1.5.2
Install pmonitor 1.5.2
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v1.5.2/pmonitor-installer.sh | sh
Download pmonitor 1.5.2
File | Platform | Checksum |
---|---|---|
pmonitor-aarch64-apple-darwin.tar.gz | Apple Silicon macOS | checksum |
pmonitor-x86_64-apple-darwin.tar.gz | Intel macOS | checksum |
pmonitor-aarch64-unknown-linux-gnu.tar.gz | ARM64 Linux | checksum |
pmonitor-x86_64-unknown-linux-gnu.tar.gz | x64 Linux | checksum |
pcli 1.5.2
Install pcli 1.5.2
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v1.5.2/pcli-installer.sh | sh
Download pcli 1.5.2
File | Platform | Checksum |
---|---|---|
pcli-aarch64-apple-darwin.tar.gz | Apple Silicon macOS | checksum |
pcli-x86_64-apple-darwin.tar.gz | Intel macOS | checksum |
pcli-aarch64-unknown-linux-gnu.tar.gz | ARM64 Linux | checksum |
pcli-x86_64-unknown-linux-gnu.tar.gz | x64 Linux | checksum |
pclientd 1.5.2
Install pclientd 1.5.2
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v1.5.2/pclientd-installer.sh | sh
Download pclientd 1.5.2
File | Platform | Checksum |
---|---|---|
pclientd-aarch64-apple-darwin.tar.gz | Apple Silicon macOS | checksum |
pclientd-x86_64-apple-darwin.tar.gz | Intel macOS | checksum |
pclientd-aarch64-unknown-linux-gnu.tar.gz | ARM64 Linux | checksum |
pclientd-x86_64-unknown-linux-gnu.tar.gz | x64 Linux | checksum |
pindexer 1.5.2
Install pindexer 1.5.2
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v1.5.2/pindexer-installer.sh | sh
Download pindexer 1.5.2
File | Platform | Checksum |
---|---|---|
pindexer-aarch64-apple-darwin.tar.gz | Apple Silicon macOS | checksum |
pindexer-x86_64-apple-darwin.tar.gz | Intel macOS | checksum |
pindexer-aarch64-unknown-linux-gnu.tar.gz | ARM64 Linux | checksum |
pindexer-x86_64-unknown-linux-gnu.tar.gz | x64 Linux | checksum |
What's Changed
- fix: use swap claim address for transaction summary by @cronokirby in #5201
- fix: add community-pool rpc support by @conorsch in #5198
- fix(pcli): require deposit when submitting proposal by @conorsch in #5202
Full Changelog: v1.5.1...v1.5.2
v2.0.0-alpha.10
pd 2.0.0-alpha.10
Install pd 2.0.0-alpha.10
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v2.0.0-alpha.10/pd-installer.sh | sh
Download pd 2.0.0-alpha.10
File | Platform | Checksum |
---|---|---|
pd-aarch64-apple-darwin.tar.gz | Apple Silicon macOS | checksum |
pd-x86_64-apple-darwin.tar.gz | Intel macOS | checksum |
pd-aarch64-unknown-linux-gnu.tar.gz | ARM64 Linux | checksum |
pd-x86_64-unknown-linux-gnu.tar.gz | x64 Linux | checksum |
summonerd 2.0.0-alpha.10
Install summonerd 2.0.0-alpha.10
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v2.0.0-alpha.10/summonerd-installer.sh | sh
Download summonerd 2.0.0-alpha.10
File | Platform | Checksum |
---|---|---|
summonerd-aarch64-apple-darwin.tar.gz | Apple Silicon macOS | checksum |
summonerd-x86_64-apple-darwin.tar.gz | Intel macOS | checksum |
summonerd-aarch64-unknown-linux-gnu.tar.gz | ARM64 Linux | checksum |
summonerd-x86_64-unknown-linux-gnu.tar.gz | x64 Linux | checksum |
pmonitor 2.0.0-alpha.10
Install pmonitor 2.0.0-alpha.10
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v2.0.0-alpha.10/pmonitor-installer.sh | sh
Download pmonitor 2.0.0-alpha.10
File | Platform | Checksum |
---|---|---|
pmonitor-aarch64-apple-darwin.tar.gz | Apple Silicon macOS | checksum |
pmonitor-x86_64-apple-darwin.tar.gz | Intel macOS | checksum |
pmonitor-aarch64-unknown-linux-gnu.tar.gz | ARM64 Linux | checksum |
pmonitor-x86_64-unknown-linux-gnu.tar.gz | x64 Linux | checksum |
pcli 2.0.0-alpha.10
Install pcli 2.0.0-alpha.10
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v2.0.0-alpha.10/pcli-installer.sh | sh
Download pcli 2.0.0-alpha.10
File | Platform | Checksum |
---|---|---|
pcli-aarch64-apple-darwin.tar.gz | Apple Silicon macOS | checksum |
pcli-x86_64-apple-darwin.tar.gz | Intel macOS | checksum |
pcli-aarch64-unknown-linux-gnu.tar.gz | ARM64 Linux | checksum |
pcli-x86_64-unknown-linux-gnu.tar.gz | x64 Linux | checksum |
pclientd 2.0.0-alpha.10
Install pclientd 2.0.0-alpha.10
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v2.0.0-alpha.10/pclientd-installer.sh | sh
Download pclientd 2.0.0-alpha.10
File | Platform | Checksum |
---|---|---|
pclientd-aarch64-apple-darwin.tar.gz | Apple Silicon macOS | checksum |
pclientd-x86_64-apple-darwin.tar.gz | Intel macOS | checksum |
pclientd-aarch64-unknown-linux-gnu.tar.gz | ARM64 Linux | checksum |
pclientd-x86_64-unknown-linux-gnu.tar.gz | x64 Linux | checksum |
elcuity 2.0.0-alpha.10
Install elcuity 2.0.0-alpha.10
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v2.0.0-alpha.10/elcuity-installer.sh | sh
Download elcuity 2.0.0-alpha.10
File | Platform | Checksum |
---|---|---|
elcuity-aarch64-apple-darwin.tar.gz | Apple Silicon macOS | checksum |
elcuity-x86_64-apple-darwin.tar.gz | Intel macOS | checksum |
elcuity-aarch64-unknown-linux-gnu.tar.gz | ARM64 Linux | checksum |
elcuity-x86_64-unknown-linux-gnu.tar.gz | x64 Linux | checksum |
pindexer 2.0.0-alpha.10
Install pindexer 2.0.0-alpha.10
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v2.0.0-alpha.10/pindexer-installer.sh | sh
Download pindexer 2.0.0-alpha.10
File | Platform | Checksum |
---|---|---|
[pindexer-aarch64-apple-darwin.tar.gz](https://github.com/penumbra-zone/penumbra/releas... |
v1.5.1
The v1.5.1
release contains a single bugfix, ensuring that the penumbra.core.app.v1.EventAppParametersChange
ABCI event, first released in v1.3.0, is actually emitted in the appropriate contexts.
Node operators running historical databases will need to reindex in order to consume the latest event data.
pd 1.5.1
Install pd 1.5.1
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v1.5.1/pd-installer.sh | sh
Download pd 1.5.1
File | Platform | Checksum |
---|---|---|
pd-aarch64-apple-darwin.tar.gz | Apple Silicon macOS | checksum |
pd-x86_64-apple-darwin.tar.gz | Intel macOS | checksum |
pd-aarch64-unknown-linux-gnu.tar.gz | ARM64 Linux | checksum |
pd-x86_64-unknown-linux-gnu.tar.gz | x64 Linux | checksum |
summonerd 1.5.1
Install summonerd 1.5.1
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v1.5.1/summonerd-installer.sh | sh
Download summonerd 1.5.1
File | Platform | Checksum |
---|---|---|
summonerd-aarch64-apple-darwin.tar.gz | Apple Silicon macOS | checksum |
summonerd-x86_64-apple-darwin.tar.gz | Intel macOS | checksum |
summonerd-aarch64-unknown-linux-gnu.tar.gz | ARM64 Linux | checksum |
summonerd-x86_64-unknown-linux-gnu.tar.gz | x64 Linux | checksum |
pmonitor 1.5.1
Install pmonitor 1.5.1
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v1.5.1/pmonitor-installer.sh | sh
Download pmonitor 1.5.1
File | Platform | Checksum |
---|---|---|
pmonitor-aarch64-apple-darwin.tar.gz | Apple Silicon macOS | checksum |
pmonitor-x86_64-apple-darwin.tar.gz | Intel macOS | checksum |
pmonitor-aarch64-unknown-linux-gnu.tar.gz | ARM64 Linux | checksum |
pmonitor-x86_64-unknown-linux-gnu.tar.gz | x64 Linux | checksum |
pcli 1.5.1
Install pcli 1.5.1
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v1.5.1/pcli-installer.sh | sh
Download pcli 1.5.1
File | Platform | Checksum |
---|---|---|
pcli-aarch64-apple-darwin.tar.gz | Apple Silicon macOS | checksum |
pcli-x86_64-apple-darwin.tar.gz | Intel macOS | checksum |
pcli-aarch64-unknown-linux-gnu.tar.gz | ARM64 Linux | checksum |
pcli-x86_64-unknown-linux-gnu.tar.gz | x64 Linux | checksum |
pclientd 1.5.1
Install pclientd 1.5.1
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v1.5.1/pclientd-installer.sh | sh
Download pclientd 1.5.1
File | Platform | Checksum |
---|---|---|
pclientd-aarch64-apple-darwin.tar.gz | Apple Silicon macOS | checksum |
pclientd-x86_64-apple-darwin.tar.gz | Intel macOS | checksum |
pclientd-aarch64-unknown-linux-gnu.tar.gz | ARM64 Linux | checksum |
pclientd-x86_64-unknown-linux-gnu.tar.gz | x64 Linux | checksum |
pindexer 1.5.1
Install pindexer 1.5.1
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v1.5.1/pindexer-installer.sh | sh
Download pindexer 1.5.1
File | Platform | Checksum |
---|---|---|
pindexer-aarch64-apple-darwin.tar.gz | Apple Silicon macOS | checksum |
pindexer-x86_64-apple-darwin.tar.gz | Intel macOS | checksum |
pindexer-aarch64-unknown-linux-gnu.tar.gz | ARM64 Linux | checksum |
pindexer-x86_64-unknown-linux-gnu.tar.gz | x64 Linux | checksum |
What's Changed
- fix: Emit EventAppParametersChange by @cronokirby in #5188
Full Changelog: v1.5.0...v1.5.1
v1.5.0
The v1.5.0
release includes several improvements and fixes to Penumbra services:
- pd: fix IBC packet_acknowledgements query response
- asset: fix IBC transfer path parsing
- pd: add Frontier RPC
- pclientd: read key material interactively on command-line
- pcli: read FVK interactively on command-line
- pcli: add preview support for ledger devices
The addition of preview support for using a Ledger USB device as a custody backend for pcli
is feature-gated behind the --features ledger
build flag, which is off by default, given its alpha status. Due to the introduction of new USB-related dependencies in the Rust workspace, running cargo build --release
in the workspace will fail if libusb deps are missing. As an alternative to installing those OS packages, cargo build --release --bins
can be used, which will force stricter dependency resolution, and omit the USB dependencies.
pd 1.5.0
Install pd 1.5.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v1.5.0/pd-installer.sh | sh
Download pd 1.5.0
File | Platform | Checksum |
---|---|---|
pd-aarch64-apple-darwin.tar.gz | Apple Silicon macOS | checksum |
pd-x86_64-apple-darwin.tar.gz | Intel macOS | checksum |
pd-aarch64-unknown-linux-gnu.tar.gz | ARM64 Linux | checksum |
pd-x86_64-unknown-linux-gnu.tar.gz | x64 Linux | checksum |
summonerd 1.5.0
Install summonerd 1.5.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v1.5.0/summonerd-installer.sh | sh
Download summonerd 1.5.0
File | Platform | Checksum |
---|---|---|
summonerd-aarch64-apple-darwin.tar.gz | Apple Silicon macOS | checksum |
summonerd-x86_64-apple-darwin.tar.gz | Intel macOS | checksum |
summonerd-aarch64-unknown-linux-gnu.tar.gz | ARM64 Linux | checksum |
summonerd-x86_64-unknown-linux-gnu.tar.gz | x64 Linux | checksum |
pmonitor 1.5.0
Install pmonitor 1.5.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v1.5.0/pmonitor-installer.sh | sh
Download pmonitor 1.5.0
File | Platform | Checksum |
---|---|---|
pmonitor-aarch64-apple-darwin.tar.gz | Apple Silicon macOS | checksum |
pmonitor-x86_64-apple-darwin.tar.gz | Intel macOS | checksum |
pmonitor-aarch64-unknown-linux-gnu.tar.gz | ARM64 Linux | checksum |
pmonitor-x86_64-unknown-linux-gnu.tar.gz | x64 Linux | checksum |
pcli 1.5.0
Install pcli 1.5.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v1.5.0/pcli-installer.sh | sh
Download pcli 1.5.0
File | Platform | Checksum |
---|---|---|
pcli-aarch64-apple-darwin.tar.gz | Apple Silicon macOS | checksum |
pcli-x86_64-apple-darwin.tar.gz | Intel macOS | checksum |
pcli-aarch64-unknown-linux-gnu.tar.gz | ARM64 Linux | checksum |
pcli-x86_64-unknown-linux-gnu.tar.gz | x64 Linux | checksum |
pclientd 1.5.0
Install pclientd 1.5.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v1.5.0/pclientd-installer.sh | sh
Download pclientd 1.5.0
File | Platform | Checksum |
---|---|---|
pclientd-aarch64-apple-darwin.tar.gz | Apple Silicon macOS | checksum |
pclientd-x86_64-apple-darwin.tar.gz | Intel macOS | checksum |
pclientd-aarch64-unknown-linux-gnu.tar.gz | ARM64 Linux | checksum |
pclientd-x86_64-unknown-linux-gnu.tar.gz | x64 Linux | checksum |
pindexer 1.5.0
Install pindexer 1.5.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v1.5.0/pindexer-installer.sh | sh
Download pindexer 1.5.0
File | Platform | Checksum |
---|---|---|
pindexer-aarch64-apple-darwin.tar.gz | Apple Silicon macOS | checksum |
pindexer-x86_64-apple-darwin.tar.gz | Intel macOS | checksum |
pindexer-aarch64-unknown-linux-gnu.tar.gz | ARM64 Linux | checksum |
pindexer-x86_64-unknown-linux-gnu.tar.gz | x64 Linux | checksum |
What's Changed
- chore: fix some typos by @timesince in htt...
v2.0.0-alpha.9
pd 2.0.0-alpha.9
Install pd 2.0.0-alpha.9
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v2.0.0-alpha.9/pd-installer.sh | sh
Download pd 2.0.0-alpha.9
File | Platform | Checksum |
---|---|---|
pd-aarch64-apple-darwin.tar.gz | Apple Silicon macOS | checksum |
pd-x86_64-apple-darwin.tar.gz | Intel macOS | checksum |
pd-aarch64-unknown-linux-gnu.tar.gz | ARM64 Linux | checksum |
pd-x86_64-unknown-linux-gnu.tar.gz | x64 Linux | checksum |
summonerd 2.0.0-alpha.9
Install summonerd 2.0.0-alpha.9
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v2.0.0-alpha.9/summonerd-installer.sh | sh
Download summonerd 2.0.0-alpha.9
File | Platform | Checksum |
---|---|---|
summonerd-aarch64-apple-darwin.tar.gz | Apple Silicon macOS | checksum |
summonerd-x86_64-apple-darwin.tar.gz | Intel macOS | checksum |
summonerd-aarch64-unknown-linux-gnu.tar.gz | ARM64 Linux | checksum |
summonerd-x86_64-unknown-linux-gnu.tar.gz | x64 Linux | checksum |
pmonitor 2.0.0-alpha.9
Install pmonitor 2.0.0-alpha.9
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v2.0.0-alpha.9/pmonitor-installer.sh | sh
Download pmonitor 2.0.0-alpha.9
File | Platform | Checksum |
---|---|---|
pmonitor-aarch64-apple-darwin.tar.gz | Apple Silicon macOS | checksum |
pmonitor-x86_64-apple-darwin.tar.gz | Intel macOS | checksum |
pmonitor-aarch64-unknown-linux-gnu.tar.gz | ARM64 Linux | checksum |
pmonitor-x86_64-unknown-linux-gnu.tar.gz | x64 Linux | checksum |
pcli 2.0.0-alpha.9
Install pcli 2.0.0-alpha.9
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v2.0.0-alpha.9/pcli-installer.sh | sh
Download pcli 2.0.0-alpha.9
File | Platform | Checksum |
---|---|---|
pcli-aarch64-apple-darwin.tar.gz | Apple Silicon macOS | checksum |
pcli-x86_64-apple-darwin.tar.gz | Intel macOS | checksum |
pcli-aarch64-unknown-linux-gnu.tar.gz | ARM64 Linux | checksum |
pcli-x86_64-unknown-linux-gnu.tar.gz | x64 Linux | checksum |
pclientd 2.0.0-alpha.9
Install pclientd 2.0.0-alpha.9
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v2.0.0-alpha.9/pclientd-installer.sh | sh
Download pclientd 2.0.0-alpha.9
File | Platform | Checksum |
---|---|---|
pclientd-aarch64-apple-darwin.tar.gz | Apple Silicon macOS | checksum |
pclientd-x86_64-apple-darwin.tar.gz | Intel macOS | checksum |
pclientd-aarch64-unknown-linux-gnu.tar.gz | ARM64 Linux | checksum |
pclientd-x86_64-unknown-linux-gnu.tar.gz | x64 Linux | checksum |
pindexer 2.0.0-alpha.9
Install pindexer 2.0.0-alpha.9
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v2.0.0-alpha.9/pindexer-installer.sh | sh
Download pindexer 2.0.0-alpha.9
File | Platform | Checksum |
---|---|---|
pindexer-aarch64-apple-darwin.tar.gz | Apple Silicon macOS | checksum |
pindexer-x86_64-apple-darwin.tar.gz | Intel macOS | checksum |
pindexer-aarch64-unknown-linux-gnu.tar.gz | ARM64 Linux | checksum |
pindexer-x86_64-unknown-linux-gnu.tar.gz | x64 Linux | checksum |
v2.0.0-alpha.8
pd 2.0.0-alpha.8
Install pd 2.0.0-alpha.8
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v2.0.0-alpha.8/pd-installer.sh | sh
Download pd 2.0.0-alpha.8
File | Platform | Checksum |
---|---|---|
pd-aarch64-apple-darwin.tar.gz | Apple Silicon macOS | checksum |
pd-x86_64-apple-darwin.tar.gz | Intel macOS | checksum |
pd-aarch64-unknown-linux-gnu.tar.gz | ARM64 Linux | checksum |
pd-x86_64-unknown-linux-gnu.tar.gz | x64 Linux | checksum |
summonerd 2.0.0-alpha.8
Install summonerd 2.0.0-alpha.8
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v2.0.0-alpha.8/summonerd-installer.sh | sh
Download summonerd 2.0.0-alpha.8
File | Platform | Checksum |
---|---|---|
summonerd-aarch64-apple-darwin.tar.gz | Apple Silicon macOS | checksum |
summonerd-x86_64-apple-darwin.tar.gz | Intel macOS | checksum |
summonerd-aarch64-unknown-linux-gnu.tar.gz | ARM64 Linux | checksum |
summonerd-x86_64-unknown-linux-gnu.tar.gz | x64 Linux | checksum |
pmonitor 2.0.0-alpha.8
Install pmonitor 2.0.0-alpha.8
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v2.0.0-alpha.8/pmonitor-installer.sh | sh
Download pmonitor 2.0.0-alpha.8
File | Platform | Checksum |
---|---|---|
pmonitor-aarch64-apple-darwin.tar.gz | Apple Silicon macOS | checksum |
pmonitor-x86_64-apple-darwin.tar.gz | Intel macOS | checksum |
pmonitor-aarch64-unknown-linux-gnu.tar.gz | ARM64 Linux | checksum |
pmonitor-x86_64-unknown-linux-gnu.tar.gz | x64 Linux | checksum |
pcli 2.0.0-alpha.8
Install pcli 2.0.0-alpha.8
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v2.0.0-alpha.8/pcli-installer.sh | sh
Download pcli 2.0.0-alpha.8
File | Platform | Checksum |
---|---|---|
pcli-aarch64-apple-darwin.tar.gz | Apple Silicon macOS | checksum |
pcli-x86_64-apple-darwin.tar.gz | Intel macOS | checksum |
pcli-aarch64-unknown-linux-gnu.tar.gz | ARM64 Linux | checksum |
pcli-x86_64-unknown-linux-gnu.tar.gz | x64 Linux | checksum |
pclientd 2.0.0-alpha.8
Install pclientd 2.0.0-alpha.8
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v2.0.0-alpha.8/pclientd-installer.sh | sh
Download pclientd 2.0.0-alpha.8
File | Platform | Checksum |
---|---|---|
pclientd-aarch64-apple-darwin.tar.gz | Apple Silicon macOS | checksum |
pclientd-x86_64-apple-darwin.tar.gz | Intel macOS | checksum |
pclientd-aarch64-unknown-linux-gnu.tar.gz | ARM64 Linux | checksum |
pclientd-x86_64-unknown-linux-gnu.tar.gz | x64 Linux | checksum |
pindexer 2.0.0-alpha.8
Install pindexer 2.0.0-alpha.8
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v2.0.0-alpha.8/pindexer-installer.sh | sh
Download pindexer 2.0.0-alpha.8
File | Platform | Checksum |
---|---|---|
pindexer-aarch64-apple-darwin.tar.gz | Apple Silicon macOS | checksum |
pindexer-x86_64-apple-darwin.tar.gz | Intel macOS | checksum |
pindexer-aarch64-unknown-linux-gnu.tar.gz | ARM64 Linux | checksum |
pindexer-x86_64-unknown-linux-gnu.tar.gz | x64 Linux | checksum |
v1.4.0
The v1.4.0
release includes a consensus-breaking protocol change in order to apply a security bugfix for the tendermint-rs
dependency. In order to apply this change to a running chain, an upgrade proposal must pass to coordinate applying the associated migration. Documentation for performing a chain upgrade can be found here: https://guide.penumbra.zone/node/pd/chain-upgrade
Changes in this release include:
- upgrades
tendermint-rs
to v0.40.3 - bumps APP_VERSION 9 -> 10
- pcli: allow specifying ICS-20 memos
- keys: Add TryFrom<&[u8]> to FullViewingKey
- cometindex: add integrity check for missing events
All node operators are encouraged to upgrade at the predetermined upgrade_height, as specified in a passed governance proposal.
pcli 1.4.0
Install pcli 1.4.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v1.4.0/pcli-installer.sh | sh
Download pcli 1.4.0
File | Platform | Checksum |
---|---|---|
pcli-aarch64-apple-darwin.tar.gz | Apple Silicon macOS | checksum |
pcli-x86_64-apple-darwin.tar.gz | Intel macOS | checksum |
pcli-x86_64-unknown-linux-gnu.tar.gz | x64 Linux | checksum |
pclientd 1.4.0
Install pclientd 1.4.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v1.4.0/pclientd-installer.sh | sh
Download pclientd 1.4.0
File | Platform | Checksum |
---|---|---|
pclientd-aarch64-apple-darwin.tar.gz | Apple Silicon macOS | checksum |
pclientd-x86_64-apple-darwin.tar.gz | Intel macOS | checksum |
pclientd-x86_64-unknown-linux-gnu.tar.gz | x64 Linux | checksum |
pd 1.4.0
Install pd 1.4.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v1.4.0/pd-installer.sh | sh
Download pd 1.4.0
File | Platform | Checksum |
---|---|---|
pd-aarch64-apple-darwin.tar.gz | Apple Silicon macOS | checksum |
pd-x86_64-apple-darwin.tar.gz | Intel macOS | checksum |
pd-x86_64-unknown-linux-gnu.tar.gz | x64 Linux | checksum |
pindexer 1.4.0
Install pindexer 1.4.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v1.4.0/pindexer-installer.sh | sh
Download pindexer 1.4.0
File | Platform | Checksum |
---|---|---|
pindexer-aarch64-apple-darwin.tar.gz | Apple Silicon macOS | checksum |
pindexer-x86_64-apple-darwin.tar.gz | Intel macOS | checksum |
pindexer-x86_64-unknown-linux-gnu.tar.gz | x64 Linux | checksum |
pmonitor 1.4.0
Install pmonitor 1.4.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v1.4.0/pmonitor-installer.sh | sh
Download pmonitor 1.4.0
File | Platform | Checksum |
---|---|---|
pmonitor-aarch64-apple-darwin.tar.gz | Apple Silicon macOS | checksum |
pmonitor-x86_64-apple-darwin.tar.gz | Intel macOS | checksum |
pmonitor-x86_64-unknown-linux-gnu.tar.gz | x64 Linux | checksum |
summonerd 1.4.0
Install summonerd 1.4.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v1.4.0/summonerd-installer.sh | sh
Download summonerd 1.4.0
File | Platform | Checksum |
---|---|---|
summonerd-aarch64-apple-darwin.tar.gz | Apple Silicon macOS | checksum |
summonerd-x86_64-apple-darwin.tar.gz | Intel macOS | checksum |
summonerd-x86_64-unknown-linux-gnu.tar.gz | x64 Linux | checksum |
What's Changed
- Add an integrity check to cometindex / pindexer by @cronokirby in #5137
- Bump pindexer lag allowance in integration test by @cronokirby in #5138
- Refactor
write_params
function signature for improved flexibility by @tomasandroil in #5134 - keys: Add
TryFrom<&[u8]>
to FullViewingKey by @cronokirby in #5139 - ci: add nightly rust to nix dev shell by @conorsch in #5141
- Set memo to ICS-20 packet data via pcli by @yito88 in #5145
- chore: fix some typos in comment by @highcloudwind in #5146
- chore: add migration for mainnet3 by @conorsch in #5151
- penumbra: bump tendermint-rs and ibc-types by @erwanor in #5155
New Contributors
- @tomasandroil made their first contribution in #5134
- @yito88 made their first contribution in #5145
- @highcloudwind made their first contribution in #5146
Full Changelog: v1.3.1...v1.4.0
v2.0.0-alpha.6
pcli 2.0.0-alpha.6
Install pcli 2.0.0-alpha.6
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v2.0.0-alpha.6/pcli-installer.sh | sh
Download pcli 2.0.0-alpha.6
File | Platform | Checksum |
---|---|---|
pcli-aarch64-apple-darwin.tar.gz | Apple Silicon macOS | checksum |
pcli-x86_64-apple-darwin.tar.gz | Intel macOS | checksum |
pcli-x86_64-unknown-linux-gnu.tar.gz | x64 Linux | checksum |
pclientd 2.0.0-alpha.6
Install pclientd 2.0.0-alpha.6
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v2.0.0-alpha.6/pclientd-installer.sh | sh
Download pclientd 2.0.0-alpha.6
File | Platform | Checksum |
---|---|---|
pclientd-aarch64-apple-darwin.tar.gz | Apple Silicon macOS | checksum |
pclientd-x86_64-apple-darwin.tar.gz | Intel macOS | checksum |
pclientd-x86_64-unknown-linux-gnu.tar.gz | x64 Linux | checksum |
pd 2.0.0-alpha.6
Install pd 2.0.0-alpha.6
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v2.0.0-alpha.6/pd-installer.sh | sh
Download pd 2.0.0-alpha.6
File | Platform | Checksum |
---|---|---|
pd-aarch64-apple-darwin.tar.gz | Apple Silicon macOS | checksum |
pd-x86_64-apple-darwin.tar.gz | Intel macOS | checksum |
pd-x86_64-unknown-linux-gnu.tar.gz | x64 Linux | checksum |
pindexer 2.0.0-alpha.6
Install pindexer 2.0.0-alpha.6
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v2.0.0-alpha.6/pindexer-installer.sh | sh
Download pindexer 2.0.0-alpha.6
File | Platform | Checksum |
---|---|---|
pindexer-aarch64-apple-darwin.tar.gz | Apple Silicon macOS | checksum |
pindexer-x86_64-apple-darwin.tar.gz | Intel macOS | checksum |
pindexer-x86_64-unknown-linux-gnu.tar.gz | x64 Linux | checksum |
pmonitor 2.0.0-alpha.6
Install pmonitor 2.0.0-alpha.6
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v2.0.0-alpha.6/pmonitor-installer.sh | sh
Download pmonitor 2.0.0-alpha.6
File | Platform | Checksum |
---|---|---|
pmonitor-aarch64-apple-darwin.tar.gz | Apple Silicon macOS | checksum |
pmonitor-x86_64-apple-darwin.tar.gz | Intel macOS | checksum |
pmonitor-x86_64-unknown-linux-gnu.tar.gz | x64 Linux | checksum |
summonerd 2.0.0-alpha.6
Install summonerd 2.0.0-alpha.6
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v2.0.0-alpha.6/summonerd-installer.sh | sh
Download summonerd 2.0.0-alpha.6
File | Platform | Checksum |
---|---|---|
summonerd-aarch64-apple-darwin.tar.gz | Apple Silicon macOS | checksum |
summonerd-x86_64-apple-darwin.tar.gz | Intel macOS | checksum |
summonerd-x86_64-unknown-linux-gnu.tar.gz | x64 Linux | checksum |
v2.0.0-alpha.5
pcli 2.0.0-alpha.5
Install pcli 2.0.0-alpha.5
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v2.0.0-alpha.5/pcli-installer.sh | sh
Download pcli 2.0.0-alpha.5
File | Platform | Checksum |
---|---|---|
pcli-aarch64-apple-darwin.tar.gz | Apple Silicon macOS | checksum |
pcli-x86_64-apple-darwin.tar.gz | Intel macOS | checksum |
pcli-x86_64-unknown-linux-gnu.tar.gz | x64 Linux | checksum |
pclientd 2.0.0-alpha.5
Install pclientd 2.0.0-alpha.5
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v2.0.0-alpha.5/pclientd-installer.sh | sh
Download pclientd 2.0.0-alpha.5
File | Platform | Checksum |
---|---|---|
pclientd-aarch64-apple-darwin.tar.gz | Apple Silicon macOS | checksum |
pclientd-x86_64-apple-darwin.tar.gz | Intel macOS | checksum |
pclientd-x86_64-unknown-linux-gnu.tar.gz | x64 Linux | checksum |
pd 2.0.0-alpha.5
Install pd 2.0.0-alpha.5
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v2.0.0-alpha.5/pd-installer.sh | sh
Download pd 2.0.0-alpha.5
File | Platform | Checksum |
---|---|---|
pd-aarch64-apple-darwin.tar.gz | Apple Silicon macOS | checksum |
pd-x86_64-apple-darwin.tar.gz | Intel macOS | checksum |
pd-x86_64-unknown-linux-gnu.tar.gz | x64 Linux | checksum |
pindexer 2.0.0-alpha.5
Install pindexer 2.0.0-alpha.5
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v2.0.0-alpha.5/pindexer-installer.sh | sh
Download pindexer 2.0.0-alpha.5
File | Platform | Checksum |
---|---|---|
pindexer-aarch64-apple-darwin.tar.gz | Apple Silicon macOS | checksum |
pindexer-x86_64-apple-darwin.tar.gz | Intel macOS | checksum |
pindexer-x86_64-unknown-linux-gnu.tar.gz | x64 Linux | checksum |
pmonitor 2.0.0-alpha.5
Install pmonitor 2.0.0-alpha.5
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v2.0.0-alpha.5/pmonitor-installer.sh | sh
Download pmonitor 2.0.0-alpha.5
File | Platform | Checksum |
---|---|---|
pmonitor-aarch64-apple-darwin.tar.gz | Apple Silicon macOS | checksum |
pmonitor-x86_64-apple-darwin.tar.gz | Intel macOS | checksum |
pmonitor-x86_64-unknown-linux-gnu.tar.gz | x64 Linux | checksum |
summonerd 2.0.0-alpha.5
Install summonerd 2.0.0-alpha.5
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v2.0.0-alpha.5/summonerd-installer.sh | sh
Download summonerd 2.0.0-alpha.5
File | Platform | Checksum |
---|---|---|
summonerd-aarch64-apple-darwin.tar.gz | Apple Silicon macOS | checksum |
summonerd-x86_64-apple-darwin.tar.gz | Intel macOS | checksum |
summonerd-x86_64-unknown-linux-gnu.tar.gz | x64 Linux | checksum |
v1.3.1
The v1.3.1
release provides a bugfix for pindexer
, ensuring that events are processed in order, particularly when using a source database created via the reindexer.
pcli 1.3.1
Install pcli 1.3.1
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v1.3.1/pcli-installer.sh | sh
Download pcli 1.3.1
File | Platform | Checksum |
---|---|---|
pcli-aarch64-apple-darwin.tar.gz | Apple Silicon macOS | checksum |
pcli-x86_64-apple-darwin.tar.gz | Intel macOS | checksum |
pcli-x86_64-unknown-linux-gnu.tar.gz | x64 Linux | checksum |
pclientd 1.3.1
Install pclientd 1.3.1
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v1.3.1/pclientd-installer.sh | sh
Download pclientd 1.3.1
File | Platform | Checksum |
---|---|---|
pclientd-aarch64-apple-darwin.tar.gz | Apple Silicon macOS | checksum |
pclientd-x86_64-apple-darwin.tar.gz | Intel macOS | checksum |
pclientd-x86_64-unknown-linux-gnu.tar.gz | x64 Linux | checksum |
pd 1.3.1
Install pd 1.3.1
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v1.3.1/pd-installer.sh | sh
Download pd 1.3.1
File | Platform | Checksum |
---|---|---|
pd-aarch64-apple-darwin.tar.gz | Apple Silicon macOS | checksum |
pd-x86_64-apple-darwin.tar.gz | Intel macOS | checksum |
pd-x86_64-unknown-linux-gnu.tar.gz | x64 Linux | checksum |
pindexer 1.3.1
Install pindexer 1.3.1
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v1.3.1/pindexer-installer.sh | sh
Download pindexer 1.3.1
File | Platform | Checksum |
---|---|---|
pindexer-aarch64-apple-darwin.tar.gz | Apple Silicon macOS | checksum |
pindexer-x86_64-apple-darwin.tar.gz | Intel macOS | checksum |
pindexer-x86_64-unknown-linux-gnu.tar.gz | x64 Linux | checksum |
pmonitor 1.3.1
Install pmonitor 1.3.1
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v1.3.1/pmonitor-installer.sh | sh
Download pmonitor 1.3.1
File | Platform | Checksum |
---|---|---|
pmonitor-aarch64-apple-darwin.tar.gz | Apple Silicon macOS | checksum |
pmonitor-x86_64-apple-darwin.tar.gz | Intel macOS | checksum |
pmonitor-x86_64-unknown-linux-gnu.tar.gz | x64 Linux | checksum |
summonerd 1.3.1
Install summonerd 1.3.1
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v1.3.1/summonerd-installer.sh | sh
Download summonerd 1.3.1
File | Platform | Checksum |
---|---|---|
summonerd-aarch64-apple-darwin.tar.gz | Apple Silicon macOS | checksum |
summonerd-x86_64-apple-darwin.tar.gz | Intel macOS | checksum |
summonerd-x86_64-unknown-linux-gnu.tar.gz | x64 Linux | checksum |