2
0
mirror of https://github.com/lightninglabs/loop synced 2024-11-08 01:10:29 +00:00
loop/loopd
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.
2023-09-07 17:41:15 +02:00
..
perms loopd: adding getInfo rpc call 2023-05-24 17:50:24 +02:00
config.go Update loopd/config.go 2023-07-27 16:12:20 +02:00
daemon.go trivial: clean up typos and comments 2023-08-10 15:43:33 +02:00
log.go fsm: add fsm module 2023-09-07 17:41:15 +02:00
macaroons.go loopd: move RequiredPermissions to dedicated dir 2022-06-14 15:13:34 +02:00
migration.go loopd: always skip migration if loop_sqlite.db file already exists 2023-08-17 19:46:06 +02:00
register_default.go multi: use lndclient MacaroonService 2022-01-17 16:13:19 +02:00
run.go build: bump lnd dep to v0.16.0-beta 2023-03-29 15:39:14 +02:00
swapclient_server_debug.go make fmt 2022-05-20 10:16:47 +02:00
swapclient_server_test.go misc: refactor loop tests to use require where possible 2022-11-30 18:16:45 +01:00
swapclient_server.go trivial: clean up typos and comments 2023-08-10 15:43:33 +02:00
utils.go multi: integrate initiator string to various calls 2023-07-28 14:43:18 +03:00
view.go multi: use context in loopdb call 2023-06-19 12:28:32 +02:00