v0.80.7
The v0.80.7
release adds several features, mostly centered around event indexing workflows.
- new
pmonitor
tool for tracking balances with read-only access via FullViewingKey pindexer
: new db schema for dex candlestick support- build: client crates can now be built without rocksdb
Node operators running pindexer
will need to drop their databases and reindex. See the detailed changelog below.
What's Changed
- Allow building client crates without rocksdb by @cronokirby in #4892
- 4869(ish) dex rich events by @cronokirby in #4893
- feat(pindexer): add dex candlestick support to schema by @cronokirby in #4894
- pmonitor: create client activity monitor by @redshiftzero in #4844
- docs: add testing steps to PR template by @conorsch in #4897
- pindexer: indexing for insights dashboard by @cronokirby in #4898
pcli 0.80.7
Install pcli 0.80.7
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v0.80.7/pcli-installer.sh | sh
Download pcli 0.80.7
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.7
Install pclientd 0.80.7
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v0.80.7/pclientd-installer.sh | sh
Download pclientd 0.80.7
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.7
Install pd 0.80.7
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v0.80.7/pd-installer.sh | sh
Download pd 0.80.7
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 |
Full Changelog: v0.80.6...v0.80.7