Commit Graph

  • 6efa62347b
    multi: store swap cost in database Joost Jager 2019-05-15 14:01:27 +0200
  • 24a1b8d642
    loopdb: initialize new database with current version Joost Jager 2019-05-15 13:59:05 +0200
  • 7d6ed06d5c
    loopdb: enable logging Joost Jager 2019-05-20 12:22:31 +0200
  • 1b306ad425
    loopdb: replace swap state enum by state data object Joost Jager 2019-05-15 13:55:41 +0200
  • 793fb4d90e loop: introduce docker integration (#46) Geoff Taylor 2019-05-18 02:40:43 +0100
  • c25f528504 readme: update to reflect macaroon changes v0.1.2-alpha Alex Bosworth 2019-05-03 13:05:22 -0700
  • eece3adad1
    Merge pull request #52 from alexbosworth/master Olaoluwa Osuntokun 2019-05-03 15:28:59 -0700
  • 7318698917
    Merge pull request #51 from joostjager/swapserver-address Olaoluwa Osuntokun 2019-05-03 15:28:29 -0700
  • 193f365ad6
    readme: update to reflect macaroon changes Alex Bosworth 2019-05-03 13:05:22 -0700
  • 7687a2794c
    version: bump for patch release Alex Bosworth 2019-05-03 12:29:02 -0700
  • 753429547d
    swap: fix htlc address generation Joost Jager 2019-05-03 10:52:23 +0200
  • ca3cfc1431
    loopd: use proper default swap server address Joost Jager 2019-05-03 10:17:26 +0200
  • 56ab811f62
    lndclient: modify basic_client.go to use the mac dir rather than path Olaoluwa Osuntokun 2019-05-02 17:33:32 -0700
  • 52dbc03dda
    lndclient: add NewBasicClient function Olaoluwa Osuntokun 2019-04-30 19:43:08 -0700
  • f1f72bb2d1
    cmd/loopd: only replace testnet swapserver if not already set Olaoluwa Osuntokun 2019-04-24 18:26:45 -0700
  • 893954e69b
    Merge pull request #47 from alexbosworth/decrease-max-routing-fee Olaoluwa Osuntokun 2019-04-22 15:28:54 -0700
  • c557234969
    Merge pull request #45 from Roasbeef/macaroon-pouch Olaoluwa Osuntokun 2019-04-22 15:27:29 -0700
  • 6037d0105f
    cmd/loopd: rename MacaroonPath to MacaroonDir Olaoluwa Osuntokun 2019-04-17 15:49:23 -0700
  • 74d381fa63
    build: go mod tidy Olaoluwa Osuntokun 2019-04-16 19:18:44 -0700
  • 6d00809575
    cmd/loopd+lndclient: based on the network, update the macaron path if unset Olaoluwa Osuntokun 2019-04-16 19:18:28 -0700
  • 5f6ad1161b
    lndclient: switch to using per-call macaroons instead of a conn level macaroon Olaoluwa Osuntokun 2019-04-16 19:17:19 -0700
  • 2c97258ce7
    lndclient: NewLndServices now accepts a macaroon directory, not admin mac path Olaoluwa Osuntokun 2019-04-16 19:15:10 -0700
  • ee6191f844 lndclient: add new macaroonPouch struct Olaoluwa Osuntokun 2019-04-16 19:11:34 -0700
  • cdd5a7eea0
    cmd/loop: reduce off-chain payment max-fee Alex Bosworth 2019-04-18 15:29:39 -0700
  • 780a1eefef Updated DOCKER.md example to just map ~/.lnd and ~/.loop. * Removed mapping of home directory - one of the benefits of docker is being explicit about the resources the container uses so I felt bad mapping the entire home directory when only two known folders were used. Geoff Taylor 2019-04-18 21:52:34 +0100
  • 99c8e60f68 Fixed documentation on mapping of ~/.lnd * Would have caused problems because ~/.loop wasn't mapped * Now map entire home directory Geoff Taylor 2019-04-18 21:35:53 +0100
  • bfea8fca98 Introduced docker integration * Added Dockerfile to build loopd and loop with no dependencies. * Added instructions to build and run docker image. Geoff Taylor 2019-04-18 14:32:22 +0100
  • 3d0d73348d
    loop: bump version to v0.1.1-alpha v0.1.1-alpha Olaoluwa Osuntokun 2019-04-17 15:06:03 -0700
  • 34d96cb1dc
    Merge pull request #44 from lightninglabs/alexbosworth-patch-6 Olaoluwa Osuntokun 2019-04-16 17:11:34 -0700
  • 6684727952
    Merge pull request #41 from joostjager/monitor-crash Olaoluwa Osuntokun 2019-04-16 17:10:35 -0700
  • 806db5bbe1
    Merge pull request #39 from lightninglabs/alexbosworth-patch-5 Olaoluwa Osuntokun 2019-04-16 17:07:36 -0700
  • 4d77999f68
    Update documentation for 0.6.0 release Alex Bosworth 2019-04-16 17:03:40 -0700
  • 7f9ab312fb
    loopd: fix nil ptr derefence for monitor Joost Jager 2019-04-11 09:06:59 +0200
  • 8aa4b2643e
    Update to reflect testnet is supported Alex Bosworth 2019-04-09 17:49:30 -0700
  • e8005d095a
    Merge pull request #34 from joostjager/loopin-merge Olaoluwa Osuntokun 2019-04-04 17:20:14 -0700
  • 30c7d71c57
    use np2wsh for loop in htlc Joost Jager 2019-04-04 12:20:45 +0200
  • e765baa1f9
    loopd: check loop in timeout already before a new block comes in Joost Jager 2019-04-03 14:03:32 +0200
  • b5d2fb3894
    loopd: add loop in state InvoiceSettled Joost Jager 2019-04-02 10:51:51 +0200
  • a7f4feb9ea
    README: add invoicesrpc tag Joost Jager 2019-04-02 09:49:18 +0200
  • f7676c3489
    loop: show correct swap type Joost Jager 2019-04-02 09:31:01 +0200
  • f7f9751a1a
    loop: hide loop in channel selection flag Joost Jager 2019-04-02 09:21:53 +0200
  • 2e48ead6d6
    loopd: loop in from external address Joost Jager 2019-03-28 13:29:21 +0100
  • 8b2da64b0a
    loopd: disable mainnet loop in Joost Jager 2019-03-27 16:42:03 +0100
  • 3e960b8b54
    multi: loop in swap Joost Jager 2019-03-12 16:10:37 +0100
  • 6a0a9556a0
    loopdb: add loop in Joost Jager 2019-03-12 16:09:57 +0100
  • e81298ce3e
    loopdb: move code to shared code file Joost Jager 2019-03-27 16:20:29 +0100
  • 79430a827e
    Merge pull request #31 from joostjager/decodeaddress Olaoluwa Osuntokun 2019-03-27 18:13:51 -0700
  • 9a1b60b4be
    multi: always supply chain params when decoding addresses Joost Jager 2019-03-25 11:06:16 +0100
  • 6ddf0fa523
    cmd/loopd: add persistent logging, debug level toggle Olaoluwa Osuntokun 2019-03-22 17:24:17 -0700
  • 9a824d88b1
    lndclient: use lnd's build package for logging Olaoluwa Osuntokun 2019-03-22 17:21:59 -0700
  • b45956b84f
    loop: unify top level logger, use lnd's build pacakge for logging Olaoluwa Osuntokun 2019-03-22 17:21:26 -0700
  • ec40647147
    Merge pull request #25 from Roasbeef/testnet-server Olaoluwa Osuntokun 2019-03-22 16:06:34 -0700
  • e14e7e94b2
    Merge pull request #26 from alexbosworth/keyword-amt-argument Olaoluwa Osuntokun 2019-03-22 16:05:21 -0700
  • b9b52c9a94
    README: add instructions for testnet mode Olaoluwa Osuntokun 2019-03-22 16:03:53 -0700
  • c0a1b4e2ac
    cmd/loopd: point to testnet loop server for testnet mode Olaoluwa Osuntokun 2019-03-21 21:53:50 -0700
  • ba6994e3d3
    Merge pull request #29 from grunch/change-global-option-param-name Olaoluwa Osuntokun 2019-03-22 16:00:53 -0700
  • c9e482e58f
    Change loopd global option parameter to rpcserver Francisco Calderón 2019-03-22 14:53:37 -0300
  • dd357ddb22
    cmd/loop: add amount as a discrete argument Alex Bosworth 2019-03-21 22:02:08 -0700
  • 769c69e512
    Merge pull request #23 from conscott/install_for_dummies Alex Bosworth 2019-03-21 09:29:10 -0700
  • e794a86706
    cmd/loop: add new keyword argument for amt Alex Bosworth 2019-03-21 09:26:34 -0700
  • 3acbd72ccd Bold text lnd install instruction for dummies conscott 2019-03-21 16:16:14 +0000
  • ffde70f0eb
    Merge pull request #22 from joostjager/fix-loop-arg Alex Bosworth 2019-03-21 08:33:03 -0700
  • 4c910f28b0
    loop: fix cmd line arg parsing bug Joost Jager 2019-03-21 13:41:50 +0100
  • 91c0e92c4a
    cmd/loop: fix bug in optional swep addr parsing v0.1-alpha Olaoluwa Osuntokun 2019-03-20 20:15:12 -0700
  • 1a9c7523a3
    release: update release script w/ proper build flag target Olaoluwa Osuntokun 2019-03-20 20:13:52 -0700
  • e4b4b9461f
    Merge pull request #18 from lightninglabs/phrasing Olaoluwa Osuntokun 2019-03-20 17:43:03 -0700
  • b744afaa6f
    cmd/loop: add new key word argument for optional destination sweep address Olaoluwa Osuntokun 2019-03-20 17:29:42 -0700
  • f089ff3484
    cmd/loop: use loop.Version() for loop cli version Olaoluwa Osuntokun 2019-03-20 17:16:33 -0700
  • fff001fd2e
    cmd/loopd: show version on start up, add new --version flag Olaoluwa Osuntokun 2019-03-20 17:16:07 -0700
  • 75b6230e4a
    loop: add new version file, pin at 0.1-alpha Olaoluwa Osuntokun 2019-03-20 17:14:37 -0700
  • a6376070bd
    README: Add loop out name Alex Bosworth 2019-03-20 08:25:17 -0700
  • c4fd8ce150
    multi: loop in swap Joost Jager 2019-03-12 16:10:37 +0100
  • 0795a894f5
    loopdb: add loop in Joost Jager 2019-03-12 16:09:57 +0100
  • 9e4bbcd7e8
    Merge pull request #17 from lightninglabs/initial-quickstart Olaoluwa Osuntokun 2019-03-19 20:38:10 -0700
  • dafe2a6559
    README: Quickstart guide Alex Bosworth 2019-03-19 12:02:29 -0700
  • c0d5238ab4
    build: build against latest version of lnd Olaoluwa Osuntokun 2019-03-15 17:22:07 -0700
  • 48d34ed398
    cmd/loop: add command for quote Olaoluwa Osuntokun 2019-03-15 16:27:44 -0700
  • c9549ccf6c
    Merge pull request #15 from alexbosworth/architecture-diagram Olaoluwa Osuntokun 2019-03-15 15:59:29 -0700
  • 211f7b1647
    Merge pull request #16 from alexbosworth/increase-default-conf-target Olaoluwa Osuntokun 2019-03-15 15:59:10 -0700
  • 2e4b5dfd37
    loopd: increase swap fee window Alex Bosworth 2019-03-13 16:41:26 -0700
  • 974da15ead
    docs: move out architecture diagram Alex Bosworth 2019-03-13 16:11:04 -0700
  • 7b769d57bb
    Merge pull request #14 from wpaulino/looprpc-rest Olaoluwa Osuntokun 2019-03-12 20:43:37 -0700
  • eb8277b9f9
    cmd/loopd: add REST proxy Wilmer Paulino 2019-03-12 15:35:53 -0700
  • 9edb910f53
    looprpc: generate client REST definitions Wilmer Paulino 2019-03-12 15:34:45 -0700
  • d4e98ee67b
    release: add release script Olaoluwa Osuntokun 2019-03-07 21:49:59 -0800
  • 64e9be6699
    build: tidy go mod Olaoluwa Osuntokun 2019-03-07 21:49:47 -0800
  • eaa8af9e61
    Merge pull request #12 from lightninglabs/alexbosworth-patch-4 Olaoluwa Osuntokun 2019-03-07 15:59:05 -0800
  • ed98051daf
    Merge pull request #10 from joostjager/dev Olaoluwa Osuntokun 2019-03-07 15:57:59 -0800
  • 8ae257af1d
    Eliminate advice to delete macaroons.db Alex Bosworth 2019-03-07 13:02:10 -0800
  • 8d5faea971
    loop: move commands to separate files Joost Jager 2019-03-07 11:51:16 +0100
  • e70fc169f3
    loop: configurable loopd address Joost Jager 2019-03-07 11:48:55 +0100
  • 6eb9861eb4
    loopd: persistent configuration Joost Jager 2019-03-07 11:37:28 +0100
  • a83824bbb5
    build: add travis config Joost Jager 2019-03-07 10:19:27 +0100
  • 83e8d17d62
    Merge pull request #9 from lightninglabs/alexbosworth-patch-3 Olaoluwa Osuntokun 2019-03-06 21:28:23 -0800
  • a387837d4d
    Use updated command example in readme Alex Bosworth 2019-03-06 20:42:03 -0800
  • e837593eea
    Merge pull request #4 from lightninglabs/alexbosworth-patch-2 Olaoluwa Osuntokun 2019-03-06 20:35:47 -0800
  • 94f347e673
    multi: finalize rename from uncharge to loop out Olaoluwa Osuntokun 2019-03-06 20:32:24 -0800
  • e299dc696c
    looprpc: rename service actions from uncharge to loop out Olaoluwa Osuntokun 2019-03-06 18:24:29 -0800
  • 908d82acdb
    loop: extract code from client package into new loop primary package Olaoluwa Osuntokun 2019-03-06 18:22:46 -0800
  • f552bc06b1
    utils: remove utils package in favor of new swap package Olaoluwa Osuntokun 2019-03-06 18:20:51 -0800