The v1.3.0
release includes several notable improvements for event handling:
- pindexer: add context to indexing calls, to allow deferring work to after catchup
- pindexer: allow self-reset on schema changes
- app: create event for when app parameters change
Node operators maintaining a munged ABCI event database via pindexer
should drop their pindexer db and reindex. Notably, this should be the last time that action is necessary, as subsequent updates to pindexer
schemas will be handled on the fly. In order to utilize the new ABCI event for app parameter changes, the reindexer must be used to generate a new cometbft database from historical archives.
pcli 1.3.0
Install pcli 1.3.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v1.3.0/pcli-installer.sh | sh
Download pcli 1.3.0
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 1.3.0
Install pclientd 1.3.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v1.3.0/pclientd-installer.sh | sh
Download pclientd 1.3.0
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 1.3.0
Install pd 1.3.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v1.3.0/pd-installer.sh | sh
Download pd 1.3.0
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 |
pindexer 1.3.0
Install pindexer 1.3.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v1.3.0/pindexer-installer.sh | sh
Download pindexer 1.3.0
File | Platform | Checksum |
---|---|---|
pindexer-aarch64-apple-darwin.tar.gz | Apple Silicon macOS | checksum |
pindexer-x86_64-apple-darwin.tar.gz | Intel macOS | checksum |
pindexer-x86_64-unknown-linux-gnu.tar.gz | x64 Linux | checksum |
pmonitor 1.3.0
Install pmonitor 1.3.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v1.3.0/pmonitor-installer.sh | sh
Download pmonitor 1.3.0
File | Platform | Checksum |
---|---|---|
pmonitor-aarch64-apple-darwin.tar.gz | Apple Silicon macOS | checksum |
pmonitor-x86_64-apple-darwin.tar.gz | Intel macOS | checksum |
pmonitor-x86_64-unknown-linux-gnu.tar.gz | x64 Linux | checksum |
summonerd 1.3.0
Install summonerd 1.3.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v1.3.0/summonerd-installer.sh | sh
Download summonerd 1.3.0
File | Platform | Checksum |
---|---|---|
summonerd-aarch64-apple-darwin.tar.gz | Apple Silicon macOS | checksum |
summonerd-x86_64-apple-darwin.tar.gz | Intel macOS | checksum |
summonerd-x86_64-unknown-linux-gnu.tar.gz | x64 Linux | checksum |
What's Changed
- Fix token documentation and naming consistency by @Pricstas in #5124
- chore: fix some typos in comments by @tcpdumppy in #5122
- pindexer: add context to indexing calls, to allow deferring work to after catchup by @cronokirby in #5123
- app: create event for when app parameters change by @cronokirby in #5110
- docs: fix typos in proto files by @conorsch in #5132
- pindexer: allow self-reset on schema changes by @cronokirby in #5128
New Contributors
- @Pricstas made their first contribution in #5124
- @tcpdumppy made their first contribution in #5122
Full Changelog: v1.2.0...v1.3.0