The v0.80.3
release contains small improvements, and a few bug fixes. The embedded frontend code for the pd
RPC has been updated to the latest web code.
pcli 0.80.3
Install pcli 0.80.3
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v0.80.3/pcli-installer.sh | sh
Download pcli 0.80.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-x86_64-unknown-linux-gnu.tar.gz | x64 Linux | checksum |
pclientd 0.80.3
Install pclientd 0.80.3
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v0.80.3/pclientd-installer.sh | sh
Download pclientd 0.80.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-x86_64-unknown-linux-gnu.tar.gz | x64 Linux | checksum |
pd 0.80.3
Install pd 0.80.3
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v0.80.3/pd-installer.sh | sh
Download pd 0.80.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-x86_64-unknown-linux-gnu.tar.gz | x64 Linux | checksum |
What's Changed
- Add
new_with_penumbra_prefixes
to theTempStorageExt
by @zbuc in #4811 - Cleanup tendermint proxy code, fix proxy timestamp handling by @zbuc in #4810
- add utility to fetch a compact block by @hdevalence in #4824
- Generate block headers properly in tests by @zbuc in #4823
- fix penumbra-specific timestamp reads in ibc module by @noot in #4822
- Basic IBC Handshake Test by @zbuc in #4797
- No longer display withdrawn auction NFTs when viewing balance in pcli by @masonyonkers in #4826
- fix(tests): bind to unique ports in ibc tests by @conorsch in #4828
- Perform channel handshake in IBC state machine tests by @zbuc in #4830
- feat(pd): dynamic addresses in devnet allocations by @conorsch in #4827
- chore: update minifront bundled assets by @conorsch in #4838
New Contributors
- @masonyonkers made their first contribution in #4826
Full Changelog: v0.80.2...v0.80.3