Skip to content

Releases: penumbra-zone/penumbra

v0.73.1

29 Apr 22:46
Compare
Choose a tag to compare

This release is a bugfix for pcli, updating the threshold-signing setup to work on macOS. No changes are made to the other binaries like pd, so node operators need take no action.

pcli 0.73.1

Install pcli 0.73.1

Install prebuilt binaries via shell script

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

Download pcli 0.73.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.73.1

Install pclientd 0.73.1

Install prebuilt binaries via shell script

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

Download pclientd 0.73.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.73.1

Install pd 0.73.1

Install prebuilt binaries via shell script

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

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

What's Changed

  • Cherry-pick pcli threshold fix onto 0.73 release branch by @hdevalence in #4284
  • Cherry-pick ci fixes to release/v0.73.x branch by @conorsch in #4288

Full Changelog: v0.73.0...v0.73.1

v0.73.0

26 Apr 01:23
Compare
Choose a tag to compare

Testnet 73 requires a full chain reset, to address a deployment problem with Testnet 72. All node operators should reset and rejoin.

pcli 0.73.0

Download pcli 0.73.0

File Platform Checksum
pcli-aarch64-apple-darwin.tar.xz macOS Apple Silicon checksum
pcli-x86_64-apple-darwin.tar.xz macOS Intel checksum
pcli-x86_64-unknown-linux-gnu.tar.xz Linux x64 checksum

pclientd 0.73.0

Download pclientd 0.73.0

File Platform Checksum
pclientd-aarch64-apple-darwin.tar.xz macOS Apple Silicon checksum
pclientd-x86_64-apple-darwin.tar.xz macOS Intel checksum
pclientd-x86_64-unknown-linux-gnu.tar.xz Linux x64 checksum

pd 0.73.0

Download pd 0.73.0

File Platform Checksum
pd-aarch64-apple-darwin.tar.xz macOS Apple Silicon checksum
pd-x86_64-apple-darwin.tar.xz macOS Intel checksum
pd-x86_64-unknown-linux-gnu.tar.xz Linux x64 checksum

v0.72.0

25 Apr 17:49
Compare
Choose a tag to compare

This is a targeted bugfix release, to address a security vulnerability in the DEX. Node operators must perform a chain upgrade in order to participate in the network.

pcli 0.72.0

Download pcli 0.72.0

File Platform Checksum
pcli-aarch64-apple-darwin.tar.xz macOS Apple Silicon checksum
pcli-x86_64-apple-darwin.tar.xz macOS Intel checksum
pcli-x86_64-unknown-linux-gnu.tar.xz Linux x64 checksum

pclientd 0.72.0

Download pclientd 0.72.0

File Platform Checksum
pclientd-aarch64-apple-darwin.tar.xz macOS Apple Silicon checksum
pclientd-x86_64-apple-darwin.tar.xz macOS Intel checksum
pclientd-x86_64-unknown-linux-gnu.tar.xz Linux x64 checksum

pd 0.72.0

Download pd 0.72.0

File Platform Checksum
pd-aarch64-apple-darwin.tar.xz macOS Apple Silicon checksum
pd-x86_64-apple-darwin.tar.xz macOS Intel checksum
pd-x86_64-unknown-linux-gnu.tar.xz Linux x64 checksum

What's Changed

Full Changelog: v0.71.0...v0.72.0

v0.71.0

28 Mar 18:38
Compare
Choose a tag to compare

This release requires a chain upgrade for all existing nodes and validators. See details here: https://guide.penumbra.zone/main/pd/chain-upgrade.html

pcli 0.71.0

Download pcli 0.71.0

File Platform Checksum
pcli-aarch64-apple-darwin.tar.xz macOS Apple Silicon checksum
pcli-x86_64-apple-darwin.tar.xz macOS Intel checksum
pcli-x86_64-unknown-linux-gnu.tar.xz Linux x64 checksum

