Commit Graph

21 Commits (v0.9.1)

Author SHA1 Message Date
Oliver Gugger 883705f2f0
multi: update lnd version to v0.13.1-beta 3 years ago
Oliver Gugger 994b669a0c
lnd+walletinfo: return more verbose error on DB timeout
Fixes #18. Any bbolt database has a unique lock, meaning it cannot be
opened by two processes at the same time. The simple "timeout" error
that is returned if opening fails is not very informative though.
3 years ago
Oliver Gugger af356685c1
zombierecovery: add new commands for zombie channel recovery 3 years ago
Oliver Gugger 7a3c9a3f0b
derivekey: add new --identity flag for lnd identity_pubkey 3 years ago
Oliver Gugger 53f886cf43
fakechanbackup: create fake backup from graph data 3 years ago
Oliver Gugger 156650fe48
lnd: add more context to address decode error 3 years ago
Oliver Gugger fa62a57e95
multi: add unit tests 3 years ago
Oliver Gugger 1e7f676803
multi: fix linter issues 3 years ago
Oliver Gugger aaf5a161f5
walletinfo: add missing timeout arg to walletdb open 3 years ago
Oliver Gugger 7eee3cde5e
multi: update to lnd v0.11.1-beta 3 years ago
Oliver Gugger ce0964a3bd
lnd: allow reading aezeed mnemonic and passphrase from env variables 4 years ago
Oliver Gugger c797965648
multi: rename ReadAezeedFromTerminal to ReadAezeed 4 years ago
Oliver Gugger 4f343dd8f1
Add sweeptimelockmanual command 4 years ago
Oliver Gugger 4a633da99e
Add rescuefunding and signrescuefunding commands 4 years ago
Oliver Gugger 3a8d95c4ba
Add vanitygen command 4 years ago
Oliver Gugger b5d3485fe0
btc+lnd: allow to paste seed with numbers, dots and spaces from lnd backup output 4 years ago
Oliver Gugger beb99948db
Extract ReadAezeedFromTerminal into library function 4 years ago
Oliver Gugger 338c22fc2e
Begin implementing rescuefunding command 4 years ago
Oliver Gugger 4c92de59e5
Refactor genimportscript command 4 years ago
Oliver Gugger a399c2ceed
Start exporting library functions 4 years ago
Oliver Gugger 9c2b85c21b
multi: move lnd specific code to own package 4 years ago