2
0
mirror of https://github.com/lightninglabs/loop synced 2024-11-08 01:10:29 +00:00
Commit Graph

1146 Commits

Author SHA1 Message Date
Slyghtning
ca933f843c
loopd: xpub support for loop out 2023-07-27 13:51:53 +02:00
Slyghtning
21281e3eb8
liquidity: xpub support for autoloop 2023-07-27 13:51:53 +02:00
Slyghtning
647333ac64
looprpc: account field for LoopOutRequest 2023-07-27 13:51:52 +02:00
George Tsagkarelis
a4db2625db
Merge pull request #612 from GeorgeTsagk/fix-typo 2023-07-20 13:28:03 +02:00
George Tsagkarelis
2a8a6cefc0
loop: fix musig2 typo 2023-07-19 16:19:24 +02:00
András Bánki-Horváth
916a8238f5
Merge pull request #610 from lightninglabs/dependabot/go_modules/swapserverrpc/google.golang.org/grpc-1.53.0
build(deps): bump google.golang.org/grpc from 1.38.0 to 1.53.0 in /swapserverrpc
2023-07-10 13:49:29 +02:00
dependabot[bot]
a2b2650e62
build(deps): bump google.golang.org/grpc in /swapserverrpc
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.38.0 to 1.53.0.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.38.0...v1.53.0)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-05 21:06:42 +00:00
Alex Bosworth
fcfa4b180d
Merge pull request #609 from lightninglabs/v0.25.2-beta
version: bump version to v0.25.2-beta
2023-07-04 09:23:34 -07:00
Alex Bosworth
d7e1574322
version: bump version to v0.25.2-beta 2023-07-04 09:02:07 -07:00
András Bánki-Horváth
ea02cd4f68
Merge pull request #608 from bhandras/remove-unavailable-platforms
build: remove unsupported platforms from the release script
2023-07-04 17:59:33 +02:00
Andras Banki-Horvath
46a7744656
build: remove unsupported platforms from the release script 2023-07-04 17:27:02 +02:00
Alex Bosworth
9b523d46d9
Merge pull request #607 from lightninglabs/v0.25.1-beta
version: bump version to v0.25.1-beta
2023-07-04 06:53:13 -07:00
Alex Bosworth
f4c92460bf
version: bump version to v0.25.1-beta 2023-07-03 08:25:04 -07:00
András Bánki-Horváth
88efd0e8ef
Merge pull request #606 from bhandras/remove-win-386
build: deprecate windows 386 from the release
2023-07-03 16:35:26 +02:00
Andras Banki-Horvath
763652fe9a
build: deprecate windows 386 from the release
The modernc.org/sqlite package does not build on windows 386 so we're
removing it from our release script.
2023-07-03 16:27:19 +02:00
Alex Bosworth
fb305de08a
Merge pull request #604 from lightninglabs/update-to-v0.25.0-beta
version: bump version to v0.25.0-beta
2023-07-03 07:06:54 -07:00
Alex Bosworth
3406fa8265
version: bump version to v0.25.0-beta 2023-06-27 19:51:59 -07:00
George Tsagkarelis
a62e9819c1
Merge pull request #603 from hieblmi/fix-typos
fix typos
2023-06-26 18:05:23 +03:00
Slyghtning
ae76aee14b
fix typos 2023-06-26 16:51:50 +02:00
George Tsagkarelis
4fc175f2d6
Merge pull request #602 from hieblmi/loopin-typos
loopin: fix typos
2023-06-26 16:07:15 +03:00
Slyghtning
c8848a2e46
loopin: fix typos 2023-06-26 12:51:25 +02:00
Konstantin Nick
32d48d3854
Merge pull request #601 from sputn1ck/expose_l402_id 2023-06-22 18:14:09 +02:00
sputn1ck
ca032b1f1d
multi: expose l402 id in grpc interface
This commit adds an additional field to the tokens in order to fetch the
relevant l402 ids for the users tokens.
2023-06-22 17:55:47 +02:00
Konstantin Nick
eaad220800
Merge pull request #599 from lightninglabs/dependabot/go_modules/github.com/docker/docker-20.10.24incompatible
build(deps): bump github.com/docker/docker from 20.10.13+incompatible to 20.10.24+incompatible
2023-06-20 20:20:20 +02:00
dependabot[bot]
d722690266
build(deps): bump github.com/docker/docker
Bumps [github.com/docker/docker](https://github.com/docker/docker) from 20.10.13+incompatible to 20.10.24+incompatible.
- [Release notes](https://github.com/docker/docker/releases)
- [Commits](https://github.com/docker/docker/compare/v20.10.13...v20.10.24)

---
updated-dependencies:
- dependency-name: github.com/docker/docker
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-20 17:55:42 +00:00
Konstantin Nick
0781cafbfb
Merge pull request #585 from sputn1ck/sqlite
Migrate from boltdb to sql
2023-06-20 19:54:37 +02:00
sputn1ck
b41752f110
build: add sqlite/postgres releasenotes 2023-06-20 19:11:26 +02:00
sputn1ck
270bc3104e
multi: add sql stores to loopd
This commit adds the ability to choose between different sql stores
for loopd. The default is sqlite, but it can be changed to postgres.
2023-06-20 18:59:32 +02:00
sputn1ck
a2abcd07d8
loopd: Run migration if boltdb exists 2023-06-20 18:59:32 +02:00
sputn1ck
69b4df0d9b
loopdb: add migrator
This commit adds a migrator to the loopdb package that manages migrating
between 2 databases
2023-06-20 18:59:31 +02:00
sputn1ck
9d7f3bf2fa
build: add postgres unit tests to makefile and CI 2023-06-20 18:59:31 +02:00
sputn1ck
3ee5bb6365
loopdb: add postgres store
This commit adds a postgres store to the loopdb package.
Ths postgres migrator uses a replacer filesystem to replace the
sqlite types to postgres types in the migration.
2023-06-20 18:59:30 +02:00
sputn1ck
ab8923fc38
loopdb: add sqlite test files 2023-06-20 18:59:25 +02:00
sputn1ck
9278c18768
loopdb: add nil check to boltdb liquidity test
This commit adds a nil check to the boltdb liquidity test. There was
a difference between the sqlite and boltdb implementation. This test
covers that.
2023-06-20 18:59:24 +02:00
sputn1ck
0826b748f5
loopdb: add sqlite store implementation 2023-06-20 18:59:23 +02:00
sputn1ck
f8c65bbc4c
loopdb: create base sqlite store 2023-06-20 17:31:40 +02:00
sputn1ck
206e463db7
loopdb: generate sqlc files 2023-06-20 17:31:40 +02:00
sputn1ck
85a757f635
loopdb: implement sqlite queries 2023-06-20 17:31:40 +02:00
sputn1ck
3c58e98a0f
loopdb: add loopdb sqlite migrations 2023-06-20 17:31:39 +02:00
sputn1ck
5c07c20d16
tools: add sqlc generation tools 2023-06-20 14:19:31 +02:00
sputn1ck
5d9d7c5c6e
loopdb: add batch insert
This commit adds a batch insert to the interface. This greatly reduces
the time the migration will take. It is not implemented for the boltdb, as
we will not be supporting migrating to the boltdb.
2023-06-20 14:06:05 +02:00
sputn1ck
becc8a38d8
multi: use context in loopdb call
This commit adds a context to our loopdb interface, which we should use
in the sqlite migration.
2023-06-19 12:28:32 +02:00
George Tsagkarelis
0be05a99cc
Merge pull request #596 from GeorgeTsagk/autoloop-false-positive-check
liquidity: add false-positive checks on autoloop tests
2023-06-14 16:35:03 +03:00
George Tsagkarelis
afca558817
liquidity: add false-positive checks on autoloop tests 2023-06-14 16:27:46 +03:00
George Tsagkarelis
9847f3ab3b
Merge pull request #595 from GeorgeTsagk/easy-autoloop-feeppm-param
Easy autoloop feeppm parameter
2023-06-14 16:06:41 +03:00
George Tsagkarelis
13da22428c
docs: add easyautoloop comment for custom feeppm 2023-06-14 15:58:45 +03:00
George Tsagkarelis
dbb49cfa05
liquidity: test low feeppm case for easyautoloop 2023-06-14 15:58:44 +03:00
George Tsagkarelis
64d2cbe5d6
liquidity: respect feeppm if set for easyautoloop 2023-06-14 15:53:09 +03:00
George Tsagkarelis
319a519309
Merge pull request #591 from GeorgeTsagk/autoloop-easy-tag
Autoloop easy tag
2023-06-05 17:49:51 +03:00
George Tsagkarelis
5e2cb14ff1
Merge pull request #594 from GeorgeTsagk/autoloop-in-flake-fix
Autoloop-in flake fix
2023-06-02 17:16:37 +03:00