Releases: penumbra-zone/ibc-types
Releases · penumbra-zone/ibc-types
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
DomainType
marker trait and serde feature by @erwanor in #44 - cargo:
publish = true
by @erwanor in #45 - ci(release):
chmod +x
by @erwanor in #46 - cargo: add licenses and metadata by @erwanor in #47
- cargo: use
[email protected]
and preparev0.4.0
by @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
client
crate. 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
path
crate 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