-
Notifications
You must be signed in to change notification settings - Fork 6
/
CHANGES.txt
executable file
·236 lines (172 loc) · 7.27 KB
/
CHANGES.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
2024-09-13
* LND update v0.18.3-beta
2024-05-31
* LND update v0.18.0-beta
* Improved the README.md file
2024-02-20
* LND update v0.17.4-beta
2024-02-02
* LND update v0.17.4-beta.rc1
2023-11-22
* LND update v0.17.3-beta
2023-11-22
* Update of Bitcoin Core to v25.1
2023-11-21
* LND update v0.17.2-beta
2023-11-19
* LND update v0.17.2-beta.rc1
2023-11-16
* LND update v0.17.1-beta
2023-10-04
* LND update v0.17.0-beta
2023-07-17
* LND update v0.16.4-beta
2023-06-27
* LND update v0.16.4 rc1
2023-05-02
* LND update v0.16.2-beta
2023-04-26
* Update go to golang 1.20.3
* Update LND to v0.16.1-beta
2023-02-10
* Update Bitcoin Core from v23.0 to v23.1 (as submodule from source repo)
2023-01-18
* Update LND 0.15.5-beta + Fixes potential channel announcements missing
2022-12-09
* Update to v0.15.5-beta
* Updated to fresh versions (as submodules): openssl (v1.1.1), boost library, libevent
2022-12-01
* LND: added compile tags: monitoring peersrpc
* Update to v0.15.5-beta.rc2
2022-11-01
* The LND update up to lnd v0.15.4-beta
2022-10-10
* The LND update up to v0.15.2-beta
2022-09-13
* The LND update up to v0.15.1-beta
2022-06-20
* The LND update up to v0.15.0-beta.rc6
* bitcoind update up to v23.0
2021-10-20
* The LND update up to v0.13.3-beta
2021-03-03
* The LND update up to v0.12.1-beta
2021-02-10
* The LND update up to v0.12.0-beta
* small fix with new installations (there was no tag `routerrpc` before)
2020-12-18
* The update to the LND current master branch
2020-10-12
* LND v0.11.1-beta
2020-10-02
* LND v0.11.1-beta.rc5
2020-08-14
* LND v0.11.0-beta.rc4
2020-07-14
* LND v0.10.3-beta as minimum + wumbo channel commits
2020-03-02 (the "mainnet-lightning-start" branch now - it to be testing by me now)
* LND was updated to 0.9.1-beta
* Bitcoin Core was updated to 0.19.0.1 (For upgrade to see https://github.com/Perlover/bitcoin-kit-makefile#upgrade-lnd--bitcoin-core)
* Openssl was updated to fresh branch OpenSSL_1_1_1-stable (will be affected in new installations)
* miniupnp utility was updated to fresh master branch (will be affected in new installations)
* The lncli-web utility was deleted from mainnet-lightning-[start|stop] scripts because i don't want to support it here.
* golang was updated to v1.14
* update boost library (for bitcoin core)
2020-02-26
* LND master branch - v0.9.1-beta.rc1 as minumum (+ all sub-servers are included)
2020-01-24
* LND master branch - v0.9.0-beta as minumum (+ all sub-servers are included)
* Now a backup of files to be run only if LND_BACKUP shell's variable is set.
2020-01-17
* LND v0.9.0-beta-rc2 (+ all sub-servers are included)
2020-01-10
* LND v0.9.0-beta-rc1 (+ all sub-servers are included)
2019-12-16
* Update LND to v0.8.2-beta (+ all sub-servers are included)
2019-12-09
* Update LND to v0.8.2-beta-rc2 (+ all sub-servers are included)
2019-12-06
* Update LND to v0.8.2-beta-rc1 (+ all sub-servers are included)
2019-11-18
* Update up to 0.8.1-beta + added build tags for sub-servers API
2019-10-22
* Fix of previous upgrade of LND v0.8.0-beta. For LND 0.8.0-beta the Golang 1.13.1 as minimum to be needed
Now there is upgrade to Golang 1.13.3 before upgrading/installing of LND
2019-10-15
* Update LND - v0.8.0-beta from 2019-10-15
2019-07-31
* Big update:
- Bitcoin Core 0.18.0 (commit 2472733a24a9364e4c6233ccd04166a26a68cc65)
- LND 0.7.1-beta (commit add905d17f7bbb11d0df2761cdf8accf2fef2b00)
- OpenSSL library OpenSSL_1_1_1-stable master branch (2019-07-31)
- libzmq v4.3.2
- libevent master branch (2019-07-31)
For update commands to see here: https://github.com/Perlover/bitcoin-kit-makefile#upgrade-lnd--bitcoin-core
2019-07-01
* Update LND up to v0.7.0-beta-rc3
2019-06-24
* Update golang up to 1.12.6
* Update LND up to v0.7.0-beta-rc2
2019-05-07
* Update LND - current master branch (0.6.1-beta-rc2)
2019-05-06
* Update LND - current master branch (0.6.1-beta release)
2019-04-10
* Update LND - current master branch (0.6-rc4 + some new commits)
2019-04-09
* Now the inotify-tools are compiled from sources for LND (for Static Channel Backups). It installed for backup tools
For example for this script: https://gist.github.com/alexbosworth/2c5e185aedbdac45a03655b709e255a3
2019-04-03
* Update LND up to current master for SCB feature (static channel backups)
2019-03-20
* Update LND - current master branch
* Now the mainnet-lnd-debug-start script to be installed when we do update
* Increased timeout delay (from 5 to 20 seconds) when lnd to be stopped before killing
2019-03-11
* Update LND - current master branch
2019-03-05
+ Added the mainnet-lnd-debug-start & testnet-lnd-debug-start commands.
* Updated the README.md for a debug lnd mode
2019-02-20
* Added commands (bash functions): loc & ltoc - an openning channel with node of format pubkey@host:port
The format: loc <pubkey@host:port> <amount_satoshi>
This commands (loc - mainnet, ltoc - testnet) connect and open channel (because native lncli commands don't understand same format...)
Before an openning this command will check do we have already a channel with them or not. If yes the channel will not be opened.
2019-02-19
* The command [mainnet|testnet]-lnd-start now have optional parameter - 'changepassword'. Now we can change the wallet password by command:
$ mainnet-lnd-start changepassword. To see README.txt details about it.
2019-02-13
* Now this is compiled on Ubuntu 18.04 and on CentOS 6.*
2019-02-08
+ Update LND - v0.5.2-beta
+ Update bitcoind - v0.17.1
+ UPdate lncli-web up to fresh current commit
* The fix autoconf - with new perl version the 1.15 version was not compiled
* Fix README.md
* Fix LND repositary problem: i think after the beta realese (tag v0.5.2-beta) the team of LND rebased commits so i need to make git fetch --tags origin before update
2019-01-30
* The LND version is updated to v0.5.2-beta-rc3 (commit 5ec1df5c5f2e87d6880a748d5d5d1de6d3e148e7). Not tested but i hope it will work ;-)
2019-01-26
* fix in makefile. Tested
2019-01-14
* Update LND up to fresh LND (2019-01-14)
* Now macaroons files are located in standard for v0.5.1 directories
* For upgrade LND you must to do:
$ mainnet-lnd-stop && make prepare-lnd-update && make lnd-update
To see README -> Upgrade LND & Bitcoin Core section
2018-11-15
* Update LND up to v0.5.1-beta-rc1 (commmit 3f57f65bf0cb710159b0182391d1d75e9e3005bc)
2018-11-14
* Some improvements in makefiles. This was tested in two CentOS 6 installations
2018-11-11
* update to Bitcoin Core v0.17.0.1
* The openssl version is now 1.1.1
* update LND up to fresh version (commit is d4b042dc1946ece8b60d538ade8e912f035612fe - the current master branch)
2017-06-11
* Actual bitcoind's version is v0.16.0
+ Added installation of electrumx server
+ Some makefile pieces are splitted by *.mk files
2017-07-17
+ Now actual version of UASF is v0.14.2-uasfsegwit1.0 (this is the tag of original git repo)
+ Added the new make target: bitcoin-uasf_update
You can easy to upgrade by: "make bitcoin-uasf_update restart" or by commands in README.txt