Slyghtning
06bbb90fb1
cmd: add listwithdrawals command
2025-06-10 17:07:32 +02:00
Slyghtning
48a5f460b9
Merge pull request #944 from hieblmi/fix-static-commands
...
cmd: fix command descriptions
2025-05-19 16:32:17 +02:00
Slyghtning
1687590ef9
cmd: fix command descriptions
2025-05-19 15:53:03 +02:00
Slyghtning
cf0651af38
staticaddr: add expiry to NewAddress response
2025-05-15 14:56:49 +02:00
Oliver Gugger
059186568f
mod: bump tapd, add replace directive to compile tapd
...
Because tapd now uses a fork of the SQL migration library, which can
only be used through a replace directive which isn't populated
transitively to other dependent projects, we now need to copy that
directive to every project.
2025-05-02 09:49:07 +02:00
sputn1ck
1ce9bdd0d3
multi: use reservation ids in instant out quote
2025-04-30 15:35:25 +02:00
Andras Banki-Horvath
693d3a4ca0
liquidity: default to slow swaps for autloop
2025-04-29 18:56:49 +02:00
Sam Korn
b55521cb41
looprpc: add simple pagination to the ListSwaps command
...
This commit adds the ability to set a max_swaps and an index_offset
flag to the ListSwaps command. These new fields are applied AFTER
the initial filtering step. The response also now passes additional
information about the index count and total swaps filtered.
2025-04-19 22:31:45 -06:00
Boris Nagaev
023ac009c0
cmd/loop: crash if unknown flags are provided
...
Verify the number of positional arguments if they were provided to crash in
such scenarios:
$ loop out 250000 --xxx
$ loop in 250000 1000
These commands used to work ignoring the last argument.
2025-04-04 17:45:12 -03:00
Andras Banki-Horvath
9a6266f9f7
loop: add the commit_hash to GetInfoResponse, change version semantics
...
With this commit we extend GetinfoResponse with the strict commit hash
(which also includes whether the build tree was clean or dirty).
2025-04-04 12:47:30 +02:00
András Bánki-Horváth
00063418bd
Merge pull request #901 from gcaracuel/cli_env_global_flags
...
loop: Global flags to accept ENV vars overrides.
2025-04-01 18:16:12 +02:00
sputn1ck
98e6bf08c7
cmd: add debug forceautoloop cmd
2025-03-25 15:27:53 +01:00
sputn1ck
1dc1192282
cmd: add easy autoloop asset flags
2025-03-25 15:27:53 +01:00
gcaracuel
8534d0a048
loop: Global flags to accept ENV vars overrides.
2025-03-19 15:34:07 +01:00
Oliver Gugger
65251e8821
multi: update linter, fix issues
2025-03-10 22:59:50 +01:00
Slyghtning
c7cc47bdc3
loopd: arbitrary withdrawal amount for static address deposits
2025-02-09 15:57:26 +01:00
sputn1ck
d0191d29fe
cmd/quote: add asset rate to display
2025-01-22 15:40:57 +01:00
sputn1ck
fddad8a964
looprpc: rename assetamt to max amt
2025-01-22 15:40:57 +01:00
sputn1ck
dfa58d4906
cmd/loopout: add asset flags
2025-01-21 18:26:20 +01:00
Slyghtning
249a4237f8
staticaddr: fix waring message formatting
2024-12-13 21:34:31 +01:00
Slyghtning
9342b0fb94
staticaddr: remove build tag
2024-12-12 18:31:11 +01:00
Slyghtning
b25b451c42
cmd: add static address warning
2024-12-12 18:31:11 +01:00
Slyghtning
bfe09c50b8
staticaddr: add build tag
2024-12-12 18:31:10 +01:00
Slyghtning
042b513d50
staticaddr: dest addr and fee rate for withdrawals
2024-12-12 18:31:10 +01:00
sputn1ck
1c3921bea6
cmd/staticaddr: hide behind build flag
2024-12-12 18:31:10 +01:00
sputn1ck
3deeb3a2fd
loopcli/staticaddr: explicit loop in command
2024-12-12 18:31:09 +01:00
Slyghtning
e3e56ecc70
staticaddr: change min deposit confs from 3 to 6
2024-12-12 18:31:08 +01:00
Slyghtning
439d178b96
staticaddr: cmd listdeposits and listswaps
2024-12-12 18:31:08 +01:00
Slyghtning
a3f7fe44af
cmd: static address loop-in
2024-12-12 18:31:08 +01:00
Slyghtning
b9e5875f4e
looprpc: static address loop-ins
2024-12-12 18:31:06 +01:00
Slyghtning
55ff8aa4a7
cmd: quote for static address loop-ins
2024-12-12 18:31:06 +01:00
Slyghtning
8595c4ac6e
loopd: static address summary
2024-12-12 18:31:05 +01:00
Slyghtning
ab10ee972a
loop: static address withdrawals support
2024-12-12 18:31:05 +01:00
Slyghtning
063e4a24a7
staticaddr: add swap client to cmd
2024-12-12 18:31:03 +01:00
Slyghtning
edea6720cb
loop: list unspent static address outputs
2024-12-12 18:31:02 +01:00
Slyghtning
a0d10fca93
loop: static address creation client command
2024-12-12 18:31:02 +01:00
sputn1ck
7ca5dc81bc
cmd: add fetchl402 cli command
...
This commit adds a new command to the loop cli tool that fetches the
a l402 token from the swap server.
2024-10-30 17:18:35 +01:00
Boris Nagaev
dd57e8fb4e
cmd/loop: fix path options and loopDir interaction
...
According to the comment in the code, loopdir should affect tls cert path and
macaroon path only if custom values were not set for them. However the actual
code ignored custom tls cert path and macaroon path if loopdir and/or network
was changed. For instance, the following call:
loop --network regtest --tlscertpath tls.cert --macaroonpath loop.macaroon
resulted in using ~/.loop/regtest/tls.cert and ~/.loop/regtest/loop.macaroon
instead of the files provided.
This commit fixes the code to match the description in the comment.
Also the comment was updated to mention custom network setting in addition
to custom loopdir.
2024-08-05 00:37:41 -03:00
Andras Banki-Horvath
01c017d913
cli: add payment_timeout option to the CLI as well
2024-05-23 17:17:21 +02:00
Boris Nagaev
0e7927ac96
multi: replace LSAT with L402
...
git mv ./cmd/loop/lsat.go ./cmd/loop/l402.go
sed 's@lsat@l402@g' -i `git grep -l lsat`
sed 's@Lsat@L402@g' -i `git grep -l Lsat`
sed 's@LSAT@L402@g' -i `git grep -l LSAT`
make rpc
Updated release_notes.md.
2024-04-24 13:28:28 -03:00
sputn1ck
034bc246ca
cmd: add listinstantouts cmd
2024-03-04 12:26:17 +01:00
sputn1ck
6a62be0d09
instantout: add addr to send funds to
2024-03-04 09:43:52 +01:00
sputn1ck
194d021824
cmd: improve instantout ux
2024-03-03 11:49:53 +01:00
sputn1ck
cf6552944f
cmd: add instantout quote
2024-02-08 17:52:09 +01:00
sputn1ck
8c7c7cf8b5
loop: add instantout cmd
2024-02-06 15:07:59 +01:00
George Tsagkarelis
a9be69b281
multi: use isExternalAddr flag
2024-01-23 20:38:07 +02:00
sputn1ck
30acccbb6f
loop: add reservation cli commands
2024-01-17 15:59:08 +01:00
sputn1ck
c8172ade21
cmd: add listswaps filtering
2024-01-04 15:14:32 +01:00
Slyghtning
378d817f20
cmd: abandon api support
2023-11-27 11:14:14 +01:00
Oliver Gugger
bac1416636
multi: bump lnd version to v0.17.0-beta
2023-10-03 19:36:32 +02:00