carla
cc10d5b207
release_notes: note update to autoloop reasons for peers
2021-03-25 11:27:00 +02:00
carla
502e47362c
liquidity: add peers to swap interface and include in set reason
...
This commit adds a peer listing function to our generic swap
interface, which we will use to set reasons for swaps that are
specified by peer pubkey rather than channel.
2021-03-25 11:26:58 +02:00
carla
7ca7a70430
liquidity/test: add test to demonstrate missing peer reasons
2021-03-24 15:13:30 +02:00
Carla Kirk-Cohen
d6db6184f3
Merge pull request #348 from yyforyongyu/344-loop-quote
...
looprpc: add verbose resp in loop quote
2021-03-11 21:23:05 +02:00
Oliver Gugger
c9cb57faa2
Merge pull request #353 from lightninglabs/issue-template
...
GitHub: add issue templates
2021-03-09 15:12:07 +01:00
Oliver Gugger
313d6f6e5d
GitHub: add issue templates
...
To make initial triage easier and nudge people into reading the
documentation and gathering information before submitting an issue, we
add three issue templates: bug reports, feature requests and "other".
2021-03-09 11:07:40 +01:00
Carla Kirk-Cohen
4d9d398b23
Merge pull request #349 from ellemouton/validate-dest-addr-network
...
loopd: verify that dest addr is for correct chain
2021-03-09 09:18:35 +02:00
yyforyongyu
82401ff1ba
cmd: prettify loop quote in/out responses
2021-03-08 20:08:49 +08:00
Elle Mouton
5399e60554
loopd: verify that dest addr is for correct chain
...
This commit adds verification to the loop out request to ensure that the
formatting of the specified destination address matches the network that
lnd is running on.
2021-03-08 11:41:54 +02:00
Elle Mouton
5c34dd1177
loopd: refactor loop out request validation
...
This commit moves loop out request validation for labels and
confirmation targets into its own function for the purpose of easy
testing and also to make the additions of future request validation easy
to add and test.
2021-03-08 11:40:42 +02:00
yyforyongyu
c4d46a24a0
looprpc: add conf_target to loop in/out quote resp
2021-03-08 02:23:25 +08:00
Alex Bosworth
0fa3625989
Merge pull request #352 from lightninglabs/version-v0.12.0-beta
...
version: bump to v0.12.0-beta
2021-03-06 08:42:57 -08:00
Alex Bosworth
b5fcd9f326
version: bump to v0.12.0-beta
2021-03-05 13:41:49 -08:00
Carla Kirk-Cohen
9b9f64d133
Merge pull request #347 from carlaKC/189-loopinfees
...
loopin: store loop in on-chain fees
2021-03-05 16:15:44 +02:00
Carla Kirk-Cohen
5a639a2198
Merge pull request #351 from carlaKC/autoloop-defaults
...
liquidity: update default budget and confirmation target
2021-03-05 14:13:53 +02:00
carla
d928d53f10
loopin: store loop in on-chain fees
2021-03-05 11:33:21 +02:00
Carla Kirk-Cohen
6d4d53ca30
Merge pull request #350 from carlaKC/docker-make
...
dockerfile: use make rather than go install
2021-03-05 11:10:33 +02:00
carla
2b206e4d45
dockerfile: use make rather than go install
...
Using straight install does not set our current commit hash for
the daemon running in the docker container.
2021-03-05 11:07:28 +02:00
carla
c17631eee2
liquidity: increase default confirmation target
2021-03-05 09:53:27 +02:00
carla
4535018e58
liquidity: update default budget to use flat fee percentage
2021-03-05 09:02:35 +02:00
Carla Kirk-Cohen
c5ee9843cd
Merge pull request #340 from carlaKC/autoloop-feepercentage
...
liquidity: flat fee percentage for autoloop
2021-03-05 09:00:11 +02:00
carla
34726a4130
multi: update release notes and docs to include fee percentage
2021-03-04 10:21:24 +02:00
carla
d4b7f9a378
liquidity: update default fee setting to flat percentage
2021-03-04 10:21:22 +02:00
carla
299a0a4ff9
loop: add fee ppm to autoloop cli
2021-03-04 10:15:11 +02:00
carla
90561f8ac7
multi: add fee percentage to rpc
2021-03-04 10:14:52 +02:00
carla
dd1a2de731
multi: add flat fee percentage to autoloop
2021-03-04 10:14:37 +02:00
carla
c778124718
liquidity: move fees behind interface
2021-03-04 10:14:35 +02:00
carla
4911130671
loopin: store loop in on-chain fees
2021-03-03 12:49:59 +02:00
Carla Kirk-Cohen
9ce7fe4df9
Merge pull request #345 from carlaKC/typo-fix
...
loop: fix typo in htlc confs
2021-02-25 11:57:19 +02:00
carla
bf9dfdabbe
loop: fix typo in htlc confs
2021-02-25 10:49:31 +02:00
Carla Kirk-Cohen
fd4214e68d
Merge pull request #333 from carlaKC/autoloop-3-peerrules
...
autoloop: add peer level rules for aggregate liquidity management
2021-02-17 14:31:42 +02:00
carla
b393102696
multi: update docs and release notes to include peer level management
2021-02-17 14:13:00 +02:00
carla
b9aae4f8f9
loop: add peer rules to set rule command
2021-02-17 14:12:56 +02:00
carla
949e76bb2a
looprpc: add peer level rules to rpc
2021-02-17 10:56:32 +02:00
carla
3f46ae514b
liquidity: add peer-level liquidity rules to allow aggregate management
...
We add 'peer-level' rules to allow assessment of liquidity on a per-peer
level, rather than on an individual channel basis. No overlap is allowed
with the existing set of channel rules because this could lead to
contradictory rules.
2021-02-17 10:56:30 +02:00
carla
d1f121cbc6
liquidity: move swap suggestions behind interface
2021-02-17 10:55:38 +02:00
carla
c6e816ad95
liquidity: move swap creation into separate function
2021-02-17 10:55:36 +02:00
carla
9c35946cab
liquidity: simplify suggest swap to return swap amount
2021-02-16 13:31:48 +02:00
Alex Bosworth
2ecdd24e1c
Merge pull request #339 from rockstardev/patch-1
...
notes: update README.md
2021-02-14 17:31:51 -08:00
rockstardev
5baddac0fa
notes: update README.md
...
Additional notice for developers; they'll likely need HTTPS for connecting to exposed REST Api
2021-02-14 19:25:15 -06:00
Alex Bosworth
271215e8c6
Merge pull request #338 from lightninglabs/update-to-v0.11.4-beta
...
version: bump to 0.11.4-beta
2021-02-11 10:34:47 -08:00
Alex Bosworth
cf37c639e3
version: bump to 0.11.4-beta
2021-02-11 10:13:17 -08:00
Alex Bosworth
d389a93bd4
Merge pull request #337 from bhandras/macaroonpath_default
...
loop: add sane default for --lnd.macaroonpath
2021-02-11 10:07:47 -08:00
Andras Banki-Horvath
55dd74c233
notes: update release_notes.md
2021-02-11 18:41:32 +01:00
Andras Banki-Horvath
591a244867
loop: add sane default for --lnd.macaroonpath
2021-02-11 18:38:49 +01:00
Alex Bosworth
7d5e1a91c1
Merge pull request #335 from lightninglabs/v0.11.3-beta
...
version: bump to 0.11.3-beta
2021-02-09 12:50:00 -08:00
Alex Bosworth
ef28278d55
version: bump to 0.11.3-beta
2021-02-09 12:42:40 -08:00
Carla Kirk-Cohen
fe42664e16
Merge pull request #332 from carlaKC/autoloop-1-disqualified
...
autoloop: add reasons to explain no action
2021-02-08 09:46:02 +02:00
carla
cf50ffd43c
multi: add disqualified swaps to docs and release notes
2021-02-08 09:39:04 +02:00
carla
22bd4cabb4
looprpc: add disqualified channels to suggest swaps response
2021-02-08 09:39:03 +02:00