v0.77.1
Narrowly scoped release containing two changes:
- improve handling of IBC assets via pd's RPC methods, in order to unblock ongoing development work by the Skip team, on IBC integration
- fix DEX-related timing metrics, to aid developers in understanding DEX performance
This update can safely be applied to all nodes running v0.77.0
on chain id penumbra-testnet-deimos-8
. No chain upgrade or migration is required.
pcli 0.77.1
Install pcli 0.77.1
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v0.77.1/pcli-installer.sh | sh
Download pcli 0.77.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-x86_64-unknown-linux-gnu.tar.gz | x64 Linux | checksum |
pclientd 0.77.1
Install pclientd 0.77.1
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v0.77.1/pclientd-installer.sh | sh
Download pclientd 0.77.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-x86_64-unknown-linux-gnu.tar.gz | x64 Linux | checksum |
pd 0.77.1
Install pd 0.77.1
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v0.77.1/pd-installer.sh | sh
Download pd 0.77.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-x86_64-unknown-linux-gnu.tar.gz | x64 Linux | checksum |
What's Changed
- backport: exclude IBC assets from TotalSupply by @conorsch in #4529
- dex: 🧮 shift dex buckets over by a factor of 1000 by @conorsch in #4530
Full Changelog: v0.77.0...v0.77.1