Commit Graph

627 Commits

Author SHA1 Message Date
b0673d06ea docs: add release notes for 0.16.0-beta 2022-11-01 16:40:56 +01:00
3013e939dd docs: add release notes for 0.15.4-beta 2022-11-01 16:39:19 +01:00
09537596fc funding+lnwire: remove ErrSynchronizingChain 2022-10-28 10:06:59 -05:00
3a89a84744 rpcserver: add LookupHtlc call 2022-10-27 16:43:09 +02:00
f8ef283589 docs: update release notes 2022-10-27 07:11:20 -04:00
0d29f154db docs: update release notes for itest refactor 2022-10-27 01:11:35 +08:00
cba5095902 docs: add release notes for warning message fix 2022-10-26 08:09:12 -07:00
6e073cb213 rpcserver: expose graph tlv data 2022-10-25 18:17:35 +02:00
d9e32f39c2 Merge pull request #7064 from yyforyongyu/fix-linter
lint: enable line too long check and other linters
2022-10-24 09:21:57 +02:00
bac7e6360e Merge pull request #7056 from guggero/watch-only-seed-birthday
wallet: use correct birthday timestamp when creating watch-only wallet
2022-10-24 09:21:27 +02:00
87ac3a928c docs: update release note 2022-10-21 17:19:12 +08:00
8c66353e4c Merge pull request #7001 from hieblmi/fwdinghistory-alias-info
lncli: incoming and outgoing peer alias in `fwdinghistory`
2022-10-20 17:16:47 +02:00
ca05335083 docs: update release notes with #7025 2022-10-20 15:46:57 +02:00
2189bb4ba6 docs: update release notes 2022-10-20 09:23:50 -04:00
a0a50fa844 htlcswitch: auto-fail held htlcs
Make the interceptable switch aware of htlc expiry and fail back htlcs in-time
to prevent the counterparty from force-closing the channel.
2022-10-18 18:06:49 +02:00
95bb1999b9 docs: add release notes 2022-10-18 15:48:30 +02:00
c65abf8b05 Merge pull request #6759 from yyforyongyu/1-new-itest
itest: start a scaffolding testing framework
2022-10-17 20:06:48 -07:00
a92d7ad6d3 docs: update release notes for v0.16.0-beta 2022-10-17 00:55:16 -07:00
ff0b953fa2 docs: add release note for the new itest 2022-10-14 15:45:25 +08:00
2e410dd248 Merge pull request #7029 from MStreet3/bug/blockcache-test-data-race
blockcache: fix datarace in blockcache_test
2022-10-13 20:10:07 +02:00
a51e1ae931 docs: add release notes 2022-10-13 10:33:09 -04:00
d2d3cf3408 Merge pull request #6956 from ellemouton/configureChanReserve
multi: configurable remote chan reserve
2022-10-13 15:39:40 +02:00
d55f861107 Merge pull request #6928 from ellemouton/wtclientMemPerf
multi: remove AckedUpdates & CommittedUpdates from ClientSession struct
2022-10-13 15:34:35 +02:00
e6eed56827 docs: update release notes for #6928 2022-10-13 14:42:51 +02:00
fcdb2b545f docs: add release notes 2022-10-13 14:40:43 +02:00
707546e2f0 Merge pull request #6972 from ellemouton/wtclientTowerDb
watchtower: add towerID-to-sessionID index
2022-10-13 13:09:12 +02:00
4a464c2aaf docs: add release note entry for #6864
Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
2022-10-13 17:47:04 +08:00
2294e11b7a docs: update release notes 2022-10-13 11:30:27 +02:00
4e42ef0ab2 docs: add release notes 2022-10-13 09:45:07 +02:00
00e26c1bc9 docs: update release notes 2022-10-11 12:05:36 -05:00
b387e2c718 Merge pull request #6832 from kklash/switch-test-resource-cleanup
htlcswitch: clean up test resources and temporary files
2022-10-11 15:55:57 +02:00
ff35647db3 Merge pull request #7019 from guggero/golang-1-19-2
build: bump Golang version to v1.19.2
2022-10-11 13:35:50 +02:00
43521633ce docs: update release notes 2022-10-11 09:56:04 +02:00
299152e631 docs: update remote signing update hint to v0.15.3-beta [skip ci]
This commit bumps the recommended version to upgrade to for remote
signing setups.
2022-10-11 09:42:43 +02:00
2482de9cab lnwallet/chancloser: properly compute initial fee of cop close txn
In this commit, we modify the way we compute the starting ideal fee for
the co-op close transaction. Before thsi commit, channel.CalcFee was
used, which'll compute the fee based on the commitment transaction
itself, rathern than the co-op close transaction. As the co-op close
transaction is potentailly bigger (two P2TR outputs) than the commitment
transaction, this can cause us to under estimate the fee, which can
result in the fee rate being too low to propagate.

To remedy this, we now compute a fee estimate from scratch, based on the
delivery fees of the two parties.

We also add a bug fix in the chancloser unit tests that wasn't caught
due to loop variable shadowing.

The wallet import itest has been updated as well, since we'll now pay
600 extra saothis to close the channel, since we're accounting for the
added weight of the P2TR outputs.

Fixes #6953
2022-10-10 14:50:45 -07:00
63428de6e5 htlcswitch: clean up test resources and temporary files
The htlcswitch tests were creating temporary database files
but failing to clean them up.

We fix this by making it obvious when temporary db files are
created, and cleaning up those resources where necessary in
the tests.
2022-10-10 10:32:39 -07:00
1c884846e7 docs/release-notes: shift prior 0.15.2 release to 0.15.3
We also add an entry for the _new_ 0.15.2 hot fix release.
2022-10-09 18:39:40 -07:00
fba6cae44b docs: update release notes 2022-10-07 14:57:05 +02:00
62eca941b1 release-notes: update for 0.15.2 2022-10-06 19:34:56 -04:00
abbf47fde8 docs: add release notes [skip ci] 2022-10-03 13:44:03 +02:00
fb9e9f57c5 docs: describe remote signing upgrade process
This commit adds a short guide that explains how a remote signing node
setup should be migrated from lnd v0.14.x-beta to lnd v0.15.x-beta and
adds a note to all 0.15.x release notes.
2022-10-03 13:33:31 +02:00
bc5638428e Merge pull request #6789 from Crypt-iQ/waitingclose
server+htlcswitch: check waiting-close fwdpkgs in reforwardResponses
2022-09-30 16:39:49 -07:00
94ab72363a Merge pull request #6914 from positiveblue/fix-6898
addinvoice: refactor hint hop selection algorithm
2022-09-30 11:57:54 -07:00
ff3c942a96 release-notes: update for 0.16.0 2022-09-30 14:40:41 -04:00
55ddbd41c4 docs: add release notes for hop hint selection refactor 2022-09-30 06:55:16 -07:00
14cc7e5892 docs: update release notes 2022-09-30 01:54:31 -05:00
5083cc5607 docs: release notes for channel fees of openchannel 2022-09-29 08:31:48 -04:00
d062a5263e build: update to latest version of btcwallet w/ taproot estimation fix
Fixes https://github.com/lightningnetwork/lnd/issues/6873
2022-09-27 11:24:39 -07:00
081546ee00 rpcserver: error on zero local balance in openchan req
In this commit, we catch and error on the specific case where an
openchannel request has a zero-value local funding amount. This is just
to ensure that the error message returned makes more sense.
2022-09-26 13:29:28 +02:00
bad25b1a2e Merge pull request #6792 from Crypt-iQ/fullcommitflake
htlcswitch: use ticker.New instead of NewForce for test link
2022-09-21 22:29:02 +02:00