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
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
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
What's Changed
- Add
new_with_penumbra_prefixes
to the TempStorageExt
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
Full Changelog: v0.80.2...v0.80.3