Releases: penumbra-zone/penumbra
v2.1.1
We present the v2.1.1 release of the Penumbra protocol software. This version is only compatible with v2.1.0. If your node is running v2.0.x, you must use v2.0.6 instead.
This version bump updates the CometBFT version available in the in-repo nix flake, and updates the default generated CometBFT config. See related issue here: #5279
There are no prebuild binaries available, due to a regression in CI. Users and operators should build the code from source.
v2.0.6
We present the v2.0.6 release of the Penumbra protocol software, which is backwards-compatible with the existing v2.0.x release series. This release updates the CometBFT version available in the in-repo nix flake, and updates the default generated CometBFT config. See related issue here: #5279
Node operators should install the v0.37.18 version, update their CometBFT config.toml files manually to set the new max_snapshot_chunks = 100000 option. See original PR for reference: https://github.com/penumbra-zone/penumbra/pull/5278/files
Note that due to a bug in upstream cometbft, running cometbft version reports as 0.37.16 even on the 0.37.18 release. We'll monitor upstream for fixes to this.
pd 2.0.6
Install pd 2.0.6
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v2.0.6/pd-installer.sh | shDownload pd 2.0.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-aarch64-unknown-linux-gnu.tar.gz | ARM64 Linux | checksum |
| pd-x86_64-unknown-linux-gnu.tar.gz | x64 Linux | checksum |
summonerd 2.0.6
Install summonerd 2.0.6
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v2.0.6/summonerd-installer.sh | shDownload summonerd 2.0.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-aarch64-unknown-linux-gnu.tar.gz | ARM64 Linux | checksum |
| summonerd-x86_64-unknown-linux-gnu.tar.gz | x64 Linux | checksum |
pmonitor 2.0.6
Install pmonitor 2.0.6
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v2.0.6/pmonitor-installer.sh | shDownload pmonitor 2.0.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-aarch64-unknown-linux-gnu.tar.gz | ARM64 Linux | checksum |
| pmonitor-x86_64-unknown-linux-gnu.tar.gz | x64 Linux | checksum |
pcli 2.0.6
Install pcli 2.0.6
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v2.0.6/pcli-installer.sh | shDownload pcli 2.0.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-aarch64-unknown-linux-gnu.tar.gz | ARM64 Linux | checksum |
| pcli-x86_64-unknown-linux-gnu.tar.gz | x64 Linux | checksum |
pclientd 2.0.6
Install pclientd 2.0.6
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v2.0.6/pclientd-installer.sh | shDownload pclientd 2.0.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-aarch64-unknown-linux-gnu.tar.gz | ARM64 Linux | checksum |
| pclientd-x86_64-unknown-linux-gnu.tar.gz | x64 Linux | checksum |
elcuity 2.0.6
Install elcuity 2.0.6
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v2.0.6/elcuity-installer.sh | shDownload elcuity 2.0.6
| 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.6
Install pindexer 2.0.6
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v2.0.6/pindexer-installer.sh | shDownload pindexe...
v2.1.0
We present the v2.1.0 release of the Penumbra protocol software.
This release contains consensus-breaking protocol changes:
- A fix to the DEX engine implementation that improves path search performance (#5254)
- A new framework to write state migrations and hard-fork upgrades (#5256, #5265)
- An implementation of IBC client recovery via hard-fork upgrades (#5263)
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
NEW: Documentation for performing an IBC client recovery upgrade can be found here: https://guide.penumbra.zone/network/node/pd/chain-upgrade#performing-an-ibc-client-recovery-upgrade
pd 2.1.0
Install pd 2.1.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v2.1.0/pd-installer.sh | shDownload pd 2.1.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 2.1.0
Install summonerd 2.1.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v2.1.0/summonerd-installer.sh | shDownload summonerd 2.1.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 2.1.0
Install pmonitor 2.1.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v2.1.0/pmonitor-installer.sh | shDownload pmonitor 2.1.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 2.1.0
Install pcli 2.1.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v2.1.0/pcli-installer.sh | shDownload pcli 2.1.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 2.1.0
Install pclientd 2.1.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v2.1.0/pclientd-installer.sh | shDownload pclientd 2.1.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 |
elcuity 2.1.0
Install elcuity 2.1.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v2.1.0/elcuity-installer.sh | shDownload elcuity 2.1.0
| 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.1.0
Install pindexer 2.1.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-...v2.0.5
The v2.0.5 release contains multiple improvements to pcli, providing more ergonomic methods for managing assets and auctions en masse.
- feat(pcli): handle batches of auctions by @conorsch in #5245
- feat(pcli): support lqt votes by subaccount by @conorsch in #5244
- feat(pcli): subaccount migration by @erwanor in #5238
As usual, see full details below. The v2.0.5 release is fully compatible with previous 2.x releases. End users are encouraged to upgrade to take advantage of the new subcommands.
pd 2.0.5
Install pd 2.0.5
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v2.0.5/pd-installer.sh | shDownload pd 2.0.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-aarch64-unknown-linux-gnu.tar.gz | ARM64 Linux | checksum |
| pd-x86_64-unknown-linux-gnu.tar.gz | x64 Linux | checksum |
summonerd 2.0.5
Install summonerd 2.0.5
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v2.0.5/summonerd-installer.sh | shDownload summonerd 2.0.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-aarch64-unknown-linux-gnu.tar.gz | ARM64 Linux | checksum |
| summonerd-x86_64-unknown-linux-gnu.tar.gz | x64 Linux | checksum |
pmonitor 2.0.5
Install pmonitor 2.0.5
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v2.0.5/pmonitor-installer.sh | shDownload pmonitor 2.0.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-aarch64-unknown-linux-gnu.tar.gz | ARM64 Linux | checksum |
| pmonitor-x86_64-unknown-linux-gnu.tar.gz | x64 Linux | checksum |
pcli 2.0.5
Install pcli 2.0.5
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v2.0.5/pcli-installer.sh | shDownload pcli 2.0.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-aarch64-unknown-linux-gnu.tar.gz | ARM64 Linux | checksum |
| pcli-x86_64-unknown-linux-gnu.tar.gz | x64 Linux | checksum |
pclientd 2.0.5
Install pclientd 2.0.5
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v2.0.5/pclientd-installer.sh | shDownload pclientd 2.0.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-aarch64-unknown-linux-gnu.tar.gz | ARM64 Linux | checksum |
| pclientd-x86_64-unknown-linux-gnu.tar.gz | x64 Linux | checksum |
elcuity 2.0.5
Install elcuity 2.0.5
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v2.0.5/elcuity-installer.sh | shDownload elcuity 2.0.5
| 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.5
Install pindexer 2.0.5
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v2.0.5/pindexer-installer.sh | shDownload pindexer 2.0.5
| File | Platform | Checksum |
|--------|----------|--...
v2.0.4
The v2.0.4 release contains multiple improvements to pindexer, adding transaction hashes for IBC deposit events, and excluding null values from candlestick computation. All node software such as pd remains unchanged.
Operators maintaining an events pipeline for frontend web applications are encouraged to upgrade pindexer. Please note that the new CLI option --new-options for pindexer must be provided for the v2.0.4 upgrade, in order to opt in to the revised app views. It's not necessary to drop the database; on upgrade, pindexer will correct historical data automatically.
pd 2.0.4
Install pd 2.0.4
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v2.0.4/pd-installer.sh | shDownload pd 2.0.4
| 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.4
Install summonerd 2.0.4
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v2.0.4/summonerd-installer.sh | shDownload summonerd 2.0.4
| 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.4
Install pmonitor 2.0.4
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v2.0.4/pmonitor-installer.sh | shDownload pmonitor 2.0.4
| 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.4
Install pcli 2.0.4
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v2.0.4/pcli-installer.sh | shDownload pcli 2.0.4
| 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.4
Install pclientd 2.0.4
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v2.0.4/pclientd-installer.sh | shDownload pclientd 2.0.4
| 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.4
Install elcuity 2.0.4
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v2.0.4/elcuity-installer.sh | shDownload elcuity 2.0.4
| 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.4
Install pindexer 2.0.4
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v2.0.4/pindexer-installer.sh | shDownload pindexer 2.0.4
| File | Platform | Checksum |
|---|---|---|
| [pindexer-aarch64-apple-darwin.tar.gz](https:... |
v2.0.3
The v2.0.3 release contains bugfix for pindexer, smoothing calculation of block time over long ranges, and a small API change for asset symbosl for developers. All node software such as pd remains unchanged.
Operators maintaining an events pipeline for frontend web applications are encouraged to upgrade pindexer. Please note that the new CLI option --new-options for pindexer must be provided for the v2.0.3 upgrade, in order to opt in to the revised app views. It's not necessary to drop the database; on upgrade, pindexer will correct historical data automatically.
pd 2.0.3
Install pd 2.0.3
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v2.0.3/pd-installer.sh | shDownload pd 2.0.3
| 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.3
Install summonerd 2.0.3
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v2.0.3/summonerd-installer.sh | shDownload summonerd 2.0.3
| 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.3
Install pmonitor 2.0.3
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v2.0.3/pmonitor-installer.sh | shDownload pmonitor 2.0.3
| 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.3
Install pcli 2.0.3
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v2.0.3/pcli-installer.sh | shDownload pcli 2.0.3
| 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.3
Install pclientd 2.0.3
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v2.0.3/pclientd-installer.sh | shDownload pclientd 2.0.3
| 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.3
Install elcuity 2.0.3
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v2.0.3/elcuity-installer.sh | shDownload elcuity 2.0.3
| 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.3
Install pindexer 2.0.3
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v2.0.3/pindexer-installer.sh | shDownload pindexer 2.0.3
| File | Platform | Checksum |
|---|---|---|
| [pindexer-aarch64-apple-darwin.tar.gz](https://github.... |
v2.0.2
The v2.0.2 release contains bugfixes for pindexer, removing arbitrage prices from historical price calculation, resulting in smoother price charts without sacrificing accuracy. All other code, such as pd and pcli, remain the same.
Operators maintaining an events pipeline for frontend web applications are encouraged to upgrade pindexer. Please note there there's a new CLI option for pindexer: --new-options. This command line flag must be provided for the v2.0.2 upgrade, in order to opt in to the revised app views. It's not necessary to drop the database; on upgrade, pindexer will correct historical data automatically.
pd 2.0.2
Install pd 2.0.2
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v2.0.2/pd-installer.sh | shDownload pd 2.0.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 2.0.2
Install summonerd 2.0.2
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v2.0.2/summonerd-installer.sh | shDownload summonerd 2.0.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 2.0.2
Install pmonitor 2.0.2
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v2.0.2/pmonitor-installer.sh | shDownload pmonitor 2.0.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 2.0.2
Install pcli 2.0.2
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v2.0.2/pcli-installer.sh | shDownload pcli 2.0.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 2.0.2
Install pclientd 2.0.2
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v2.0.2/pclientd-installer.sh | shDownload pclientd 2.0.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 |
elcuity 2.0.2
Install elcuity 2.0.2
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v2.0.2/elcuity-installer.sh | shDownload elcuity 2.0.2
| 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.2
Install pindexer 2.0.2
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v2.0.2/pindexer-installer.sh | shDownload pindexer 2.0.2
| File | Platform | Checksum |
|---|---|---|
| ... |
v2.0.1
The v2.0.1 release contains bugfixes for pindexer, correcting counts across historical trades. All other code, such as pd and pcli, remain the same.
Operators maintaining an events pipeline for frontend web applications are encouraged to upgrade pindexer. It's not necessary to drop the database; on upgrade, pindexer will correct historical data automatically.
pd 2.0.1
Install pd 2.0.1
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v2.0.1/pd-installer.sh | shDownload pd 2.0.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 2.0.1
Install summonerd 2.0.1
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v2.0.1/summonerd-installer.sh | shDownload summonerd 2.0.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 2.0.1
Install pmonitor 2.0.1
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v2.0.1/pmonitor-installer.sh | shDownload pmonitor 2.0.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 2.0.1
Install pcli 2.0.1
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v2.0.1/pcli-installer.sh | shDownload pcli 2.0.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 2.0.1
Install pclientd 2.0.1
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v2.0.1/pclientd-installer.sh | shDownload pclientd 2.0.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 |
elcuity 2.0.1
Install elcuity 2.0.1
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v2.0.1/elcuity-installer.sh | shDownload elcuity 2.0.1
| 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.1
Install pindexer 2.0.1
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v2.0.1/pindexer-installer.sh | shDownload pindexer 2.0.1
| File | Platform | Checksum |
|---|---|---|
| pindexer-aarch64-apple-darwin.tar.gz | Apple Silicon macOS | [checksum](https://github.com/penumbra-zone/penumbra/releases/download/v2.0.1/pindexer-aarch64-... |
v2.0.0
We present the v2.0.0 release of the Penumbra protocol software.
It includes implementation of two major UIPs which are consensus-breaking protocol changes:
- UIP-LQT: Protocol support for an open liquidity tournament mechanism
- UIP-9: An implementation of encrypted liquidity position metadata.
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
pd 2.0.0
Install pd 2.0.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v2.0.0/pd-installer.sh | shDownload pd 2.0.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 2.0.0
Install summonerd 2.0.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v2.0.0/summonerd-installer.sh | shDownload summonerd 2.0.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 2.0.0
Install pmonitor 2.0.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v2.0.0/pmonitor-installer.sh | shDownload pmonitor 2.0.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 2.0.0
Install pcli 2.0.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v2.0.0/pcli-installer.sh | shDownload pcli 2.0.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 2.0.0
Install pclientd 2.0.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v2.0.0/pclientd-installer.sh | shDownload pclientd 2.0.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 |
elcuity 2.0.0
Install elcuity 2.0.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v2.0.0/elcuity-installer.sh | shDownload elcuity 2.0.0
| 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
Install pindexer 2.0.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v2.0.0/pindexer-installer.sh | shDownload pindexer 2.0.0
| File | Platform | Checksum |
|--------|------...
v2.0.0-alpha.12
pd 2.0.0-alpha.12
Install pd 2.0.0-alpha.12
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v2.0.0-alpha.12/pd-installer.sh | shDownload pd 2.0.0-alpha.12
| 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.12
Install summonerd 2.0.0-alpha.12
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v2.0.0-alpha.12/summonerd-installer.sh | shDownload summonerd 2.0.0-alpha.12
| 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.12
Install pmonitor 2.0.0-alpha.12
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v2.0.0-alpha.12/pmonitor-installer.sh | shDownload pmonitor 2.0.0-alpha.12
| 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.12
Install pcli 2.0.0-alpha.12
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v2.0.0-alpha.12/pcli-installer.sh | shDownload pcli 2.0.0-alpha.12
| 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.12
Install pclientd 2.0.0-alpha.12
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v2.0.0-alpha.12/pclientd-installer.sh | shDownload pclientd 2.0.0-alpha.12
| 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.12
Install elcuity 2.0.0-alpha.12
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v2.0.0-alpha.12/elcuity-installer.sh | shDownload elcuity 2.0.0-alpha.12
| 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.12
Install pindexer 2.0.0-alpha.12
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v2.0.0-alpha.12/pindexer-installer.sh | shDownload pindexer 2.0.0-alpha.12
| File | Platform | Checksum |
|---|---|---|
| [pindexer-aarch64-apple-darwin.tar.gz](https://github.com/penumbra-zone/penumbra/releas... |