|
1 | 1 | # Changelog
|
2 | 2 |
|
3 |
| -## Unreleased Changes |
| 3 | +[comment]: <> (## Unreleased Changes) |
4 | 4 |
|
5 |
| -> [high level summary] |
| 5 | +[comment]: <> (> [high level summary]) |
6 | 6 |
|
7 |
| -### FEATURES |
| 7 | +[comment]: <> (### FEATURES) |
8 | 8 |
|
9 |
| -- [ibc] |
10 |
| - - [nothing yet] |
| 9 | +[comment]: <> (- [ibc]) |
| 10 | + |
| 11 | +[comment]: <> ( - [nothing yet]) |
| 12 | + |
| 13 | +[comment]: <> (- [ibc-relayer]) |
| 14 | + |
| 15 | +[comment]: <> ( - [nothing yet]) |
| 16 | + |
| 17 | +[comment]: <> (- [ibc-relayer-cli]) |
| 18 | + |
| 19 | +[comment]: <> ( - [nothing yet]) |
| 20 | + |
| 21 | +[comment]: <> (### IMPROVEMENTS) |
| 22 | + |
| 23 | +[comment]: <> (- [ibc]) |
| 24 | + |
| 25 | +[comment]: <> ( - [nothing yet]) |
| 26 | + |
| 27 | +[comment]: <> (- [ibc-relayer]) |
| 28 | + |
| 29 | +[comment]: <> ( - [nothing yet]) |
| 30 | + |
| 31 | +[comment]: <> (- [ibc-relayer-cli]) |
| 32 | + |
| 33 | +[comment]: <> ( - [nothing yet]) |
| 34 | + |
| 35 | +[comment]: <> (### BUG FIXES) |
| 36 | + |
| 37 | +[comment]: <> (- [ibc]) |
| 38 | + |
| 39 | +[comment]: <> ( - [nothing yet]) |
| 40 | + |
| 41 | +[comment]: <> (- [ibc-relayer]) |
| 42 | + |
| 43 | +[comment]: <> ( - [nothing yet]) |
| 44 | + |
| 45 | +[comment]: <> (- [ibc-relayer-cli]) |
11 | 46 |
|
| 47 | +[comment]: <> ( - [nothing yet]) |
| 48 | + |
| 49 | +[comment]: <> (### BREAKING CHANGES) |
| 50 | + |
| 51 | +[comment]: <> (- [ibc]) |
| 52 | + |
| 53 | +[comment]: <> ( - [nothing yet]) |
| 54 | + |
| 55 | +[comment]: <> (- [ibc-relayer]) |
| 56 | + |
| 57 | +[comment]: <> ( - [nothing yet]) |
| 58 | + |
| 59 | +[comment]: <> (- [ibc-relayer-cli]) |
| 60 | + |
| 61 | +[comment]: <> ( - [nothing yet]) |
| 62 | + |
| 63 | +## v0.1.1 |
| 64 | +*February 17, 2021* |
| 65 | + |
| 66 | +This release brings a quick fix for a problem with a dependency of crate |
| 67 | +`ibc-relayer`, which causes build & installation issues. Many thanks to |
| 68 | +@Fraccaman for bringing this problem to our attention! ([#672]) |
| 69 | + |
| 70 | + |
| 71 | +Additionally, this release also introduces initial implementation for most of |
| 72 | +ICS 004 handlers, and several bug fixes and improvements, e.g., refactored |
| 73 | +some CLI code, refactored the Height type in the IBC Events, and a bug fix |
| 74 | +involving packet acks in a 3-chain setup. More details below. |
| 75 | + |
| 76 | +### FEATURES |
12 | 77 | - [ibc-relayer]
|
13 | 78 | - Listen to channel close initialization event and perform the close handshake ([#560])
|
14 | 79 |
|
15 |
| -- [ibc-relayer-cli] |
16 |
| - - [nothing yet] |
17 |
| - |
18 | 80 | ### IMPROVEMENTS
|
19 | 81 |
|
20 | 82 | - [ibc]
|
21 | 83 | - Change event height to ICS height ([#549])
|
22 | 84 |
|
23 |
| -- [ibc-relayer] |
24 |
| - - [nothing yet] |
25 |
| - |
26 | 85 | - [ibc-relayer-cli]
|
27 | 86 | - Cleanup CLI code ([#572])
|
28 | 87 |
|
|
44 | 103 | - Implementation of the `ChanOpenAck`, `ChanOpenConfirm`, `ChanCloseInit`, and `ChanCloseConfirm` handlers ([#316])
|
45 | 104 | - Remove dependency on `tendermint-rpc` ([#624])
|
46 | 105 |
|
47 |
| -- [ibc-relayer] |
48 |
| - - [nothing yet] |
49 |
| - |
50 | 106 | - [ibc-relayer-cli]
|
51 | 107 | - Remove the `proof` option from CLI ([#572])
|
52 | 108 |
|
|
59 | 115 | [#626]: https://github.com/informalsystems/ibc-rs/issues/626
|
60 | 116 | [#643]: https://github.com/informalsystems/ibc-rs/issues/643
|
61 | 117 | [#665]: https://github.com/informalsystems/ibc-rs/issues/665
|
| 118 | +[#672]: https://github.com/informalsystems/ibc-rs/issues/672 |
62 | 119 |
|
63 | 120 | ## v0.1.0
|
64 | 121 | *February 4, 2021*
|
|
0 commit comments