v0.80.6
The v0.80.6
release adds several features, mostly centered around event indexing workflows:
- new TotalSupply API for indexing
- ibc transfers now emit events
- friendlier error messages
- foundational work for noble address registration (more to come in subsequent releases)
See the detailed changelog below.
What's Changed
- fix(ibc): use
HostInterface
for all block height reads in ibc server by @noot in #4862 - pcli: disable warning post-mainnet by @hdevalence in #4864
- governance: validate client ID earlier than component/view.rs by @redshiftzero in #4859
- total supply indexer by @avahowell in #4863
- pindexer supply with destruction by @cronokirby in #4866
- feat: Noble forwarding address registration in pcli by @zbuc in #4865
- feat: events for ibc transfers by @cronokirby in #4874
- Transfer events indexing by @cronokirby in #4877
- Fix IBC asset regex in denom metadata by @zbuc in #4872
- proto: add extension trait for easier parsing of domain types by @cronokirby in #4886
- Implement an event for candlestick data by @cronokirby in #4889
- pindexer: add a nicer error when a checkpoint genesis is used by @cronokirby in #4891
Full Changelog: v0.80.5...v0.80.6
pcli 0.80.6
Install pcli 0.80.6
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v0.80.6/pcli-installer.sh | sh
Download pcli 0.80.6
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.6
Install pclientd 0.80.6
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v0.80.6/pclientd-installer.sh | sh
Download pclientd 0.80.6
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.6
Install pd 0.80.6
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v0.80.6/pd-installer.sh | sh
Download pd 0.80.6
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 |