Commit graph

1748 commits

Author SHA1 Message Date
Slyghtning
e86ccb9bfc
Merge pull request #893 from hieblmi/fix-withdraw-request-params
staticaddr: fix withdraw backwards compat
2025-03-04 11:54:58 +01:00
Slyghtning
c1c809d729
staticaddr: re-add feeRate to withdrawal request 2025-03-03 16:17:38 +01:00
Slyghtning
ca9acf3074
swapserverrpc: restore old withdrawal params 2025-03-03 16:15:14 +01:00
András Bánki-Horváth
10c15c0d88
Merge pull request #885 from lightninglabs/cache-update
github: update cache version from deprecated v1 to v4
2025-02-11 19:14:08 +01:00
Andras Banki-Horvath
f8d5f02f23
github: update cache version from deprecated v1 to v4 2025-02-11 16:21:28 +01:00
Slyghtning
e41e7f5195
Merge pull request #860 from hieblmi/withdraw-amounts
StaticAddr: Withdraw arbitrary amounts
2025-02-09 16:06:12 +01:00
Slyghtning
c7cc47bdc3
loopd: arbitrary withdrawal amount for static address deposits 2025-02-09 15:57:26 +01:00
Slyghtning
2622882d76
staticaddr: arbitrary withdrawal amount 2025-02-09 15:57:24 +01:00
Slyghtning
e8d1a43c01
swapserverrpc: static address amount and change amount for withdrawals 2025-02-09 15:40:17 +01:00
Slyghtning
e17e5522ac
looprpc: static address amount for withdrawals 2025-02-09 15:40:16 +01:00
András Bánki-Horváth
c8546d90b3
Merge pull request #884 from bhandras/notification-no-busy-wait
notifications: do not hog the CPU if there's no L402 token yet
2025-02-07 12:27:46 +01:00
Konstantin Nick
992884cc47
Merge pull request #881 from sputn1ck/autoloop_ignore_asset_chans
autoloop: ignore asset channels
2025-02-07 10:34:36 +01:00
sputn1ck
4dd3074a68
autoloop: ignore asset channels 2025-02-07 10:23:54 +01:00
Boris Nagaev
1f07c375d4
Merge pull request #882 from starius/always-mixed-batches
sweepbatcher: always enabled mixed batches
2025-02-06 20:36:46 -03:00
Andras Banki-Horvath
0591a941a7
notifications: do not hog the CPU if there's no L402 token yet 2025-02-06 20:03:55 +01:00
Boris Nagaev
2c38de121c
sweepbatcher: always enabled mixed batches
Mixed batches approach covers the case where all the inputs are cooperative
(function publishBatchCoop) and it is better than fully non-cooperative case
(function publishBatch), but it can also create such transaction if needed, i.e.
if all the sweeps are non-cooperative. So we can remove functions publishBatch,
publishBatchCoop, option WithMixedBatch and associated code in greedy batch
selection algorithm.
2025-02-05 15:16:57 -03:00
András Bánki-Horváth
a5e7a5057d
Merge pull request #880 from lightninglabs/dependabot/go_modules/looprpc/golang.org/x/net-0.33.0
build(deps): bump golang.org/x/net from 0.27.0 to 0.33.0 in /looprpc
2025-02-05 18:28:44 +01:00
dependabot[bot]
b54fc7181b
build(deps): bump golang.org/x/net from 0.27.0 to 0.33.0 in /looprpc
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.27.0 to 0.33.0.
- [Commits](https://github.com/golang/net/compare/v0.27.0...v0.33.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-31 14:43:35 +00:00
András Bánki-Horváth
7b8ce15fff
Merge pull request #875 from lightninglabs/dependabot/go_modules/golang.org/x/net-0.33.0
build(deps): bump golang.org/x/net from 0.27.0 to 0.33.0
2025-01-31 15:42:41 +01:00
András Bánki-Horváth
2b83f454bc
Merge pull request #879 from bhandras/notification-manager-backoff-fixup
notifications: implement incremental backoff for invalid L402 tokens
2025-01-29 21:40:36 +01:00
Andras Banki-Horvath
61e1528526
notifications: handle pending L402 payment 2025-01-29 20:48:30 +01:00
Andras Banki-Horvath
43aa5664fe
notifications: implement incremental backoff for invalid L402 tokens 2025-01-29 20:21:52 +01:00
Konstantin Nick
bb859c51f9
Merge pull request #876 from sputn1ck/asset_loop_out_fixes
Minor asset loop out fixes
2025-01-22 15:43:19 +01:00
sputn1ck
d0191d29fe
cmd/quote: add asset rate to display 2025-01-22 15:40:57 +01:00
sputn1ck
95aae0e800
loopout/asset: add asset rate 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
9d49804429
assetclient: fix wrong fee limit 2025-01-22 15:40:57 +01:00
dependabot[bot]
aa9d398528
build(deps): bump golang.org/x/net from 0.27.0 to 0.33.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.27.0 to 0.33.0.
- [Commits](https://github.com/golang/net/compare/v0.27.0...v0.33.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-21 18:43:45 +00:00
Konstantin Nick
684db85a95
Merge pull request #872 from sputn1ck/asset_simple_loopout
Simple Asset Loop out
2025-01-21 19:42:11 +01:00
sputn1ck
51bdf040e3
loopins: add private flag when creating invoice 2025-01-21 18:26:20 +01:00
sputn1ck
3e3c863819
loopout: add asset accounting 2025-01-21 18:26:20 +01:00
sputn1ck
dfa58d4906
cmd/loopout: add asset flags 2025-01-21 18:26:20 +01:00
sputn1ck
40614a2a7a
loopdb: add asset params to store 2025-01-21 18:26:20 +01:00
sputn1ck
1440b6bb1d
loopout: add asset loop out payment flow 2025-01-21 18:26:19 +01:00
sputn1ck
0a0cda46b9
looprpc: add loop out asset params 2025-01-21 18:12:57 +01:00
sputn1ck
8451f29f8f
loopd: add asset client to swap config 2025-01-21 14:38:02 +01:00
sputn1ck
20d5081368
assets: add basic asset client 2025-01-21 14:38:02 +01:00
Boris Nagaev
8062952ab2
Merge pull request #874 from starius/improve-logs
loopout: improve log messages
2025-01-19 20:29:13 -03:00
Boris Nagaev
80fcf19009
loopout: improve log messages
Original message "Checking preimage reveal height 231435 exceeded" was not clear
and could be interpreted that the swap has expired. Now the same message looks
like this: "Checking if preimage reveal height 231435 was exceeded".
2025-01-18 11:49:50 -03:00
Boris Nagaev
188e56785e
Merge pull request #871 from starius/sweepbatcher-fixes
sweepbatcher: fix some minor bugs
2025-01-17 12:44:57 -03:00
Boris Nagaev
6efd010014
sweepbatcher: run batch with currentHeight set
Prevent a crash with "a height hint greater than 0 must be provided" error when
monitorSpend starts at the beginning of batch.Run.

The timer timerChan is now initialized at the start, because it was previously
initialized after the first block (the current tip) was read from blockChan and
now the first block is read before the main for-select loop to fill the field
currentHeight in advance.
2025-01-17 12:39:31 -03:00
Boris Nagaev
89fbf9a5cf
sweepbatcher: rm unused field batch.blockEpochChan 2025-01-17 12:39:31 -03:00
Boris Nagaev
06ed714e9a
sweepbatcher: check that spending tx has an output
Previously the code handling spending tx crashed if it doesn't have an output.
This is likely to occur only in tests.
2025-01-17 12:39:24 -03:00
Alex Bosworth
7cfceb7676
Merge pull request #870 from lightninglabs/alexbosworth-patch-8
version: bump version to v0.29.0-beta
2024-12-18 11:33:44 -08:00
Alex Bosworth
94192425fa
version: bump version to v0.29.0-beta 2024-12-18 11:21:09 -08:00
Konstantin Nick
efcfc3b765
Merge pull request #869 from lightninglabs/dependabot/go_modules/golang.org/x/crypto-0.31.0
build(deps): bump golang.org/x/crypto from 0.25.0 to 0.31.0
2024-12-18 15:46:59 +01:00
dependabot[bot]
0021569db1
build(deps): bump golang.org/x/crypto from 0.25.0 to 0.31.0
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.25.0 to 0.31.0.
- [Commits](https://github.com/golang/crypto/compare/v0.25.0...v0.31.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-18 14:30:34 +00:00
Slyghtning
a49c60a3b0
Merge pull request #853 from lightninglabs/static-addr-staging
StaticAddr: merge staging to master
2024-12-18 15:29:17 +01:00
Slyghtning
acea303178
staticaddr: check dust limits before withdrawing 2024-12-16 11:37:48 +01:00
Slyghtning
10b970c5cc
staticaddr: no experimental flag for static 2024-12-13 21:40:42 +01:00