The v0.80.9
adds an improvement to how pd
will operator on future migrations during a chain upgrade, and also continues to improve reindexing workflows.
This release includes implementation of UIP-6: App Version Safeguards. Node operators should update to this point release in order to take advantage of the safeguard: pd
will automatically write the safeguard info to local state on start, thereby ensuring that future migrations will check it before continuing.
Node operators running pindexer
will need to drop their databases and reindex. See the detailed changelog below.
pcli 0.80.9
Install pcli 0.80.9
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v0.80.9/pcli-installer.sh | sh
Download pcli 0.80.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-x86_64-unknown-linux-gnu.tar.gz | x64 Linux | checksum |
pclientd 0.80.9
Install pclientd 0.80.9
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v0.80.9/pclientd-installer.sh | sh
Download pclientd 0.80.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-x86_64-unknown-linux-gnu.tar.gz | x64 Linux | checksum |
pd 0.80.9
Install pd 0.80.9
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v0.80.9/pd-installer.sh | sh
Download pd 0.80.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-x86_64-unknown-linux-gnu.tar.gz | x64 Linux | checksum |
What's Changed
- pindexer: implement batch processing API by @cronokirby in #4913
- pindexer: flesh out dex-explorer indexer by @cronokirby in #4917
- UIP-6: App Version Safeguard by @cronokirby in #4919
- chore: update f4jumble to 0.1.0 by @conorsch in #4926
- fix: update dependencies in parameter-setup crate by @redshiftzero in #4930
- pindexer: insights: correctly handle Arb and Fees by @cronokirby in #4909
- pindexer: dex-explorer: implement low high in summary by @cronokirby in #4931
- pindexer: insights: correct calculation of total value shielded by @cronokirby in #4932
- ci: fix container build for parameter-setup by @conorsch in #4934
- ci: fix cargo-release version interpolation by @conorsch in #4938
Full Changelog: v0.80.8...v0.80.9