github penumbra-zone/penumbra v0.80.7

18 hours ago

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

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

Don't miss a new penumbra release

NewReleases is sending notifications on new releases.