Releases: penumbra-zone/penumbra
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 | sh
Download 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 | sh
Download 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 | sh
Download 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 | sh
Download 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 | sh
Download 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 | sh
Download 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 | sh
Download 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 | sh
Download 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 | sh
Download 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 | sh
Download 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 | sh
Download 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 | sh
Download 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 | sh
Download 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 | sh
Download 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 | sh
Download 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 | sh
Download 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 | sh
Download 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 | sh
Download 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 | sh
Download 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 | sh
Download 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 | sh
Download 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 | sh
Download 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 | sh
Download 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 | sh
Download 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 | sh
Download 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 | sh
Download 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 | sh
Download 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 | sh
Download 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 | sh
Download 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 | sh
Download 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 | sh
Download 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 | sh
Download 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 | sh
Download 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 | sh
Download 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 | sh
Download 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 | sh
Download 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 | sh
Download 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 | sh
Download 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 | sh
Download 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 | sh
Download 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 | sh
Download 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 | sh
Download 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 | sh
Download 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 | sh
Download 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 | sh
Download 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 | sh
Download 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 | sh
Download 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 | sh
Download 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 | sh
Download 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 | sh
Download 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 | sh
Download 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 | sh
Download 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 | sh
Download 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 | sh
Download 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 | sh
Download pindexer 2.0.0-alpha.12
File | Platform | Checksum |
---|---|---|
[pindexer-aarch64-apple-darwin.tar.gz](https://github.com/penumbra-zone/penumbra/releas... |
v1.5.3
The v1.5.3
release includes a few bug fixes and small improvements:
pindexer
: fix undelegation counts in insights tablepd
: update minifront bundled assets- view: use address views in tx summary
Node operators maintaining an events pipeline will need to drop their pindexer database and rerun, to take advantage of the fixes in the undelegation counts within the pindexer database.
All code changes are fully compatible with previous releases in the v1.5.x
series.
pd 1.5.3
Install pd 1.5.3
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v1.5.3/pd-installer.sh | sh
Download pd 1.5.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 1.5.3
Install summonerd 1.5.3
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v1.5.3/summonerd-installer.sh | sh
Download summonerd 1.5.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 1.5.3
Install pmonitor 1.5.3
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v1.5.3/pmonitor-installer.sh | sh
Download pmonitor 1.5.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 1.5.3
Install pcli 1.5.3
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v1.5.3/pcli-installer.sh | sh
Download pcli 1.5.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 1.5.3
Install pclientd 1.5.3
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v1.5.3/pclientd-installer.sh | sh
Download pclientd 1.5.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 |
pindexer 1.5.3
Install pindexer 1.5.3
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v1.5.3/pindexer-installer.sh | sh
Download pindexer 1.5.3
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
- feat: wip: use address views in tx summary by @cronokirby in #5206
- chore: fix some typos in comment by @rustrover in #5211
- fix: insights, implement undelegation correctly by @cronokirby in #5210
- chore: update minifront bundled assets by @conorsch in #5215
New C...
v2.0.0-alpha.11
pd 2.0.0-alpha.11
Install pd 2.0.0-alpha.11
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v2.0.0-alpha.11/pd-installer.sh | sh
Download pd 2.0.0-alpha.11
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.11
Install summonerd 2.0.0-alpha.11
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v2.0.0-alpha.11/summonerd-installer.sh | sh
Download summonerd 2.0.0-alpha.11
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.11
Install pmonitor 2.0.0-alpha.11
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v2.0.0-alpha.11/pmonitor-installer.sh | sh
Download pmonitor 2.0.0-alpha.11
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.11
Install pcli 2.0.0-alpha.11
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v2.0.0-alpha.11/pcli-installer.sh | sh
Download pcli 2.0.0-alpha.11
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.11
Install pclientd 2.0.0-alpha.11
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v2.0.0-alpha.11/pclientd-installer.sh | sh
Download pclientd 2.0.0-alpha.11
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.11
Install elcuity 2.0.0-alpha.11
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v2.0.0-alpha.11/elcuity-installer.sh | sh
Download elcuity 2.0.0-alpha.11
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.11
Install pindexer 2.0.0-alpha.11
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v2.0.0-alpha.11/pindexer-installer.sh | sh
Download pindexer 2.0.0-alpha.11
File | Platform | Checksum |
---|---|---|
[pindexer-aarch64-apple-darwin.tar.gz](https://github.com/penumbra-zone/penumbra/releas... |