You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
8 months ago
..
perms loopd: adding getInfo rpc call 12 months ago
config.go Update loopd/config.go 10 months ago
daemon.go trivial: clean up typos and comments 9 months ago
log.go fsm: add fsm module 8 months ago
macaroons.go loopd: move RequiredPermissions to dedicated dir 2 years ago
migration.go loopd: always skip migration if loop_sqlite.db file already exists 9 months ago
register_default.go multi: use lndclient MacaroonService 2 years ago
run.go build: bump lnd dep to v0.16.0-beta 1 year ago
swapclient_server.go trivial: clean up typos and comments 9 months ago
swapclient_server_debug.go make fmt 2 years ago
swapclient_server_test.go misc: refactor loop tests to use require where possible 1 year ago
utils.go multi: integrate initiator string to various calls 10 months ago
view.go multi: use context in loopdb call 11 months ago