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
- fix: don't crash pindexer on blocks without a timestamp by @vacekj in #4764
- feat: lp indexing by @vacekj in #4771
- events: record
EventPositionClose
when closing positions manually by @cronokirby in #4779 - Update frontends to latest 957ab2a by @grod220 in #4780
- feat(dev): add grpcui to nix dev env by @conorsch in #4781
- build(pd): fail if asset zipfiles aren't complete by @conorsch in #4782
- refactor(governance): update StateWriteExt::signal_upgrade comment by @syvb in #4789
- feat: swaps indexing by @vacekj in #4776
- Print the position id when generating a position by @zmanian in #4798
- Governance support for
pindexer
by @plaidfinch in #4708 - chore: remove unused dependencies by @zbuc in #4809
- build: fix nix-build via allowing asset files by @conorsch in #4796
- modify arkworks and decaf377 suite by @TalDerei in #4806
- pcli: add display for auction transactions by @cronokirby in #4814
- view: populate asset ids from dutch auction schedule / withdraw by @cronokirby in #4816
- Zaki/duplicate positions by @cronokirby in #4819
- Add ability to set fixed time and block duration callback in test node by @zbuc in #4818
New Contributors
Full Changelog: v0.79.3...v0.80.2