Commit Graph

1191 Commits (add-apple-silicon-build)
 

Author SHA1 Message Date
dstadulis 92b19175a0
build: add darwin-arm64 (Apple Silicon) as a release target
add darwin-arm64 (Apple Silicon) as a release target
8 months ago
Slyghtning 58b7400d21
Merge pull request #637 from hieblmi/sample-conf-file
conf: sample config for loopd
8 months ago
Slyghtning 07e1254c5a
conf: sample config for loopd 8 months ago
Alex Bosworth 7dc57b7d01
Merge pull request #638 from lightninglabs/update-to-v0.26.3
version: bump version to v0.26.3-beta
8 months ago
Alex Bosworth ec9d10d738
version: bump version to v0.26.3-beta 8 months ago
Konstantin Nick 077d702bc8
Merge pull request #631 from sputn1ck/instantloopout_1
[1/?] Instant loop out: Add FSM module
8 months ago
sputn1ck 20db07dccf
fsm: add fsm module
This commit adds a module for a finite state machine. The goal of the
module is to provide a simple, easy to use, and easy to understand
finite state machine. The module is designed to be used in future
loop subsystems. Additionally a state visualizer is provided to
help with understanding the state machine.
8 months ago
Slyghtning 5739fa59c9
Merge pull request #636 from hieblmi/loopin-settlement-fix
auto loopin: consider settled invoices swap succeeded
8 months ago
Slyghtning fd6a9cf3e9
loopin: consider settled invoices success 9 months ago
András Bánki-Horváth 57c9537d49
Merge pull request #635 from bhandras/remove-travis
build: remove travis
9 months ago
Andras Banki-Horvath e59fb997c8
build: remove travis 9 months ago
Konstantin Nick cf59c4856f
Merge pull request #630 from sputn1ck/timeparsing_fix
sqldb: fix timeparsing edge cases
9 months ago
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.
9 months ago
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.
9 months ago
Slyghtning 1f48b2c377
Merge pull request #629 from hieblmi/amt-help-text
loop: adjust loop out help text
9 months ago
Slyghtning e490d97f3f
loop: fix loop out help text 9 months ago
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
9 months ago
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.
9 months ago
Slyghtning 6a145ea123
Merge pull request #623 from Liongrass/master
Correct loop setrule command and styling in Autoloop guide
9 months ago
test123 5c6dec50a0
fix command and branding 9 months ago
Slyghtning 2cbc2ffc21
Merge pull request #622 from hieblmi/trivial-cleanup
trivial: clean up typos and comments
9 months ago
Slyghtning 20316042d9
trivial: clean up typos and comments 9 months ago
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
9 months ago
Andras Banki-Horvath 954074e655
version: bump to v0.26.2-beta 9 months ago
Konstantin Nick 6e5f191c9e
Merge pull request #619 from sputn1ck/fix_faulty_timestamps
loopdb: fix timestamp parsing
9 months ago
sputn1ck 5cafa34ae9
loopdb: fix timestamp parsing 9 months ago
András Bánki-Horváth 4a476cb511
Merge pull request #618 from lightninglabs/bump-v0.26.1
version: bump to v0.26.1-beta
9 months ago
Andras Banki-Horvath be71bf8cf5
version: bump to v0.26.1-beta 9 months ago
Konstantin Nick 824f543c0f
Merge pull request #617 from sputn1ck/fix_faulty_timestamps
loopdb: fix faulty timestamps on startup
9 months ago
sputn1ck be9ca71bf2
loopd: convert unix millisecond timestamps to seconds 9 months ago
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.
9 months ago
George Tsagkarelis 92c1f8ce62
Merge pull request #600 from GeorgeTsagk/add-initiators
Add initiators
10 months ago
Alex Bosworth a9f1826c69
Merge pull request #616 from lightninglabs/update-to-v0.26.0-beta
version: bump version to v0.26.0-beta
10 months ago
Alex Bosworth 25c0cf1228
version: bump version to v0.26.0-beta 10 months ago
George Tsagkarelis e9bc1dcc9e
multi: add initiator to mocked interfaces for tests 10 months ago
George Tsagkarelis 921f4d06e7
multi: integrate initiator string to various calls 10 months ago
George Tsagkarelis 1d47bef3a8
looprpc: update server proto files 10 months ago
Konstantin Nick 8986763470
Merge pull request #614 from gcaracuel/tlsvalidity_flag
Allow loopd autogenerated TLS cert validity override with a new flag
10 months ago
Guillermo Caracuel 7b31f1f64d
Update loopd/config.go
Co-authored-by: George Tsagkarelis <34623190+GeorgeTsagk@users.noreply.github.com>
10 months ago
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>
10 months ago
András Bánki-Horváth a5f4f86b56
Merge pull request #615 from hieblmi/update-release-notes
docs: update release notes
10 months ago
Slyghtning 1088232f2c
docs: update release notes 10 months ago
George Tsagkarelis a0933160b5
Merge pull request #605 from hieblmi/xpub-service 10 months ago
Slyghtning 2875149357
docs: update release notes 10 months ago
Slyghtning d975b56f0e
loop: xpub support for loop out 10 months ago
Slyghtning ca933f843c
loopd: xpub support for loop out 10 months ago
Slyghtning 21281e3eb8
liquidity: xpub support for autoloop 10 months ago
Slyghtning 647333ac64
looprpc: account field for LoopOutRequest 10 months ago
George Tsagkarelis a4db2625db
Merge pull request #612 from GeorgeTsagk/fix-typo 10 months ago
George Tsagkarelis 2a8a6cefc0
loop: fix musig2 typo 10 months ago