File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change
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
+
You can’t perform that action at this time.
0 commit comments