Commit Graph

108 Commits (083453ef5d6a834699acd129ff3b92efede07d11)

Author SHA1 Message Date
Oliver Gugger 083453ef5d
multi: add triggerforceclose command 1 year ago
Oliver Gugger a594f05e73
multi: fix linter issues 1 year ago
Oliver Gugger 84e51eb478
multi: fix linter issues, bump tool dependencies 2 years ago
Oliver Gugger 0e856460a7
rescuetweakedkey: add new command rescuetweakedkey 2 years ago
Oliver Gugger 6f6bf02e62
genimportscript: add addresses to bitcoin-cli-watchonly 2 years ago
Oliver Gugger bfee0761b6
walletinfo: add private key to dumpaddrs 2 years ago
Oliver Gugger b30c4ce767
multi: fix linter errors 2 years ago
Oliver Gugger ff4f4a2ebf
derivekey+genimportscript: add p2tr address support 2 years ago
Oliver Gugger fd6c67211e
walletinfo: add --dumpaddrs flag 2 years ago
Oliver Gugger afffafeb8d
root: bump version to 0.10.5 2 years ago
Oliver Gugger 3d4c5c359e
multi: bump lnd channeldb version to v0.15.1-beta 2 years ago
Oliver Gugger 0ae71f32d1
sweeptimelockmanual: fix test 2 years ago
Oliver Gugger b084b4f919
sweeptimelockmanual: add flags for num keys and num updates 2 years ago
Oliver Gugger 351aa9819a
multi: add new flags and tests 2 years ago
Oliver Gugger abeca5fcd8
multi: fix linter issues 2 years ago
Oliver Gugger aad53a2f3c
multi: update to lnd v0.15.0-beta 2 years ago
Oliver Gugger 518d8d0b74
dropchannelgraph: log warning instead of aborting 2 years ago
Oliver Gugger f11fbf616f
dropchannelgraph: re-add own channels into graph 2 years ago
Oliver Gugger 68eeabf198
root: bump version to 0.10.4 2 years ago
Oliver Gugger 34263d7728
root: bump version to 0.10.3 2 years ago
Oliver Gugger 942075218c
zombierecovery: add done pairs to matching 2 years ago
Oliver Gugger fec029a6b6
root: bump version to 0.10.2 2 years ago
Oliver Gugger d67675e68f
closepoolaccount: add more logging 2 years ago
Oliver Gugger 6e34bfc661
closepoolaccount: add new command to close an expired pool account 2 years ago
Oliver Gugger a60be352cc
sweeptimelock: add feerate parameter to example command 2 years ago
Oliver Gugger 2f5f081518
lnd+signrescuefunding: use DeriveNonStandard to be compatible with lnd 2 years ago
Oliver Gugger a239f944d6
multi: update lnd dependency to v0.14.1-beta 3 years ago
Oliver Gugger a1d6ae8bae
sweeptimelockmanual: refactor and implement new ECDH format
We need to implement the new ECDH based revocation root format.
3 years ago
Oliver Gugger 629d381c3e
rescuefunding: fix local vs. remote chan cfg 3 years ago
Oliver Gugger d1eb72b7d9
root: bump version to 0.9.4 3 years ago
Oliver Gugger 04b5cd8b49
rescuefunding: add option that doesn't require DB 3 years ago
Oliver Gugger cb42bd1a94
fakechanbackup: fix onion address parsing
Fixes #24 by correctly parsing Tor addresses that contain a .onion
hostname.
3 years ago
Oliver Gugger ce3cc2ceef
genimportscript: add Electrum format, write result to file 3 years ago
Oliver Gugger 0821c35442
sweepremoteclosed: add command for sweeping closed channels 3 years ago
Oliver Gugger fe9233761e
fakechanbackup+rescueclosed: update description 3 years ago
Oliver Gugger 98aabb89b3
rescueclosed: fix crash for nil commit point 3 years ago
Oliver Gugger 328f48d1f7
dropchannelgraph: allow removing single channel 3 years ago
Oliver Gugger 883705f2f0
multi: update lnd version to v0.13.1-beta 3 years ago
Oliver Gugger 46d79f5b80
sweeptimelock: refactor as preparation for next feature 3 years ago
Oliver Gugger b1286e7e3c
multi: update lnd to 0.12.1-beta, add deletepayments command 3 years ago
Oliver Gugger b0fd539557
root: bump version to 0.8.5 3 years ago
Oliver Gugger de26dcab6f
signrescuefunding: fix nil pointer issue 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 f78b4e07b7
multi: remove optional --rootkey flag from examples 3 years ago
Oliver Gugger 3a06ffe259
rescueclosed: support static_remote_key outputs 3 years ago
Oliver Gugger e8e7c641dc
rescueclosed: allow reading commit_points from log file 3 years ago
Oliver Gugger 53f886cf43
fakechanbackup: create fake backup from graph data 3 years ago
Oliver Gugger 1c54e75705
vanitygen: fix integer overflow 3 years ago