Commit Graph

  • 777db2c700
    loop: add ability to set custom rules carla 2020-08-26 15:04:16 +0200
  • 6dc7c6ac0e
    looprpc: add optional per-channel and per-peer rules to liquidity cfg carla 2020-08-26 14:48:31 +0200
  • dff78517f3
    liquidity: add custom rules for peers and channels carla 2020-08-26 14:10:53 +0200
  • f52317a660
    looprpc: add exclude rule to rpc carla 2020-08-26 14:51:08 +0200
  • 386e7ce898
    liqudity: add exclude rule carla 2020-08-26 14:04:44 +0200
  • fb4a4aaef4
    loop: add swap suggestions command carla 2020-08-21 14:13:42 +0200
  • 3963291eef
    looprpc: add swap suggestions endpoint carla 2020-08-26 11:52:21 +0200
  • 30ff31c6f9
    liquidity: add suggest swaps endpoint carla 2020-08-26 11:44:22 +0200
  • c47322c4de
    liquidity: add swap selection logic carla 2020-08-21 14:13:39 +0200
  • 66acfea05b
    liquidity: add balance calculations carla 2020-08-21 14:13:38 +0200
  • 1014e66ea2
    loop: add get and set liquidity config commands and rule setter carla 2020-08-25 13:12:55 +0200
  • ebe602ed65
    looprpc: add get and set config endpoints for liquidity manager carla 2020-08-21 14:13:36 +0200
  • c2dcfd5990
    liquidity: add rule and target to liqudity manager carla 2020-08-25 12:03:36 +0200
  • 1010bad78e
    liquidity: add structure and ability to get/set parameters carla 2020-08-25 11:54:39 +0200
  • 2cd2eb8996
    Merge pull request #277 from lightninglabs/increase-payment-timeout Alex Bosworth 2020-08-25 12:03:32 -0700
  • a47eacff62
    loopout: Increase payment timeout Alex Bosworth 2020-08-25 11:46:03 -0700
  • eb3e7a0661
    Merge pull request #275 from lightninglabs/increase-sweep-conf-default Alex Bosworth 2020-08-25 09:38:31 -0700
  • a29cb86b4a
    Update loopout.go increase-sweep-conf-default Alex Bosworth 2020-08-24 13:40:28 -0700
  • a9cbb34be0
    loopout: Increase default sweep confirmation target Alex Bosworth 2020-08-20 11:56:28 -0700
  • e9f71e90c2
    Merge pull request #269 from krtk6160/master Joost Jager 2020-08-19 11:47:24 +0200
  • 175941e46e
    Merge pull request #272 from carlaKC/config-fixdefaultconfigpath Carla Kirk-Cohen 2020-08-19 11:04:07 +0200
  • ed04120a1a
    loopd: set network in default config path carla 2020-08-18 21:42:13 +0200
  • d229a1a607
    config: add default network value carla 2020-08-18 21:35:46 +0200
  • 048a365e02
    Merge pull request #267 from carlaKC/215-readyonstart Carla Kirk-Cohen 2020-08-18 10:33:26 +0200
  • b75c2cb344
    Fix rest api docs link Kartik Shah 2020-08-18 00:56:18 +0530
  • 5cde3df968
    Fix grpc and rest api docs links Kartik Shah 2020-08-15 03:12:05 +0530
  • ca2d495cba
    loopout: more user friendly temporary server error carla 2020-08-14 10:11:41 +0200
  • b4e4d5c73d
    loopd: block until lnd is synced to chain carla 2020-08-13 11:19:11 +0200
  • 435238ac03
    mutli: bump lndclient version carla 2020-08-13 11:17:03 +0200
  • 5d61fd508a
    Merge pull request #266 from carlaKC/config-dbpath Carla Kirk-Cohen 2020-08-13 14:25:33 +0200
  • d7150d5556
    loopd: add data, loop and config options carla 2020-08-12 16:28:11 +0200
  • 261eb81c39
    Merge pull request #264 from lightninglabs/v0.8.0-beta v0.8.0-beta Alex Bosworth 2020-08-11 10:41:56 -0700
  • 86be27b704
    version: bump to 0.8.0-beta Alex Bosworth 2020-08-10 12:58:02 -0700
  • a240c69b75
    Merge pull request #258 from carlaKC/65-confirmationparam Carla Kirk-Cohen 2020-08-05 10:56:55 +0200
  • 13449fb7ea
    loop: add htlc confirmations flag to loop out command carla 2020-07-27 13:00:46 +0200
  • 852f459391
    multi: add htlc confirmations parameter to client loop out request carla 2020-08-04 16:37:24 +0200
  • 1877b7f08b
    multi: store loop out htlc confirmations on disk carla 2020-08-04 20:28:06 +0200
  • e15549e9af
    Merge pull request #263 from carlaKC/205-addlabelling Carla Kirk-Cohen 2020-08-04 17:18:52 +0200
  • f62d09528d
    loop: allow creation of loops with labels on cli carla 2020-07-28 11:31:06 +0200
  • 8da0ea6048
    looprpc: add label to swap creation and display in list swaps carla 2020-07-28 11:21:28 +0200
  • 9678c7817d
    multi: add swap label to SwapContract and store under separate key carla 2020-08-03 10:55:58 +0200
  • e2c54bd052
    Merge pull request #259 from carlaKC/252-loopstates Carla Kirk-Cohen 2020-07-30 16:58:35 +0200
  • a9849bb317
    multi: add failure reason to swap client server carla 2020-07-30 09:09:27 +0200
  • d046a68673
    Merge pull request #256 from lightninglabs/v0.7.0-beta v0.7.0-beta Alex Bosworth 2020-07-21 10:38:22 -0700
  • 9b0db0ebcd
    version: bump to v0.7.0-beta Alex Bosworth 2020-07-21 09:18:31 -0700
  • 9efca9da11
    Merge pull request #254 from gcomte/master Oliver Gugger 2020-07-17 16:21:28 +0200
  • 6e916f2e40 looprpc/docs: fix typo Gabriel Comte 2020-07-17 16:10:29 +0200
  • 2f40064639
    Merge pull request #248 from joostjager/user-expiry Joost Jager 2020-07-17 11:11:57 +0200
  • 43323ffbe2
    loopout: extend htlc expiry based on conf target Joost Jager 2020-07-14 14:54:06 +0200
  • e72d998e78
    loopout: show expiry range in terms Joost Jager 2020-07-15 13:00:27 +0200
  • 05fd1da496
    looprpc: update server proto Joost Jager 2020-07-15 09:17:57 +0200
  • 85eb3d0fee
    loopout/test: prevent modification of global test request Joost Jager 2020-07-15 16:44:48 +0200
  • f5f2d4261b
    Merge pull request #226 from carlaKC/138-consumeswapsubscription Carla Kirk-Cohen 2020-07-16 21:28:28 +0200
  • cd2b08aec6
    multi: consume and log sever state updates carla 2020-07-16 12:01:02 +0200
  • a6539b6adb
    Merge pull request #249 from joostjager/split-client-messages Joost Jager 2020-07-15 09:12:29 +0200
  • 8d1ec50fa7
    looprpc: split quote message Joost Jager 2020-07-14 15:20:37 +0200
  • 24099aa4f9
    looprpc: split terms message Joost Jager 2020-07-14 15:13:55 +0200
  • 57374efd46
    Merge pull request #246 from lightninglabs/fix-slack-link Alex Bosworth 2020-07-02 10:59:58 -0700
  • 49e8f059e0
    docs: Update Slack link Alex Bosworth 2020-07-02 10:37:46 -0700
  • 9c503fcf2c
    Merge pull request #245 from joostjager/bump-v0.6.5-beta v0.6.5-beta Joost Jager 2020-07-02 15:30:54 +0200
  • 32d3c2fcfe
    version: bump to v0.6.5-beta Joost Jager 2020-07-02 14:57:26 +0200
  • 776be3a24a
    loopdb: add native segwit version bump to prevent client downgrade carla 2020-07-02 10:30:49 +0200
  • dcb3b50eec
    Merge pull request #242 from joostjager/user-message Joost Jager 2020-06-30 18:20:28 +0200
  • 1869ad670f
    looprpc: expose server message to clients Joost Jager 2020-06-30 14:10:33 +0200
  • 8b215edaa2
    multi: create init result structs Joost Jager 2020-06-30 14:06:36 +0200
  • 68012f051a
    loopout: create LoopOutSwapInfo struct Joost Jager 2020-06-30 13:45:12 +0200
  • c6c30e2988
    multi: log server message Joost Jager 2020-06-30 12:55:50 +0200
  • d76959de40
    Merge pull request #240 from joostjager/loopin-record-htlc Joost Jager 2020-06-29 13:52:02 +0200
  • f91422d188
    loopin: record htlx tx hash Joost Jager 2020-06-25 12:35:22 +0200
  • a3b7fa5977
    loopin: fail swap when htlc amount is incorrect Joost Jager 2020-06-25 13:55:27 +0200
  • e33d2fb762
    loopin: extract persistState Joost Jager 2020-06-25 13:15:58 +0200
  • 6b8fcc547c
    loopin: rename to persistAndAnnounceState Joost Jager 2020-06-25 13:14:39 +0200
  • 60b907a34f
    loopin: refactor htlc conf event loop Joost Jager 2020-06-25 12:11:17 +0200
  • 98faa8c59d
    Merge pull request #239 from joostjager/fix-pending-state Joost Jager 2020-06-25 14:21:49 +0200
  • b5a49ed205
    loopdb: classify InvoiceSettled as pending Joost Jager 2020-06-25 12:39:02 +0200
  • 4ea21cee8b
    Merge pull request #238 from joostjager/loopout-record-htlc Joost Jager 2020-06-25 10:36:18 +0200
  • e22524a262
    loopout: register for confirmation using htlc tx hash Joost Jager 2020-06-23 11:49:43 +0200
  • 190caa4097
    loopout/test: refactor test Joost Jager 2020-06-23 12:09:47 +0200
  • 4da4738a2d
    loopdb: persist htlc tx hash Joost Jager 2020-06-23 11:42:12 +0200
  • 12a7b34d88
    loopdb: migrate to nested updates structure Joost Jager 2020-06-23 11:00:02 +0200
  • eaf8239e49
    loopdb: allow restored databases to contain nil values Joost Jager 2020-06-23 12:40:35 +0200
  • 3e71ff0c81
    loopdb: strongly typed constants Joost Jager 2020-06-23 12:35:22 +0200
  • fc8f3c9986
    Merge pull request #237 from joostjager/external-lndclient lndclient-split Joost Jager 2020-06-18 15:14:32 +0200
  • 0c9fcd790e
    lndclient: move to github.com/lightninglabs/lndclient Joost Jager 2020-06-17 22:25:57 +0200
  • d4046a6053
    Merge pull request #235 from joostjager/basic-conn Joost Jager 2020-06-17 09:39:14 +0200
  • 40cb9644e8
    Merge pull request #221 from carlaKC/lndclient-faraday Carla Kirk-Cohen 2020-06-17 09:00:54 +0200
  • ab6e89c911
    Merge pull request #236 from joostjager/out-return-p2wsh Joost Jager 2020-06-17 08:50:00 +0200
  • fbb1a3b204
    lndclient: add list sweeps to wallet cilent carla 2020-06-17 08:44:44 +0200
  • c76f2c4cf1
    lndclient: update listTransactions to return full transaction carla 2020-06-17 08:44:44 +0200
  • 475c7f29f1
    lndclient: add listpayments endpoint carla 2020-06-17 08:44:43 +0200
  • 5ca018613b
    lndclient: add listinvoices to client carla 2020-06-17 08:44:43 +0200
  • e016d2ebf4
    lndclient: add forwarding history call carla 2020-06-17 08:44:43 +0200
  • c1a9889e4d
    lndclient: add closed channels to lnd client carla 2020-06-17 08:44:43 +0200
  • 11a04e65ff
    lndclient: add initiator, private and uptime fields to listchannels carla 2020-06-17 08:44:43 +0200
  • 83f25c98a3
    loopd: return missing p2wsh loop out address Joost Jager 2020-06-17 08:27:01 +0200
  • 0d67b3987a
    Merge pull request #220 from wpaulino/walletkit-coin-selection Olaoluwa Osuntokun 2020-06-16 19:04:50 -0700
  • db69720acc lndclient: extract basic connection Joost Jager 2020-06-16 11:37:11 +0200
  • 2c13d53bcb
    lndclient: expose basic coin selection RPCs for WalletKitClient Wilmer Paulino 2020-06-05 10:33:08 -0700
  • 59efe375e0
    Merge pull request #230 from joostjager/doc-insecure Joost Jager 2020-06-15 19:53:56 +0200
  • b61b886c16
    loopd: group and clarify swap server parameters Joost Jager 2020-06-15 11:04:37 +0200