Skip to content

Commit bac9390

Browse files
committedJan 23, 2021
v0.3.0-beta.3 release
1 parent 88bd6d9 commit bac9390

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed
 

‎CHANGELOG.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Change Log
22
==========
33

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+
410
v0.1.0-beta.2
511
-------------
612
- Fix balances consistency in channeld
@@ -9,7 +15,6 @@ v0.1.0-beta.2
915

1016
v0.1.0-beta.1
1117
--------------
12-
1318
- Channel funding
1419
- Channel operations, HTLCs
1520
- RGB node integration
@@ -18,7 +23,6 @@ v0.1.0-beta.1
1823

1924
v0.1.0-alpha.4
2025
--------------
21-
2226
- Daemon management with LNPd
2327
- Connection initialisation cycle
2428
- Much better reporting in console tool
@@ -28,22 +32,19 @@ v0.1.0-alpha.4
2832

2933
v0.1.0-alpha.3
3034
--------------
31-
3235
- Channel negotiation between nodes
3336
- Reworked service buses; added inter-daemon routing
3437
- Separated general service runtime functionality
3538

3639
v0.1.0-alpha.2
3740
--------------
38-
3941
- Skeleton for lnpd, channeld, gossipd and routed services/daemons
4042
- Ping/pong interplay betweeen nodes
4143
- Completed implementatino of enterprise service buses (CTL, MSG, BRIDGE)
4244
- Basic channel creating workflow
4345

4446
v0.1.0-alpha.1
4547
--------------
46-
4748
Initial pre-release:
4849
- Multithreaded concurrent architecture
4950
- Connection daemon

0 commit comments

Comments
 (0)
Please sign in to comment.