Releases: penumbra-zone/ibc-types
Releases · penumbra-zone/ibc-types
v0.7.0
This release of ibc-types integrates with [email protected], [email protected], [email protected].
What's Changed
- ibc-types: switch to latest tendermint bindings and ics23 spec by @erwanor in #66
- ibc-types: prepare release
v0.7.0by @erwanor in #67
Full Changelog: v0.6.4...v0.7.0
v0.6.4
Updates API docs.
What's Changed
- Small docs pass by @hdevalence in #63
- ibc-types: bump to 0.6.4 by @hdevalence in #64
Full Changelog: v0.6.3...v0.6.4
v0.6.3
What's Changed
- ibc-types-core-connection: add missing ClientPaths domain type by @avahowell in #61
Full Changelog: v0.6.2...v0.6.3
v0.6.2
What's Changed
- docs: fix dead links by @conorsch in #55
- build: bump proc-macro2 dep for docs.rs by @conorsch in #57
- throw an error when height is in invalid format instead of panic by @avahowell in #54
- ibc-types-core-channel: emit and parse packet_ack and packet_ack_hex correctly by @avahowell in #58
Full Changelog: v0.6.1...v0.6.2
v0.6.1
v0.6.0
v0.5.0
v0.4.0
What's Changed
- ibc-types: integrate
[email protected]by @erwanor in #40 - Revert "ibc-types: integrate
[email protected]" by @erwanor in #42 - ci: automatically release to crates.io by @erwanor in #41
- ibc-types: amend
DomainTypemarker trait and serde feature by @erwanor in #44 - cargo:
publish = trueby @erwanor in #45 - ci(release):
chmod +xby @erwanor in #46 - cargo: add licenses and metadata by @erwanor in #47
- cargo: use
[email protected]and preparev0.4.0by @erwanor in #43
Full Changelog: v0.3.0...v0.4.0
v0.3.0
What's Changed
- chore: make fields public on domain types by @conorsch in #4
- Start splitting out subcrates, beginning with the
clientcrate. by @avahowell in #5 - Upgrade to ICS23 0.10 by @hdevalence in #13
- Split connection crate by @hdevalence in #17
- Split out channel types into a subcrate. by @hdevalence in #20
- fix channel tests by @avahowell in #21
- Add a catch-all crate that joins component crates together. by @hdevalence in #23
- wip: split tendermint light client out into separate crate by @avahowell in #15
- build: remove unused deps by @conorsch in #22
- update tendermint, ibc-proto deps by @hdevalence in #24
- add std for ibc-types-core-commitment in ibc-types2 by @avahowell in #26
- add
pathcrate for commitment paths by @avahowell in #27 - add MerklePrefix::apply by @avahowell in #28
- export counterparty from channel package by @avahowell in #29
- add ibc-types-lightclients-tendermint to std by @avahowell in #30
- add merkle proof verification associated methods to MerkleProof type by @avahowell in #31
- add tendermint client state .is_frozen() by @avahowell in #32
- add tryfrom<vec> for merkleproof by @avahowell in #33
- restore serialize impls for ClientState, ChannelEnd, ConnectionEnd by @avahowell in #34
- use commitment::MerkleProof in domain types by @avahowell in #35
- use MerkleProof in packet types by @avahowell in #36
- bump ibc-types crates to 0.3.0; remove legacy ibc-types by @avahowell in #37
- fix merkle prefix formatting in apply() by @avahowell in #38
New Contributors
- @conorsch made their first contribution in #4
- @avahowell made their first contribution in #5
- @hdevalence made their first contribution in #13
Full Changelog: https://github.com/penumbra-zone/ibc-types/commits/v0.3.0