Commit graph

1793 commits

Author SHA1 Message Date
sputn1ck
a10b483096
loopd: move asset client to config 2025-03-25 15:27:53 +01:00
sputn1ck
9f7249f14f
asset: add function to get asset price 2025-03-25 15:27:52 +01:00
sputn1ck
3c79e9d028
liquidity: add easy asset autoloop out 2025-03-25 14:02:09 +01:00
sputn1ck
e3f049ae6f
liquidity: add asset swap info to swap builder 2025-03-25 11:15:41 +01:00
sputn1ck
832a0526d6
liquidity: add easy asset params 2025-03-25 11:15:41 +01:00
András Bánki-Horváth
4ef15d6668
Merge pull request #904 from lightninglabs/dependabot/go_modules/github.com/golang-jwt/jwt/v4-4.5.2 2025-03-21 23:59:21 +01:00
dependabot[bot]
371fcfaf35
build(deps): bump github.com/golang-jwt/jwt/v4 from 4.5.1 to 4.5.2
Bumps [github.com/golang-jwt/jwt/v4](https://github.com/golang-jwt/jwt) from 4.5.1 to 4.5.2.
- [Release notes](https://github.com/golang-jwt/jwt/releases)
- [Changelog](https://github.com/golang-jwt/jwt/blob/main/VERSION_HISTORY.md)
- [Commits](https://github.com/golang-jwt/jwt/compare/v4.5.1...v4.5.2)

---
updated-dependencies:
- dependency-name: github.com/golang-jwt/jwt/v4
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-21 22:38:19 +00:00
Boris Nagaev
da312d310c
Merge pull request #903 from starius/sweepbatcher-error-details
sweepbatcher: add more details to errors
2025-03-21 11:36:13 -03:00
Boris Nagaev
90e36b5b71
sweepbatcher: add more details to errors
This is useful to debug errors from logs, to follow error propagation path.
2025-03-21 10:58:07 -03:00
Slyghtning
cecb24c673
Merge pull request #902 from hieblmi/fix-deadlock
staticaddr: lock mutex for active deposits access
2025-03-21 14:53:38 +01:00
Slyghtning
679ba13608
staticaddr: don't lock active deposits across state transition 2025-03-21 11:17:57 +01:00
Boris Nagaev
e704119f14
deposit: fix sending to finalizedDepositChan 2025-03-21 10:30:41 +01:00
Slyghtning
484681ab45
staticaddr: quit deposit fsm handler when finialized 2025-03-21 10:30:39 +01:00
Slyghtning
bf3a55948d
looprpc: update go to 1.23.6 2025-03-21 09:14:26 +01:00
Boris Nagaev
75ad9b4649
Merge pull request #890 from starius/unit-race
multi: fix race conditions and run unit tests with -race
2025-03-20 11:20:05 -03:00
Boris Nagaev
2f2c5a34e7
ci: run unit tests with -race 2025-03-19 15:00:31 +01:00
Boris Nagaev
3abd2d2235
make: add targets unit-race and unit-postgres-race 2025-03-19 15:00:31 +01:00
Boris Nagaev
dc4a5641ac
multi: initialize block height in New, not in Run
If Run sets the current height field, it is technically a race between Run and
other methods reading the field. Setting in New is a safer option.

Removed a check that height is not 0 from static address manager.
2025-03-19 15:00:31 +01:00
Boris Nagaev
3cbfadd27a
loop: fix race in loopOutSwap.payInvoiceAsync
The function used to call the method swapKit.swapInfo() which accessed many
fields of the swapKit which may change in parallel by handlePaymentResult called
by executeSwap (payInvoiceAsync is called in a goroutine). The fields are: cost,
state, and update time.
2025-03-19 15:00:31 +01:00
Boris Nagaev
ce77fcc12c
instantout/reservation: fix data race in test 2025-03-19 15:00:30 +01:00
Boris Nagaev
4c292f179f
staticaddr: fix race conditions in current height
Make the current height an atomic variable in staticaddr/address/manager.go and
in staticaddr/withdraw/manager.go.
Removed the initiation height from staticaddr/deposit/manager.go (not needed).
2025-03-19 15:00:30 +01:00
Boris Nagaev
e0e66a9b38
loopd: fix data races of logger 2025-03-19 15:00:30 +01:00
Boris Nagaev
2249c41d2f
loopdb: switch to go.etcd.io/bbolt
github.com/coreos/bbolt has race conditions:
https://github.com/golang/go/issues/54690
2025-03-19 15:00:30 +01:00
Alex Bosworth
d2c08bbb51
Merge pull request #900 from lightninglabs/alexbosworth-patch-9
version: bump version to v0.29.1-beta
2025-03-18 11:04:28 -07:00
Alex Bosworth
c5666ae3a6
version: bump version to v0.29.1-beta
increment version number
2025-03-18 08:11:05 -07:00
Boris Nagaev
5f5c6cb6ed
Merge pull request #899 from starius/min-conf-target-2
loopout: fix fee estimate failure if conf_target=1
2025-03-18 11:32:59 -03:00
Boris Nagaev
ddeb43d293
loopout: fix fee estimate failure if conf_target=1
The fee estimator fails if conf_target=1. Use conf_target=2 instead.

Fix https://github.com/lightninglabs/loop/issues/898
2025-03-18 10:58:23 -03:00
Boris Nagaev
a253b40062
Merge pull request #897 from starius/cleanup-without-cancel
loopin: use context.WithoutCancel in cleanup
2025-03-17 12:03:24 -03:00
Boris Nagaev
c2dddf0dfe
loopin: use context.WithoutCancel in cleanup
Ensure that MuSig2 cleanup does happen even if a context expires.
2025-03-16 18:21:32 -03:00
András Bánki-Horváth
db090960b2
Merge pull request #896 from bhandras/ci-go-runner-bump
github: update `setup-go` remove `cache`
2025-03-13 17:32:58 +01:00
Konstantin Nick
db4eb637a6
Merge pull request #895 from lightninglabs/dependabot/go_modules/looprpc/golang.org/x/net-0.36.0
build(deps): bump golang.org/x/net from 0.33.0 to 0.36.0
2025-03-13 17:29:06 +01:00
Andras Banki-Horvath
300ffa97d6
github: update setup-go remove cache
The setup-go@v5 has built in caching support.
2025-03-13 11:20:55 -05:00
dependabot[bot]
c8072e874a
build(deps): bump golang.org/x/net from 0.33.0 to 0.36.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.33.0 to 0.36.0.
- [Commits](https://github.com/golang/net/compare/v0.33.0...v0.36.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-13 11:51:53 -03:00
Oliver Gugger
3e46aff01c
Merge pull request #894 from lightninglabs/lnd-19
Update compile-time dependency of lnd to 0.19.0, update linter
2025-03-11 10:32:23 -06:00
Oliver Gugger
65251e8821
multi: update linter, fix issues 2025-03-10 22:59:50 +01:00
Oliver Gugger
722ad8839d
multi: update lnd compile-time dependency to v0.19.0 2025-03-10 22:59:49 +01:00
Boris Nagaev
800f0e0fba
Merge pull request #889 from starius/fix-unit-test-races
sweepbatcher: fix race conditions in unit tests
2025-03-04 14:10:34 -03:00
Boris Nagaev
60f49067cc
ci, Dockerfile: update Go to 1.24.0
Try to catch more race conditions in unit tests.
2025-03-04 13:45:08 -03:00
Boris Nagaev
a333031bf9
sweepbatcher: fix race conditions in UseLogger 2025-03-04 13:45:08 -03:00
Boris Nagaev
a2cee86783
sweepbatcher/test: fix races in require.Eventually
The code inside require.Eventually runs in parallel with the event loops
of the batcher and its batches. Accessing fields of the batcher and batches
must be done within an event loop.

To address this, testRunInEventLoop methods were added to the Batcher and batch
types. Unit tests were then rewritten to use this approach when accessing
batcher and batch fields.

Additionally, in many cases, receive operations from RegisterSpendChannel
were moved before require.Eventually. This prevents testRunInEventLoop from
getting stuck in an event loop while blocked on a RegisterSpendChannel send
operation.
2025-03-04 13:45:03 -03:00
Boris Nagaev
026890a1ea
sweepbatcher/test: protect mock data with mutex
Several structures were accessed without protection causing crashes under -race.
2025-03-04 12:57:27 -03:00
Boris Nagaev
ab59bdafd2
sweepbatcher: replace batch logger atomically
This is needed to fix crashes in unit tests under -race.
2025-03-04 12:56:54 -03:00
Boris Nagaev
a0f87241da
sweepbatcher: remove all completed batches
Previously, if a completed batch was visited after a batch to which the
sweep was added, it was not deleted because the function returned early.

This has been separated into two loops: the first one removes completed batches,
and the second one adds the sweep to a batch.
2025-03-04 11:17:39 -03:00
Boris Nagaev
a64f4610ab
sweepbatcher: fix usage of EventuallyWithT
It should use the c variable passed into the lambda, not the parent t.
It should use assert, not require package.
2025-03-04 10:25:30 -03:00
Boris Nagaev
f0f64f83c3
sweepbatcher: fix race in store_mock 2025-03-04 10:25:30 -03:00
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