Point release, containing mostly changes for event indexing via pindexer
, as well as some version bumps.
- indexing: add new events for governance
- pindexer: numerous bugfixes related to event ingestion
- pcli: fix handling of ibc denoms with rates on cli
- pd: update web frontend code to latest from web repo
pcli 0.79.3
Install pcli 0.79.3
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v0.79.3/pcli-installer.sh | sh
Download pcli 0.79.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.79.3
Install pclientd 0.79.3
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v0.79.3/pclientd-installer.sh | sh
Download pclientd 0.79.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.79.3
Install pd 0.79.3
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v0.79.3/pd-installer.sh | sh
Download pd 0.79.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
- fix typo in cometbft default path by @hakuno2000 in #4701
- Create Privacy section in the guide by @vacekj in #4695
- refactor(decaf377): bump dep by @TalDerei in #3806
- Drive
pindexer
forward with staking example by @hdevalence in #4707 - cometindex: clarify some environment context in the readme by @aubrika in #4710
- chore: update cometbft version v0.37.5 -> v0.37.9 by @conorsch in #4720
- feat: add timestamp to all event protos by @vacekj in #4722
- feat: add timestamp indexing wip by @vacekj in #4713
- Add info about minifront deployer to guide by @grod220 in #4727
- ci: disable summoner smoke tests by @conorsch in #4724
- feat(dev): add nix-based dev-env by @conorsch in #4726
- Added CMake command to dev docs for linking against
librocksdb
by @ejmg in #4725 - Make pclientd/pcli default_home accessible when using them as libraries by @zbuc in #4729
- pd: fix behavior of simulation RPC by @hdevalence in #4731
- docs: add hermes setup steps to guide by @conorsch in #4732
- cleanup
LegacySwap
swap decryption path by @redshiftzero in #4706 - Make pindexer more easily embeddable as a library by @cronokirby in #4712
- pindexer: implement dex value circuit breaker indexing by @cronokirby in #4753
- ci: move guide docs to separate repo by @conorsch in #4751
- pindexer: Implement indexing of arb executions by @cronokirby in #4754
- Add a Position to EventPositionOpen by @cronokirby in #4755
- ci: add pindexer to penumbra container by @conorsch in #4756
- Tweak block indexing to use height as the primary key by @cronokirby in #4757
- Update to latest frontends by @grod220 in #4763
- pindexer: repair SQL syntax for create type/create domain by @aubrika in #4760
- Fix: index events according to their local row id by @cronokirby in #4762
- ci: build containers on merge or tag by @conorsch in #4767
- docs: create pindexer readme and mention pindexer<>pd compat in errors by @vacekj in #4768
- Update to latest frontends by @turbocrime in #4770
- Bug: correctly handle denoms with
/
in pcli tx lp by @cronokirby in #4766 - Augment missing events for governance by @cronokirby in #4769
- Port v0.79.1 changes to main branch by @conorsch in #4773
- fix(pindexer): correct encoding of Amount into Postgres by @cronokirby in #4772
New Contributors
- @hakuno2000 made their first contribution in #4701
Full Changelog: v0.79.0...v0.79.3