The v0.81.1
release ships a few improvements, unblocking ongoing development on web interfaces. These include changes to pindexer
and the ViewServer
APIs. Node operators running an indexing setup should drop their pindexer database and re-run pindexer.
What's Changed
- typo-Update join.rs by @romashka-btc in #4972
- fix: typos in documentation files by @vtjl10 in #4971
- test(pcli): sync wallet against testnet by @conorsch in #4979
- Pindexer metrics fix by @cronokirby in #4981
- Fix grammar errors by @Marcofann in #4977
- fix(pindexer): support big amounts by @conorsch in #4982
- test: add integration tests for https functionality to binaries by @conorsch in #4983
- chore: fix 404 status URL by @pinglanlu in #4989
- pindexer: dex_ex: calculate USDC volume continuously by @cronokirby in #4987
- pindexer(dex_ex): index batch swap execution traces by @erwanor in #4990
- protos(view): add a subaccount filter to the
OwnedPositionIds
rpc by @conorsch in #4992
New Contributors
- @romashka-btc made their first contribution in #4972
- @vtjl10 made their first contribution in #4971
- @Marcofann made their first contribution in #4977
- @pinglanlu made their first contribution in #4989
Full Changelog: v0.81.0...v0.81.1
pcli 0.81.1
Install pcli 0.81.1
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v0.81.1/pcli-installer.sh | sh
Download pcli 0.81.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.81.1
Install pclientd 0.81.1
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v0.81.1/pclientd-installer.sh | sh
Download pclientd 0.81.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.81.1
Install pd 0.81.1
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v0.81.1/pd-installer.sh | sh
Download pd 0.81.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 |