priyanshiiit
150c0b5de8
lnwallet: adds RequiredReserve method
2022-06-28 23:31:51 +05:30
priyanshiiit
fce7fb43ba
lnwallet: exports fields related to AnchorChans
2022-06-28 23:31:51 +05:30
Oliver Gugger
778c7287b0
Merge pull request #6673 from yyforyongyu/6661-data-race
...
channeldb: fix data race in TestSerializeHTLCEntries
2022-06-28 16:01:20 +02:00
yyforyongyu
0e12a91715
channeldb: fix data race in TestSerializeHTLCEntries
2022-06-28 21:28:04 +08:00
Carsten Otto
ffe8b088d3
peer: add pubkey to log messages
2022-06-27 21:04:03 +02:00
Oliver Gugger
b60c640cbe
doc: add release notes
2022-06-27 18:30:10 +02:00
Oliver Gugger
64b3c97b9f
.gitignore: add release build directory to ignore list
...
Fixes #6672 .
A new metadata tag called build.vcs.modified was added in Go 1.18.x that
indicates whether there were any untracked files present during the
build or not.
Because the `make release` command creates a directory in which the
output packages are created, and because that directory was not added
to git and also not ignored by it, the build.vcs.modified flag was
different to the docker build which resulted in a different digest of
the resulting binary.
2022-06-27 18:29:50 +02:00
Oliver Gugger
0df880139f
Merge pull request #6321 from priyanshiiit/walletrpc
...
lnrpc+lnwallet: add previous_outpoints to listchaintxns
2022-06-27 18:15:32 +02:00
priyanshiiit
f6f48a307f
docs: add previous outpoints to listchaintxns
2022-06-27 16:01:12 +05:30
priyanshiiit
f6d21d9b1b
lntest: adds test for previous outpoints
2022-06-27 16:00:40 +05:30
priyanshiiit
983d917d4a
lnrpc: add previous_outpoints to listchaintxns
2022-06-27 15:57:57 +05:30
priyanshiiit
61493a5f29
lnwallet: add previous_outpoints to ListTransactionDetails
2022-06-27 15:57:57 +05:30
Oliver Gugger
a00964febb
Merge pull request #6559 from ErikEk/doc-subscribe-invoice-rest
...
doc: subscribe/cancel/lookup invoices rest
2022-06-27 12:12:13 +02:00
ErikEk
9ac2a01c54
doc: release note
2022-06-26 07:22:50 +02:00
ErikEk
26ba01a5cb
doc: subscribe/cancel/lookup invoices rest
2022-06-26 07:15:27 +02:00
Olaoluwa Osuntokun
9988d392eb
docs/release-notes: create release notes for 0.15.1
...
This commit also fixes the release notes of a recent PR that didn't
quite make it into 0.15: the entry should now be in the 0.15.1 release
notes.
2022-06-24 15:47:35 -07:00
Olaoluwa Osuntokun
a121f305b6
Merge pull request #6576 from ellemouton/paymentAddrBuildRouteFlag
...
lncli: add payment-addr flag to buildroute
2022-06-24 15:44:35 -07:00
Olaoluwa Osuntokun
5c36d96c9c
build: bump version to v0.15.0-beta
2022-06-23 10:37:58 -07:00
Oliver Gugger
8451d6155f
Merge pull request #6504 from tvolk131/fatalf_to_require
...
Move simple t.Fatalf test assertions to require.NoError
2022-06-17 19:52:07 +02:00
Tommy Volk
7829c8a00e
release-notes: update for 0.15.0
2022-06-17 17:15:51 +00:00
Tommy Volk
9a10c80bcb
multi: move many t.Fatalf calls to require.NoError
2022-06-17 04:26:55 +00:00
Oliver Gugger
daaeab1479
Merge pull request #6647 from guggero/empty-graph
...
bugfix: avoid panic with empty graph
2022-06-16 14:21:51 +02:00
Oliver Gugger
5aacc251de
docs: add release notes
2022-06-16 10:13:33 +02:00
Oliver Gugger
ed40eddafd
autopilot: return early for empty graph
...
This fixes an issue where the diameter calculation would crash if the
graph is empty.
2022-06-16 10:10:27 +02:00
Oliver Gugger
9e6f0ef46b
Merge pull request #6644 from guggero/connect-peer-request-comment
...
lnrpc: fix comment and formatting in ConnectPeerRequest [skip ci]
2022-06-15 09:57:34 +02:00
Oliver Gugger
c492f367cd
lnrpc: fix comment and formatting in ConnectPeerRequest [skip ci]
...
Fixes #6643 .
2022-06-14 22:09:51 +02:00
Oliver Gugger
06710604fe
Merge pull request #6641 from priyanshiiit/invoice_params
...
lnrpc: improves invoice documentation
2022-06-14 17:11:28 +02:00
priyanshiiit
1e0a271ddb
lnrpc: improves invoice documentation [skip ci]
2022-06-14 15:56:36 +05:30
Oliver Gugger
593962b788
Merge pull request #6635 from petertodd/2022-fix-missing-p2tr-help
...
Add p2tr to supported address help message
2022-06-13 09:53:49 +02:00
Peter Todd
eef2f1caf7
Add p2tr to supported address help message
2022-06-11 00:53:36 -04:00
Olaoluwa Osuntokun
39b522b878
build: bump version to v0.15.0-beta.rc6
2022-06-10 16:11:19 -05:00
Olaoluwa Osuntokun
eb69f038f2
Merge pull request #6631 from Roasbeef/docker-container-update
...
build: update all Dockerfiles to build w/ Go 1.18.2
2022-06-10 14:02:17 -07:00
Olaoluwa Osuntokun
4d7ff6a73c
Merge pull request #6632 from lightningnetwork/addr-type-taproot
...
walletkit+sweeper: add forgotten P2TR address type
2022-06-10 14:02:06 -07:00
Oliver Gugger
427702dbe6
rpcwallet: use PSBT prev out fetcher
2022-06-10 22:03:45 +02:00
Oliver Gugger
a3e4db60cd
sweep: allow sweeper to sweep P2TR inputs
2022-06-10 22:03:41 +02:00
Olaoluwa Osuntokun
c0672b80c2
build: update all Dockerfiles to build w/ Go 1.18.2
2022-06-10 11:32:39 -07:00
Oliver Gugger
36d6656d0d
walletrpc: add p2tr to NextAddr and BumpFee RPCs
2022-06-10 14:03:46 +02:00
Oliver Gugger
9dea4f3b5e
Merge pull request #6628 from bhandras/bhandras_key_update
...
keys: update key for bhandras
2022-06-09 12:21:30 +02:00
Andras Banki-Horvath
c09a81624c
keys: update key for bhandras
2022-06-09 09:28:46 +02:00
Olaoluwa Osuntokun
f66463bb05
build: bump version to v0.15.0-beta.rc5
2022-06-08 12:59:03 -07:00
Olaoluwa Osuntokun
69a2b32b1f
Merge pull request #6627 from Roasbeef/btcwallet-btcd-neutrino-bump
...
build: bump btcd, btcwallet and neutrino to latest versions
2022-06-08 12:24:44 -07:00
Olaoluwa Osuntokun
c69138e00d
build: bump btcd, btcwallet and neutrino to latest versions
2022-06-08 11:40:50 -07:00
Olaoluwa Osuntokun
12eddae47a
build: bump version to v0.15.0-beta.rc4
2022-06-02 14:47:18 -07:00
Olaoluwa Osuntokun
622c8402a0
Merge pull request #6611 from Roasbeef/psbt-validation-fix
...
lnrpc/walletrpc: reject PSBT packets w/o any UTXO input info
2022-06-02 14:44:59 -07:00
Olaoluwa Osuntokun
a46ffe4299
Merge pull request #6612 from Roasbeef/tor-bump
...
build: bump tor version to v1.0.1
2022-06-02 14:44:38 -07:00
Olaoluwa Osuntokun
2298ef81ab
lnrpc/walletrpc: reject PSBT packets w/o any UTXO input info
...
Fixes https://github.com/lightningnetwork/lnd/issues/6567
2022-06-02 13:05:58 -07:00
Olaoluwa Osuntokun
1017efe18b
Merge pull request #6605 from Roasbeef/proper-sweep-lease-second-level-success
...
contractcourt: unify the lease specific HTLC sweeping logic
2022-06-02 13:03:10 -07:00
Olaoluwa Osuntokun
9b0718ae35
contractcourt: unify the lease specific HTLC sweeping logic
...
In this commit, we consolidate the _lease specific_ logic for the
success and timeout HTLC resolvers. We do this with the addition of a
new struct which is then composed via struct embedding with the two
existing structs. This fixes a flake in the integration tests by
ensuring the height is set up front, rather than eventually once the
height matches the lock time.
2022-06-01 16:42:33 -07:00
Olaoluwa Osuntokun
199f9d1139
Merge pull request #6600 from bhandras/invoiceregistry-deadlock
...
invoices: fix deadlock in the invoice registry
2022-06-01 14:59:55 -07:00
Olaoluwa Osuntokun
fb119446c1
build: bump tor version to v1.0.1
2022-06-01 13:54:56 -07:00