pclientd 0.71.0

Download pclientd 0.71.0

File Platform Checksum
pclientd-aarch64-apple-darwin.tar.xz macOS Apple Silicon checksum
pclientd-x86_64-apple-darwin.tar.xz macOS Intel checksum
pclientd-x86_64-unknown-linux-gnu.tar.xz Linux x64 checksum

pd 0.71.0

Download pd 0.71.0

File Platform Checksum
pd-aarch64-apple-darwin.tar.xz macOS Apple Silicon checksum
pd-x86_64-apple-darwin.tar.xz macOS Intel checksum
pd-x86_64-unknown-linux-gnu.tar.xz Linux x64 checksum

v0.70.3

27 Mar 22:54
Compare
Choose a tag to compare

pcli 0.70.3

Download pcli 0.70.3

File Platform Checksum
pcli-aarch64-apple-darwin.tar.xz macOS Apple Silicon checksum
pcli-x86_64-apple-darwin.tar.xz macOS Intel checksum
pcli-x86_64-unknown-linux-gnu.tar.xz Linux x64 checksum

pclientd 0.70.3

Download pclientd 0.70.3

File Platform Checksum
pclientd-aarch64-apple-darwin.tar.xz macOS Apple Silicon checksum
pclientd-x86_64-apple-darwin.tar.xz macOS Intel checksum
pclientd-x86_64-unknown-linux-gnu.tar.xz Linux x64 checksum

pd 0.70.3

Download pd 0.70.3

File Platform Checksum
pd-aarch64-apple-darwin.tar.xz macOS Apple Silicon checksum
pd-x86_64-apple-darwin.tar.xz macOS Intel checksum
pd-x86_64-unknown-linux-gnu.tar.xz Linux x64 checksum

What's Changed

  • Improve update_position API and position execution events. by @hdevalence in #4121

Full Changelog: v0.70.2...v0.70.3

v0.70.2

27 Mar 19:48
Compare
Choose a tag to compare

pcli 0.70.2

Download pcli 0.70.2

File Platform Checksum
pcli-aarch64-apple-darwin.tar.xz macOS Apple Silicon checksum
pcli-x86_64-apple-darwin.tar.xz macOS Intel checksum
pcli-x86_64-unknown-linux-gnu.tar.xz Linux x64 checksum

pclientd 0.70.2

Download pclientd 0.70.2

File Platform Checksum
pclientd-aarch64-apple-darwin.tar.xz macOS Apple Silicon checksum
pclientd-x86_64-apple-darwin.tar.xz macOS Intel checksum
pclientd-x86_64-unknown-linux-gnu.tar.xz Linux x64 checksum

pd 0.70.2

Download pd 0.70.2

File Platform Checksum
pd-aarch64-apple-darwin.tar.xz macOS Apple Silicon checksum
pd-x86_64-apple-darwin.tar.xz macOS Intel checksum
pd-x86_64-unknown-linux-gnu.tar.xz Linux x64 checksum

What's Changed

Full Changelog: v0.70.1...v0.70.2

v0.70.1

27 Mar 15:40
Compare
Choose a tag to compare

pcli 0.70.1

Download pcli 0.70.1

File Platform Checksum
pcli-aarch64-apple-darwin.tar.xz macOS Apple Silicon checksum
pcli-x86_64-apple-darwin.tar.xz macOS Intel checksum
pcli-x86_64-unknown-linux-gnu.tar.xz Linux x64 checksum

pclientd 0.70.1

Download pclientd 0.70.1

File Platform Checksum
pclientd-aarch64-apple-darwin.tar.xz macOS Apple Silicon checksum
pclientd-x86_64-apple-darwin.tar.xz macOS Intel checksum
pclientd-x86_64-unknown-linux-gnu.tar.xz Linux x64 checksum

pd 0.70.1

Download pd 0.70.1

