Commit Graph

18942 Commits

Author SHA1 Message Date
Oliver Gugger
f6c5cd7ffc Merge branch '0-19-3-branch-rc1-10096' into 0-19-3-branch-rc1 2025-08-06 11:33:25 +02:00
yyforyongyu
f25bfb7866 docs: update release notes 2025-08-06 11:33:05 +02:00
yyforyongyu
173dbec389 lncfg: update docs about msg-rate-bytes and msg-burst-bytes 2025-08-06 11:30:38 +02:00
yyforyongyu
8746a6e204 discovery: increase default msg rates to 1MB 2025-08-06 11:30:37 +02:00
Oliver Gugger
a839456493 Merge pull request #10082 from lightningnetwork/0-19-2-final
release: create v0.19.2-beta final version
v0.19.2-beta
2025-07-16 02:44:11 -06:00
Oliver Gugger
9e052357dd build: bump version to v0.19.2-beta 2025-07-15 18:50:25 +02:00
Oliver Gugger
051d171dee Merge branch '0-19-2-final-10079' into 0-19-2-final 2025-07-15 18:48:00 +02:00
Oliver Gugger
2855288636 docs: add release notes 2025-07-15 18:47:45 +02:00
Oliver Gugger
3eced8a634 lnrpc+rpcserver: add missing channel update event type
Fixes the error "unexpected channel event update" in
SubscribeChannelEvents.
2025-07-15 18:47:25 +02:00
Oliver Gugger
61fd2ca425 channelnotifier: fix Godoc comment 2025-07-15 18:46:48 +02:00
Oliver Gugger
e4465daa60 build: bump version to v0.19.2-beta.rc2 v0.19.2-beta.rc2 2025-07-09 10:37:20 +02:00
Oliver Gugger
f16e795917 Merge pull request #10047 from lightningnetwork/0-19-2-branch-rc2
release: create v0.19.2-rc2 branch
2025-07-09 10:36:07 +02:00
Olaoluwa Osuntokun
0d64c3d379 Merge branch '0-19-2-branch-rc2-10044' into 0-19-2-branch-rc2 2025-07-08 18:41:26 -07:00
ziggie
bc4a12a346 docs: add release-notes 2025-07-08 18:41:00 -07:00
ziggie
370d254ba2 chanbackup: fix shutdown issue when backuper has not started yet 2025-07-08 18:40:21 -07:00
Olaoluwa Osuntokun
2d985c89d6 Merge branch '0-19-2-branch-rc2-10048' into 0-19-2-branch-rc2 2025-07-08 18:39:48 -07:00
ziggie
da1456f71b docs: add release notes 2025-07-08 18:34:39 -07:00
ziggie
151fabc945 contractcourt: fix encoding 2025-07-08 18:34:39 -07:00
Oliver Gugger
e4bdd7762e Merge branch '0-19-2-branch-rc2-10041' into 0-19-2-branch-rc2 2025-07-08 18:33:36 +02:00
ziggie
15cd86c0aa multi: revert back changes from 9911
always process remote ADDs even when they are empty to trigger
the gc process when loading them back into memory.
2025-07-08 18:33:35 +02:00
Oliver Gugger
7afaaffb3e Merge branch '0-19-2-branch-rc2-10042' into 0-19-2-branch-rc2 2025-07-08 16:25:39 +02:00
ziggie
e1f9e87e47 routing: return error for getBandwidth and log it 2025-07-08 16:25:39 +02:00
ziggie
7bcb65d9e6 multi: add logs to debug potential payment sending issue 2025-07-08 16:25:39 +02:00
Oliver Gugger
103b24e7ff Merge branch '0-19-2-branch-rc2-10045' into 0-19-2-branch-rc2 2025-07-07 15:29:40 +02:00
yyforyongyu
8fe0d0f7cd docs: update release docs 2025-07-07 15:29:40 +02:00
yyforyongyu
93bede938e contractcourt: only close quit in Stop
Make sure we don't prematurely close the `quit` chans.
2025-07-07 15:29:39 +02:00
Oliver Gugger
7b1ca7d273 Merge pull request #9986 from lightningnetwork/0-19-2-branch-rc1
release: create v0.19.2-rc1 branch
v0.19.2-beta.rc1
2025-07-04 20:36:07 +02:00
Oliver Gugger
1f336a07fa Merge branch '0-19-2-branch-rc1-10035' into 0-19-2-branch-rc1 2025-07-04 15:38:53 +02:00
ziggie
d59036b48a docs: add release-notes 2025-07-04 15:38:52 +02:00
ziggie
81e4160d67 switch: unlock mutex lock earlier
We now unlock the mutex lock of the switch as soon as possible to
avoid potetnial deadlock in the htlc switch.
2025-07-04 15:38:52 +02:00
Oliver Gugger
11bdccca47 docs: fix release notes, add contributors 2025-07-04 10:11:11 +02:00
Oliver Gugger
775a6dd8f8 build: bump version to v0.19.2-beta.rc1 2025-07-04 09:08:11 +02:00
Oliver Gugger
acac2a12d6 Merge branch '0-19-2-branch-rc1-10028' into 0-19-2-branch-rc1 2025-07-04 09:03:42 +02:00
ffranr
9345eb247d chainntnfs: export NotifierOptions and internal field for interface use
Export NotifierOptions and its internal field to enable external
satisfaction of the protofsm.DaemonAdapters interface.
2025-07-04 09:03:41 +02:00
Oliver Gugger
8a185a12d1 server: fix rebase issue 2025-07-03 17:54:17 +02:00
Oliver Gugger
1cd42b62bd Merge branch '0-19-2-branch-rc1-10012' into 0-19-2-branch-rc1 2025-07-03 16:18:04 +02:00
ziggie
be7c2b0cc7 docs: add release-notes 2025-07-03 16:18:04 +02:00
ziggie
db7e9e1c53 brontide: remove async goroutine to process gossip process result
We cannot rely on a response currently so we avoid spawning
goroutines. This is just a temporary fix to avoid the goroutine
leak.
2025-07-03 16:18:04 +02:00
ziggie
a68dec8c19 discovery: add comments 2025-07-03 16:18:03 +02:00
Oliver Gugger
99ef37f450 Merge branch '0-19-2-branch-rc1-9980' into 0-19-2-branch-rc1 2025-07-02 16:52:06 +02:00
George Tsagkarelis
2460bd17ac docs: add release note 2025-07-02 16:52:06 +02:00
George Tsagkarelis
128b23e813 htlcswitch+routing: PaymentBandwidth accepts channel peer pubkey argument 2025-07-02 16:52:06 +02:00
George Tsagkarelis
ab036990b5 routing+htlcswitch: ProduceHtlcExtraData uses first hop pub key 2025-07-02 16:52:05 +02:00
Oliver Gugger
c91753eda1 Merge branch '0-19-2-branch-rc1-10016' into 0-19-2-branch-rc1 2025-07-01 20:11:05 +02:00
Elle Mouton
6bbc438077 server: make use of structured logging for peer connections 2025-07-01 20:09:43 +02:00
Elle Mouton
f6c41565d1 accessman: fix structured logging formatting 2025-07-01 20:09:07 +02:00
Oliver Gugger
5398229079 Merge branch '0-19-2-branch-rc1-10004' into 0-19-2-branch-rc1 2025-07-01 20:08:26 +02:00
Elle Mouton
2a578737f6 server: ensure newer node announcement timestamp
On startup, we currently blindly overwrite our node announcement info
for our source node. This includes overwriting the existing LastUpdate
timestamp. This can cause an issue with our new SQL backends in the case
that the new timestamp is not greater than the previously written
timestamp. So here, we first fetch the source node and make sure to use
a timestamp that is greater than the previosly set one.
2025-07-01 20:08:15 +02:00
Elle Mouton
9b877b94c3 multi: use the "errors" package everywhere
Replace all usages of the "github.com/go-errors/errors" and
"github.com/pkg/errors" packages with the standard lib's "errors"
package. This ensures that error wrapping and `errors.Is` checks will
work as expected.
2025-07-01 20:08:12 +02:00
Oliver Gugger
72d4ae0faa Merge branch '0-19-2-branch-rc1-10009' into 0-19-2-branch-rc1 2025-07-01 08:46:29 +02:00