Commit Graph

  • 8c404ade18
    routing: allow splitting for AMP or MPP Conner Fromknecht 2021-05-06 09:18:22 -0700
  • b0949054e5
    invoices: fail HTLCs that target the wrong type of invoice Conner Fromknecht 2021-05-06 09:17:58 -0700
  • dba055de2d
    lntest/amp_test: assert subscribe invoice in sendtoroute_amp Conner Fromknecht 2021-05-06 09:17:34 -0700
  • ba5aaec632
    Merge pull request #5266 from wpaulino/import-dry-run Olaoluwa Osuntokun 2021-05-10 17:19:09 -0700
  • 8402e346f5
    channeldb/invoice: fail extra HTLC sets immeidately Conner Fromknecht 2021-05-06 09:17:19 -0700
  • 70efaa5fe2
    invoices: use HTLCSet method with state filter Conner Fromknecht 2021-05-06 09:16:43 -0700
  • d93c3298b7
    channeldb+invoice: add state filter to HTLCSet Conner Fromknecht 2021-05-06 09:16:15 -0700
  • 620e426bc3
    lncli: add --amp flag to invoice command Conner Fromknecht 2021-05-06 09:15:43 -0700
  • 2be874f340
    lnrpc: add IsAmp to Invoice Conner Fromknecht 2021-05-06 09:15:33 -0700
  • 541041f4a8
    invoicesrpc: add ability to generate AMP invoices Conner Fromknecht 2021-05-06 09:15:15 -0700
  • 6a7d3c4b5e
    lnrpc+rpcserver: thread GenAmpInvoiceFeatures to invoicesrpc Conner Fromknecht 2021-05-06 09:15:01 -0700
  • e97da53676
    feature: populate SetInvoiceAmp with TlvOpt+PayAddrReq+AmpReq Conner Fromknecht 2021-05-06 09:14:49 -0700
  • bbb841bd5f
    feature/set: add SetInvoiceAmp Conner Fromknecht 2021-05-06 09:14:20 -0700
  • 9020a4d2a5
    lnrpc/invoicesrpc: extract paymentHashAndPreimage helper Conner Fromknecht 2021-05-06 09:13:54 -0700
  • 0d3253c410
    Merge pull request #5281 from guggero/router-chain-sync Olaoluwa Osuntokun 2021-05-10 13:11:37 -0700
  • 6c37cae639
    lntest+routing: update best height after graph pruning Oliver Gugger 2021-05-07 19:11:23 +0200
  • 8147b270d4
    lntest: wait for chain sync in switch test Oliver Gugger 2021-05-07 19:11:22 +0200
  • ea4ef204a0
    rpcserver: add router synced to synced_to_chain flag Oliver Gugger 2021-05-07 19:11:20 +0200
  • 9f0228b21c
    router: add SyncedHeight() method Oliver Gugger 2021-05-07 19:11:19 +0200
  • 6f2f23aae6
    Merge pull request #5284 from yuki-js/master Johan T. Halseth 2021-05-10 10:41:09 +0200
  • 241f62fbb6 lnrpc: Change State -> state in GetState yuki-js 2021-05-09 22:50:10 +0000
  • e079a9583c
    walletrpc: use bytes to represent master key fingerprint Wilmer Paulino 2021-05-04 16:08:57 -0700
  • f7b130b5ca
    lncli: add dry run flag for wallet account import command Wilmer Paulino 2021-05-04 15:57:54 -0700
  • e180023843
    walletrpc: expose dry run support for ImportAccount Wilmer Paulino 2021-05-04 15:57:11 -0700
  • 1868c7dec1
    Merge pull request #5231 from Crypt-iQ/unsigned_ack_patch_04212021 Olaoluwa Osuntokun 2021-05-07 12:46:48 -0700
  • a10c96a63b htlcswitch: set sourceRef when resolving packets through interceptor Juan Pablo Civile 2021-05-06 19:17:49 -0300
  • 3c6f036bee
    kvdb: make lnd/kvdb a submodule Andras Banki-Horvath 2021-04-26 22:06:29 +0200
  • 14c851c8fc
    kvdb: move channeldb/kvdb to top level Andras Banki-Horvath 2021-04-26 19:08:11 +0200
  • b1d9525d29
    Merge pull request #5269 from bhandras/healthcheck_module Johan T. Halseth 2021-05-07 14:05:48 +0200
  • a8d813a4e5
    Merge pull request #5277 from guggero/neutrino-update Johan T. Halseth 2021-05-07 13:56:55 +0200
  • 2f99cd7ba1
    Merge pull request #5268 from yyforyongyu/fix-whitelist Johan T. Halseth 2021-05-07 13:56:21 +0200
  • 683a3f952a
    Merge pull request #5275 from halseth/mod-update-btcd Johan T. Halseth 2021-05-07 13:55:39 +0200
  • 99c609c1a8
    mod: update btcd to latest master Johan T. Halseth 2021-05-06 15:36:07 +0200
  • 270984b7d5
    trivial: update log_error_whitelist yyforyongyu 2021-05-05 18:17:11 +0800
  • 994405709a
    lnwallet: expose dry run support for ImportAccount Wilmer Paulino 2021-05-04 15:56:26 -0700
  • 64699d8538
    build: update btcwallet dependency with dry run account import support Wilmer Paulino 2021-05-06 19:00:03 -0700
  • 6e5ccb4efb
    Merge pull request #5229 from halseth/breacharbiter-twoway-handoff Conner Fromknecht 2021-05-06 16:17:03 -0700
  • 10eb52909b
    mod: bump neutrino dep to latest version Oliver Gugger 2021-05-06 22:55:12 +0200
  • ac49031396
    chainwatcher: only continue breach handling after successfully marked closed Johan T. Halseth 2021-04-21 12:38:30 +0200
  • bdc1f3100d
    breachabirter+contraccourt: convert ProcessACK to function closure Johan T. Halseth 2021-04-21 12:51:04 +0200
  • d13fb16608
    docs: add wallet management doc, fix markup in INSTALL doc Oliver Gugger 2021-05-06 12:19:12 +0200
  • 571d00b32c
    config+lnd: add wallet-unlock-password-file option Oliver Gugger 2021-04-16 14:28:49 +0200
  • 8224de599b
    walletunlocker: extract LoadAndUnlock Oliver Gugger 2021-04-16 14:28:47 +0200
  • 4685341dcb
    Merge pull request #5227 from Roasbeef/spent-channs-zombie-index Olaoluwa Osuntokun 2021-05-05 18:32:13 -0700
  • ad586c6bf1
    healthcheck: separate lnd/healthcheck into submodule Andras Banki-Horvath 2021-04-26 22:03:16 +0200
  • cee832b749
    healthcheck: disable default healthcheck logger Andras Banki-Horvath 2021-04-26 22:00:34 +0200
  • 6d66133459
    Merge pull request #4998 from bhandras/leader_election Olaoluwa Osuntokun 2021-05-04 20:05:02 -0700
  • 9d9f420da5
    Merge pull request #5246 from joostjager/router-best-height Olaoluwa Osuntokun 2021-05-04 19:27:37 -0700
  • af289a180c
    Merge pull request #5258 from wpaulino/validation-barrier-err-deadlock Conner Fromknecht 2021-05-04 10:44:08 -0700
  • dd14947154
    lint: silence depreciation warnings Andras Banki-Horvath 2021-04-30 12:35:53 +0200
  • 80bc46e614
    lint: fix proto message no-copy linter warnings Andras Banki-Horvath 2021-04-30 12:34:59 +0200
  • 9aacc35989
    lnrpc: add GetState to stateservice (v1/state) Andras Banki-Horvath 2021-03-30 14:44:03 +0200
  • 7caf26ce94
    itest: add itest for failover after forcefull shutdown Andras Banki-Horvath 2021-03-11 17:23:18 +0100
  • 5d8488871c
    itest: basic failover itest when using leader election on etcd Andras Banki-Horvath 2021-03-04 23:15:04 +0100
  • 5e215a7a66
    lnrpc: add "waiting to start" state to state service Andras Banki-Horvath 2021-03-19 15:53:06 +0100
  • b6a620e6b2
    misc: add ability to store the wallet in the remote DB Andras Banki-Horvath 2021-03-04 23:13:06 +0100
  • 08be03367a
    walletunlocker: extract method to create the Loader Andras Banki-Horvath 2021-03-04 23:06:47 +0100
  • c190c3d582
    etcd: update etcd to 3.4.14 Andras Banki-Horvath 2021-04-30 11:03:07 +0200
  • e5f249ad51
    mod: integrate latest btcwallet and bump protobuf and grpc Andras Banki-Horvath 2021-04-28 15:30:59 +0200
  • d161b34ee5
    lnd: integrate leader elector to lnd main Andras Banki-Horvath 2021-02-08 21:56:27 +0100
  • 41532ce634
    cluster: add etcd based leader elector and factory Andras Banki-Horvath 2021-02-08 21:55:52 +0100
  • e62dbca11a
    cluster: add cluster package skeleton and LeaderElector interface Andras Banki-Horvath 2021-02-08 21:54:38 +0100
  • 282618441d
    etcd: do not try authenticate when using embedded Andras Banki-Horvath 2021-05-04 17:31:50 +0200
  • 5441c1bb6d
    etcd: fix embbeded etcd connection cfg Andras Banki-Horvath 2021-02-18 16:54:28 +0100
  • 9992e5c0b5
    etcd: decouple embedded etcd instance startup Andras Banki-Horvath 2021-02-09 17:44:43 +0100
  • 6757e14998
    etcd: refactors to simplify etcd configuration Andras Banki-Horvath 2021-02-09 20:19:31 +0100
  • 44e312ace9
    etcd: remove (unused) etcd root bucket prefix Andras Banki-Horvath 2021-02-09 17:56:42 +0100
  • e0ce384f02
    routing: add new error for failed funding tx validation Olaoluwa Osuntokun 2021-04-22 18:41:15 -0500
  • 92c47983cb
    routing: add chans rejected due to failed chain validation to zombie index Olaoluwa Osuntokun 2021-04-20 18:24:34 -0500
  • 897a19d9df
    routing: add new error for invalid funding tx rejection Olaoluwa Osuntokun 2021-04-20 18:23:10 -0500
  • 0dc6f8058d
    routing: add new error for spent channel UTXOs Olaoluwa Osuntokun 2021-04-20 18:22:36 -0500
  • 7b42ad0b0e
    channeldb: add new method for adhoc zombie chan creation Olaoluwa Osuntokun 2021-04-20 18:18:44 -0500
  • 99fe0ab150
    Merge pull request #4878 from bhandras/etcd_doc_fix Olaoluwa Osuntokun 2021-05-03 18:56:42 -0700
  • 140dd944c0
    Merge pull request #5257 from wpaulino/neutrino-update Olaoluwa Osuntokun 2021-04-30 16:54:35 -0700
  • 98b0b34bb4
    Merge pull request #5237 from guggero/ws-bi-di Olaoluwa Osuntokun 2021-04-29 15:55:00 -0700
  • 0ada2288cc
    discovery: prevent logging certain validation barrier errors Wilmer Paulino 2021-04-29 15:47:37 -0700
  • eb4413154d
    routing: return err on validation failure of network update Wilmer Paulino 2021-04-29 15:45:06 -0700
  • 41c089fbf4
    Merge pull request #5224 from bhandras/invoice-gc-errors Olaoluwa Osuntokun 2021-04-29 15:39:35 -0700
  • c59c8d9c19
    build: increase global test timeout to 60m Wilmer Paulino 2021-04-28 16:25:22 -0700
  • f26cfac440
    itest: use wait predicate for balance assertion in assertDLPExecuted Wilmer Paulino 2021-04-28 16:20:57 -0700
  • 6bb7b00a80
    lntest: decrease broadcast timeout for neutrino-backed integration tests Wilmer Paulino 2021-04-28 16:17:11 -0700
  • 2084cb0ad5
    lncfg: add config options for new neutrino options Wilmer Paulino 2021-04-28 16:16:34 -0700
  • 64d6d26a1c
    build: update to latest version of neutrino Hampus Sjöberg 2021-04-05 13:19:30 +0200
  • 2a2bc64a12
    Merge pull request #5156 from ellemouton/blockcache Olaoluwa Osuntokun 2021-04-29 13:52:39 -0700
  • 13aed071bd
    itest: add test for bi-directional WebSocket Oliver Gugger 2021-04-27 15:47:36 +0200
  • 066472fd3e
    itest: refactor WS tests into functions Oliver Gugger 2021-04-27 15:47:35 +0200
  • 5df69cf93f
    config+lnd: make WebSocket interval/wait configurable Oliver Gugger 2021-04-27 15:47:34 +0200
  • 4b685e4d64
    lnd+lnrpc: enable WebSocket ping/pong messages Oliver Gugger 2021-04-27 15:47:32 +0200
  • 5e7b905f19
    lnrpc: fix WS close error Oliver Gugger 2021-04-27 15:47:31 +0200
  • 993167f14e
    docs+lnrpc: enable bi-directional WebSockets Oliver Gugger 2021-04-27 15:47:30 +0200
  • f8de10511e chainntnfs: add block cache to NeutrinoNotifier Elle Mouton 2021-03-30 10:13:58 +0200
  • 6ad5781bf1 routing: add block cache to CfFilteredChainView Elle Mouton 2021-03-30 10:04:30 +0200
  • 432b1f0588 btcwallet: lock blockcache for Neutrino GetBlock Elle Mouton 2021-04-06 10:42:09 +0200
  • ecf20ed350 multi: init neutrino backend with block cache Elle Mouton 2021-03-24 08:48:33 +0200
  • a0f7bf8b2d chainntnfs: add block cache to BtcdNotifier Elle Mouton 2021-03-18 14:54:36 +0200
  • 8a33fbf11a chainntnfs: add block cache to BitcoindNotifier Elle Mouton 2021-03-18 14:42:18 +0200
  • f470946379 routing: add block cache to BtcdFilteredChainView Elle Mouton 2021-03-18 14:30:58 +0200
  • 0193669ed8 routing: add block cache to BitcoindFilteredChainView Elle Mouton 2021-03-18 14:24:06 +0200
  • 106f93a1b4 btcwallet: make blockcache available to BtcWallet Elle Mouton 2021-03-18 14:08:53 +0200
  • 6702c79216 multi: add block cache size config Elle Mouton 2021-03-18 13:40:53 +0200