Commit Graph

55 Commits (master)

Author SHA1 Message Date
Oliver Gugger 7f840cf03b
signpsbt+lnd: fix signing for P2WKH 2 weeks ago
Oliver Gugger e80dcbfb67
lnd+cmd/chantools: add AddPartialSignatureForPrivateKey to signer 4 weeks ago
Oliver Gugger 37179e5215
lnd+cmd/chantools: extract functions from walletinfo 4 weeks ago
Oliver Gugger a3a00d410a
lnd: extract ReadPassphrase into own function 4 weeks ago
Oliver Gugger a05962e03e
multi: standardize sweep/change addr support 4 months ago
Oliver Gugger 7e3ea44fd4
multi: standardize address checks 4 months ago
Oliver Gugger 5cf7fd60c4
multi: clean up after PRs 4 months ago
Oliver Gugger 92fdb156e0
Merge pull request #100 from lightninglabs/pullanchor
multi: add new pullanchor command
4 months ago
Oliver Gugger 2abc29d01d
Merge pull request #106 from lightninglabs/sweepremoteclosed-taproot-channels
sweepremoteclosed: add support for simple taproot channels
4 months ago
Oliver Gugger 7227c7f101
multi: add new pullanchor command 4 months ago
Oliver Gugger 801f881274
sweepremoteclosed: add support for simple taproot channels 4 months ago
Oliver Gugger 3044d9f796
lnd: add ExtractChannel function 6 months ago
bitromortac 4f083e1c1d
multi: bump to lnd version v0.17.0-beta 6 months ago
sputn1ck 2c2de636a8
signer: allow signing of an output with privkey
This commit adds the functionality to sign an output with an already
obtained privatekey.
11 months ago
Oliver Gugger 2e9a0f8dbe
multi: use prev output fetcher in sign desc 1 year ago
Oliver Gugger 890a1ca319
multi: use prev output fetcher everywhere 1 year ago
ziggie 49632cce5a
lnd: add PrevoutInput Fetcher for SignDesc
Currently chantools crashes when trying to get the force-close
summary because the new btcd version needs a prevoutInput fetcher
otherwise we get a nil error.
1 year ago
Oliver Gugger 8f80d0e8b4
closepoolaccount: add compatibility for p2tr accounts 1 year ago
Oliver Gugger 2f0cdf48ad
multi: fix linter issues 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 602cda19c3
lnd: extract ParseAddress 1 year 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 abeca5fcd8
multi: fix linter issues 2 years ago
Oliver Gugger aad53a2f3c
multi: update to lnd v0.15.0-beta 2 years ago
Oliver Gugger 3fd5218252
lnd: fix key derivation for good 2 years ago
Oliver Gugger ece46945b1
lnd: fix another bug in key derivation
Turns out, the same "we create a default account immediately but any
other account is loaded from the DB" rule applies to the coin type key
too.
2 years ago
Oliver Gugger af563bb1c6
lnd: replicate btcwallet's key derivation exactly
There's this special case in lnd's wallet (btcwallet) where
the coin type and account keys are always serialized as a
string and encrypted, which actually fixes the key padding
issue that makes the difference between DeriveNonStandard and
Derive. To replicate lnd's behavior exactly, we need to
serialize and de-serialize the extended key at the coin type
and account level (depth = 2 or depth = 3). This does not
apply to the default account (id = 0) because that is always
derived directly.
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 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 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 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