Boris Nagaev
7fcc508193
liquidity: gate static autoloop
...
Static-address loop-ins in autoloop are still experimental. Reject
loop_in_source=static-address at the RPC boundary unless loopd was started
with --experimental, and pass the same opt-in into the liquidity manager so
persisted params cannot bypass the gate after restart.
The existing static swap accounting remains wired through the manager; the
gate only controls accepting and planning new static-address autoloops.
2026-05-22 02:32:15 -05:00
Boris Nagaev
616b0534a6
docs: update (autoloop supports static)
2026-05-22 02:20:36 -05:00
Boris Nagaev
3abede2d8e
cmd/loop: fix openchannel help typo
...
Correct the duplicated article in the static openchannel
help text so the command summary reads cleanly. Refresh the
recorded help fixtures that surface that summary directly,
including the dedicated openchannel help output and the
parent static command listing.
2026-05-20 03:12:04 -05:00
Boris Nagaev
ad7b92e839
docs: regenerate loop CLI reference
2026-04-06 23:06:55 -05:00
Boris Nagaev
d3aae949dc
release: use Go 1.26.0
2026-03-02 15:08:11 -05:00
Slyghtning
c7006500e2
docs: update loop.md
2026-02-26 21:22:17 +01:00
Boris Nagaev
579ea31979
cmd/loop: add command "loop out sweephtlc"
...
The command is hidden, it is not for everyday use.
2026-01-29 17:40:58 -05:00
Slyghtning
70c95139e9
docs: update easy-exclude parameters
2025-11-21 15:44:51 +01:00
Boris Nagaev
a4dc59099b
cli: add command "loop stop"
...
* add StopDaemon RPC with permissions + REST binding
* expose `loop stop` CLI (with optional --wait) and wait logic
* pass daemon shutdown callback + unit test and regenerate docs/protos
2025-11-19 23:42:48 -03:00
Boris Nagaev
d677e9d7e6
multi: downgrade Go to 1.24.9
...
This is needed, because LND and LiT use 1.24.9.
2025-11-17 14:11:26 -03:00
Boris Nagaev
508d90f384
multi: update Go to 1.24.10
2025-11-16 00:26:02 -03:00
sputn1ck
c8c78c6f7a
versioning fixups
2025-10-31 19:05:40 +01:00
sputn1ck
e4f64ec9cc
Revert "Merge pull request #1028 from starius/downgrade-deps"
...
This reverts commit b11c959bc8 , reversing
changes made to 0a182ee308 .
2025-10-31 18:48:26 +01:00
Boris Nagaev
7d58b65a84
go.mod: downgrade deps for litd release
...
lnd v0.19.3-beta
tapd v0.6.1
go 1.23.12 (except in tools/ where golangci-lint needs Go 1.24)
Remove docs generators as cli-docs depends on Go 1.24.
2025-10-31 10:23:52 -03:00
Boris Nagaev
ef8b7b7dc2
cli: rename --amount to --amt in static
...
loop static in --amt
loop static withdraw --amt
This is done to make it consistent with other commands and products.
Keep --amount flag as an alias.
2025-10-26 15:07:30 -03:00
Boris Nagaev
83cbc7e30f
cli: fix --amount flag in static in and withdraw
...
Also fix --sat_per_vbyte flag.
All these flags were accessed using wrong type (signed vs unsigned int).
Previous version always parsed them as 0 even when set.
Regenerate the manual.
2025-10-24 19:39:46 -03:00
Boris Nagaev
8feab845c4
make: generate man and markdown files in docs/
2025-10-07 16:54:38 -03:00
Boris Nagaev
260b90d1af
release.sh: check Go version, provide GO_CMD var
2025-09-30 11:37:46 -03:00
Boris Nagaev
6d8872f995
release.sh: reproducible gzip on Mac
...
Make sure we use GNU gzip. Mac by default uses BSD gzip.
2025-09-29 22:24:10 -03:00
Boris Nagaev
2464e942ec
release.sh: use git describe --abbrev=10
...
Without --abbrev flag it may produce different number of hash characters
on different instances. It depends on the state of Git repo itself.
2025-09-29 11:27:25 -03:00
Boris Nagaev
35d0fa26ac
docs: describe "make docker-release"
2025-09-29 11:24:08 -03:00
Boris Nagaev
45d73ed5d4
README, docs: add static-ins and instant-outs
2025-09-18 01:07:09 -03:00
Mohamed Awnallah
295befd083
Move DOCKER.md to docs directory
2023-12-12 22:15:29 +02:00
test123
5c6dec50a0
fix command and branding
2023-08-11 11:02:03 -07:00
George Tsagkarelis
13da22428c
docs: add easyautoloop comment for custom feeppm
2023-06-14 15:58:45 +03:00
Andras Banki-Horvath
3be484488d
docs: correct autobudgetrefreshperiod example
2023-05-30 09:50:33 +02:00
George Tsagkarelis
5edc39dff3
loop: update docs and release notes
2023-05-22 15:48:48 +03:00
George Tsagkarelis
1ff2e5c228
docs: add recurring budget and release note
2023-02-22 19:48:04 +02:00
Suhail Saqan
91673ab24b
Fixed a typo in autoloop.md
2022-01-06 15:30:59 -08:00
carla
23897a9a89
multi: update release notes and docs to make note of loop in
2021-12-15 09:11:49 +02:00
Maurice Poirrier
346ec2176c
docs: typo
2021-05-31 19:23:57 -04:00
Justin OBrien
f295dc9c94
Address comments
...
Added faqs with fees explainer, regtest section from Oli's PR, and several other tweaks
2021-03-21 09:10:17 -10:00
carla
34726a4130
multi: update release notes and docs to include fee percentage
2021-03-04 10:21:24 +02:00
carla
b393102696
multi: update docs and release notes to include peer level management
2021-02-17 14:13:00 +02:00
carla
cf50ffd43c
multi: add disqualified swaps to docs and release notes
2021-02-08 09:39:04 +02:00
carla
d5096cdc21
liquidity: relax restriction which requires no unrestricted swaps
...
In practice, this restriction has proven to be too strict. Autoloop will
now only hold off on a swap for a channel if a manual swap is
specifically using that channel.
2021-02-08 09:38:59 +02:00
carla
71ace95ac8
loop: rename autoloop specific parameters
2021-02-03 08:54:48 +02:00
carla
bdff286fda
docs: add swap size to autoloop documentation
2020-12-08 11:12:36 +02:00
carla
4fb856afff
docs: update autoloop fees to explain fee percentages properly
2020-11-23 15:52:10 +02:00
carla
293078d920
docs: add autoloop documentation
2020-11-03 11:09:02 +02:00
Alex Bosworth
974da15ead
docs: move out architecture diagram
2019-03-13 16:11:04 -07:00