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
jmt@0.8.0
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