2
0
mirror of https://github.com/lightninglabs/loop synced 2024-11-09 19:10:47 +00:00
Commit Graph

1484 Commits

Author SHA1 Message Date
Olaoluwa Osuntokun
3d0d73348d
loop: bump version to v0.1.1-alpha 2019-04-17 15:06:03 -07:00
Olaoluwa Osuntokun
34d96cb1dc
Merge pull request #44 from lightninglabs/alexbosworth-patch-6
Update documentation for 0.6.0 release
2019-04-16 17:11:34 -07:00
Olaoluwa Osuntokun
6684727952
Merge pull request #41 from joostjager/monitor-crash
loopd: fix nil ptr derefence for monitor
2019-04-16 17:10:35 -07:00
Olaoluwa Osuntokun
806db5bbe1
Merge pull request #39 from lightninglabs/alexbosworth-patch-5
Update to reflect testnet is supported
2019-04-16 17:07:36 -07:00
Alex Bosworth
4d77999f68
Update documentation for 0.6.0 release
Add a note that you can use 0.6.0 to use Loop
2019-04-16 17:03:40 -07:00
Joost Jager
7f9ab312fb
loopd: fix nil ptr derefence for monitor
Reason for the crash was an unpopulated HtlcAddress field.
2019-04-11 09:06:59 +02:00
Alex Bosworth
8aa4b2643e
Update to reflect testnet is supported
Modify description of Loop In to indicate it is supported on testnet
2019-04-09 17:49:30 -07:00
Olaoluwa Osuntokun
e8005d095a
Merge pull request #34 from joostjager/loopin-merge
Loop In
2019-04-04 17:20:14 -07:00
Joost Jager
30c7d71c57
use np2wsh for loop in htlc 2019-04-04 15:49:02 +02:00
Joost Jager
e765baa1f9
loopd: check loop in timeout already before a new block comes in 2019-04-04 15:33:33 +02:00
Joost Jager
b5d2fb3894
loopd: add loop in state InvoiceSettled 2019-04-02 10:54:40 +02:00
Joost Jager
a7f4feb9ea
README: add invoicesrpc tag 2019-04-02 10:54:12 +02:00
Joost Jager
f7676c3489
loop: show correct swap type 2019-04-02 10:54:12 +02:00
Joost Jager
f7f9751a1a
loop: hide loop in channel selection flag 2019-04-02 10:54:11 +02:00
Joost Jager
2e48ead6d6
loopd: loop in from external address
Allow user to specify that htlc will be published by an external source.
In that case no internal htlc tx will be published.

To facilitate sending to the htlc address, the swap initiation response
is extended with that address.
2019-04-02 00:02:04 +02:00
Joost Jager
8b2da64b0a
loopd: disable mainnet loop in 2019-03-28 11:56:49 +01:00
Joost Jager
3e960b8b54
multi: loop in swap 2019-03-28 11:56:49 +01:00
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.
2019-03-28 11:47:38 +01:00
Joost Jager
e81298ce3e
loopdb: move code to shared code file 2019-03-28 11:28:03 +01:00
Olaoluwa Osuntokun
79430a827e
Merge pull request #31 from joostjager/decodeaddress
multi: always supply chain params when decoding addresses
2019-03-27 18:13:51 -07:00
Joost Jager
9a1b60b4be
multi: always supply chain params when decoding addresses 2019-03-26 17:25:51 +01:00
Olaoluwa Osuntokun
ec40647147
Merge pull request #25 from Roasbeef/testnet-server
cmd/loopd: point to testnet loop server for testnet mode
2019-03-22 16:06:34 -07:00
Olaoluwa Osuntokun
e14e7e94b2
Merge pull request #26 from alexbosworth/keyword-amt-argument
cmd/loop: add amount as a discrete argument
2019-03-22 16:05:21 -07:00
Olaoluwa Osuntokun
b9b52c9a94
README: add instructions for testnet mode 2019-03-22 16:03:53 -07:00
Olaoluwa Osuntokun
c0a1b4e2ac
cmd/loopd: point to testnet loop server for testnet mode
Fixes #20.
2019-03-22 16:02:04 -07:00
Olaoluwa Osuntokun
ba6994e3d3
Merge pull request #29 from grunch/change-global-option-param-name
Change loopd global option parameter to rpcserver
2019-03-22 16:00:53 -07:00
Francisco Calderón
c9e482e58f
Change loopd global option parameter to rpcserver 2019-03-22 14:53:37 -03:00
Alex Bosworth
dd357ddb22
cmd/loop: add amount as a discrete argument 2019-03-21 22:02:08 -07:00
Alex Bosworth
769c69e512
Merge pull request #23 from conscott/install_for_dummies
README: Bold text lnd install instruction for dummies
2019-03-21 09:29:10 -07:00
conscott
3acbd72ccd Bold text lnd install instruction for dummies 2019-03-21 16:16:59 +00:00
Alex Bosworth
ffde70f0eb
Merge pull request #22 from joostjager/fix-loop-arg
loop: fix cmd line arg parsing bug
2019-03-21 08:33:03 -07:00
Joost Jager
4c910f28b0
loop: fix cmd line arg parsing bug 2019-03-21 13:41:50 +01:00
Olaoluwa Osuntokun
e4b4b9461f
Merge pull request #18 from lightninglabs/phrasing
README: Add loop out name
2019-03-20 17:43:03 -07:00
Olaoluwa Osuntokun
b744afaa6f
cmd/loop: add new key word argument for optional destination sweep address 2019-03-20 17:29:47 -07:00
Olaoluwa Osuntokun
f089ff3484
cmd/loop: use loop.Version() for loop cli version 2019-03-20 17:16:38 -07:00
Olaoluwa Osuntokun
fff001fd2e
cmd/loopd: show version on start up, add new --version flag 2019-03-20 17:16:11 -07:00
Olaoluwa Osuntokun
75b6230e4a
loop: add new version file, pin at 0.1-alpha 2019-03-20 17:15:14 -07:00
Alex Bosworth
a6376070bd
README: Add loop out name
Add in the name of the command to loop out at the top
2019-03-20 08:25:17 -07:00
Olaoluwa Osuntokun
9e4bbcd7e8
Merge pull request #17 from lightninglabs/initial-quickstart
README: Quickstart guide
2019-03-19 20:38:10 -07:00
Alex Bosworth
dafe2a6559
README: Quickstart guide
add more of a quickstart guide style edit to the readme content
2019-03-19 12:02:29 -07:00
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