Commit Graph

56 Commits (master)

Author SHA1 Message Date
Oliver Gugger 997d86cd84
Merge pull request #124 from lightninglabs/createwallet
Add `createwallet` and `signpsbt` subcommands
1 month ago
sputn1ck 6a81614b1b
go.mod: update loop to v0.26.6-beta 1 month ago
Oliver Gugger 1a46f9099f
root: bump version to v0.13.0 1 month ago
Oliver Gugger 9f8484bb89
cmd/chantools: add signpsbt subcommand 1 month ago
Oliver Gugger 5c39df02d3
cmd/chantools: allow root key to be read from wallet DB
With this commit we allow a third option for reading the master root key
for any command that requires access to it: Reading and decrypting it
directly from an lnd wallet password.
1 month ago
Oliver Gugger 37179e5215
lnd+cmd/chantools: extract functions from walletinfo 1 month ago
Oliver Gugger b169634d85
cmd/chantools: add new createwallet subcommand
This commit adds a new subcommand for creating a new lnd compatible
wallet.db file from an existing aezeed, master root key (xprv) or by
generating a new aezeed.
1 month ago
sputn1ck 3fbf8d0bd2
signmessage: add signmessage cmd
This commit adds the signmessage command which allows a user to sign a
message with the nodes identity key, similiar to `lncli signmessage`.
3 months ago
Oliver Gugger 82a03a65ef
README+root: bump version to v0.12.2 3 months ago
Oliver Gugger d830ebe57a
multi: use default API URLs for testnet and regtest 4 months ago
Oliver Gugger 7227c7f101
multi: add new pullanchor command 4 months ago
Oliver Gugger 3fc529f747
README+root: bump version to v0.12.0 6 months ago
Oliver Gugger a2f8a0e27e
dump+root: fix hard coded version and linter 6 months ago
Oliver Gugger f191d1bb91
multi: add new dropgraphzombies command 7 months ago
Oliver Gugger 84158971ca
root: add signet support 7 months ago
Oliver Gugger e6a9395a00
mod+cmd: pin lnd version in command help texts 11 months ago
Oliver Gugger f2ee1d3ce8
README+root: bump install link to latest version 11 months ago
Oliver Gugger 6295ba9b88
root: bump version to 0.11.3 11 months ago
Oliver Gugger 4e0c5ada63
multi: update repo/module from github.com/{guggero => lightninglabs}/chantools 11 months ago
sputn1ck aad46d3e64
rbfinputs: add rbfinputs command
This commit adds a new command to the chantools tool which allows
users to RBF inputs. In case a channel opening transaction is stuck
in the mempool, this command can be used to RBF spend the inputs
of the channel opening transaction to a different address.
11 months ago
Oliver Gugger 46985696aa
root: bump version to v0.11.2 1 year ago
Oliver Gugger bd794843b3
root: bump version to v0.11.1 1 year ago
Oliver Gugger 6ba000e1da
root: bump version to v0.11.0 1 year ago
sputn1ck ab0743a3d3
recoverloopin: add new command recoverloopin
This commit adds a new command recoverloopin which allows the user to
recover stuck loop in funds.
1 year ago
Oliver Gugger 083453ef5d
multi: add triggerforceclose command 1 year ago
Oliver Gugger a594f05e73
multi: fix linter issues 1 year ago
Oliver Gugger 0e856460a7
rescuetweakedkey: add new command rescuetweakedkey 1 year ago
Oliver Gugger ff4f4a2ebf
derivekey+genimportscript: add p2tr address support 2 years ago
Oliver Gugger afffafeb8d
root: bump version to 0.10.5 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 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 fec029a6b6
root: bump version to 0.10.2 2 years ago
Oliver Gugger 6e34bfc661
closepoolaccount: add new command to close an expired pool account 2 years ago
Oliver Gugger a239f944d6
multi: update lnd dependency to v0.14.1-beta 2 years ago
Oliver Gugger a1d6ae8bae
sweeptimelockmanual: refactor and implement new ECDH format
We need to implement the new ECDH based revocation root format.
2 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 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 883705f2f0
multi: update lnd version to v0.13.1-beta 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 af356685c1
zombierecovery: add new commands for zombie channel recovery 3 years ago
Oliver Gugger 3a06ffe259
rescueclosed: support static_remote_key outputs 3 years ago
Oliver Gugger c389850e6a
fakechanbackup: add fakechanbackup command 3 years ago
Oliver Gugger b07c7b2442
cmd+doc: add new dropchannelgraph command 3 years ago