2
0
mirror of https://github.com/lightninglabs/loop synced 2024-11-08 01:10:29 +00:00
Commit Graph

1494 Commits

Author SHA1 Message Date
Olaoluwa Osuntokun
c0d5238ab4
build: build against latest version of lnd 2019-03-15 17:22:07 -07:00
Olaoluwa Osuntokun
48d34ed398
cmd/loop: add command for quote 2019-03-15 16:27:44 -07:00
Olaoluwa Osuntokun
c9549ccf6c
Merge pull request #15 from alexbosworth/architecture-diagram
docs: move out architecture diagram
2019-03-15 15:59:29 -07:00
Olaoluwa Osuntokun
211f7b1647
Merge pull request #16 from alexbosworth/increase-default-conf-target
loopd: increase swap fee window
2019-03-15 15:59:10 -07:00
Alex Bosworth
2e4b5dfd37
loopd: increase swap fee window 2019-03-13 16:41:26 -07:00
Alex Bosworth
974da15ead
docs: move out architecture diagram 2019-03-13 16:11:04 -07:00
Olaoluwa Osuntokun
7b769d57bb
Merge pull request #14 from wpaulino/looprpc-rest
looprpc+cmd/loopd: add client REST definitions and REST proxy
2019-03-12 20:43:37 -07:00
Wilmer Paulino
eb8277b9f9
cmd/loopd: add REST proxy 2019-03-12 15:35:53 -07:00
Wilmer Paulino
9edb910f53
looprpc: generate client REST definitions 2019-03-12 15:34:45 -07:00
Olaoluwa Osuntokun
d4e98ee67b
release: add release script 2019-03-07 21:49:59 -08:00
Olaoluwa Osuntokun
64e9be6699
build: tidy go mod 2019-03-07 21:49:47 -08:00
Olaoluwa Osuntokun
eaa8af9e61
Merge pull request #12 from lightninglabs/alexbosworth-patch-4
Eliminate advice to delete macaroons.db
2019-03-07 15:59:05 -08:00
Olaoluwa Osuntokun
ed98051daf
Merge pull request #10 from joostjager/dev
loop+loopd config flags
2019-03-07 15:57:59 -08:00
Alex Bosworth
8ae257af1d
Eliminate advice to delete macaroons.db
There is no need to delete the macaroons.db to add signing permission to the .macaroon files, remove this advice
2019-03-07 13:02:10 -08:00
Joost Jager
8d5faea971
loop: move commands to separate files 2019-03-07 11:51:16 +01:00
Joost Jager
e70fc169f3
loop: configurable loopd address 2019-03-07 11:48:55 +01:00
Joost Jager
6eb9861eb4
loopd: persistent configuration 2019-03-07 11:37:28 +01:00
Joost Jager
a83824bbb5
build: add travis config 2019-03-07 10:19:27 +01:00
Olaoluwa Osuntokun
83e8d17d62
Merge pull request #9 from lightninglabs/alexbosworth-patch-3
Use updated command example in readme
2019-03-06 21:28:23 -08:00
Alex Bosworth
a387837d4d
Use updated command example in readme
Use intended command
2019-03-06 20:42:03 -08:00
Olaoluwa Osuntokun
e837593eea
Merge pull request #4 from lightninglabs/alexbosworth-patch-2
fix incorrect path
2019-03-06 20:35:47 -08:00
Olaoluwa Osuntokun
94f347e673
multi: finalize rename from uncharge to loop out 2019-03-06 20:34:04 -08:00
Olaoluwa Osuntokun
e299dc696c
looprpc: rename service actions from uncharge to loop out
In this commit, we rename all the service actions from uncharge, to loop
out instead. We do this in order to be line with the new naming scheme
for the service.
2019-03-06 20:34:02 -08:00
Olaoluwa Osuntokun
908d82acdb
loop: extract code from client package into new loop primary package 2019-03-06 20:34:01 -08:00
Olaoluwa Osuntokun
f552bc06b1
utils: remove utils package in favor of new swap package 2019-03-06 20:34:00 -08:00
Olaoluwa Osuntokun
cdcb9f8345 loopdb: make new loopdb package to house persistent storage 2019-03-06 20:33:27 -08:00
Alex Bosworth
5ff8a94c0c
fix incorrect path
correct cd into correct dir
2019-03-06 19:02:07 -08:00
Olaoluwa Osuntokun
74cf29a9cf
Merge pull request #3 from lightninglabs/alexbosworth-patch-1
fix clone formatting
2019-03-06 18:52:23 -08:00
Alex Bosworth
98df5f7f13
fix clone formatting
clone code is missing the ending `
2019-03-06 17:51:38 -08:00
Olaoluwa Osuntokun
e319528251
Merge pull request #2 from lightninglabs/readme-intro
Update README.md
2019-03-06 17:49:42 -08:00
Alex Bosworth
6f7b047469
Update README.md 2019-03-06 16:58:12 -08:00
Olaoluwa Osuntokun
04d44c3caf
README: update db path naming 2019-03-06 16:41:16 -08:00
Olaoluwa Osuntokun
e423622c79
README: update README with install notes and diagram 2019-03-06 16:40:04 -08:00
Olaoluwa Osuntokun
724dcb49a5
git: update gitignore to include new loop related binaries 2019-03-06 15:57:55 -08:00
Olaoluwa Osuntokun
925b52e01f
multi: rename swapcli to loop, swapd to loopd 2019-03-06 15:57:43 -08:00
Olaoluwa Osuntokun
68d49eee88
multi: update import paths to point to new looprpc pacakge 2019-03-06 15:53:23 -08:00
Olaoluwa Osuntokun
c33f30e43b
swapd: remove old rpc folder 2019-03-06 15:39:22 -08:00
Olaoluwa Osuntokun
ba1f427cf4
looprpc: move client+server protos to new looprpc package 2019-03-06 15:38:47 -08:00
Olaoluwa Osuntokun
a770e3d7c1
loop: update all import paths to public repo 2019-03-06 15:29:49 -08:00
Olaoluwa Osuntokun
a1cf04208e
git: update gitignore 2019-03-06 15:28:11 -08:00
Olaoluwa Osuntokun
a454186533
README: add initial README 2019-03-06 15:26:45 -08:00
Olaoluwa Osuntokun
1166691522
Merge pull request #1 from joostjager/release
Lightning Loop initial version
2019-03-06 15:15:58 -08:00
Joost Jager
21fcd8d94e
Lightning Loop initial version 2019-03-06 21:30:34 +01:00
Olaoluwa Osuntokun
c5eecda492
Initial commit 2019-02-15 17:57:58 -08:00