Commit Graph

  • 215e5b99d6
    loopd: extract daemon into struct Oliver Gugger 2020-05-15 12:17:58 +0200
  • e696a38ec8
    loopd: export Config struct Oliver Gugger 2020-05-15 12:17:57 +0200
  • 5f70a05463
    loopd: export DefaultConfig Oliver Gugger 2020-05-15 12:17:55 +0200
  • bdfd382dec
    Merge pull request #209 from joostjager/fix-loop-cli-parse Joost Jager 2020-05-25 08:56:25 +0200
  • a3924cfbc4
    cmd/loop: fix channel parsing Joost Jager 2020-05-23 21:15:02 +0200
  • bd2d39bd10
    Merge pull request #203 from bhandras/lndclient_extension András Bánki-Horváth 2020-05-21 20:09:02 +0200
  • cf9c3748c3 lndclient: add keysend ability to RouterClient Andras Banki-Horvath 2020-05-18 16:23:35 +0200
  • 4d3771430a lndclient: add ListChannels to LightningClient Andras Banki-Horvath 2020-05-18 16:23:02 +0200
  • 3316c4beed
    Merge pull request #205 from joostjager/channel-set Joost Jager 2020-05-21 13:06:52 +0200
  • 23a1e33dfc
    lndclient: document SendPaymentRequest fields Joost Jager 2020-05-19 17:58:04 +0200
  • ccec719423
    looprpc: add outgoing channel set restriction Joost Jager 2020-05-19 10:21:13 +0200
  • 8c544bf2ba
    loopdb: store outgoing channel set Joost Jager 2020-05-19 09:54:27 +0200
  • 044c1c12dd
    loopdb/test: add database dump and restore tools Joost Jager 2020-05-20 12:27:28 +0200
  • bd6e3f405a
    loopdb/test: parameterize loop out test Joost Jager 2020-05-19 10:38:54 +0200
  • c62acd5b85
    lndclient: add outgoing channel set restriction Joost Jager 2020-05-19 08:52:38 +0200
  • 503c83c29f
    loopdb: unroll shared fetch logic Joost Jager 2020-05-19 09:29:39 +0200
  • 9927139dd3
    loopdb: extract update deserialization Joost Jager 2020-05-19 09:23:32 +0200
  • ba5577748b
    loopdb: unroll shared creation logic Joost Jager 2020-05-19 09:01:09 +0200
  • c6697da90b
    loopout/test: test payment parameters Joost Jager 2020-05-20 11:38:27 +0200
  • 3f10407e9c
    Merge pull request #208 from carlaKC/lndclient-lookupinvoice Carla Kirk-Cohen 2020-05-21 09:06:35 +0200
  • a57e34c71f
    lndclient: add lookup invoice function to client interface carla 2020-05-20 13:42:21 +0200
  • 8b1cdd414c
    test/test: add lookup invoice to mock lightning client carla 2020-05-20 13:42:20 +0200
  • 87a0a0c588
    lndclient: add lookup invoice function to client implementation carla 2020-05-20 13:42:20 +0200
  • dae3165b9b
    Merge pull request #206 from joostjager/doc-api-support Joost Jager 2020-05-20 14:12:46 +0200
  • d28492fa53
    readme: document api support level Joost Jager 2020-05-19 12:37:05 +0200
  • e97ec65444
    lndclient: also set gRPC max resp size for sub-servers Olaoluwa Osuntokun 2020-05-18 14:38:42 -0700
  • 2ec580c92b
    Merge pull request #201 from joostjager/improve-release-script Joost Jager 2020-05-14 12:08:39 +0200
  • 6ac3d39d19
    release: add tag and version verification to release script Joost Jager 2020-05-13 10:11:40 +0200
  • 2ddbe23418
    build: mark build as default target Joost Jager 2020-05-14 11:33:08 +0200
  • 9fba8eb8d8
    Merge pull request #200 from joostjager/bump-version-0.6.2-beta v0.6.2-beta Joost Jager 2020-05-12 21:24:24 +0200
  • f6750d67bc
    version: bump to v0.6.2-beta Joost Jager 2020-05-12 21:14:06 +0200
  • 06267b7442
    Merge pull request #199 from joostjager/bump-version-0.6.1-beta Joost Jager 2020-05-12 21:06:23 +0200
  • 2d47514306
    version: bump version to 0.6.1-beta Joost Jager 2020-05-12 21:00:01 +0200
  • d01c33cbb6
    Merge pull request #198 from bhandras/segwit_fix v0.6.1-beta Joost Jager 2020-05-12 19:21:44 +0200
  • 936bb851f2 loopin: fix htlc address in LoopIn SwapResponse Andras Banki-Horvath 2020-05-12 18:51:42 +0200
  • f36d5a79f7
    Merge pull request #196 from joostjager/fix-multi-loop-out Joost Jager 2020-05-12 10:13:55 +0200
  • 27a2b1a775
    loopd: fix setting of max parts Joost Jager 2020-05-12 09:31:50 +0200
  • 33a049f8e9
    Merge pull request #184 from bhandras/native-segwit Joost Jager 2020-05-05 17:08:05 +0200
  • c6e3829acd looprpc: bump protocol version Andras Banki-Horvath 2020-05-05 09:14:26 +0200
  • 5215222ced cmd: print both htlc addresses when monitoring a loop-in Andras Banki-Horvath 2020-04-29 10:54:58 +0200
  • 0aa978bd09 loopin: modify internally published htlc to use p2wsh Andras Banki-Horvath 2020-04-28 17:30:20 +0200
  • f0aff9b7bd looprpc+loopin: support for native segwit htlcs Andras Banki-Horvath 2020-04-24 17:35:32 +0200
  • 62f654eef1 client: make ListSwaps thread safe Andras Banki-Horvath 2020-04-30 15:48:58 +0200
  • 60661504a5 htlc: add string representation for HtlcOutputType enum Andras Banki-Horvath 2020-04-30 15:37:01 +0200
  • 87cc5571ef general: add ExternalHtlc to SwapInfo and add comments Andras Banki-Horvath 2020-04-30 15:54:48 +0200
  • b2b0bad951 loopin+loopout: move htlc out of swapKit Andras Banki-Horvath 2020-04-29 19:47:27 +0200
  • 7a44eec36f loopin: refactor LoopIn to return struct instead of tuple Andras Banki-Horvath 2020-04-29 18:30:44 +0200
  • b070a4fb07
    Merge pull request #192 from carlaKC/travis-depth Carla Kirk-Cohen 2020-05-04 15:02:08 +0200
  • 0c01e95433
    traivs: set depth to false to clone whole repo carla 2020-05-04 13:56:38 +0200
  • 8502c1ef92
    golangci: update linter reference point and add comment carla 2020-05-04 13:42:20 +0200
  • 83676ddc2a
    lndclient: add lookup invoice to client interface carla 2020-05-01 12:49:04 +0200
  • b4719862e2
    test/test: add lookup invoice to mock lightning client carla 2020-05-01 12:35:36 +0200
  • c6695c485b
    lndclient: add lookup invoice function to client imlementation carla 2020-05-01 12:25:53 +0200
  • fe960a4382
    lndclient: add preimage to invoice subscription carla 2020-04-30 19:56:49 +0200
  • ac096132b0
    Merge pull request #188 from lightninglabs/v0.6.0-beta v0.6.0-beta Alex Bosworth 2020-04-30 13:43:07 -0700
  • 659ad8bdd9
    version: bump version to 0.6.0-beta Alex Bosworth 2020-04-29 13:49:25 -0700
  • 350b40fa5b
    Merge pull request #187 from joostjager/routerclient-failure-reason Joost Jager 2020-04-28 20:01:16 +0200
  • c061206406
    lndclient: expose failure reason Joost Jager 2020-04-28 19:49:48 +0200
  • b054e84eb2
    Merge pull request #186 from joostjager/report-version Joost Jager 2020-04-28 19:21:53 +0200
  • 92730e0eaf
    multi: report protocol version Joost Jager 2020-04-27 15:43:30 +0200
  • 0c699f2435
    lsat+client: allow macaroons on insecure proxy connections Oliver Gugger 2020-03-09 13:47:49 +0100
  • a15db0a576
    Merge pull request #185 from joostjager/config-max-parts Joost Jager 2020-04-27 17:29:34 +0200
  • 12ae3d6a40
    loopd: make maximum number of payment parts configurable Joost Jager 2020-04-27 14:06:08 +0200
  • 5588876b48
    loopd: extract client configuration Joost Jager 2020-04-27 14:03:23 +0200
  • 65375723b4
    lndclient: upgrade to lnd v0.10.0-beta-rc5 Joost Jager 2020-04-27 14:09:12 +0200
  • 7cb914927f
    looprpc: fix formatting Joost Jager 2020-04-27 15:30:52 +0200
  • e99202ced5
    Merge pull request #181 from guggero/lnd-version-aware Oliver Gugger 2020-04-24 11:11:47 +0200
  • e7f41fa370
    README: add version compatibility table Oliver Gugger 2020-04-22 15:54:04 +0200
  • ad4e1e971e
    loopd: check lnd version and subservers Oliver Gugger 2020-04-22 15:53:44 +0200
  • 3da09aac0e
    client: use cached info to log connected node Oliver Gugger 2020-04-22 15:48:34 +0200
  • 8848d30fb3
    lndclient: check and cache version compatibility on connect Oliver Gugger 2020-04-22 15:48:11 +0200
  • 211586e614
    lndclient: cache node info on connect Oliver Gugger 2020-04-24 09:27:25 +0200
  • 44d05f284b
    lndclient+test: add versioner client and mock Oliver Gugger 2020-04-24 09:20:42 +0200
  • a8e6118cfb
    loopd+lndclient: extract config parameters into struct Oliver Gugger 2020-04-22 14:29:31 +0200
  • 899d04470b
    lndclient: add readonly macaroon to pouch Oliver Gugger 2020-04-22 15:03:17 +0200
  • f6a941244e
    lndclient: use readonly macaroon for startup check Oliver Gugger 2020-04-22 14:12:17 +0200
  • 23d646ea6a
    Merge pull request #183 from joostjager/routerrpc-v2 Joost Jager 2020-04-22 14:11:11 +0200
  • e0b987f403
    lndclient: move to V2 payment methods Joost Jager 2020-04-22 14:01:44 +0200
  • bf6f6b31f4
    client: fix some comments Oliver Gugger 2020-04-22 13:52:05 +0200
  • 4f1ecd9344
    Merge pull request #180 from guggero/docs-update Oliver Gugger 2020-04-21 15:57:10 +0200
  • 24066bb1dd
    README: describe fee structure Oliver Gugger 2020-04-20 18:14:46 +0200
  • 3ea07f167f
    cmd/loop: clarify some flag descriptions Oliver Gugger 2020-04-20 18:14:45 +0200
  • 3b630667a5
    cmd/loop: improve displayed limits Oliver Gugger 2020-04-20 18:14:43 +0200
  • 4a714e0c96
    Merge pull request #178 from joostjager/loopout-routerrpc Joost Jager 2020-04-20 10:13:58 +0200
  • 97403b9c1e
    Merge pull request #179 from carlaKC/loopin-addconftarget Carla Kirk-Cohen 2020-04-20 08:45:02 +0200
  • f883fc791d
    Slight build clarification Gregory Sanders 2020-04-17 11:48:27 -0400
  • a90971a697
    Merge pull request #175 from bhandras/mock_update Carla Kirk-Cohen 2020-04-17 11:12:11 +0200
  • 5a5ac94661
    README: add conf_target to loop in readme section carla 2020-04-17 09:33:48 +0200
  • fc99c8b320
    multi: add confirmation target to loop in carla 2020-04-15 09:10:21 +0200
  • f726fc2bc8
    loopd: add missing zero case to validateConfTarget carla 2020-04-15 09:10:21 +0200
  • 1f5aeff45f
    multi: unify default sweep/htlc conf targets carla 2020-04-15 09:10:21 +0200
  • 6acd76e237
    loopout: allow multi-loop Joost Jager 2020-04-14 15:34:56 +0200
  • 710ae77750
    loopout: log in-flight htlc status Joost Jager 2020-04-14 14:35:56 +0200
  • 4039ba9b69
    loopout: use routerrpc to send payments Joost Jager 2020-04-14 11:07:06 +0200
  • 235e1bb9b8 test: followup update chainnotifier mock to fwd notifications for matching txs Andras Banki-Horvath 2020-04-07 10:57:21 +0200
  • e36c5a45d3
    loop: fix loop in quote conf target flag usage field carla 2020-04-15 09:10:21 +0200
  • 41550a9c4b
    makefile+travis: add install and build commands carla 2020-04-15 09:10:08 +0200
  • 32d0cd90e3
    lndclient: update to new routerrpc Joost Jager 2020-04-09 16:47:06 +0200
  • 8301abdb4c
    Merge pull request #174 from bhandras/mock_update Olaoluwa Osuntokun 2020-04-06 14:32:26 -0700
  • 95273c1cf8 test: update chainnotifier mock to fwd notifications for matching txs Andras Banki-Horvath 2020-04-06 10:58:50 +0200