File Platform Checksum
pd-aarch64-apple-darwin.tar.xz macOS Apple Silicon checksum
pd-x86_64-apple-darwin.tar.xz macOS Intel checksum
pd-x86_64-unknown-linux-gnu.tar.xz Linux x64 checksum

What's Changed

Full Changelog: v0.70.0...v0.70.1

v0.70.0

26 Mar 19:54
Compare
Choose a tag to compare

pcli 0.70.0

Download pcli 0.70.0

File Platform Checksum
pcli-aarch64-apple-darwin.tar.xz macOS Apple Silicon checksum
pcli-x86_64-apple-darwin.tar.xz macOS Intel checksum
pcli-x86_64-unknown-linux-gnu.tar.xz Linux x64 checksum

pclientd 0.70.0

Download pclientd 0.70.0

File Platform Checksum
pclientd-aarch64-apple-darwin.tar.xz macOS Apple Silicon checksum
pclientd-x86_64-apple-darwin.tar.xz macOS Intel checksum
pclientd-x86_64-unknown-linux-gnu.tar.xz Linux x64 checksum

pd 0.70.0

Download pd 0.70.0

File Platform Checksum
pd-aarch64-apple-darwin.tar.xz macOS Apple Silicon checksum
pd-x86_64-apple-darwin.tar.xz macOS Intel checksum
pd-x86_64-unknown-linux-gnu.tar.xz Linux x64 checksum

What's Changed

Read more

v0.69.1

13 Mar 21:23
Compare
Choose a tag to compare

This release adds some small improvements:

  • Performance improvements for pd when serving CompatBlock requests, as during client sync
  • Fix to emit ABCI events for DEX execution, to unblock development on the DEX explorer
  • New protobuf interfaces for the ViewService, to unblock development on the web extension

pd 0.69.1

Download pd 0.69.1

File Platform Checksum
pd-aarch64-apple-darwin.tar.xz macOS Apple Silicon checksum
pd-x86_64-apple-darwin.tar.xz macOS Intel checksum
pd-x86_64-unknown-linux-gnu.tar.xz Linux x64 checksum

pclientd 0.69.1

Download pclientd 0.69.1

File Platform Checksum
pclientd-aarch64-apple-darwin.tar.xz macOS Apple Silicon checksum
pclientd-x86_64-apple-darwin.tar.xz macOS Intel checksum
pclientd-x86_64-unknown-linux-gnu.tar.xz Linux x64 checksum

pcli 0.69.1

Download pcli 0.69.1

File Platform Checksum
pcli-aarch64-apple-darwin.tar.xz macOS Apple Silicon checksum
pcli-x86_64-apple-darwin.tar.xz macOS Intel checksum
pcli-x86_64-unknown-linux-gnu.tar.xz Linux x64 checksum

v0.69.0

07 Mar 21:51
Compare
Choose a tag to compare

This is a narrowly scoped release, intended to get the network up and running after yesterday’s chain halt.

pd 0.69.0

Download pd 0.69.0

File Platform Checksum
pd-aarch64-apple-darwin.tar.xz macOS Apple Silicon checksum
pd-x86_64-apple-darwin.tar.xz macOS Intel checksum
pd-x86_64-unknown-linux-gnu.tar.xz Linux x64 checksum

pclientd 0.69.0

Download pclientd 0.69.0

File Platform Checksum
pclientd-aarch64-apple-darwin.tar.xz macOS Apple Silicon checksum
pclientd-x86_64-apple-darwin.tar.xz macOS Intel checksum
pclientd-x86_64-unknown-linux-gnu.tar.xz Linux x64 checksum

pcli 0.69.0

Download pcli 0.69.0

File Platform Checksum
pcli-aarch64-apple-darwin.tar.xz macOS Apple Silicon checksum
pcli-x86_64-apple-darwin.tar.xz macOS Intel checksum
pcli-x86_64-unknown-linux-gnu.tar.xz Linux x64 checksum