Commit Graph

14133 Commits

Author SHA1 Message Date
f1f3d22a81 lntemp+itest: refactor testMultiHopPayments 2023-01-16 16:49:17 +08:00
130c4e325a lntemp+itest: refactor testHtlcErrorPropagation 2023-01-16 16:49:17 +08:00
2a7830d442 itest: refactor testMaxHtlcPathfind 2023-01-16 16:49:17 +08:00
ec3e1561b6 itest: refactor testWumboChannels 2023-01-16 16:49:17 +08:00
638872520e itest: refactor testMaxChannelSize 2023-01-16 16:49:17 +08:00
16bac64ecb lntemp+itest: refactor testHoldInvoicePersistence 2023-01-16 16:49:17 +08:00
984d3ece12 lntemp+itest: refactor testHoldInvoiceForceClose 2023-01-16 16:49:16 +08:00
c1b3481354 lntemp+itest: refactor testEtcdFailover 2023-01-16 16:49:16 +08:00
e953034b83 Merge pull request #7325 from ellemouton/fixGomndLintError
lncli+docs: skip gomnd check in switch statement
2023-01-16 09:46:28 +01:00
097b4fae68 lncli+docs: skip gomnd check in switch statement 2023-01-16 09:55:07 +02:00
143eba82ea Merge pull request #7314 from yyforyongyu/fix-unit-test-mailbox
htlcswitch: fix test flake in `TestMailBoxAddExpiry`
2023-01-13 15:05:17 +01:00
d108d7f741 Merge pull request #7315 from sputn1ck/lncli_ordinal_numbers
lncli/sendpayment: more descriptive failure log
2023-01-13 10:28:42 +01:00
9f8fa3d8ed lncli: more descriptive htlc failure case
This commit clarifies the htlc failure case in the lncli payment
command, by using the cardinal number as well as 'hop' in the
failure message.

