Commit Graph

68 Commits (3e960b8b54f021d754ff12ce6eaaf9486472b7f8)
 

Author SHA1 Message Date
Joost Jager 3e960b8b54
multi: loop in swap 5 years ago
Joost Jager 6a0a9556a0
loopdb: add loop in
This commit adds the required code to persist loop in swaps. It also
introduces the file loop.go to which shared code is moved.

Sharing of contract serialization/deserialization code has been
reverted. The prepay fields do not apply to loop in, but were part of
the shared contract struct. Without also adding a migration, it wouldn't
be possible to keep the shared code.

In general it is probably more flexible to keep the contract
serialization code separated between in and out swaps.
5 years ago
Joost Jager e81298ce3e
loopdb: move code to shared code file 5 years ago
Olaoluwa Osuntokun 79430a827e
Merge pull request #31 from joostjager/decodeaddress
multi: always supply chain params when decoding addresses
5 years ago
Joost Jager 9a1b60b4be
multi: always supply chain params when decoding addresses 5 years ago
Olaoluwa Osuntokun ec40647147
Merge pull request #25 from Roasbeef/testnet-server
cmd/loopd: point to testnet loop server for testnet mode
5 years ago
Olaoluwa Osuntokun e14e7e94b2
Merge pull request #26 from alexbosworth/keyword-amt-argument
cmd/loop: add amount as a discrete argument
5 years ago
Olaoluwa Osuntokun b9b52c9a94
README: add instructions for testnet mode 5 years ago
Olaoluwa Osuntokun c0a1b4e2ac
cmd/loopd: point to testnet loop server for testnet mode
Fixes #20.
5 years ago
Olaoluwa Osuntokun ba6994e3d3
Merge pull request #29 from grunch/change-global-option-param-name
Change loopd global option parameter to rpcserver
5 years ago
Francisco Calderón c9e482e58f
Change loopd global option parameter to rpcserver 5 years ago
Alex Bosworth dd357ddb22
cmd/loop: add amount as a discrete argument 5 years ago
Alex Bosworth 769c69e512
Merge pull request #23 from conscott/install_for_dummies
README: Bold text lnd install instruction for dummies
5 years ago
conscott 3acbd72ccd Bold text lnd install instruction for dummies 5 years ago
Alex Bosworth ffde70f0eb
Merge pull request #22 from joostjager/fix-loop-arg
loop: fix cmd line arg parsing bug
5 years ago
Joost Jager 4c910f28b0
loop: fix cmd line arg parsing bug 5 years ago
Olaoluwa Osuntokun e4b4b9461f
Merge pull request #18 from lightninglabs/phrasing
README: Add loop out name
5 years ago
Olaoluwa Osuntokun b744afaa6f
cmd/loop: add new key word argument for optional destination sweep address 5 years ago
Olaoluwa Osuntokun f089ff3484
cmd/loop: use loop.Version() for loop cli version 5 years ago
Olaoluwa Osuntokun fff001fd2e
cmd/loopd: show version on start up, add new --version flag 5 years ago
Olaoluwa Osuntokun 75b6230e4a
loop: add new version file, pin at 0.1-alpha 5 years ago
Alex Bosworth a6376070bd
README: Add loop out name
Add in the name of the command to loop out at the top
5 years ago
Olaoluwa Osuntokun 9e4bbcd7e8
Merge pull request #17 from lightninglabs/initial-quickstart
README: Quickstart guide
5 years ago
Alex Bosworth dafe2a6559
README: Quickstart guide
add more of a quickstart guide style edit to the readme content
5 years ago
Olaoluwa Osuntokun c0d5238ab4
build: build against latest version of lnd 5 years ago
Olaoluwa Osuntokun 48d34ed398
cmd/loop: add command for quote 5 years ago
Olaoluwa Osuntokun c9549ccf6c
Merge pull request #15 from alexbosworth/architecture-diagram
docs: move out architecture diagram
5 years ago
Olaoluwa Osuntokun 211f7b1647
Merge pull request #16 from alexbosworth/increase-default-conf-target
loopd: increase swap fee window
5 years ago
Alex Bosworth 2e4b5dfd37
loopd: increase swap fee window 5 years ago
Alex Bosworth 974da15ead
docs: move out architecture diagram 5 years ago
Olaoluwa Osuntokun 7b769d57bb
Merge pull request #14 from wpaulino/looprpc-rest
looprpc+cmd/loopd: add client REST definitions and REST proxy
5 years ago
Wilmer Paulino eb8277b9f9
cmd/loopd: add REST proxy 5 years ago
Wilmer Paulino 9edb910f53
looprpc: generate client REST definitions 5 years ago
Olaoluwa Osuntokun d4e98ee67b
release: add release script 5 years ago
Olaoluwa Osuntokun 64e9be6699
build: tidy go mod 5 years ago
Olaoluwa Osuntokun eaa8af9e61
Merge pull request #12 from lightninglabs/alexbosworth-patch-4
Eliminate advice to delete macaroons.db
5 years ago
Olaoluwa Osuntokun ed98051daf
Merge pull request #10 from joostjager/dev
loop+loopd config flags
5 years ago
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
5 years ago
Joost Jager 8d5faea971
loop: move commands to separate files 5 years ago
Joost Jager e70fc169f3
loop: configurable loopd address 5 years ago
Joost Jager 6eb9861eb4
loopd: persistent configuration 5 years ago
Joost Jager a83824bbb5
build: add travis config 5 years ago
Olaoluwa Osuntokun 83e8d17d62
Merge pull request #9 from lightninglabs/alexbosworth-patch-3
Use updated command example in readme
5 years ago
Alex Bosworth a387837d4d
Use updated command example in readme
Use intended command
5 years ago
Olaoluwa Osuntokun e837593eea
Merge pull request #4 from lightninglabs/alexbosworth-patch-2
fix incorrect path
5 years ago
Olaoluwa Osuntokun 94f347e673
multi: finalize rename from uncharge to loop out 5 years ago
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.
5 years ago
Olaoluwa Osuntokun 908d82acdb
loop: extract code from client package into new loop primary package 5 years ago
Olaoluwa Osuntokun f552bc06b1
utils: remove utils package in favor of new swap package 5 years ago
Olaoluwa Osuntokun cdcb9f8345 loopdb: make new loopdb package to house persistent storage 5 years ago