The v1.0.2
release includes bugfixes and improvements. Notably the web frontend bundled into pd
has been updated, to include a fix for the Skip IBC widget. Also included are some pindexer
improvements, a fix for pcli tx undelegate-claim
, and several developer-focused testing additions. Node operators running pindexer
for events should drop their database and reindex to take advantage of the new summaries.
pcli 1.0.2
Install pcli 1.0.2
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v1.0.2/pcli-installer.sh | sh
Download pcli 1.0.2
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 1.0.2
Install pclientd 1.0.2
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v1.0.2/pclientd-installer.sh | sh
Download pclientd 1.0.2
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 1.0.2
Install pd 1.0.2
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v1.0.2/pd-installer.sh | sh
Download pd 1.0.2
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 |
pindexer 1.0.2
Install pindexer 1.0.2
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v1.0.2/pindexer-installer.sh | sh
Download pindexer 1.0.2
File | Platform | Checksum |
---|---|---|
pindexer-aarch64-apple-darwin.tar.gz | Apple Silicon macOS | checksum |
pindexer-x86_64-apple-darwin.tar.gz | Intel macOS | checksum |
pindexer-x86_64-unknown-linux-gnu.tar.gz | x64 Linux | checksum |
pmonitor 1.0.2
Install pmonitor 1.0.2
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v1.0.2/pmonitor-installer.sh | sh
Download pmonitor 1.0.2
File | Platform | Checksum |
---|---|---|
pmonitor-aarch64-apple-darwin.tar.gz | Apple Silicon macOS | checksum |
pmonitor-x86_64-apple-darwin.tar.gz | Intel macOS | checksum |
pmonitor-x86_64-unknown-linux-gnu.tar.gz | x64 Linux | checksum |
summonerd 1.0.2
Install summonerd 1.0.2
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v1.0.2/summonerd-installer.sh | sh
Download summonerd 1.0.2
File | Platform | Checksum |
---|---|---|
summonerd-aarch64-apple-darwin.tar.gz | Apple Silicon macOS | checksum |
summonerd-x86_64-apple-darwin.tar.gz | Intel macOS | checksum |
summonerd-x86_64-unknown-linux-gnu.tar.gz | x64 Linux | checksum |
What's Changed
- test: add Noble/Penumbra IBC smoke test script by @zbuc in #4937
- ci: slightly faster rust checks by @conorsch in #5048
- chore: bump cometbft version to 0.37.15 by @conorsch in #5050
- ci: make workflows runnable ad-hoc by @conorsch in #5056
- ci: enable pindexer integration tests by @conorsch in #5057
- chore: fix some typos by @zoupingshi in #5076
- pcli: fix edge-case in undelegate-claim by @erwanor in #5084
- pindexer: add dex block summary by @erwanor in #5063
- pindexer: implement override for hardcoded values in app views by @cronokirby in #4936
- chore: update minifront bundled assets by @conorsch in #5090
New Contributors
- @zoupingshi made their first contribution in #5076
Full Changelog: v1.0.1...v1.0.2