Commit Graph

300 Commits (master)
 

Author SHA1 Message Date
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 1e13ec00eb
mod: run go mod tidy 2 years ago
Oliver Gugger 2ba1033230
GitHub: add CI 2 years ago
Oliver Gugger abeca5fcd8
multi: fix linter issues 2 years ago
Oliver Gugger a05d497f1c
tools: dockerize linter 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
AbelLykens 1dfde31073
Zombie recovery drawing (#45)
* Flow image

* PNG version

* Add flowchart, fix numbering

* Explain image is simplified
2 years ago
Oliver Gugger b857a1a693
README+doc: fix formatting and small nits 2 years ago
AbelLykens b8d5e07e3e
Initial Zombie recovery steps (#44)
* Suggested doc zombierecovery

* Add file format, and option to skip steps.

As suggested by guggero

* Ignore active channels

Someone could receive a notification from node-recovery about active channels.

* Add all suggestions by @guggero; more noob friendly

* Some more context @ file part
2 years ago
Oliver Gugger 68eeabf198
root: bump version to 0.10.4 2 years ago
Oliver Gugger 3fd5218252
lnd: fix key derivation for good 2 years ago
Oliver Gugger 34263d7728
root: bump version to 0.10.3 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 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 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 d67675e68f
closepoolaccount: add more logging 2 years ago
Oliver Gugger 9601d5893e
Merge pull request #38 from a455bcd9/patch-1
Update README.md
2 years ago
Antoine Dusséaux 11c4d4dbde
Update README.md
Note on safety
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 2 years ago
Oliver Gugger 050253ec90
mod: fix dependabot alert 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 9000e82973
docs: re-generate docs 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 73276ae98f
Merge pull request #34 from Feyynt/patch-2
Update fix-commitment-tx.md
3 years ago
Feyynt 91c7b1861d
Update fix-commitment-tx.md 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 0242b40f63
README: link to signature fix document 3 years ago
Oliver Gugger 45f6543346
Merge pull request #32 from Feyynt/patch-1
Create fix-commitment-tx.md
3 years ago
Feyynt 5998ee015a
Create fix-commitment-tx.md 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 dc10f2dd87
doc: re-generate docs 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 2d1c83ca65
Merge pull request #20 from nicolasburtey/patch-1
fix segfault
3 years ago
nicolasburtey 4ed8e63326
fix segfault 3 years ago
Oliver Gugger b1286e7e3c
multi: update lnd to 0.12.1-beta, add deletepayments command 3 years ago