Skip to content

Commit 6eccc5e

Browse files
ancazamfirebuchmanadizere
authored
Release 0.0.1 of ibc-rs (#120)
* Added CHANGELOG.md * Apply suggestions from code review Co-authored-by: Adi Seredinschi <[email protected]> * update changes Co-authored-by: Ethan Buchman <[email protected]> Co-authored-by: Adi Seredinschi <[email protected]>
1 parent 3d8d40e commit 6eccc5e

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
## [0.0.1]
2+
3+
*July 1st, 2020*
4+
5+
This is the initial prototype release of an IBC relayer and TLA+ specifications.
6+
There are no compatibility guarantees until v0.1.0.
7+
8+
Includes:
9+
10+
- Configuration file definition and validation
11+
- Client state, consensus state, connection, channel queries.
12+
- Note: deserialization is unimplemented as it has dependency on migration to protobuf for ABCI queries
13+
- Per chain light clients threads are created and headers are periodically retrieved and verified.
14+
- Per chain IBC event monitor threads are spawned and main event handler that receives them.
15+
- Note: the event handler just displays the events.
16+
- IBC Modules partial implementation for datastructures, messages and queries.
17+
- Some English and TLA+ specifications for Connection & Channel Handshake as well as naive relayer algorithm.
18+

0 commit comments

Comments
 (0)