2
0
mirror of https://github.com/guggero/chantools synced 2024-11-15 06:12:49 +00:00
Commit Graph

196 Commits

Author SHA1 Message Date
Oliver Gugger
bd794843b3
root: bump version to v0.11.1 2023-04-28 09:24:30 +02:00
Oliver Gugger
732217bbef
doc: add recoverloopin 2023-04-28 09:24:18 +02:00
Oliver Gugger
890a1ca319
multi: use prev output fetcher everywhere 2023-04-28 09:21:48 +02:00
Oliver Gugger
6ba000e1da
root: bump version to v0.11.0 2023-04-26 17:47:10 +02:00
Oliver Gugger
62c0f3ab42
Merge pull request #66 from sputn1ck/recover_loop_in
recoverloopin: add new command recoverloopin
2023-04-26 17:46:10 +02:00
sputn1ck
0e51bc610f
bitcoind: fix goconst linter 2023-04-26 17:33:29 +02:00
sputn1ck
ab0743a3d3
recoverloopin: add new command recoverloopin
This commit adds a new command recoverloopin which allows the user to
recover stuck loop in funds.
2023-04-26 17:33:28 +02:00
Oliver Gugger
aa767d3faa
btc: add encoded address as descriptor label 2023-04-21 15:49:46 +02:00
Oliver Gugger
9fadec97a7
multi: add bitcoin-descriptors to genimportscript 2023-04-21 11:02:11 +02:00
Oliver Gugger
f35a469949
Merge pull request #63 from ziggie1984/sweep-tolocal-bugfix
Minor Bugfixes and new sweeptimelockmanual logic
2023-04-20 14:31:07 +02:00
ziggie
f56f42610d
sweeptimelockmanual: bugfix for new shachain root creation
When channel before the new shachain root creation scheme were
created we do not need to increase the idx for the shachain
generation.
2023-04-20 14:18:04 +02:00
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.
2023-04-20 14:18:03 +02:00
Oliver Gugger
298a278952
multi: bump Golang version to v1.20.3 2023-04-11 16:37:38 +02:00
Oliver Gugger
f960dd07c4
doc: update docs 2023-04-11 16:37:20 +02:00
Oliver Gugger
aadbb18abb
Merge pull request #61 from ziggie1984/patch-1
walletinfo: add default wallet description
2023-04-11 16:31:50 +02:00
ziggie
7bfe1a0f8e
walletinfo: add default wallet description 2023-04-11 15:50:17 +02:00
Oliver Gugger
dac7695141
lint: disable exhaustive linter 2023-04-01 15:21:03 +02:00
Oliver Gugger
8f80d0e8b4
closepoolaccount: add compatibility for p2tr accounts 2023-04-01 15:19:09 +02:00
Oliver Gugger
905df7e966
zombierecovery: make amboss delay configurable 2023-03-09 12:26:16 +01:00
Oliver Gugger
3503b21182
multi: bump to lnd v0.16.0-beta.rc2 2023-03-09 08:59:55 +01:00
Oliver Gugger
2f0cdf48ad
multi: fix linter issues 2023-03-08 13:30:30 +01:00
Oliver Gugger
577c91d0bd
zombierecovery: fix query 2023-03-08 13:30:07 +01:00
Oliver Gugger
49f67ed987
Merge branch 'zombie-recovery-amboss' 2023-03-08 13:24:04 +01:00
Oliver Gugger
dd3a60c79d
zombierecovery: use Amboss API for channel query 2023-03-08 13:23:24 +01:00
Oliver Gugger
ca7abe8ddd
Merge pull request #59 from guggero/dependabot/go_modules/golang.org/x/net-0.7.0
build(deps): bump golang.org/x/net from 0.4.0 to 0.7.0
2023-03-07 09:46:43 +01:00
dependabot[bot]
129b889bcd
build(deps): bump golang.org/x/net from 0.4.0 to 0.7.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.4.0 to 0.7.0.
- [Release notes](https://github.com/golang/net/releases)
- [Commits](https://github.com/golang/net/compare/v0.4.0...v0.7.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-07 00:41:06 +00:00
Oliver Gugger
083453ef5d
multi: add triggerforceclose command 2023-02-25 14:18:43 +01:00
Oliver Gugger
a01dd32e55
mod: bump lnd to v0.16.0-beta.rc1 2023-02-25 09:29:32 +01:00
Oliver Gugger
a594f05e73
multi: fix linter issues 2023-02-23 11:32:16 +01:00
Oliver Gugger
1474313959
mod+tools: update linter 2023-02-23 11:32:07 +01:00
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
2023-02-23 11:18:38 +01:00
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>
2023-02-23 10:15:39 +00:00
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
2023-02-15 09:55:33 +01:00
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>
2023-02-15 02:43:04 +00:00
Oliver Gugger
3ab5706bb5
docs: specify optionality of SCID 2023-01-09 09:35:36 +01:00
Oliver Gugger
84e51eb478
multi: fix linter issues, bump tool dependencies 2022-11-16 16:33:25 +01:00
Oliver Gugger
0e856460a7
rescuetweakedkey: add new command rescuetweakedkey 2022-11-16 16:31:31 +01:00
Oliver Gugger
602cda19c3
lnd: extract ParseAddress 2022-11-16 16:30:31 +01:00
Oliver Gugger
7e91a9fe83
mod: bump lnd and btcd 2022-11-16 16:30:05 +01:00
Oliver Gugger
6f6bf02e62
genimportscript: add addresses to bitcoin-cli-watchonly 2022-11-09 19:05:40 +01:00
Oliver Gugger
bfee0761b6
walletinfo: add private key to dumpaddrs 2022-10-30 11:53:38 +01:00
Oliver Gugger
b30c4ce767
multi: fix linter errors 2022-10-29 14:43:10 +02:00
Oliver Gugger
ff4f4a2ebf
derivekey+genimportscript: add p2tr address support 2022-10-29 14:30:37 +02:00
Oliver Gugger
fd6c67211e
walletinfo: add --dumpaddrs flag 2022-10-13 00:10:38 +02:00
Oliver Gugger
afffafeb8d
root: bump version to 0.10.5 2022-10-07 09:43:08 +02:00
Oliver Gugger
3d4c5c359e
multi: bump lnd channeldb version to v0.15.1-beta 2022-09-11 19:21:18 +02:00
Oliver Gugger
0ae71f32d1
sweeptimelockmanual: fix test 2022-08-30 18:07:26 +02:00
Oliver Gugger
b084b4f919
sweeptimelockmanual: add flags for num keys and num updates 2022-08-30 17:54:25 +02:00
Oliver Gugger
351aa9819a
multi: add new flags and tests 2022-08-25 22:06:16 +02:00
Oliver Gugger
1e13ec00eb
mod: run go mod tidy 2022-08-25 20:42:50 +02:00