File tree 1 file changed +6
-5
lines changed
1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
1
Change Log
2
2
==========
3
3
4
+ v0.1.0-beta.3
5
+ -------------
6
+ - Support for lightning peer message encoding (before used custom strict-encding)
7
+ - Better representation of log messages
8
+ - Migration on v0.3 of LNP/BP Core libraries after their complete refactoring
9
+
4
10
v0.1.0-beta.2
5
11
-------------
6
12
- Fix balances consistency in channeld
@@ -9,7 +15,6 @@ v0.1.0-beta.2
9
15
10
16
v0.1.0-beta.1
11
17
--------------
12
-
13
18
- Channel funding
14
19
- Channel operations, HTLCs
15
20
- RGB node integration
@@ -18,7 +23,6 @@ v0.1.0-beta.1
18
23
19
24
v0.1.0-alpha.4
20
25
--------------
21
-
22
26
- Daemon management with LNPd
23
27
- Connection initialisation cycle
24
28
- Much better reporting in console tool
@@ -28,22 +32,19 @@ v0.1.0-alpha.4
28
32
29
33
v0.1.0-alpha.3
30
34
--------------
31
-
32
35
- Channel negotiation between nodes
33
36
- Reworked service buses; added inter-daemon routing
34
37
- Separated general service runtime functionality
35
38
36
39
v0.1.0-alpha.2
37
40
--------------
38
-
39
41
- Skeleton for lnpd, channeld, gossipd and routed services/daemons
40
42
- Ping/pong interplay betweeen nodes
41
43
- Completed implementatino of enterprise service buses (CTL, MSG, BRIDGE)
42
44
- Basic channel creating workflow
43
45
44
46
v0.1.0-alpha.1
45
47
--------------
46
-
47
48
Initial pre-release:
48
49
- Multithreaded concurrent architecture
49
50
- Connection daemon
You can’t perform that action at this time.
0 commit comments