yyforyongyu
63bb77082e
docs: update release notes for 0.14
2021-09-14 07:34:38 +08:00
Olaoluwa Osuntokun
b0f3a08f2d
Merge pull request #5465 from Crypt-iQ/spend_height_0702
...
chainntnfs: populate spendsByHeight during historical dispatch
2021-09-13 11:58:49 -07:00
eugene
868958d2bc
docs: update release notes for 0.14
2021-09-13 13:29:51 -04:00
Bjarne Magnussen
91c3fb59ec
docs: release notes for 0.14
2021-09-13 12:50:40 +02:00
Oliver Gugger
25a53f04f7
Merge pull request #5702 from bhandras/itest_etcd_logs
...
itest: save etcd logs along node logs in separate files
2021-09-13 11:50:35 +02:00
Olaoluwa Osuntokun
27b416935e
Merge pull request #5695 from ErikEk/lncli-remove-error-log
...
lncli: remove error logs
2021-09-10 16:50:34 -07:00
Andras Banki-Horvath
400cc0eb96
docs: update release-notes-0.14.0.md
2021-09-10 14:40:58 +02:00
Oliver Gugger
4337116bce
Merge pull request #5697 from arshbot/export-selectHopHints
...
invoicesrpc: expose selectHopHints
2021-09-08 10:27:36 +02:00
Harsha Goli
8720b8f657
docs: update release-notes-0.14.0.md
2021-09-07 14:45:35 -07:00
Andras Banki-Horvath
f2cc783043
docs: update release-notes-0.14.0.md
2021-09-07 10:46:50 +02:00
Oliver Gugger
d50ee834e1
Merge pull request #5688 from bhandras/recovery_itest_flake
...
itest: fix on-chain recovery flake caused by short timeout/btcd on ARM
2021-09-07 10:44:43 +02:00
Andras Banki-Horvath
b1288ae233
docs: update release-notes-0.14.0.md
2021-09-06 21:46:23 +02:00
ErikEk
195e57025b
lncli: remove error logs
2021-09-06 19:12:43 +02:00
Oliver Gugger
8d7f5314a8
docs: update safety warning in migration guide [skip ci]
...
Fixes #5691 .
With this commit we update the safety guidelines for migrating lnd data
between 32bit ARM and 64bit ARM devices.
2021-09-06 11:00:36 +02:00
Oliver Gugger
180fba056f
docs: add BatchOpenChannel to PSBT doc and release notes
2021-09-03 18:39:45 +02:00
eugene
74693ed491
docs: update release notes for 0.14.0
2021-09-01 16:49:28 -04:00
Olaoluwa Osuntokun
d263a01a2d
Merge pull request #5669 from Roasbeef/explicit-chan-type
...
lnwire+funding: introduce new protocol extension for explicit commitment type negotiation
2021-08-31 19:28:59 -07:00
Olaoluwa Osuntokun
26169e8e16
Merge pull request #5627 from Zero-1729/patch-3
...
trivial: minor grammar and typo fix [skip ci]
2021-08-30 19:23:43 -07:00
Wilmer Paulino
61a0112765
docs: add explicit channel negotiation text to release notes
2021-08-30 19:17:51 -07:00
Olaoluwa Osuntokun
844874252f
Merge pull request #5676 from ErikEk/chainnotifier-remove-error-log
...
chainnotifier: remove error logs
2021-08-30 18:35:12 -07:00
Olaoluwa Osuntokun
480a111c54
Merge pull request #5453 from Crypt-iQ/neutrino_conf_0629
...
chainntnfs: neutrinonotify patches
2021-08-30 16:04:57 -07:00
Olaoluwa Osuntokun
8339b285e7
docs/release-notes: add new brontide optimization to 0.14 notes
2021-08-27 16:57:21 -07:00
Olaoluwa Osuntokun
c93824ec9a
Merge pull request #5621 from Roasbeef/ping-pong-headers
...
peer: always send latest block header as part of ping messages
2021-08-27 16:55:46 -07:00
ErikEk
c68a508535
chainnotifier: remove error log
2021-08-28 00:13:37 +02:00
eugene
9f6f5e963a
docs: update release notes for 0.14
2021-08-27 14:12:02 -04:00
Torkel Rogstad
d6045a0fd5
lntest: avoid global ServeMux
...
Using the default, global ServeMux prevents the same process from
calling `lntest.NewNetworkHarness` multiple times, because we get a
panic when registering HTTP routes.
Instead, we use the ServeMux beloning to the fee service struct.
2021-08-27 11:30:01 +02:00
Olaoluwa Osuntokun
abb2448718
docs/release-notes: add section w/ priv key caching in 0.14
2021-08-25 18:55:27 -07:00
Olaoluwa Osuntokun
8fd14bc458
docs/release-notes: add notes for new ping header in 0.14
2021-08-25 16:47:23 -07:00
Oliver Gugger
93d12cd9fc
Merge pull request #5643 from bottlepay/updatepolicy-nested-tx
...
routing/localchans: fix nested db tx
2021-08-24 17:42:39 +02:00
Oliver Gugger
ed5a3416bc
Merge pull request #5623 from yyforyongyu/update-contrib-guide
...
docs: explicitly set line wrap rules for error messages [skip ci]
2021-08-24 17:29:18 +02:00
Oliver Gugger
2835cebe90
Merge pull request #5659 from guggero/unit-test-race-fix
...
multi: fix unit test for high CPU load envs
2021-08-24 15:16:28 +02:00
Oliver Gugger
998abd1886
Merge pull request #5657 from ErikEk/releasedoc-fix
...
docs: release note fix
2021-08-24 14:00:45 +02:00
Joost Jager
bd07b5f49e
routing/localchans: fix nested db tx
...
This commit fixes a bug where a db tx is opened within another db tx.
2021-08-24 13:43:26 +02:00
Oliver Gugger
1f3a6e101d
multi: fix unit test for high CPU load envs
...
It seems that the GitHub CI runners share a CPU and therefore only have
very few ressources available. This causes the wallet unlocker and breach
arbiter tests to fail if we don't give them enough time to complete.
2021-08-24 13:03:21 +02:00
Oliver Gugger
23cd231483
Merge pull request #4717 from guggero/xprv-wallet-init
...
walletunlocker: Allow wallet to be created from extended master root key (xprv)
2021-08-24 13:01:41 +02:00
Oliver Gugger
c74c46147f
Merge pull request #5646 from yyforyongyu/fix-context-leak
...
itest: properly handle the creation of timeout context
2021-08-24 10:44:36 +02:00
Oliver Gugger
8632fc9233
docs: update release notes
2021-08-24 10:37:34 +02:00
yyforyongyu
cb6b374b3d
docs: update release note for context leak fix
2021-08-24 12:28:40 +08:00
ErikEk
599c221d30
docs: note fix
2021-08-24 02:23:46 +02:00
ErikEk
ca7192f8fd
itest: include compressed btcd backend logs
2021-08-24 02:00:44 +02:00
Olaoluwa Osuntokun
4487acc5d9
docs/release-notes: add tor hybrid mode, fix mark down headers
2021-08-22 14:08:20 -05:00
Oliver Gugger
951e2164fd
Merge pull request #5536 from Kixunil/systemd-notify
...
Implemented systemd notify
2021-08-20 19:19:34 +02:00
de6df1re
6348da1587
docs: update release note
2021-08-20 10:09:35 -05:00
Martin Habovstiak
4bcb32753f
lnd+signal: implement systemd notify
...
This adds support for notifying systemd about the state of LND. It
notifies systemd just before waiting for wallet password or, if
`wallet-password-file` was specified, right after unlocking the wallet.
This means that "ready" represents RPC being available for intended use.
It's intentional, so that client services can use `After=` in `systemd`
configuration to avoid misleading error messages about missing files or
refused connections.
Part of #4470
2021-08-20 13:26:48 +02:00
yyforyongyu
ba116f7ff1
docs: update release note
2021-08-19 19:35:28 +08:00
Olaoluwa Osuntokun
52767a7567
Merge pull request #5591 from Crypt-iQ/rest_sendpayment_fix_07302021
...
rpcserver: validate FinalCltvDelta and CltvLimit for REST
2021-08-16 17:01:31 -07:00
Olaoluwa Osuntokun
f6e9f01859
Merge pull request #5442 from bottlepay/zero-output-psbt
...
walletrpc+lncli: allow zero output psbt funding
2021-08-16 16:50:52 -07:00
Olaoluwa Osuntokun
e05b666d54
Merge pull request #5508 from bottlepay/improve-logging
...
peer+htlcswitch: improve logging
2021-08-16 16:50:22 -07:00
Oliver Gugger
958119a12a
Merge pull request #5609 from mateuszmp/patch-2
...
Docs: Replacing deprecated import in JS readme
2021-08-16 10:24:14 +02:00
Joost Jager
925229f9df
walletrpc+lncli: allow zero output psbt funding
...
To support the cpfp fee bump use case where no external outputs are
required.
2021-08-16 08:41:50 +02:00