Oliver Gugger
76cd94c277
lntest: make sure restored chans can't be closed
2020-08-12 16:49:39 +02:00
Conner Fromknecht
0e935eadc0
lntest/itest: add failed getting UTXO error to whitelist
2020-08-07 19:29:35 -07:00
Conner Fromknecht
df5d334985
lntest/itest: add chain notifier shutting down to whitelist
2020-08-06 12:16:42 -07:00
Conner Fromknecht
eb1205d399
lntest/itest: add WS connection reset to error whitelist
2020-08-06 12:16:41 -07:00
Conner Fromknecht
1b660c7387
lntest: add canceled adding new channel to whitelist
2020-08-06 12:16:41 -07:00
Conner Fromknecht
de74798c12
lntest/itest: add whitelist entry for block hash fetch
2020-08-06 12:16:41 -07:00
Oliver Gugger
ecca1f9653
itest: fix flakiness around/startup/reconnect
2020-07-27 14:15:36 +02:00
Olaoluwa Osuntokun
f61e1ac568
lntest/itest: add new test for wumbo channels
2020-07-10 16:27:20 -07:00
Joost Jager
8f2a2fc5da
Merge pull request #4018 from breez/intercept-forward-htlc
...
Intercept forward htlc
2020-06-22 10:18:14 +02:00
Wilmer Paulino
d808ec0d17
itest: add sync error to whitelist
2020-06-18 14:51:45 -07:00
Roei Erez
7b56268f70
rpc: implement RPC htlc interceptor.
...
In this commit we add the ability to intercept forwarded htlc packets
straight from the RPC layer. The RPC layer handles a bidrectional stream
that comminucates to the client the intercepted packets and handles its
response by coordinating with the interceptable switch.
2020-06-18 15:20:07 +03:00
Roei Erez
1a6701122c
htlcswitch: change ForwardPackets to return error
...
As part of the preparation to the switch interceptor feature, this
function is changed to return error instead of error channel that
is closed automatically.
Returning an error channel has become complex to maintain and
implement when adding more asynchronous flows to the switch.
The change doesn't affect the current behavior which logs the
errors as before.
2020-06-18 12:48:21 +03:00
Oliver Gugger
e73c9218d7
itest: add REST API tests
2020-06-17 08:35:51 +02:00
Andras Banki-Horvath
1dd43f3669
test: add error to itest whitelist
2020-06-02 15:40:20 +02:00
Andras Banki-Horvath
1ae27b4f44
itest: add errors to the whitelist
2020-05-28 13:32:51 +02:00
Conner Fromknecht
0f3ab775c7
Merge pull request #4285 from cfromknecht/pay-addr-index
...
channeldb: index payments by payment addr, use payment hash as fallback
2020-05-27 17:36:30 -07:00
Olaoluwa Osuntokun
eddd9049dc
Merge pull request #4252 from cfromknecht/rename-kvdb-read
...
multi: rename kvdb Read* types to R*
2020-05-27 15:52:49 -07:00
Conner Fromknecht
5c4ab4b7cf
lntest: update error whitelist
2020-05-26 19:49:42 -07:00
Conner Fromknecht
d0f3f6166d
lntest/itest: add link error to whitelist
2020-05-26 18:21:08 -07:00
carla
97a843f3cd
walletrpc: add LabelTransaction rpc
2020-05-25 11:33:33 +02:00
Joost Jager
d2f6140818
itest: extend whitelist
2020-05-20 17:24:36 +02:00
Joost Jager
e201ed8106
itest: switch over to routerrpc.SendPaymentV2
2020-05-20 17:23:52 +02:00
Joost Jager
ca9c58aec9
Merge pull request #4183 from joostjager/sync-local-payment
...
htlcswitch: sync local payment hand-off to link
2020-05-20 11:23:15 +02:00
Joost Jager
c325bf8c57
htlcswitch: sync link hand-off
...
This commit extends the link with a new synchronous delivery point for
local UpdateAddHTLC messages. The switch method SendHTLC is updated to
use this delivery point and thereby becomes a synchronous call.
For MPP payments, synchronous hand-off is important. Otherwise the next
pathfinding round could start without the channel balance updated yet.
2020-05-20 08:03:48 +02:00
Wilmer Paulino
db2589ee8d
itest: add disconnection error to whitelist
2020-05-18 16:14:31 -07:00
Joost Jager
25a50b62fb
itest: extend whitelist
2020-05-12 09:13:41 +02:00
Joost Jager
e1e4c8ef6b
itest: extend whitelist
2020-05-08 13:40:31 +02:00
Joost Jager
6f153d6eaa
itest: extend whitelist
2020-05-06 21:21:51 +02:00
Joost Jager
b59c0e1349
itest: add SendPaymentV2 to whitelist
2020-05-04 23:42:57 +02:00
Joost Jager
1307a96624
itest: check for new errors in logs
2020-04-20 14:02:23 +02:00