Commit Graph

  • 275d55c9e6 blockcache: add blockcache package Elle Mouton 2021-03-18 13:17:36 +0200
  • d771ed7616
    Merge pull request #5159 from halseth/amp-sendpayment Conner Fromknecht 2021-04-27 11:23:39 -0700
  • cdddaaca75 routing: no backend call to fetch best block Joost Jager 2021-04-12 09:57:00 +0200
  • 13c00127da
    itest: add SendPayment AMP itest Johan T. Halseth 2021-03-31 13:26:15 +0200
  • a2a61a104f
    itest: make sendAndAssertSuccess take context Johan T. Halseth 2021-03-31 13:26:56 +0200
  • c4fc72d573
    routerrpc+routing: set AMP options for payments specified as AMP in SendPayment Johan T. Halseth 2021-03-31 12:44:59 +0200
  • 8f57dcf28f
    routerrpc: validate DestFeatures from RPC Johan T. Halseth 2021-03-31 12:42:02 +0200
  • 0b9137cdac
    lnrpc: add AMP feature bits Johan T. Halseth 2021-03-31 12:58:48 +0200
  • 56a2c65477
    router: use SetID as identifier for SendToRoute AMP-payments Johan T. Halseth 2021-04-08 21:07:15 +0200
  • f07c9d002c
    routing: use Identifier in place of PaymentHash Johan T. Halseth 2021-03-31 12:23:08 +0200
  • 6104d12cf8
    routerrpc: add amp bool to SendPayment Johan T. Halseth 2021-03-30 15:21:59 +0200
  • 5531b812e3
    routing: use AMP shard tracker Johan T. Halseth 2021-04-12 15:05:48 +0200
  • 2d397b12b1
    amp: create amp.ShardTracker Johan T. Halseth 2021-04-12 15:05:01 +0200
  • c1e82e534d
    amp: add Merge and Zero to Sharer interface Johan T. Halseth 2021-04-08 12:08:06 +0200
  • e1399fb1ec
    routing/router: use attempt's unique hash if set on restart Johan T. Halseth 2021-03-30 15:00:25 +0200
  • 06f045fca3
    channedb/mp_payment: add Hash to individual HTLCs Johan T. Halseth 2021-03-30 14:53:29 +0200
  • 41ae3530a3
    routing/payment_lifecycle: use ShardTracker to track shards Johan T. Halseth 2021-04-12 15:21:59 +0200
  • 6474b253d6
    routing/shards: add ShardTracker interface Johan T. Halseth 2021-04-12 15:21:27 +0200
  • a9f19b100b
    router+switch: rename paymentID->attemptID Johan T. Halseth 2021-04-07 15:03:54 +0200
  • 7795353e9f
    channeldb: return full payment for inflight payments Johan T. Halseth 2021-03-30 12:10:30 +0200
  • 8af00ab0cf
    Merge pull request #5205 from carlaKC/4987-refactorprep Olaoluwa Osuntokun 2021-04-26 15:48:56 -0700
  • bfcaf02f04
    Merge pull request #4905 from LN-Zap/feat/spend-unconfirmed-estimate Olaoluwa Osuntokun 2021-04-26 15:48:11 -0700
  • 9ef00d98a7
    Merge pull request #5230 from carlaKC/5059-interceptorchanupdate Olaoluwa Osuntokun 2021-04-26 15:45:43 -0700
  • c207a1528b
    Merge pull request #5238 from guggero/windows-dep-fix Johan T. Halseth 2021-04-26 14:57:21 +0200
  • 260ea9b842
    Merge pull request #5165 from Crypt-iQ/psbt_funding_04022021 Olaoluwa Osuntokun 2021-04-23 12:04:27 -0700
  • 4d358a84e4
    Merge pull request #5214 from carlaKC/4788-terminalshard Olaoluwa Osuntokun 2021-04-23 09:50:15 -0700
  • 364421dced
    mod+tools: pin down build flag dependent go.sum entry Oliver Gugger 2021-04-23 14:15:33 +0200
  • 585a78dbc7
    Merge pull request #5022 from bjarnemagnussen/fix-docker-ltc Oliver Gugger 2021-04-23 10:13:53 +0200
  • b43ddfdb11
    routing: label payment lifecycle loop carla 2021-04-23 08:51:07 +0200
  • a63640c488
    routing: account for payment terminal errors carla 2021-04-23 08:39:46 +0200
  • 2e9e4567ee
    Merge pull request #5135 from GameXG/master Oliver Gugger 2021-04-23 08:41:26 +0200
  • 58d95be4dd
    multi: change RegisterAttempt error checking order carla 2021-04-23 08:39:45 +0200
  • 12136a97a9
    routing/test: add test for stuck payment with in-flight htlcs carla 2021-04-23 08:39:45 +0200
  • 80451afe48
    routing/test: add test to demonstrate stuck payment, single shard carla 2021-04-23 08:39:44 +0200
  • 125980afb7
    routing/test: block on pathfinding in tests carla 2021-04-23 08:39:43 +0200
  • a68155545c
    routing/test: use half shard for single success case carla 2021-04-23 08:39:42 +0200
  • 198d567cb2
    routing/test: assert error value for payment failures carla 2021-04-23 08:39:41 +0200
  • e0c52e4473
    routing/test: close payment result channel on shutdown, mimicking switch carla 2021-04-23 08:39:40 +0200
  • 9a78e9da73
    routing/tests: move lock acquisition after state driving channels carla 2021-04-23 08:39:39 +0200
  • b2d941ebfb
    routing/test: remove test channel buffers carla 2021-04-23 08:39:38 +0200
  • 806c4cbd57
    routing/test: run each test case individually, add names carla 2021-04-23 08:39:37 +0200
  • cb927e89b0
    routing/test: add check that sendpayment completes carla 2021-04-23 08:39:36 +0200
  • d0d0d21573
    itest/test: remove hold force close dependency carla 2021-04-23 08:19:58 +0200
  • 7536dd8179
    invoices: refactor - add method to handle expected cancelation errors carla 2021-04-23 08:19:57 +0200
  • 039e9f439c
    invoices: refactor - update timestamp expiry to use specific names carla 2021-04-23 08:19:56 +0200
  • d29f2fe4f9
    invoices: refactor - move cancel check into separate function carla 2021-04-23 08:19:55 +0200
  • 4cd48c52ea
    invoices: refactor - add interface for expiry items carla 2021-04-23 08:19:54 +0200
  • 9c6e83b15f
    invoices: refactor - rename expiry queue to be timestamp specific carla 2021-04-23 08:19:53 +0200
  • f5f1e9e6c7
    invoices: refactor - rename invoiceExpiry to invoiceExpiryTs carla 2021-04-23 08:19:52 +0200
  • 2e39edd6bd
    itest/test: add test for expired hold invoices carla 2021-04-23 08:19:51 +0200
  • 16373d3879
    itest/test: add test to reproduce settling timed out invoice carla 2021-04-23 08:19:50 +0200
  • fff6f83f23
    itest/test: update remote force close timeout to use hodl inv carla 2021-04-23 08:19:47 +0200
  • 5a82340a03
    Merge pull request #5198 from hsjoberg/sampleconf-tlsdisableautofill Olaoluwa Osuntokun 2021-04-22 15:49:55 -0700
  • d07202d17b
    Merge pull request #5212 from wpaulino/wtclient-update-stats-after-backup Olaoluwa Osuntokun 2021-04-22 15:49:11 -0700
  • 045b58891a
    Merge pull request #5146 from ellemouton/context-aware-rpcserver Olaoluwa Osuntokun 2021-04-22 15:44:00 -0700
  • 5d1574f566
    Merge pull request #2522 from roeierez/cleanup_server_error Olaoluwa Osuntokun 2021-04-22 13:00:22 -0700
  • bc3c5eb383
    Merge pull request #5235 from Roasbeef/btcwallet-simnet-fix Olaoluwa Osuntokun 2021-04-22 12:48:27 -0700
  • 2f80283ec2
    rpc: minConfs and spendUnconfirmed for EstimateFee Tom Kirkpatrick 2021-04-22 19:25:50 +0200
  • 76706c7473
    walletrpc: minConfs and spendUnconfirmed for FundPtsb Tom Kirkpatrick 2021-04-22 19:20:48 +0200
  • 03b55446b5
    refactor: use camel case for minConfs Tom Kirkpatrick 2021-04-22 19:04:00 +0200
  • 5b7b6ab9b0
    multi: send channel update for failed interceptor packets carla 2021-04-22 19:39:37 +0200
  • fa5627b779
    lnwallet/chanfunding: non-segwit spend Verify test eugene 2021-04-22 12:19:12 -0400
  • b3f14d66f0
    lnwallet/chanfunding: assert PSBT Inputs have WitnessUtxo eugene 2021-04-22 12:18:04 -0400
  • 9e2cccdbbd
    docs: add malleability note in psbt.md eugene 2021-04-22 11:28:18 -0400
  • 81452a1e1c
    build: update btcwallet to latest version Olaoluwa Osuntokun 2021-04-22 11:18:20 -0500
  • eda3d45b3d
    Merge pull request #5232 from Roasbeef/go-mod-fix Olaoluwa Osuntokun 2021-04-22 09:15:20 -0700
  • ec50f2ccce
    invoices: more verbose logging for startup invoice GC Andras Banki-Horvath 2021-04-22 15:31:17 +0200
  • 1adeb41a9d rpcserver+lnrpc: make Subscribe RPCs context aware whythat 2020-07-18 23:41:11 +0300
  • 2b5c9e1606
    build: set Go version to 1.15 remove retract Olaoluwa Osuntokun 2021-04-21 17:44:13 -0500
  • 0547364091
    lnwallet: add test for state machine regression eugene 2021-04-21 17:41:18 -0400
  • 7da2080a3d
    lnwallet: use tail() instead of tip() in getUnsignedAckedUpdates eugene 2021-04-21 17:37:50 -0400
  • 97007fc4fa
    lnwallet: fix logUpdate scope in restorePendingLocalUpdates eugene 2021-04-21 17:37:21 -0400
  • 9d0d5bdfaf
    channeldb: AdvanceCommitChainTail clarification comment eugene 2021-04-21 17:36:51 -0400
  • 8f940a5ea3
    Merge pull request #5138 from Roasbeef/strict-zombie Olaoluwa Osuntokun 2021-04-21 14:03:50 -0700
  • a9f1b341be
    discovery: update zombie resurrection test w/ new logic Olaoluwa Osuntokun 2021-04-02 15:44:49 -0700
  • 6c27de7d11
    routing: add strict pruning as new flag, default for neutrino Olaoluwa Osuntokun 2021-04-02 15:02:08 -0700
  • 7b589e5811
    routing: add strict zombie pruning as a config level param Olaoluwa Osuntokun 2021-04-02 14:57:50 -0700
  • 916059da48
    routing: update chan pruning test w/ new zombie logic Olaoluwa Osuntokun 2021-03-23 16:58:55 -0700
  • e3a8b3b0c4
    routing/router: prune zombies when either end is stale Conner Fromknecht 2019-12-19 18:10:02 -0800
  • 672dbe39e7
    channeldb/graph: only set laggard zombie pubkey Conner Fromknecht 2019-12-19 18:09:40 -0800
  • f28a98aa6f
    discovery/gossiper: only parse zombie pubkey if non-empty Conner Fromknecht 2019-12-19 18:09:15 -0800
  • 4baee9537b
    discovery/gossiper: move zombie handling to helper Conner Fromknecht 2019-12-19 18:09:01 -0800
  • 60250f0a04
    Merge pull request #5034 from Roasbeef/m1-go1.16 Olaoluwa Osuntokun 2021-04-21 08:59:46 -0700
  • 10a15ad73f
    Merge pull request #5228 from carlaKC/errlist-neutrinoshutdown Carla Kirk-Cohen 2021-04-21 14:04:32 +0200
  • 3826bd735d mobile: add tlsdisableautofill to sample config Hampus Sjöberg 2021-04-11 23:43:51 +0200
  • 0368da02bd
    itest: whitelist neutrino shutting down error carla 2021-04-21 12:36:43 +0200
  • 1a8d1874a5
    Merge pull request #5213 from hsjoberg/mobile-moveup Olaoluwa Osuntokun 2021-04-20 09:16:55 -0700
  • 72097059cc
    invoices: remove unused param in notifyClients yyforyongyu 2021-04-20 23:47:19 +0800
  • e1ebdb311a mobile: Move lndStarted check to the top of the Start function Hampus Sjöberg 2021-04-15 11:44:38 +0200
  • 5c5b91216a
    Merge pull request #5221 from Roasbeef/btcwallet-chain-client-alignment Olaoluwa Osuntokun 2021-04-19 20:15:54 -0700
  • adbcc3f7a3
    invoices: do not fail DeleteInvoice if payment addr isn't indexed Andras Banki-Horvath 2021-04-19 16:30:53 +0200
  • 1301377e1a
    build: update to latest version of btcwallet Olaoluwa Osuntokun 2021-04-16 11:14:48 -0700
  • a36c95f732
    Merge pull request #4588 from bjarnemagnussen/coinselect-align-fee-estimates Johan T. Halseth 2021-04-16 13:43:51 +0200
  • faf5049848
    Merge pull request #4599 from hsjoberg/lndmobile-restart Johan T. Halseth 2021-04-15 08:53:55 +0200
  • 7517243d6d
    wtclient: decrement pending tasks stats upon accepted task Wilmer Paulino 2021-04-14 17:12:43 -0700
  • 748265d097
    Merge pull request #5207 from carlaKC/4727-singleinvoice Conner Fromknecht 2021-04-14 15:32:53 -0700
  • d5aedbcbd9
    Merge pull request #5192 from Roasbeef/reject-cache-chan-ann Olaoluwa Osuntokun 2021-04-14 15:20:18 -0700
  • bb6aca1130
    discovery: add unit tests for chan anns in the reject cache Olaoluwa Osuntokun 2021-04-09 15:58:15 -0700
  • c959ecc4c9
    discovery: always add chan announcements to the reject cache if err != ErrIgnored Olaoluwa Osuntokun 2021-04-09 14:38:32 -0700
  • 54e315101d
    Merge pull request #4577 from yyforyongyu/itest-better-logging Olaoluwa Osuntokun 2021-04-14 15:04:34 -0700