Releases: penumbra-zone/penumbra
Releases · penumbra-zone/penumbra
v0.70.0
pcli 0.70.0
Download pcli 0.70.0
File | Platform | Checksum |
---|---|---|
pcli-aarch64-apple-darwin.tar.xz | macOS Apple Silicon | checksum |
pcli-x86_64-apple-darwin.tar.xz | macOS Intel | checksum |
pcli-x86_64-unknown-linux-gnu.tar.xz | Linux x64 | checksum |
pclientd 0.70.0
Download pclientd 0.70.0
File | Platform | Checksum |
---|---|---|
pclientd-aarch64-apple-darwin.tar.xz | macOS Apple Silicon | checksum |
pclientd-x86_64-apple-darwin.tar.xz | macOS Intel | checksum |
pclientd-x86_64-unknown-linux-gnu.tar.xz | Linux x64 | checksum |
pd 0.70.0
Download pd 0.70.0
File | Platform | Checksum |
---|---|---|
pd-aarch64-apple-darwin.tar.xz | macOS Apple Silicon | checksum |
pd-x86_64-apple-darwin.tar.xz | macOS Intel | checksum |
pd-x86_64-unknown-linux-gnu.tar.xz | Linux x64 | checksum |
What's Changed
- view: 🌯 remove frivolous
Option::expect
call by @cratelyn in #3971 - spec: update proof statements by @redshiftzero in #3968
- Create pull_request_template.md by @aubrika in #3977
- chore(tendermint-proxy): 👆 tidy
tendermint-proxy
code by @cratelyn in #3975 - ci: update k8s version to latest 1.28.x by @conorsch in #3982
- stake: fix missing index and simplify state machine by @erwanor in #3928
- protocol spec: describe bounds checking in circuits by @redshiftzero in #3983
- chore(gitignore): 🤔 ignore proposal.toml by @cratelyn in #3987
- pd: 👄 log testnet directory reset by @cratelyn in #3988
- tests(pcli): 🔇 make large tracing event trace-level by @cratelyn in #3989
- protocol: create new transaction section, action reference by @hdevalence in #3990
- spec: clean up file organization in protocol spec by @hdevalence in #3992
- Pr template tweaks by @hdevalence in #3993
- view(rpc): add
DelegationsByAddressIndex
query by @jessepinho in #3984 - ci: public ingress for postgres db by @conorsch in #3999
- refactor(pd): 🎬 pull grpc endpoint into
penumbra-app
by @cratelyn in #3996 - mock-consensus: 🔀 test node can
fast_forward
by @cratelyn in #4002 - mock-consensus: 👷 block data is implicitly empty, can be appended by @cratelyn in #4004
- app: 🤓 fix grammar in comment by @cratelyn in #4010
- refactor(staking): 😊 tracing telemetry for delegation changes by @cratelyn in #4009
- app: 🦅
Consensus::end_block
never errors by @cratelyn in #4011 - app: add
assert!
to dummy spend test by @erwanor in #4012 - pd: save work streaming compact blocks by avoiding needless deserialization by @hdevalence in #4008
- Permit validator voting across an airgap by @plaidfinch in #3985
- staking: use block height to enforce unbonding delay by @erwanor in #3923
- dex: hotfix to avoid discarding EventPositionExecution by @hdevalence in #4016
- staking: 🎁 add additional tracing telemetry by @cratelyn in #4017
- spec: Document Invariants by @cronokirby in #3914
- docs: update deimos ibc channel for osmosis by @conorsch in #3954
- ci: bump cometbft v0.37.2 -> v0.37.5 by @conorsch in #4024
- shielded-pool: delegate supply tracking to components by @erwanor in #4020
- docs: bump penumbra version in docs to v0.69.1 by @conorsch in #4026
- feat(num): ✨
Amount
isFrom<u8>
andFrom<u16>
by @cratelyn in #4027 - fix(mock-consensus): 🍰 fix two height bugs in mock consensus tests by @cratelyn in #4028
- chore(staking): 👯 delegation token comments, nits by @cratelyn in #4029
- Permit separated governance keys from spend keys by @plaidfinch in #3986
- fix(pd): rename unbonding epochs -> delay by @conorsch in #4031
- Link nullifier key to claim address in swap claim by @cronokirby in #4013
- docs: update cometbft version to v0.37.5 by @conorsch in #4032
- ci: add dedicated indexer node for gov dashboard by @conorsch in #4034
- spec: fix broken links by @hdevalence in #4038
- pcli: show action / proof count before building by @hdevalence in #4036
- tests: 🏃 mock consensus can exercise staking component by @cratelyn in #4001
- refactor(mock-consensus): 🔐 remove
Keyring
by @cratelyn in #4039 - spec: describe privacy invariants of actions involving ZKPs by @redshiftzero in #4033
- staking: change
compute_unbonding_height
api by @erwanor in #4041 - chore(cargo.toml): 🧹 sort workspace members by @cratelyn in #4042
- chore(pd): 🤏 sort and tidy
Cargo.toml
by @cratelyn in #4043 - ci: standalone pd node workflow by @conorsch in #4045
- tests(app): 🔜 update
mock_consensus_staking
todo by @cratelyn in #4047 - tests(app): ⌛ shorten epoch length in staking test by @cratelyn in #4048
- add comment to use
NullifierDerivationCircuit
client-side only by @redshiftzero in #4052 - docs: dev guide notes on asset ids in sqlite3 by @conorsch in #4051
- ci: fix middleware vars by @conorsch in #4054
- staking: move uptime tracking to NV storage by @erwanor in #4046
- tests(app): 🎇 mock consensus delegates, and undelegates, to a validator by @cratelyn in #4044
- staking(undelegate): remove obsolete comment in balance impl by @erwanor in #4057
- tests(app): 🍖 compare new and existing validator rates by @cratelyn in #4059
- staking: handle param change and unbonding edge case by @erwanor in #4056
- pd(migrate): fix decoding error in stub migration script by @e...
v0.69.1
This release adds some small improvements:
- Performance improvements for
pd
when serving CompatBlock requests, as during client sync - Fix to emit ABCI events for DEX execution, to unblock development on the DEX explorer
- New protobuf interfaces for the ViewService, to unblock development on the web extension
pd 0.69.1
Download pd 0.69.1
File | Platform | Checksum |
---|---|---|
pd-aarch64-apple-darwin.tar.xz | macOS Apple Silicon | checksum |
pd-x86_64-apple-darwin.tar.xz | macOS Intel | checksum |
pd-x86_64-unknown-linux-gnu.tar.xz | Linux x64 | checksum |
pclientd 0.69.1
Download pclientd 0.69.1
File | Platform | Checksum |
---|---|---|
pclientd-aarch64-apple-darwin.tar.xz | macOS Apple Silicon | checksum |
pclientd-x86_64-apple-darwin.tar.xz | macOS Intel | checksum |
pclientd-x86_64-unknown-linux-gnu.tar.xz | Linux x64 | checksum |
pcli 0.69.1
Download pcli 0.69.1
File | Platform | Checksum |
---|---|---|
pcli-aarch64-apple-darwin.tar.xz | macOS Apple Silicon | checksum |
pcli-x86_64-apple-darwin.tar.xz | macOS Intel | checksum |
pcli-x86_64-unknown-linux-gnu.tar.xz | Linux x64 | checksum |
v0.69.0
This is a narrowly scoped release, intended to get the network up and running after yesterday’s chain halt.
pd 0.69.0
Download pd 0.69.0
File | Platform | Checksum |
---|---|---|
pd-aarch64-apple-darwin.tar.xz | macOS Apple Silicon | checksum |
pd-x86_64-apple-darwin.tar.xz | macOS Intel | checksum |
pd-x86_64-unknown-linux-gnu.tar.xz | Linux x64 | checksum |
pclientd 0.69.0
Download pclientd 0.69.0
File | Platform | Checksum |
---|---|---|
pclientd-aarch64-apple-darwin.tar.xz | macOS Apple Silicon | checksum |
pclientd-x86_64-apple-darwin.tar.xz | macOS Intel | checksum |
pclientd-x86_64-unknown-linux-gnu.tar.xz | Linux x64 | checksum |
pcli 0.69.0
Download pcli 0.69.0
File | Platform | Checksum |
---|---|---|
pcli-aarch64-apple-darwin.tar.xz | macOS Apple Silicon | checksum |
pcli-x86_64-apple-darwin.tar.xz | macOS Intel | checksum |
pcli-x86_64-unknown-linux-gnu.tar.xz | Linux x64 | checksum |
v0.68.3
This is a patch release, intended to ship incremental UX and functionality improvements. Specifically:
- Add undelegate claims to TransactionPlannerRequest
- Add support for equivalent values
pcli query ibc channels
now displays a readable table format- Add option
--compat
to view Penumbra addresses in bech32 (rather than bech32m) format.
pd 0.68.3
Download pd 0.68.3
File | Platform | Checksum |
---|---|---|
pd-aarch64-apple-darwin.tar.xz | macOS Apple Silicon | checksum |
pd-x86_64-apple-darwin.tar.xz | macOS Intel | checksum |
pd-x86_64-unknown-linux-gnu.tar.xz | Linux x64 | checksum |
pclientd 0.68.3
Download pclientd 0.68.3
File | Platform | Checksum |
---|---|---|
pclientd-aarch64-apple-darwin.tar.xz | macOS Apple Silicon | checksum |
pclientd-x86_64-apple-darwin.tar.xz | macOS Intel | checksum |
pclientd-x86_64-unknown-linux-gnu.tar.xz | Linux x64 | checksum |
pcli 0.68.3
Download pcli 0.68.3
File | Platform | Checksum |
---|---|---|
pcli-aarch64-apple-darwin.tar.xz | macOS Apple Silicon | checksum |
pcli-x86_64-apple-darwin.tar.xz | macOS Intel | checksum |
pcli-x86_64-unknown-linux-gnu.tar.xz | Linux x64 | checksum |
Full Changelog: v0.68.2...v0.68.3
v0.68.2
Version v0.68.2
fixes a bug that caused a chain halt on penumbra-testnet-deimos-4
at height 100736. All validators and fullnodes must update in order to continue processing blocks.
pd 0.68.2
Download pd 0.68.2
File | Platform | Checksum |
---|---|---|
pd-aarch64-apple-darwin.tar.xz | macOS Apple Silicon | checksum |
pd-x86_64-apple-darwin.tar.xz | macOS Intel | checksum |
pd-x86_64-unknown-linux-gnu.tar.xz | Linux x64 | checksum |
pclientd 0.68.2
Download pclientd 0.68.2
File | Platform | Checksum |
---|---|---|
pclientd-aarch64-apple-darwin.tar.xz | macOS Apple Silicon | checksum |
pclientd-x86_64-apple-darwin.tar.xz | macOS Intel | checksum |
pclientd-x86_64-unknown-linux-gnu.tar.xz | Linux x64 | checksum |
pcli 0.68.2
Download pcli 0.68.2
File | Platform | Checksum |
---|---|---|
pcli-aarch64-apple-darwin.tar.xz | macOS Apple Silicon | checksum |
pcli-x86_64-apple-darwin.tar.xz | macOS Intel | checksum |
pcli-x86_64-unknown-linux-gnu.tar.xz | Linux x64 | checksum |
What's Changed
- dex: fix chain halt in testnet 68 by @hdevalence in #3949
Full Changelog: v0.68.1...v0.68.2
v0.68.1
This is a minor patch release, bumping the versions of ibc-types
and ibc-proto
, so that downstream development teams can depend on a tag.
pd 0.68.1
Download pd 0.68.1
File | Platform | Checksum |
---|---|---|
pd-aarch64-apple-darwin.tar.xz | macOS Apple Silicon | checksum |
pd-x86_64-apple-darwin.tar.xz | macOS Intel | checksum |
pd-x86_64-unknown-linux-gnu.tar.xz | Linux x64 | checksum |
pclientd 0.68.1
Download pclientd 0.68.1
File | Platform | Checksum |
---|---|---|
pclientd-aarch64-apple-darwin.tar.xz | macOS Apple Silicon | checksum |
pclientd-x86_64-apple-darwin.tar.xz | macOS Intel | checksum |
pclientd-x86_64-unknown-linux-gnu.tar.xz | Linux x64 | checksum |
pcli 0.68.1
Download pcli 0.68.1
File | Platform | Checksum |
---|---|---|
pcli-aarch64-apple-darwin.tar.xz | macOS Apple Silicon | checksum |
pcli-x86_64-apple-darwin.tar.xz | macOS Intel | checksum |
pcli-x86_64-unknown-linux-gnu.tar.xz | Linux x64 | checksum |
What's Changed
- penumbra: use
[email protected]
and[email protected]
(#3927) by @conorsch in #3943
Full Changelog: v0.68.0...v0.68.1
v0.68.0
pd 0.68.0
Download pd 0.68.0
File | Platform | Checksum |
---|---|---|
pd-aarch64-apple-darwin.tar.xz | macOS Apple Silicon | checksum |
pd-x86_64-apple-darwin.tar.xz | macOS Intel | checksum |
pd-x86_64-unknown-linux-gnu.tar.xz | Linux x64 | checksum |
pclientd 0.68.0
Download pclientd 0.68.0
File | Platform | Checksum |
---|---|---|
pclientd-aarch64-apple-darwin.tar.xz | macOS Apple Silicon | checksum |
pclientd-x86_64-apple-darwin.tar.xz | macOS Intel | checksum |
pclientd-x86_64-unknown-linux-gnu.tar.xz | Linux x64 | checksum |
pcli 0.68.0
Download pcli 0.68.0
File | Platform | Checksum |
---|---|---|
pcli-aarch64-apple-darwin.tar.xz | macOS Apple Silicon | checksum |
pcli-x86_64-apple-darwin.tar.xz | macOS Intel | checksum |
pcli-x86_64-unknown-linux-gnu.tar.xz | Linux x64 | checksum |
v0.68.0-alpha.2
pd 0.68.0-alpha.2
Download pd 0.68.0-alpha.2
File | Platform | Checksum |
---|---|---|
pd-aarch64-apple-darwin.tar.xz | macOS Apple Silicon | checksum |
pd-x86_64-apple-darwin.tar.xz | macOS Intel | checksum |
pd-x86_64-unknown-linux-gnu.tar.xz | Linux x64 | checksum |
pclientd 0.68.0-alpha.2
Download pclientd 0.68.0-alpha.2
File | Platform | Checksum |
---|---|---|
pclientd-aarch64-apple-darwin.tar.xz | macOS Apple Silicon | checksum |
pclientd-x86_64-apple-darwin.tar.xz | macOS Intel | checksum |
pclientd-x86_64-unknown-linux-gnu.tar.xz | Linux x64 | checksum |
pcli 0.68.0-alpha.2
Download pcli 0.68.0-alpha.2
File | Platform | Checksum |
---|---|---|
pcli-aarch64-apple-darwin.tar.xz | macOS Apple Silicon | checksum |
pcli-x86_64-apple-darwin.tar.xz | macOS Intel | checksum |
pcli-x86_64-unknown-linux-gnu.tar.xz | Linux x64 | checksum |
v0.67.1
pd 0.67.1
Download pd 0.67.1
File | Platform | Checksum |
---|---|---|
pd-aarch64-apple-darwin.tar.xz | macOS Apple Silicon | checksum |
pd-x86_64-apple-darwin.tar.xz | macOS Intel | checksum |
pd-x86_64-unknown-linux-gnu.tar.xz | Linux x64 | checksum |
pclientd 0.67.1
Download pclientd 0.67.1
File | Platform | Checksum |
---|---|---|
pclientd-aarch64-apple-darwin.tar.xz | macOS Apple Silicon | checksum |
pclientd-x86_64-apple-darwin.tar.xz | macOS Intel | checksum |
pclientd-x86_64-unknown-linux-gnu.tar.xz | Linux x64 | checksum |
pcli 0.67.1
Download pcli 0.67.1
File | Platform | Checksum |
---|---|---|
pcli-aarch64-apple-darwin.tar.xz | macOS Apple Silicon | checksum |
pcli-x86_64-apple-darwin.tar.xz | macOS Intel | checksum |
pcli-x86_64-unknown-linux-gnu.tar.xz | Linux x64 | checksum |
What's Changed
- tests(app): 🔗 send InitChain request to test node by @cratelyn in #3807
- ci: stop pinning specific nightly by @conorsch in #3812
- Add cometbft-addr to docker-compose.yml by @AlbaRossa in #3808
- tests: ✨ provide app state in genesis request by @cratelyn in #3810
- funding: make reward budget a soft limit by @erwanor in #3817
New Contributors
- @AlbaRossa made their first contribution in #3808
Full Changelog: v0.67.0...v0.67.1
v0.67.0
pd 0.67.0
Download pd 0.67.0
File | Platform | Checksum |
---|---|---|
pd-aarch64-apple-darwin.tar.xz | macOS Apple Silicon | checksum |
pd-x86_64-apple-darwin.tar.xz | macOS Intel | checksum |
pd-x86_64-unknown-linux-gnu.tar.xz | Linux x64 | checksum |
pclientd 0.67.0
Download pclientd 0.67.0
File | Platform | Checksum |
---|---|---|
pclientd-aarch64-apple-darwin.tar.xz | macOS Apple Silicon | checksum |
pclientd-x86_64-apple-darwin.tar.xz | macOS Intel | checksum |
pclientd-x86_64-unknown-linux-gnu.tar.xz | Linux x64 | checksum |
pcli 0.67.0
Download pcli 0.67.0
File | Platform | Checksum |
---|---|---|
pcli-aarch64-apple-darwin.tar.xz | macOS Apple Silicon | checksum |
pcli-x86_64-apple-darwin.tar.xz | macOS Intel | checksum |
pcli-x86_64-unknown-linux-gnu.tar.xz | Linux x64 | checksum |
What's Changed
- tests(app): 🐣 add stubs for mock consensus tests by @cratelyn in #3781
- chore: update chain id for 67 phobos by @conorsch in #3782
- refactor(pd): 🏋️ hoist
Consensus
andMempool
intopenumbra-app
by @cratelyn in #3789 - tests: 🍱 hoist ABCI server into
penumbra-app
by @cratelyn in #3794 - ci: reduce test account test_usd allocation by @conorsch in #3793
- Implement indexing for DEX events by @zbuc in #3796
- feat(pcli): smart colorization for pcli output by @conorsch in #3798
- proto: allow more information in ValueView by @hdevalence in #3800
- staking: use validator exchange rate to compute rewards by @erwanor in #3803
- penumbra: fix metrics by bumping helper crates by @erwanor in #3801
- staking: add limit on number of validator funding streams by @erwanor in #3768
- staking: lower
StakeParameters::min_threshold_stake
to 1penumbra by @erwanor in #3805 - ibc: add optional packet data memo field by @avahowell in #3767
- chore: create "deimos-2" chain id by @conorsch in #3804
Full Changelog: v0.66.0...v0.67.0