Commit Graph

170 Commits (083453ef5d6a834699acd129ff3b92efede07d11)
 

Author SHA1 Message Date
Oliver Gugger 083453ef5d
multi: add triggerforceclose command 1 year ago
Oliver Gugger a01dd32e55
mod: bump lnd to v0.16.0-beta.rc1 1 year ago
Oliver Gugger a594f05e73
multi: fix linter issues 1 year ago
Oliver Gugger 1474313959
mod+tools: update linter 1 year ago
Oliver Gugger 07bd6a0f9c
Merge pull request #56 from guggero/dependabot/go_modules/golang.org/x/text-0.3.8
build(deps): bump golang.org/x/text from 0.3.7 to 0.3.8
1 year ago
dependabot[bot] f446a8ad5a
build(deps): bump golang.org/x/text from 0.3.7 to 0.3.8
Bumps [golang.org/x/text](https://github.com/golang/text) from 0.3.7 to 0.3.8.
- [Release notes](https://github.com/golang/text/releases)
- [Commits](https://github.com/golang/text/compare/v0.3.7...v0.3.8)

---
updated-dependencies:
- dependency-name: golang.org/x/text
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
1 year ago
Oliver Gugger bf660b95b7
Merge pull request #54 from guggero/dependabot/go_modules/github.com/prometheus/client_golang-1.11.1
build(deps): bump github.com/prometheus/client_golang from 1.11.0 to 1.11.1
1 year ago
dependabot[bot] 34b290aa97
build(deps): bump github.com/prometheus/client_golang
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.11.0 to 1.11.1.
- [Release notes](https://github.com/prometheus/client_golang/releases)
- [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prometheus/client_golang/compare/v1.11.0...v1.11.1)

---
updated-dependencies:
- dependency-name: github.com/prometheus/client_golang
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
1 year ago
Oliver Gugger 3ab5706bb5
docs: specify optionality of SCID 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 602cda19c3
lnd: extract ParseAddress 2 years ago
Oliver Gugger 7e91a9fe83
mod: bump lnd and btcd 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 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