Release v0.81.0
includes breaking changes to the Penumbra protocol. 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:
- Implements UIP-4: Spend Backreferences, for faster client syncing
- Implements UIP-5: Outbound PFM, to support IBC transfers across multiple chains
- Implements UIP-8: Transparent Addresses, to restore deposits from Noble
It also includes improvements to IBC gRPC, DEX, and quality-of-life improvements for operators (UIP-6)
See full commit history in the changelog below.
pcli 0.81.0
Install pcli 0.81.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v0.81.0/pcli-installer.sh | sh
Download pcli 0.81.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 0.81.0
Install pclientd 0.81.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v0.81.0/pclientd-installer.sh | sh
Download pclientd 0.81.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 0.81.0
Install pd 0.81.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v0.81.0/pd-installer.sh | sh
Download pd 0.81.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 |
Full Changelog: v0.80.11...v0.81.0