Skip to content

Releases: penumbra-zone/penumbra

v0.80.9

21 Nov 18:52
Compare
Choose a tag to compare

The v0.80.9 adds an improvement to how pd will operator on future migrations during a chain upgrade, and also continues to improve reindexing workflows.

This release includes implementation of UIP-6: App Version Safeguards. Node operators should update to this point release in order to take advantage of the safeguard: pd will automatically write the safeguard info to local state on start, thereby ensuring that future migrations will check it before continuing.

Node operators running pindexer will need to drop their databases and reindex. See the detailed changelog below.

pcli 0.80.9

Install pcli 0.80.9

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v0.80.9/pcli-installer.sh | sh

Download pcli 0.80.9

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.9

Install pclientd 0.80.9

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v0.80.9/pclientd-installer.sh | sh

Download pclientd 0.80.9

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.9

Install pd 0.80.9

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v0.80.9/pd-installer.sh | sh

Download pd 0.80.9

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

What's Changed

Full Changelog: v0.80.8...v0.80.9

v0.80.8

06 Nov 00:00
Compare
Choose a tag to compare

The v0.80.8 release adds several small features and bug fixes.

  • pcli: adds a view liquidity-positions command, to display user-controlled LPs
  • proto: adds support for "badges" to asset metadata protobuf definitions
  • pindexer: fixes a bug in where dex supplies were computed incorrectly
  • pindexer: removes unused AppViews to simplify external dependencies

Node operators running pindexer will need to drop their databases and reindex. See the detailed changelog below.

pcli 0.80.8

Install pcli 0.80.8

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v0.80.8/pcli-installer.sh | sh

Download pcli 0.80.8

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.8

Install pclientd 0.80.8

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v0.80.8/pclientd-installer.sh | sh

Download pclientd 0.80.8

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.8

Install pd 0.80.8

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v0.80.8/pd-installer.sh | sh

Download pd 0.80.8

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

v0.80.7

22 Oct 20:29
Compare
Choose a tag to compare

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

v0.80.6

08 Oct 19:36
Compare
Choose a tag to compare

The v0.80.6 release adds several features, mostly centered around event indexing workflows:

  • new TotalSupply API for indexing
  • ibc transfers now emit events
  • friendlier error messages
  • foundational work for noble address registration (more to come in subsequent releases)

See the detailed changelog below.

What's Changed

Full Changelog: v0.80.5...v0.80.6

pcli 0.80.6

Install pcli 0.80.6

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v0.80.6/pcli-installer.sh | sh

Download pcli 0.80.6

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.6

Install pclientd 0.80.6

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v0.80.6/pclientd-installer.sh | sh

Download pclientd 0.80.6

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.6

Install pd 0.80.6

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v0.80.6/pd-installer.sh | sh

Download pd 0.80.6

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

v0.79.5

08 Oct 19:16
Compare
Choose a tag to compare

pcli 0.79.5

Install pcli 0.79.5

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v0.79.5/pcli-installer.sh | sh

Download pcli 0.79.5

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.79.5

Install pclientd 0.79.5

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v0.79.5/pclientd-installer.sh | sh

Download pclientd 0.79.5

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.79.5

Install pd 0.79.5

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v0.79.5/pd-installer.sh | sh

Download pd 0.79.5

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

v0.80.5

17 Sep 18:29
Compare
Choose a tag to compare

The v0.80.5 release contains small improvements, mostly to indexing workflows.

What's Changed

Full Changelog: v0.80.4...v0.80.5

pcli 0.80.5

Install pcli 0.80.5

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v0.80.5/pcli-installer.sh | sh

Download pcli 0.80.5

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.5

Install pclientd 0.80.5

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v0.80.5/pclientd-installer.sh | sh

Download pclientd 0.80.5

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.5

Install pd 0.80.5

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v0.80.5/pd-installer.sh | sh

Download pd 0.80.5

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

v0.80.4

10 Sep 20:04
Compare
Choose a tag to compare

The v0.80.4 release contains two changes:

  • Adds pcli migrate balance command, for transferring all assets from one wallet to another, via FVK.
  • Updates the response of the cosmos.bank.v1beta1.Query API call, returning an incremented value.

Although these changes are optional, we encourage all users to upgrade to take advantage of the latest features.

pcli 0.80.4

Install pcli 0.80.4

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v0.80.4/pcli-installer.sh | sh

Download pcli 0.80.4

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.4

Install pclientd 0.80.4

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v0.80.4/pclientd-installer.sh | sh

Download pclientd 0.80.4

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.4

Install pd 0.80.4

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v0.80.4/pd-installer.sh | sh

Download pd 0.80.4

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

v0.79.4

29 Aug 18:13
Compare
Choose a tag to compare

The v0.79.4 release is a backport for the 0.79.x series, adding a single event emission to pd, to aid node operators in reindexing historical chain state. Node operators should not upgrade to this release: it is intended only for indexing workflows. See context in #4840.

pcli 0.79.4

Install pcli 0.79.4

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v0.79.4/pcli-installer.sh | sh

Download pcli 0.79.4

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.79.4

Install pclientd 0.79.4

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v0.79.4/pclientd-installer.sh | sh

Download pclientd 0.79.4

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.79.4

Install pd 0.79.4

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v0.79.4/pd-installer.sh | sh

Download pd 0.79.4

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

v0.80.3

27 Aug 18:35
Compare
Choose a tag to compare

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

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.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

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.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

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

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

v0.80.2

15 Aug 20:14
Compare
Choose a tag to compare

The v0.80.2 releases contains small improvements, mostly to event indexing workflows, and the pcli UX. Operators running an event indexing database should drop and recreate their databases to use the new schemas.

pcli 0.80.2

Install pcli 0.80.2

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v0.80.2/pcli-installer.sh | sh

Download pcli 0.80.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 0.80.2

Install pclientd 0.80.2

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v0.80.2/pclientd-installer.sh | sh

Download pclientd 0.80.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 0.80.2

Install pd 0.80.2

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v0.80.2/pd-installer.sh | sh

Download pd 0.80.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

What's Changed

New Contributors

Full Changelog: v0.79.3...v0.80.2