Andras Banki-Horvath
560ea95a59
docs: update release notes for 0.18
2024-01-24 21:38:54 +01:00
Olaoluwa Osuntokun
1caca81ba1
Merge pull request #8167 from ProofOfKeags/bugfix/htlc-flush-shutdown
...
Bugfix/htlc flush shutdown
2024-01-23 18:49:47 -08:00
Keagan McClelland
69ef1b2b3b
docs: update release notes
2024-01-23 14:31:57 -08:00
Oliver Gugger
e31d159893
Merge pull request #8401 from yyforyongyu/update-btcd-ver
...
gomod: fix `btcd` mempool leak fix and `GetBlock` heap escape
2024-01-23 11:42:09 -06:00
Oliver Gugger
d7796b464e
Merge pull request #8377 from ellemouton/towerTestFlakeFix
...
wtclient: ensure correct disk mode for overflow queue
2024-01-23 09:47:27 -06:00
yyforyongyu
ff1f33eee9
docs: update release notes for mem leak fix
2024-01-23 17:09:44 +08:00
Keagan McClelland
359f271541
docs: update release notes
2024-01-22 18:20:36 -08:00
Elle Mouton
63a3882272
docs: add release note
2024-01-22 21:08:37 +02:00
ziggie
13e557d9b0
docs: add release-notes.
2024-01-22 16:45:39 +00:00
Elle Mouton
2a237209d2
docs: add template for 0.17.4
2024-01-22 11:08:25 +02:00
Elle Mouton
2a61c914fb
docs: add release note entry for 7733
2024-01-19 15:33:07 +02:00
Elle
08c18a338b
Merge pull request #8275 from ProofOfKeags/chore/enforce-feature-bits
...
multi: make legacy feature bits compulsory
2024-01-18 17:26:09 +02:00
cristiantroy
f778f8b24e
docs: fix typo in release-notes [skip ci]
2024-01-18 20:24:19 +08:00
Yong
54329a338e
Merge pull request #8387 from ziggie1984/buildroute-use-lnd-default
...
buildroute use lnd default
2024-01-18 18:53:46 +08:00
Yong
1bc1295fc0
Merge pull request #8350 from ziggie1984/rename-bumpclosefee
...
Minor improvements in the lncli api regarding channel closures.
2024-01-17 00:41:29 +08:00
ziggie
2db5752f99
docs: add release-notes.
2024-01-16 14:10:22 +01:00
Elle Mouton
3d201dde50
wtclient: ensure correct disk mode for overflow queue
...
Before this commit, in the watchtower client's DiskOverflowQueue, there
could be a situation _if no consumer was reading from the queue_ that
could lead to an in-memory build up of backup tasks instead of the
expected disk overflow. This commit fixes this by ensuring that if a
task is read from disk, then the mode is set to disk mode to ensure that
any new items are persisted to disk in this scenario.
The unit tests added in the previous commit is updated here in order to
show that the fix does in-fact fix the test.
2024-01-15 17:28:17 +02:00
Elle Mouton
b14b30ff52
docs: update release notes
2024-01-12 08:25:28 +02:00
Keagan McClelland
721463c7c7
docs: update release notes
2024-01-11 13:58:01 -08:00
Alex Sears
4521894ed2
channeldb: Serialize/deserialize AMP struct in hop
...
The AMP struct in a hop was never being set when deserizlied. Also,
the AMP TLV record was not being added when the hop was serialized.
This sets the TLV record when serializing and correctly sets the
AMP struct on the hop when that record is present.
Co-authored-by: BitcoinCoderBob <90647227+BitcoinCoderBob@users.noreply.github.com>
Co-authored-by: Tee8z <tee8z@protonmail.com>
2024-01-09 10:02:16 -05:00
Oliver Gugger
ad34f80c85
docs: add release notes
2024-01-09 12:43:44 +01:00
ziggie
90f5dc3efe
docs: update release-docs.
2024-01-09 01:23:58 +01:00
Yong
34af399a5b
Merge pull request #8096 from ziggie1984/fix-dip-below-reserve
...
lnwallet: Introduce a fee buffer.
2024-01-09 01:52:04 +08:00
ziggie
320108a424
docs: add release-notes.
2024-01-08 16:47:48 +01:00
Oliver Gugger
8d0abc01c1
Merge pull request #8353 from mohamedawnallah/fix-typo-code-formatting-rules
...
docs: fix typo "paren" to "parenthesis" in `code_formatting_rules.md` [skip ci]
2024-01-08 15:51:32 +01:00
Mohamed Awnallah
39d9252c96
docs: fix typo "paren" to "parenthesis" [skip ci]
2024-01-07 14:49:26 +02:00
Elle
695bfc8414
Merge pull request #7736 from ellemouton/towerInterfaces
...
watchtower+refactor: CommitmentType and JusticeKit interface
2024-01-04 16:04:11 +02:00
Elle Mouton
4daa0f309c
docs: add release note for 7736
2024-01-04 14:37:42 +02:00
Oliver Gugger
3a7e564582
docs: update Node.JS example
...
Fixes #8333 by not using the outdated `bytebuffer` library anymore.
2024-01-04 09:13:59 +01:00
Olaoluwa Osuntokun
cedbdd8999
Merge pull request #8142 from carlaKC/8137-validateblindedpayload
...
routing: Add Validation for Decoding Blinded Paths
2024-01-03 12:33:11 -08:00
Olaoluwa Osuntokun
ffd330ac43
Merge pull request #8095 from carlaKC/7882-mcblinding
...
missioncontrol: add invalid onion blinding handling for blinded paths
2024-01-03 12:29:43 -08:00
ziggie
160713eade
docs: add release-notes.
2023-12-29 22:35:12 +01:00
Afanti
c0ef879b8c
fix: rectify the typos in the docs
2023-12-20 08:21:57 +08:00
Carla Kirk-Cohen
b31bab3529
docs: add release notes
2023-12-18 12:08:05 -05:00
Carla Kirk-Cohen
31d4242b6d
docs: add release notes for 0.18
2023-12-18 11:27:57 -05:00
Oliver Gugger
0df507eca0
Merge pull request #8261 from markettes/lncli-multiple-outgoing-channels
...
Enable multiple outgoing channel ids in payments
2023-12-18 11:38:46 +01:00
Marcos
ea9a780203
docs: release notes update for 0.18.0
2023-12-18 10:27:19 +01:00
ziggie
043153fe09
docs: add release-notes
2023-12-12 14:18:17 +01:00
ziggie
58a5dcd502
docs: add formatting rule for function calls.
2023-12-12 14:18:17 +01:00
Olaoluwa Osuntokun
2fee3f6efa
Merge pull request #8030 from ellemouton/queryChanUpdateTimestamps
...
multi: query chan update timestamps
2023-12-11 11:18:08 -08:00
Elle Mouton
645eb44f66
docs: update release notes
2023-12-11 09:12:05 +02:00
ErikEk
c8a7a3d546
doc: update release notes
2023-12-10 22:14:18 +01:00
Elle
4fa483f1bc
Merge pull request #7702 from ellemouton/towerClientMux
...
wtclient: Tower Client Multiplexer
2023-12-05 12:27:05 +02:00
Marcos
80a85d36eb
docs: release notes update for 0.18.0
2023-12-02 02:08:26 +01:00
Olaoluwa Osuntokun
f87e370efd
Merge pull request #8232 from yyforyongyu/optimize-mempool
...
gomod: update `btcwallet` version
2023-11-30 14:47:14 -08:00
Eugene Siegel
8fa774681b
release-notes: update for 0.17.3
2023-11-30 10:45:11 -05:00
Yong
9f42459036
Merge pull request #8177 from yyforyongyu/payment-status
...
routerrpc: optionally return the new payment status
2023-11-30 17:15:23 +08:00
yyforyongyu
827d728cd5
gomod: update btcwallet
version
2023-11-30 17:12:32 +08:00
Oliver Gugger
27319315bb
Merge pull request #8220 from yyforyongyu/enhance-logging-switch
...
multi: fix loopvar and enhance logging around channel reestablishment
2023-11-28 17:48:02 +01:00
Elle Mouton
59ebe02fa4
docs: update release notes
2023-11-28 11:01:52 +02:00