[skip ci]
2023-01-12 17:58:15 +01:00
a1cac6d54b htlcswitch: use mock clock in TestMailBoxAddExpiry
This commit replaces the clock used in the unit test
`TestMailBoxAddExpiry`. Previously the `TestClock` is used, resulting in
the unit test being not so "unit" as the maintainer needs to know the
detailed implementation of `clock.Clock`, resulting in debugging a
failed unit test more difficult as the cognitive cost is high.
Re-implement `clock.Clock` also means we need to maintain more. This is
now solved by using mock clock so we can ignore the implementation
details and care only the returned results.
2023-01-12 22:08:15 +08:00
5e6f10c9b8 lnmock: add new package lnmock to host mocks
This commit introduces a new package to host mocked objects that can be
used for all the unit tests.
2023-01-12 22:08:02 +08:00
31a40abd91 htlcswitch: improve loggings for Keystone 2023-01-12 22:08:02 +08:00
6f0383bb4f Merge pull request #7308 from hieblmi/code-sytle-cleanup
funding: code style cleanup in the funding package
2023-01-12 15:01:42 +01:00
487cd96acc docs: update release notes 2023-01-12 22:41:35 +10:30
b47cf7e871 funding: code style cleanup for the funding package 2023-01-12 22:40:51 +10:30
b1645ec46d Merge pull request #6783 from ErikEk/itest-neutrino-sub-server
itest: neutrino sub-server
2023-01-12 12:20:58 +01:00
3dd9e04b8b Merge pull request #7306 from YusukeShimizu/docs-invoice-default-expiry
Docs invoice default expiry
2023-01-12 10:29:07 +01:00
79d5a01a81 Merge pull request #7310 from bitromortac/2301-queryprob-docs
routerrpc: update QueryProbability documentation
2023-01-12 10:23:09 +01:00
520c633938 docs: update release note 2023-01-12 13:43:55 +07:00
20fd630465 itest: test neutrino sub server 2023-01-12 13:43:41 +07:00
cc08271c5f itest: add neutrinoclient to harnessnode 2023-01-12 13:24:44 +07:00
71a5dab1a9 docs: add release notes 2023-01-12 09:17:47 +09:00
71f2615190 lnrpc: update invoice request expiry comment 2023-01-12 09:17:34 +09:00
380eb4af83 lncli: fix addinvoice expiry flag comment 2023-01-12 09:17:12 +09:00
045e5cf307 routerrpc: update QueryProbability documentation
Changes the docstring of QueryProbability to reflect changes that were
introduced in #6857.
2023-01-11 16:47:54 +01:00
b1d6991b27 Merge pull request #7153 from carlaKC/7093-custommessage
multi: Add ability to handle protocol-range messages in Custom Message APIs
2023-01-11 09:52:40 +01:00
ef8cf73d4c Merge pull request #7295 from guggero/build-cache
GitHub: fix Golang build cache in actions
2023-01-06 14:11:34 +01:00
f16a2f11df docs: add release notes 2023-01-06 09:18:28 +01:00
a074c801d1 GitHub: add job ID to cache key
To avoid the problem where multiple jobs try to create the same cache
entry, we add the GitHub job ID to the cache key.
The two restore keys make it possible that a job can also restore a
cache entry from another job if none for the current job exist yet.
2023-01-06 09:18:28 +01:00
984fc3a2ec GitHub: make setup-go action more versatile
With this commit we allow the Go version that is set up to be
configurable and not dependent on a specific environment variable. This
will allow us to eventually extract the action into a tooling
repository.
2023-01-06 09:18:26 +01:00
c4ca7b99e2 GitHub: remove Go env variable override
For some reason we used to override the GOCACHE and GOPATH variables
earlier. This now causes the updated cache action not to pick up any
caches. As the overrides shouldn't be needed anymore, we remove them.
2023-01-06 09:18:16 +01:00
19f013b5c4 release-notes: add send custom message override functionality 2023-01-05 12:06:25 -05:00
1b1bc642bc lntest/itest: add custom messaging itest including new override feature 2023-01-05 12:06:24 -05:00
1cb08e42ef lnrpc: update custom message API to explain ability to override 2023-01-05 12:05:06 -05:00
c2ce8635e7 multi: add custom message overrides to protocol config options 2023-01-05 12:05:05 -05:00
93dcbd7ea3 lnwire: allow overriding of protocol messages outside of custom range
Add the ability to specify messages < CustomRangeStart that will still
be treated like custom messages by lnd (rather than unknown ones). This
allows code external to lnd to handle protocol messages that are *not
yet known to lnd*.
2023-01-05 12:05:04 -05:00
610f5d2140 lnwire: make custom type start a constant 2023-01-05 12:05:03 -05:00
cfc48bd81c Merge pull request #7272 from positiveblue/fix-7270
rpc: check that closing address matches the current network for open channel requests
2023-01-05 17:15:55 +01:00
272ed415c2 Merge pull request #7289 from guggero/disable-thelper-linter
lint: disable `thelper` linter
2023-01-05 15:40:39 +01:00
6585d5997a docs: add release notes 2023-01-05 08:53:59 +01:00
04dc37e463 lnwire: remove nolint comment 2023-01-05 08:49:31 +01:00
99ebb67972 lint: disable thelper linter 2023-01-05 08:49:17 +01:00
e29a5a59ad Merge pull request #7262 from bottlepay/fix-failure-tlv
lnwire: limit channel update reader
2023-01-04 18:41:44 -08:00
292ee1b123 docs: add release notes 2023-01-04 04:42:40 -08:00
2204cbfd30 rpc: validate closing channel address in open channel requests
Our OpenChannelRPC was accepting invalid values for the closing address
field. If we were able to decode the address we would use it in the
script even if the address is for another bitcoin net.
2023-01-04 04:42:39 -08:00
3835b903a9 lnwire: limit channel update reader
Fixes a bug where channel update data is read until the end of the stream
rather than stopping after the specified length. This is problematic
when failure message tlv data is present, because this data is interpreted
as channel update tlv data.
2023-01-04 13:32:52 +01:00