The v1.0.0
release of Penumbra includes dependency bumps to tonic
, ibc-types
, and tendermint-rs
. It is protocol-compatible with the existing v0.81.x
release series, including the most recent release v0.81.3.
As part of the move to v1, Rust dependencies within the workspace are now published to crates.io, so that external developers can depend on Penumbra code in their projects. All library crates in the workspace have been renamed with the prefix penumbra-sdk
, e.g. penumbra-app
is now penumbra-sdk-app
.
The binaries such as pd
, pcli
, pclientd
, and pindexer
are not yet published to crates.io, but are still available for download as prebuilt binaries on this release object.
What's Changed
Full Changelog: v0.81.3...v1.0.0
pcli 1.0.0
Install pcli 1.0.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v1.0.0/pcli-installer.sh | sh
Download pcli 1.0.0
pclientd 1.0.0
Install pclientd 1.0.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v1.0.0/pclientd-installer.sh | sh
Download pclientd 1.0.0
pd 1.0.0
Install pd 1.0.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v1.0.0/pd-installer.sh | sh
Download pd 1.0.0
pindexer 1.0.0
Install pindexer 1.0.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v1.0.0/pindexer-installer.sh | sh
Download pindexer 1.0.0
pmonitor 1.0.0
Install pmonitor 1.0.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v1.0.0/pmonitor-installer.sh | sh
Download pmonitor 1.0.0
summonerd 1.0.0
Install summonerd 1.0.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v1.0.0/summonerd-installer.sh | sh
Download summonerd 1.0.0