The v1.0.1
releases fixes a few regressions in the v1.0.0
release, related to metrics and event emission, and adds a few features.
- pcli: add
delegate-many
transaction command reading from a CSV file - fix(pd): restore metrics emission
- fix(pd): restore event indexing
- proto: add
coingecko_id
toMetadata
- proto: view service: add LatestSwaps
- ci: remove need refinement workflow
Node operators running pindexer
should drop their databases and recreate them, using the latest versions.
pcli 1.0.1
Install pcli 1.0.1
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v1.0.1/pcli-installer.sh | sh
Download pcli 1.0.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 1.0.1
Install pclientd 1.0.1
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v1.0.1/pclientd-installer.sh | sh
Download pclientd 1.0.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 1.0.1
Install pd 1.0.1
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v1.0.1/pd-installer.sh | sh
Download pd 1.0.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 |
pindexer 1.0.1
Install pindexer 1.0.1
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v1.0.1/pindexer-installer.sh | sh
Download pindexer 1.0.1
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.0.1
Install pmonitor 1.0.1
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v1.0.1/pmonitor-installer.sh | sh
Download pmonitor 1.0.1
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.0.1
Install summonerd 1.0.1
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v1.0.1/summonerd-installer.sh | sh
Download summonerd 1.0.1
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
- ci: disable refinement workflow for now by @erwanor in #5001
- proto(asset): add
coingecko_id
toMetadata
by @erwanor in #5000 - pcli: add delegate-many transaction command reading from a CSV file by @hdevalence in #5002
- Fix typos in documentation files by @Pronoss in #5003
- asset: add
coingecko_id
toMetadata
struct by @vacekj in #5007 - penumbra: use
cnidarium@0.83
by @erwanor in #5006 - view service: add LatestSwaps by @TalDerei in #5008
- ci: remove need refinment workflow by @erwanor in #5017
- app: fix broken event indexing by @erwanor in #5009
- fix(pd): restore metrics-process emission by @conorsch in #5022
New Contributors
Full Changelog: v1.0.0...v1.0.1