Releases: penumbra-zone/penumbra
Releases · penumbra-zone/penumbra
v0.62.0
pcli 0.62.0
Only Linux binaries are available for this release: the Windows and macOS binaries failed to build. We'll work on resolving that for the next release.
Download pcli 0.62.0
target | kind | download |
---|---|---|
x86_64-unknown-linux-gnu | tarball | pcli-v0.62.0-x86_64-unknown-linux-gnu.tar.xz |
pclientd 0.62.0
Download pclientd 0.62.0
target | kind | download |
---|---|---|
x86_64-unknown-linux-gnu | tarball | pclientd-v0.62.0-x86_64-unknown-linux-gnu.tar.xz |
pd 0.62.0
Download pd 0.62.0
target | kind | download |
---|---|---|
x86_64-unknown-linux-gnu | tarball | pd-v0.62.0-x86_64-unknown-linux-gnu.tar.xz |
What's Changed
- pd(upgrade): use
upgrade_path
flag by @erwanor in #3101 - pd: fast chain init when starting from checkpoint by @erwanor in #3103
- [wasm] Remove async constructor by @grod220 in #3104
- 3080 passing indexeddb constans to wasm by @Valentine1898 in #3097
- docs: link directly to proper cometbft version by @conorsch in #3105
- refactor: fix clippy never loop by @redshiftzero in #3110
- ci: add new 2 more fullnodes to deployment by @conorsch in #3111
- Add amount_by_sender query to storage to return transaction amounts and denominations grouped by sender address by @aubrika in #3098
- docs: update systemd guide for cometbft by @conorsch in #3113
- ibc: compute IBC heights from revision number derived by chain id by @avahowell in #3100
- chore: Various lints by @zbuc in #3114
- WIP: Split ChainParameters into component-specific parameters by @zbuc in #3086
- docs: add hermes relaying steps to dev guide by @conorsch in #3112
- feat(pd)!: migrate to cometbft v0.37 by @conorsch in #3115
- ibc: fix connection paths to use ibc-types by @avahowell in #3118
- docs: add ibc crate to rustdoc by @conorsch in #3122
- chore: update chain id for 062-iapetus by @conorsch in #3124
- pcli: display ics20 withdrawals in pcli v tx by @hdevalence in #3099
- governance: add validator vote justifications by @redshiftzero in #3106
- deploy: make peer limits customizable by @conorsch in #3132
- docs: revert to cometbft v034 for testnet docs by @conorsch in #3134
- ci: build container images in external repos by @conorsch in #3135
- ci: check out repo for remote containers by @conorsch in #3136
- cargo: use
[email protected]
by @erwanor in #3137 - build(pd): upgrade to tower-abci v0.10.0 by @conorsch in #3142
- ibc: use GTE instead of GT in client height comparison by @avahowell in #3102
- proto: use tonic-build 0.9 by @hdevalence in #3149
- chore: update cometbft config template by @conorsch in #3148
- WIP: Summoning Ceremony Coordinator by @cronokirby in #3090
- cargo: exclude tools/summonerd from workspace by @redshiftzero in #3150
- ci: add summonerd to container image by @conorsch in #3151
- Wrapup of multidimensional gas fees by @zbuc in #3133
- component(stake): only init the consensus keys in bootstrap by @erwanor in #3154
- Implement persistent storage in summonerd by @cronokirby in #3152
- #3091 separate block scanning and receiving updates for wasm by @Valentine1898 in #3146
- account_group_id -> wallet by @grod220 in #3145
- ibc client upgrades by @avahowell in #3073
- abci query: support nonexistence proofs by @avahowell in #3163
- Add support for ICS20 withdrawals to TransactionPlannerRequest by @hdevalence in #3166
- crypto: stabilize BIP44 derivation by @redshiftzero in #3167
- feat(pcli): support new ibc query logic by @conorsch in #3143
- feat(pd): special handling of seed nodes in join by @conorsch in #3155
- Summonerd: Check for minimum bid amounts by @cronokirby in #3168
- ci: fix moon names in host monikers by @conorsch in #3169
- app: register metrics of components by @hdevalence in #3170
- pclientd: silly proxy fix workaround by @hdevalence in #3171
New Contributors
- @Valentine1898 made their first contribution in #3097
Full Changelog: v0.61.0...v0.62.0
v0.61.0
What's Changed
- Remove usage of "unwrap" in the dex component by @zbuc in #2995
- Remove usage of "unwrap" in the distributions component by @zbuc in #2998
- Remove usage of "unwrap" in the fee component by @zbuc in #2999
- Remove usage of "unwrap" in the governance component by @zbuc in #3000
- Allow unwrap in tests by @zbuc in #3003
- Remove usage of "unwrap" in the ibc component by @zbuc in #3001
- view: expose source control in TransactionPlanner RPC by @hdevalence in #3002
- Add benchmarks for all internal setup ceremony items by @cronokirby in #3005
- penumbra:
[email protected]
integration by @erwanor in #2961 - storage: gate metrics collection behind a feature flag by @erwanor in #3007
- Remove usage of "unwrap" in the sct component by @zbuc in #3008
- Remove usage of "unwrap" in the shielded-pool component by @zbuc in #3009
- Remove usage of "unwrap" in the stake component by @zbuc in #3011
- Remove usage of "unwrap" in the app crate by @zbuc in #3012
- Remove usage of "unwrap" in the asset crate by @zbuc in #3013
- build(proto): update buf dep to cosmos/ibc v8 by @conorsch in #3016
- Remove usage of "unwrap" in the num crate by @zbuc in #3019
- Remove usage of "unwrap" in the transaction crate by @zbuc in #3020
- Remove usage of "unwrap" in the keys crate by @zbuc in #3018
- Convert ok_or calls invoking macros to ok_or_else to take advantage of lazy evaluation by @zbuc in #3021
- Document how to use
pclientd
by @hdevalence in #3017 - Remove usage of "unwrap" in the crypto crate by @zbuc in #3025
- Remove usage of "unwrap" in the custody crate by @zbuc in #3026
- Remove usage of "unwrap" in the storage crate by @zbuc in #3028
- Remove usage of "unwrap" in the util crates by @zbuc in #3029
- Remove usage of "unwrap" in the narsil crate by @zbuc in #3027
- ci: run cargo check with cargo test by @conorsch in #3022
- feat(pd) display urls clearly in log messages by @conorsch in #3032
- proto: stub proto definitions for setup coordinator by @hdevalence in #3006
- ci: separate deploy logic into charts by @conorsch in #3033
- chain: support checkpoints in the genesis state by @erwanor in #3034
- feat(pd) more url formatting in logs by @conorsch in #3040
- crypto: BIP44 derivation by @redshiftzero in #2964
- docs: relayer setup and usage by @conorsch in #3037
- Disable LFS for proto descriptors. by @hdevalence in #3044
- Remove usage of "unwrap" in the wallet crate by @zbuc in #3048
- Remove usage of "unwrap" in the view crate by @zbuc in #3031
- Remove usage of "unwrap" in the wasm crate by @zbuc in #3049
- Remove usage of "unwrap" in the pcli crate by @zbuc in #3051
- Remove usage of "unwrap" in the pd crate by @zbuc in #3052
- Remove usage of "unwrap" in the pclientd crate by @zbuc in #3053
- Remove usage of "unwrap" in the parameter-setup crate by @zbuc in #3054
- cargo: bump
[email protected]
by @erwanor in #3055 - allow non_snake_case in autogen code by @zbuc in #3057
- chore: update chain id for 061-dione by @conorsch in #3047
- Add
pclientd reset
to reset local view storage by @aubrika in #3061 - Spike on exercising ICS20 transfers to the Osmosis testnet with Hermes by @hdevalence in #3043
- feat(pd): raises default peering limits by @conorsch in #3063
- Improvements and fixes to wasm transaction planner and wasm view server by @zpoken in #2973
- pd: perform a
InitChain
handshake during genesis migrations by @erwanor in #3059 - pd: write post genesis height when starting from a checkpoint by @erwanor in #3070
- pd(upgrade): generate a checkpointed genesis post-upgrade by @erwanor in #3071
- ci: rename preview environment by @conorsch in #3072
- feat(pd): migrate tendermint -> cometbft by @conorsch in #3064
- [Bug fix] Forgetting delegation tokens by @grod220 in #3023
- ibc: add SubmitMisbehavior ibc message handling by @avahowell in #3066
- refactor: move governance code to
penumbra-governance
by @redshiftzero in #3067 - Checkpoint on multidimensional gas fees by @hdevalence in #3075
- proto: align proto packages to rust crates by @hdevalence in #3077
- crypto: add helper function for decrypting transaction memo by @redshiftzero in #3088
- ibc: split up query rpc implementations by @hdevalence in #3079
- Fix broken SQL statement that forgot the wrong notes by @plaidfinch in #3089
- proto: split RPCs into per-component QueryServices by @hdevalence in #3091
- fix buf lint by @hdevalence in #3094
- Try to fix container builds. by @hdevalence in #3096
Full Changelog: v0.60.0...v0.61.0
pcli 0.61.0
Download pcli 0.61.0
target | kind | download |
---|---|---|
aarch64-apple-darwin | tarball | pcli-v0.61.0-aarch64-apple-darwin.tar.xz |
x86_64-apple-darwin | tarball | pcli-v0.61.0-x86_64-apple-darwin.tar.xz |
x86_64-pc-windows-msvc | tarball | pcli-v0.61.0-x86_64-pc-windows-msvc.zip |
x86_64-unknown-linux-gnu | tarball | pcli-v0.61.0-x86_64-unknown-linux-gnu.tar.xz |
pclientd 0.61.0
Download pclientd 0.61.0
target | kind | download |
---|---|---|
aarch64-apple-darwin | tarball | pclientd-v0.61.0-aarch64-apple-darwin.tar.xz |
x86_64-apple-darwin | tarball | pclientd-v0.61.0-x86_64-apple-darwin.tar.xz |
x86_64-pc-windows-msvc | tarball | pclientd-v0.61.0-x86_64-pc-windows-msvc.zip |
x86_64-unknown-linux-gnu | tarball | pclientd-v0.61.0-x86_64-unknown-linux-gnu.tar.xz |
pd 0.61.0
Download pd 0.61.0
target | kind | download |
---|---|---|
aarch64-apple-darwin | tarball | pd-v0.61.0-aarch64-apple-darwin.tar.xz |
x86_64-apple-darwin | tarball | pd-v0.61.0-x86_64-apple-darwin.tar.xz |
x86_64-pc-windows-msvc | tarball | [pd-v0.61.0-x86_64-pc-windows-msvc.zip](https://github.com/penumbra-zone/penumbra/releases/d... |
v0.60.0
What's Changed
- Add network integration tests for swap/swapclaim by @zbuc in #2953
- fix(pd): support external address in generate by @conorsch in #2955
- pd: use a range query for client synchronization by @erwanor in #2881
- chore: cargo fmt by @conorsch in #2958
- governance: create upgrade messages by @erwanor in #2957
- Add wasm-pack to CI/CD by @grod220 in #2956
- doc: add link to project board by @erwanor in #2960
- doc: update ZKP benchmarks with parallel feature turned on by @redshiftzero in #2963
- chain: implement upgrade halts by @erwanor in #2959
- docs: fix up key derivation chart by @hdevalence in #2968
- crypto: allow 12 or 24 words mnemonic seed phrases by @redshiftzero in #2962
- delegator_vote: use balance commitment to staked note by @erwanor in #2969
- Re-enable sweeping of unclaimed swaps by @zbuc in #2965
- build: set resolver=1 for workspace by @conorsch in #2976
- pd: export storage state by @erwanor in #2975
- ibc: decrement token supply tracking on ics20 withdrawal by @avahowell in #2942
- fix(pclientd): disable r1cs logging by @conorsch in #2980
- crypto: use
DetectionData
proto encoding for effect hash by @redshiftzero in #2978 - Remove usage of "unwrap" in the chain component by @zbuc in #2989
- Proof-Setup: Implement linking between phases, test integration with the rest of the codebase by @cronokirby in #2982
- Remove usage of "unwrap" in the chain component by @zbuc in #2990
- Remove usage of "unwrap" in the compact-block component by @zbuc in #2988
- Remove usage of "unwrap" in the component component by @zbuc in #2993
- Remove usage of "unwrap" in the dao component by @zbuc in #2994
- chore: update chain id for testnet 60 tethys by @conorsch in #2991
- pd: implement
pd upgrade
by @erwanor in #2981 - docs(deploy): add nofile limit to systemd configs by @conorsch in #2996
- ibc: add grpc queries for connections, channels, and clients by @avahowell in #2954
New Contributors
Full Changelog: v0.59.0...v0.60.0
pcli 0.60.0
Download pcli 0.60.0
target | kind | download |
---|---|---|
aarch64-apple-darwin | tarball | pcli-v0.60.0-aarch64-apple-darwin.tar.xz |
x86_64-apple-darwin | tarball | pcli-v0.60.0-x86_64-apple-darwin.tar.xz |
x86_64-pc-windows-msvc | tarball | pcli-v0.60.0-x86_64-pc-windows-msvc.zip |
x86_64-unknown-linux-gnu | tarball | pcli-v0.60.0-x86_64-unknown-linux-gnu.tar.xz |
pclientd 0.60.0
Download pclientd 0.60.0
target | kind | download |
---|---|---|
aarch64-apple-darwin | tarball | pclientd-v0.60.0-aarch64-apple-darwin.tar.xz |
x86_64-apple-darwin | tarball | pclientd-v0.60.0-x86_64-apple-darwin.tar.xz |
x86_64-pc-windows-msvc | tarball | pclientd-v0.60.0-x86_64-pc-windows-msvc.zip |
x86_64-unknown-linux-gnu | tarball | pclientd-v0.60.0-x86_64-unknown-linux-gnu.tar.xz |
pd 0.60.0
Download pd 0.60.0
target | kind | download |
---|---|---|
aarch64-apple-darwin | tarball | pd-v0.60.0-aarch64-apple-darwin.tar.xz |
x86_64-apple-darwin | tarball | pd-v0.60.0-x86_64-apple-darwin.tar.xz |
x86_64-pc-windows-msvc | tarball | pd-v0.60.0-x86_64-pc-windows-msvc.zip |
x86_64-unknown-linux-gnu | tarball | pd-v0.60.0-x86_64-unknown-linux-gnu.tar.xz |
v0.59.0
What's Changed
- docs(protos): clarify memo in tx planner by @conorsch in #2912
- post-audit circuit fixes part 1 by @redshiftzero in #2911
- build: simplify container build by @conorsch in #2908
- pcli(query): add
arb-execution
cmd by @erwanor in #2913 - fix: delegator vote nullifier handling by @redshiftzero in #2926
- post-audit circuit fixes part 2 by @redshiftzero in #2925
- pd: remove req-resp timeouts by @erwanor in #2929
- ibc: fix channel in recv_transfer_packet_inner by @avahowell in #2934
- pd: remove client sync timeouts by @erwanor in #2932
- feat(pd): support real addrs in testnet generate by @conorsch in #2916
- docs: ibc pcli actions in guide by @conorsch in #2938
- ibc-types: stop tracking main and use
rev
by @erwanor in #2944 - Add liquidity position management to TransactionPlanner by @zbuc in #2941
- cargo: use published
ibc-types
by @erwanor in #2948 - Support swap/swap claim in TransactionPlannerRequest by @zbuc in #2947
- crypto: rework action-level
EffectingData
implementations by @redshiftzero in #2931 - fix: make
U128x128::round_up
fallible by @redshiftzero in #2910 - storage: implement
StateRead::nonverifiable_range
by @erwanor in #2885 - zk ceremony phase 1 benchmarking by @redshiftzero in #2922
- rework transaction
EffectHash
by @redshiftzero in #2943 - feat(proto)!: remove optional fields in protos by @conorsch in #2951
- chore: update chain id for testnet 59 by @conorsch in #2952
Full Changelog: v0.58.0...v0.59.0
pcli 0.59.0
Download pcli 0.59.0
target | kind | download |
---|---|---|
aarch64-apple-darwin | tarball | pcli-v0.59.0-aarch64-apple-darwin.tar.xz |
x86_64-apple-darwin | tarball | pcli-v0.59.0-x86_64-apple-darwin.tar.xz |
x86_64-pc-windows-msvc | tarball | pcli-v0.59.0-x86_64-pc-windows-msvc.zip |
x86_64-unknown-linux-gnu | tarball | pcli-v0.59.0-x86_64-unknown-linux-gnu.tar.xz |
pclientd 0.59.0
Download pclientd 0.59.0
target | kind | download |
---|---|---|
aarch64-apple-darwin | tarball | pclientd-v0.59.0-aarch64-apple-darwin.tar.xz |
x86_64-apple-darwin | tarball | pclientd-v0.59.0-x86_64-apple-darwin.tar.xz |
x86_64-pc-windows-msvc | tarball | pclientd-v0.59.0-x86_64-pc-windows-msvc.zip |
x86_64-unknown-linux-gnu | tarball | pclientd-v0.59.0-x86_64-unknown-linux-gnu.tar.xz |
pd 0.59.0
Download pd 0.59.0
target | kind | download |
---|---|---|
aarch64-apple-darwin | tarball | pd-v0.59.0-aarch64-apple-darwin.tar.xz |
x86_64-apple-darwin | tarball | pd-v0.59.0-x86_64-apple-darwin.tar.xz |
x86_64-pc-windows-msvc | tarball | pd-v0.59.0-x86_64-pc-windows-msvc.zip |
x86_64-unknown-linux-gnu | tarball | pd-v0.59.0-x86_64-unknown-linux-gnu.tar.xz |
v0.58.2
pcli 0.58.2
Download pcli 0.58.2
target | kind | download |
---|---|---|
aarch64-apple-darwin | tarball | pcli-v0.58.2-aarch64-apple-darwin.tar.xz |
x86_64-apple-darwin | tarball | pcli-v0.58.2-x86_64-apple-darwin.tar.xz |
x86_64-pc-windows-msvc | tarball | pcli-v0.58.2-x86_64-pc-windows-msvc.zip |
x86_64-unknown-linux-gnu | tarball | pcli-v0.58.2-x86_64-unknown-linux-gnu.tar.xz |
pclientd 0.58.2
Download pclientd 0.58.2
target | kind | download |
---|---|---|
aarch64-apple-darwin | tarball | pclientd-v0.58.2-aarch64-apple-darwin.tar.xz |
x86_64-apple-darwin | tarball | pclientd-v0.58.2-x86_64-apple-darwin.tar.xz |
x86_64-pc-windows-msvc | tarball | pclientd-v0.58.2-x86_64-pc-windows-msvc.zip |
x86_64-unknown-linux-gnu | tarball | pclientd-v0.58.2-x86_64-unknown-linux-gnu.tar.xz |
pd 0.58.2
Download pd 0.58.2
target | kind | download |
---|---|---|
aarch64-apple-darwin | tarball | pd-v0.58.2-aarch64-apple-darwin.tar.xz |
x86_64-apple-darwin | tarball | pd-v0.58.2-x86_64-apple-darwin.tar.xz |
x86_64-pc-windows-msvc | tarball | pd-v0.58.2-x86_64-pc-windows-msvc.zip |
x86_64-unknown-linux-gnu | tarball | pd-v0.58.2-x86_64-unknown-linux-gnu.tar.xz |
v0.58.1
pcli 0.58.1
Download pcli 0.58.1
target | kind | download |
---|---|---|
aarch64-apple-darwin | tarball | pcli-v0.58.1-aarch64-apple-darwin.tar.xz |
x86_64-apple-darwin | tarball | pcli-v0.58.1-x86_64-apple-darwin.tar.xz |
x86_64-pc-windows-msvc | tarball | pcli-v0.58.1-x86_64-pc-windows-msvc.zip |
x86_64-unknown-linux-gnu | tarball | pcli-v0.58.1-x86_64-unknown-linux-gnu.tar.xz |
pclientd 0.58.1
Download pclientd 0.58.1
target | kind | download |
---|---|---|
aarch64-apple-darwin | tarball | pclientd-v0.58.1-aarch64-apple-darwin.tar.xz |
x86_64-apple-darwin | tarball | pclientd-v0.58.1-x86_64-apple-darwin.tar.xz |
x86_64-pc-windows-msvc | tarball | pclientd-v0.58.1-x86_64-pc-windows-msvc.zip |
x86_64-unknown-linux-gnu | tarball | pclientd-v0.58.1-x86_64-unknown-linux-gnu.tar.xz |
pd 0.58.1
Download pd 0.58.1
target | kind | download |
---|---|---|
aarch64-apple-darwin | tarball | pd-v0.58.1-aarch64-apple-darwin.tar.xz |
x86_64-apple-darwin | tarball | pd-v0.58.1-x86_64-apple-darwin.tar.xz |
x86_64-pc-windows-msvc | tarball | pd-v0.58.1-x86_64-pc-windows-msvc.zip |
x86_64-unknown-linux-gnu | tarball | pd-v0.58.1-x86_64-unknown-linux-gnu.tar.xz |
v0.58.0
What's Changed
- Accept trading pair for close-all/withdraw-all in pcli by @zbuc in #2880
- measure: add connection opener tool by @hdevalence in #2878
- ci: use buildjet cache for less flakiness by @joroshiba in #2883
- build: update docs version strings during release by @conorsch in #2876
- spec: fix typo in hash to group documentation by @redshiftzero in #2884
- measure: add
OpenConnectionsActive
by @erwanor in #2886 - Setup Ceremony Contributions by @cronokirby in #2872
- pd(oblivious): terminate client sync if it exceeds timeout by @erwanor in #2887
- feat(dex): add initial metrics to dex actions by @conorsch in #2860
- ibc: elide source port in Ics20Withdrawal by @avahowell in #2865
- ibc: use ibc-types for ibc component state paths by @avahowell in #2892
- chore: use
anyhow::{bail, Ok, Result}
consistently by @kevinji in #2897 - feat(pcli): add epoch to chain info query by @conorsch in #2896
- proto: use MemoPlaintext in TxPlannerRequest by @conorsch in #2893
- feat(proto) support SwapClaim in TxPlanner interface by @conorsch in #2898
- client: refactor balances query by @aubrika in #2899
- chore: update chain id, allocations for testnet 58 by @conorsch in #2900
- feat(metrics): add dex path search histogram by @conorsch in #2901
- storage: isolate state snapshot channel by @erwanor in #2895
- metrics: add new sync dashboard by @conorsch in #2904
- Add log verification / searching for setup ceremony by @cronokirby in #2903
New Contributors
- @joroshiba made their first contribution in #2883
Full Changelog: v0.57.0...v0.58.0
pcli 0.58.0
Download pcli 0.58.0
target | kind | download |
---|---|---|
aarch64-apple-darwin | tarball | pcli-v0.58.0-aarch64-apple-darwin.tar.xz |
x86_64-apple-darwin | tarball | pcli-v0.58.0-x86_64-apple-darwin.tar.xz |
x86_64-pc-windows-msvc | tarball | pcli-v0.58.0-x86_64-pc-windows-msvc.zip |
x86_64-unknown-linux-gnu | tarball | pcli-v0.58.0-x86_64-unknown-linux-gnu.tar.xz |
pclientd 0.58.0
Download pclientd 0.58.0
target | kind | download |
---|---|---|
aarch64-apple-darwin | tarball | pclientd-v0.58.0-aarch64-apple-darwin.tar.xz |
x86_64-apple-darwin | tarball | pclientd-v0.58.0-x86_64-apple-darwin.tar.xz |
x86_64-pc-windows-msvc | tarball | pclientd-v0.58.0-x86_64-pc-windows-msvc.zip |
x86_64-unknown-linux-gnu | tarball | pclientd-v0.58.0-x86_64-unknown-linux-gnu.tar.xz |
pd 0.58.0
Download pd 0.58.0
target | kind | download |
---|---|---|
aarch64-apple-darwin | tarball | pd-v0.58.0-aarch64-apple-darwin.tar.xz |
x86_64-apple-darwin | tarball | pd-v0.58.0-x86_64-apple-darwin.tar.xz |
x86_64-pc-windows-msvc | tarball | pd-v0.58.0-x86_64-pc-windows-msvc.zip |
x86_64-unknown-linux-gnu | tarball | pd-v0.58.0-x86_64-unknown-linux-gnu.tar.xz |
v0.57.1
pcli 0.57.1
Download pcli 0.57.1
target | kind | download |
---|---|---|
aarch64-apple-darwin | tarball | pcli-v0.57.1-aarch64-apple-darwin.tar.xz |
x86_64-apple-darwin | tarball | pcli-v0.57.1-x86_64-apple-darwin.tar.xz |
x86_64-pc-windows-msvc | tarball | pcli-v0.57.1-x86_64-pc-windows-msvc.zip |
x86_64-unknown-linux-gnu | tarball | pcli-v0.57.1-x86_64-unknown-linux-gnu.tar.xz |
pclientd 0.57.1
Download pclientd 0.57.1
target | kind | download |
---|---|---|
aarch64-apple-darwin | tarball | pclientd-v0.57.1-aarch64-apple-darwin.tar.xz |
x86_64-apple-darwin | tarball | pclientd-v0.57.1-x86_64-apple-darwin.tar.xz |
x86_64-pc-windows-msvc | tarball | pclientd-v0.57.1-x86_64-pc-windows-msvc.zip |
x86_64-unknown-linux-gnu | tarball | pclientd-v0.57.1-x86_64-unknown-linux-gnu.tar.xz |
pd 0.57.1
Download pd 0.57.1
target | kind | download |
---|---|---|
aarch64-apple-darwin | tarball | pd-v0.57.1-aarch64-apple-darwin.tar.xz |
x86_64-apple-darwin | tarball | pd-v0.57.1-x86_64-apple-darwin.tar.xz |
x86_64-pc-windows-msvc | tarball | pd-v0.57.1-x86_64-pc-windows-msvc.zip |
x86_64-unknown-linux-gnu | tarball | pd-v0.57.1-x86_64-unknown-linux-gnu.tar.xz |
v0.57.0
What's Changed
- docs: web extension testnet upgrades by @conorsch in #2810
- dex: faillible dex execution by @erwanor in #2740
- dex: restore support for eth-like assets by @erwanor in #2805
- docs: don't recommend verbose logs for nodes by @conorsch in #2812
- pcli: support
--limit-order
flag for tx orders by @erwanor in #2813 - ibc: start commitment_idx in packet commitment query at 1 to match ibc spec by @avahowell in #2816
- update testnet base allocations by @avahowell in #2817
- misc: rename
nonconsensus
storage tononverifiable
by @erwanor in #2814 - chore: update chain id for 057 by @conorsch in #2818
- spec: fix links to value commitments section by @redshiftzero in #2821
- fix ics20 withdrawal: include withdrawals in effect hash and tx builder by @avahowell in #2820
- docs: fix broken links in protocol spec by @conorsch in #2824
- Add ability to query for balances by account and asset type by @aubrika in #2799
- fix: update rocksdb from v0.19 to v0.21 by @cronokirby in #2822
- docs: how to update web extension by @conorsch in #2811
- pd: add EventIndexLayer to enable tendermint event indexing by @avahowell in #2828
- testnet: bump allocations for stress test by @erwanor in #2830
- fix(pd): use proper nanoseconds in tm proxy by @conorsch in #2826
- ibc: use ibc-types typed events, add SendPacket event by @avahowell in #2829
- testnet: regen 57 allocations by @erwanor in #2832
- Fix unused mut qualifier causing CI to fail by @cronokirby in #2838
- ci: use posix regex by @erwanor in #2831
- fix packet commitment paths: use
sequences
correctly by @avahowell in #2837 - Use commitment in NullfierStateDerivation proof by @cronokirby in #2833
- docs: add
git lfs install
by @erwanor in #2841 - ci: add moons of saturn to testnet names by @conorsch in #2819
- fix(pcli): help text for ibc withdrawals by @conorsch in #2835
- miscellaneous ICS20 fixes by @avahowell in #2853
- Index available liquidity as part of put_position by @zbuc in #2843
- spec: small edits to typos in protocol docs by @redshiftzero in #2856
- refactor: add
TransactionParameters
andDetectionData
fields inTransactionBody
by @redshiftzero in #2839 - fix query overflow: don't subtract one when height is zero by @avahowell in #2861
- feat(logging) include rust modules in log messages by @conorsch in #2862
- ICS20 withdrawal: remove unnecessary chain id, parse amount from command by @avahowell in #2863
- ibc: pcli transaction withdraw: change source-channel to channel by @avahowell in #2864
- spec: fix out of date note commitment docs, add closing parentheses by @redshiftzero in #2866
- dex(router): internally split execution by @erwanor in #2851
- Document Setup Ceremony Math by @cronokirby in #2855
- fix(pd): drop unused snapshots by @conorsch in #2868
New Contributors
- @cronokirby made their first contribution in #2822
Full Changelog: v0.56.0...v0.57.0
pcli 0.57.0
Download pcli 0.57.0
target | kind | download |
---|---|---|
aarch64-apple-darwin | tarball | pcli-v0.57.0-aarch64-apple-darwin.tar.xz |
x86_64-apple-darwin | tarball | pcli-v0.57.0-x86_64-apple-darwin.tar.xz |
x86_64-pc-windows-msvc | tarball | pcli-v0.57.0-x86_64-pc-windows-msvc.zip |
x86_64-unknown-linux-gnu | tarball | pcli-v0.57.0-x86_64-unknown-linux-gnu.tar.xz |
pclientd 0.57.0
Download pclientd 0.57.0
target | kind | download |
---|---|---|
aarch64-apple-darwin | tarball | pclientd-v0.57.0-aarch64-apple-darwin.tar.xz |
x86_64-apple-darwin | tarball | pclientd-v0.57.0-x86_64-apple-darwin.tar.xz |
x86_64-pc-windows-msvc | tarball | pclientd-v0.57.0-x86_64-pc-windows-msvc.zip |
x86_64-unknown-linux-gnu | tarball | pclientd-v0.57.0-x86_64-unknown-linux-gnu.tar.xz |
pd 0.57.0
Download pd 0.57.0
target | kind | download |
---|---|---|
aarch64-apple-darwin | tarball | pd-v0.57.0-aarch64-apple-darwin.tar.xz |
x86_64-apple-darwin | tarball | pd-v0.57.0-x86_64-apple-darwin.tar.xz |
x86_64-pc-windows-msvc | tarball | pd-v0.57.0-x86_64-pc-windows-msvc.zip |
x86_64-unknown-linux-gnu | tarball | pd-v0.57.0-x86_64-unknown-linux-gnu.tar.xz |
v0.56.1
pcli 0.56.1
Download pcli 0.56.1
target | kind | download |
---|---|---|
aarch64-apple-darwin | tarball | pcli-v0.56.1-aarch64-apple-darwin.tar.xz |
x86_64-apple-darwin | tarball | pcli-v0.56.1-x86_64-apple-darwin.tar.xz |
x86_64-pc-windows-msvc | tarball | pcli-v0.56.1-x86_64-pc-windows-msvc.zip |
x86_64-unknown-linux-gnu | tarball | pcli-v0.56.1-x86_64-unknown-linux-gnu.tar.xz |
pclientd 0.56.1
Download pclientd 0.56.1
target | kind | download |
---|---|---|
aarch64-apple-darwin | tarball | pclientd-v0.56.1-aarch64-apple-darwin.tar.xz |
x86_64-apple-darwin | tarball | pclientd-v0.56.1-x86_64-apple-darwin.tar.xz |
x86_64-pc-windows-msvc | tarball | pclientd-v0.56.1-x86_64-pc-windows-msvc.zip |
x86_64-unknown-linux-gnu | tarball | pclientd-v0.56.1-x86_64-unknown-linux-gnu.tar.xz |
pd 0.56.1
Download pd 0.56.1
target | kind | download |
---|---|---|
aarch64-apple-darwin | tarball | pd-v0.56.1-aarch64-apple-darwin.tar.xz |
x86_64-apple-darwin | tarball | pd-v0.56.1-x86_64-apple-darwin.tar.xz |
x86_64-pc-windows-msvc | tarball | pd-v0.56.1-x86_64-pc-windows-msvc.zip |
x86_64-unknown-linux-gnu | tarball | pd-v0.56.1-x86_64-unknown-linux-gnu.tar.xz |