Commit Graph

  • 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
  • cdcb9f8345 loopdb: make new loopdb package to house persistent storage Olaoluwa Osuntokun 2019-03-06 18:19:57 -0800
  • 5ff8a94c0c
    fix incorrect path Alex Bosworth 2019-03-06 19:02:07 -0800
  • 74cf29a9cf
    Merge pull request #3 from lightninglabs/alexbosworth-patch-1 Olaoluwa Osuntokun 2019-03-06 18:52:23 -0800
  • 98df5f7f13
    fix clone formatting Alex Bosworth 2019-03-06 17:51:38 -0800
  • e319528251
    Merge pull request #2 from lightninglabs/readme-intro Olaoluwa Osuntokun 2019-03-06 17:49:42 -0800
  • 6f7b047469
    Update README.md Alex Bosworth 2019-03-06 16:58:12 -0800
  • 04d44c3caf
    README: update db path naming Olaoluwa Osuntokun 2019-03-06 16:41:16 -0800
  • e423622c79
    README: update README with install notes and diagram Olaoluwa Osuntokun 2019-03-06 16:39:59 -0800
  • 724dcb49a5
    git: update gitignore to include new loop related binaries Olaoluwa Osuntokun 2019-03-06 15:57:13 -0800
  • 925b52e01f
    multi: rename swapcli to loop, swapd to loopd Olaoluwa Osuntokun 2019-03-06 15:56:58 -0800
  • 68d49eee88
    multi: update import paths to point to new looprpc pacakge Olaoluwa Osuntokun 2019-03-06 15:53:17 -0800
  • c33f30e43b
    swapd: remove old rpc folder Olaoluwa Osuntokun 2019-03-06 15:39:22 -0800
  • ba1f427cf4
    looprpc: move client+server protos to new looprpc package Olaoluwa Osuntokun 2019-03-06 15:38:36 -0800
  • a770e3d7c1
    loop: update all import paths to public repo Olaoluwa Osuntokun 2019-03-06 15:29:44 -0800
  • a1cf04208e
    git: update gitignore Olaoluwa Osuntokun 2019-03-06 15:28:04 -0800
  • a454186533
    README: add initial README Olaoluwa Osuntokun 2019-03-06 15:25:04 -0800
  • 1166691522
    Merge pull request #1 from joostjager/release Olaoluwa Osuntokun 2019-03-06 15:15:58 -0800
  • 21fcd8d94e
    Lightning Loop initial version Joost Jager 2019-03-06 21:13:50 +0100
  • c5eecda492
    Initial commit Olaoluwa Osuntokun 2019-02-15 17:57:58 -0800