Andras Banki-Horvath
e59fb997c8
build: remove travis
2023-08-29 15:48:33 +02:00
Konstantin Nick
cf59c4856f
Merge pull request #630 from sputn1ck/timeparsing_fix
...
sqldb: fix timeparsing edge cases
2023-08-24 22:42:18 +02:00
sputn1ck
942b0dc1bb
loopdb: change faulty year migration logic
...
This commit changes how the faulty year migration works, by just
checking if the deadline is far in the future and then
fixing it.
2023-08-24 16:21:25 +02:00
kon
64bdef9238
sqldb: change time parsing function
...
This commit changes the time parsing function to use the time.Parse
function instead of the prior manual parsing. Only if the year is
far in the future, we replace it with the current year.
2023-08-24 16:09:37 +02:00
Slyghtning
1f48b2c377
Merge pull request #629 from hieblmi/amt-help-text
...
loop: adjust loop out help text
2023-08-21 16:25:43 +02:00
Slyghtning
e490d97f3f
loop: fix loop out help text
2023-08-21 15:30:02 +02:00
András Bánki-Horváth
d2c5328ff9
Merge pull request #627 from bhandras/skip-migration-on-existing-db
...
loopd: always skip migration if `loop_sqlite.db` file already exists
2023-08-18 09:51:41 +02:00
Andras Banki-Horvath
cc24bebea8
loopd: always skip migration if loop_sqlite.db file already exists
...
This commit ensures that we don't even check for the existence of
the loop.db file if loop_sqlite.db already present. This is to ensure
that on systems that may by any trigger restore deleted files we don't
try to re-run migration which would otherwise make loopd unable to start
up properly.
2023-08-17 19:46:06 +02:00
Slyghtning
6a145ea123
Merge pull request #623 from Liongrass/master
...
Correct loop setrule command and styling in Autoloop guide
2023-08-12 16:58:11 +02:00
test123
5c6dec50a0
fix command and branding
2023-08-11 11:02:03 -07:00
Slyghtning
2cbc2ffc21
Merge pull request #622 from hieblmi/trivial-cleanup
...
trivial: clean up typos and comments
2023-08-11 17:05:02 +02:00
Slyghtning
20316042d9
trivial: clean up typos and comments
2023-08-10 15:43:33 +02:00
András Bánki-Horváth
24987ddf10
Merge pull request #620 from lightninglabs/bump-v0.26.2-beta
...
version: bump to v0.26.2-beta
2023-08-08 16:06:30 +02:00
Andras Banki-Horvath
954074e655
version: bump to v0.26.2-beta
2023-08-08 15:53:51 +02:00
Konstantin Nick
6e5f191c9e
Merge pull request #619 from sputn1ck/fix_faulty_timestamps
...
loopdb: fix timestamp parsing
2023-08-08 15:36:47 +02:00
sputn1ck
5cafa34ae9
loopdb: fix timestamp parsing
2023-08-08 15:20:00 +02:00
András Bánki-Horváth
4a476cb511
Merge pull request #618 from lightninglabs/bump-v0.26.1
...
version: bump to v0.26.1-beta
2023-08-08 09:32:03 +02:00
Andras Banki-Horvath
be71bf8cf5
version: bump to v0.26.1-beta
2023-08-08 09:24:59 +02:00
Konstantin Nick
824f543c0f
Merge pull request #617 from sputn1ck/fix_faulty_timestamps
...
loopdb: fix faulty timestamps on startup
2023-08-08 09:02:56 +02:00
sputn1ck
be9ca71bf2
loopd: convert unix millisecond timestamps to seconds
2023-08-08 08:42:16 +02:00
sputn1ck
f25b5e9626
loopdb: fix faulty timestamps on startup
...
This commit fixes faulty timestamps caused by using unix milliseconds
as unix seconds on startup.
This commit also adds a test for the lightning-terminal issue that first
reported the bug.
2023-08-07 21:04:30 +02:00
George Tsagkarelis
92c1f8ce62
Merge pull request #600 from GeorgeTsagk/add-initiators
...
Add initiators
2023-08-03 00:18:35 +03:00
Alex Bosworth
a9f1826c69
Merge pull request #616 from lightninglabs/update-to-v0.26.0-beta
...
version: bump version to v0.26.0-beta
2023-07-28 08:43:31 -07:00
Alex Bosworth
25c0cf1228
version: bump version to v0.26.0-beta
2023-07-28 07:32:42 -07:00
George Tsagkarelis
e9bc1dcc9e
multi: add initiator to mocked interfaces for tests
2023-07-28 14:43:19 +03:00
George Tsagkarelis
921f4d06e7
multi: integrate initiator string to various calls
2023-07-28 14:43:18 +03:00
George Tsagkarelis
1d47bef3a8
looprpc: update server proto files
2023-07-28 14:43:10 +03:00
Konstantin Nick
8986763470
Merge pull request #614 from gcaracuel/tlsvalidity_flag
...
Allow loopd autogenerated TLS cert validity override with a new flag
2023-07-27 16:27:05 +02:00
Guillermo Caracuel
7b31f1f64d
Update loopd/config.go
...
Co-authored-by: George Tsagkarelis <34623190+GeorgeTsagk@users.noreply.github.com>
2023-07-27 16:12:20 +02:00
gcaracuel
123d531c8b
Allow loopd autogenerated TLS cert validity override with a new loopd flag
...
Co-authored-by: George Tsagkarelis <34623190+GeorgeTsagk@users.noreply.github.com>
2023-07-27 16:04:06 +02:00
András Bánki-Horváth
a5f4f86b56
Merge pull request #615 from hieblmi/update-release-notes
...
docs: update release notes
2023-07-27 15:47:23 +02:00
Slyghtning
1088232f2c
docs: update release notes
2023-07-27 15:30:11 +02:00
George Tsagkarelis
a0933160b5
Merge pull request #605 from hieblmi/xpub-service
2023-07-27 15:03:59 +02:00
Slyghtning
2875149357
docs: update release notes
2023-07-27 14:37:00 +02:00
Slyghtning
d975b56f0e
loop: xpub support for loop out
2023-07-27 13:51:53 +02:00
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