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

247 Commits

Author SHA1 Message Date
Oliver Gugger
fd18186a82
Merge pull request #91 from lightninglabs/sweeptimelockmanual-backup-file
sweeptimelockmanual: allow specifying the backup file directly
2023-12-28 14:46:32 +01:00
Oliver Gugger
c89cede963
Merge pull request #103 from lightninglabs/dependabot/go_modules/golang.org/x/crypto-0.17.0
build(deps): bump golang.org/x/crypto from 0.14.0 to 0.17.0
2023-12-19 09:20:52 +01:00
Oliver Gugger
00c7f7eb98
Merge pull request #104 from lightninglabs/dependabot/go_modules/tools/golang.org/x/crypto-0.17.0
build(deps): bump golang.org/x/crypto from 0.5.0 to 0.17.0 in /tools
2023-12-19 09:17:27 +01:00
dependabot[bot]
798a6d0927
build(deps): bump golang.org/x/crypto from 0.5.0 to 0.17.0 in /tools
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.5.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.5.0...v0.17.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-19 00:12:07 +00:00
dependabot[bot]
7e110d8d46
build(deps): bump golang.org/x/crypto from 0.14.0 to 0.17.0
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-18 23:32:17 +00:00
Oliver Gugger
0ebb732576
rescueclosed: clarify instructions
Fixes #102.
2023-12-15 10:02:56 +01:00
Oliver Gugger
8d28e1b2f6
fakechanbackup: use correct JSON decoder 2023-12-15 08:28:01 +01:00
Oliver Gugger
a5a884bff9
Merge pull request #92 from YuckFouBTC/patch-1
Update zombierecovery.md
2023-11-15 16:27:43 +01:00
Oliver Gugger
bed41c1533
Merge pull request #93 from lightninglabs/dependabot/go_modules/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc-0.46.0
build(deps): bump go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc from 0.25.0 to 0.46.0
2023-11-15 16:26:00 +01:00
dependabot[bot]
a44746912c
build(deps): bump go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc
Bumps [go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc](https://github.com/open-telemetry/opentelemetry-go-contrib) from 0.25.0 to 0.46.0.
- [Release notes](https://github.com/open-telemetry/opentelemetry-go-contrib/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go-contrib/blob/main/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-go-contrib/compare/zpages/v0.25.0...zpages/v0.46.0)

---
updated-dependencies:
- dependency-name: go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-12 16:06:43 +00:00
Yuck Fou
55208e0218
Update zombierecovery.md
Fix typo: Hou -> You
2023-11-12 10:19:42 +00:00
Oliver Gugger
a13262f2ff
sweeptimelockmanual: allow using channel backup file
Instead of needing to manually dump the channel backup file, look for
the remote revocation base point and then have the CSV delay and channel
derivation index being brute forced, we can extract all that info
directly from the channel backup file.
2023-11-07 20:37:23 -06:00
Oliver Gugger
dee18ed80c
sweeptimelockmanual: rename variable 2023-11-07 20:29:27 -06:00
Oliver Gugger
5bc49376a3
sweeptimelock: make start CSV timeout+channels configurable 2023-11-07 20:28:37 -06:00
Oliver Gugger
3044d9f796
lnd: add ExtractChannel function 2023-11-07 20:22:38 -06:00
Oliver Gugger
f9343e5c3d
Merge pull request #88 from lightninglabs/dependabot/go_modules/google.golang.org/grpc-1.56.3
build(deps): bump google.golang.org/grpc from 1.53.0 to 1.56.3
2023-10-26 10:20:47 +02:00
dependabot[bot]
abb0343059
build(deps): bump google.golang.org/grpc from 1.53.0 to 1.56.3
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.53.0 to 1.56.3.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.53.0...v1.56.3)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-25 22:29:05 +00:00
Oliver Gugger
bc69de77e1
multi: use go 1.21.x 2023-10-19 13:51:54 +02:00
Oliver Gugger
3fc529f747
README+root: bump version to v0.12.0 2023-10-19 13:47:20 +02:00
Oliver Gugger
a2f8a0e27e
dump+root: fix hard coded version and linter 2023-10-19 13:45:39 +02:00
Oliver Gugger
fac990905f
Merge pull request #86 from lightninglabs/dependabot/go_modules/golang.org/x/net-0.17.0
build(deps): bump golang.org/x/net from 0.10.0 to 0.17.0
2023-10-16 13:12:04 +00:00
dependabot[bot]
d9e3365e1c
build(deps): bump golang.org/x/net from 0.10.0 to 0.17.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.10.0 to 0.17.0.
- [Commits](https://github.com/golang/net/compare/v0.10.0...v0.17.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-16 13:08:34 +00:00
Oliver Gugger
b124006af7
Merge pull request #85 from starius/lnd-v0.17.0-final
multi: bump to lnd version v0.17.0-beta
2023-10-16 13:07:37 +00:00
bitromortac
4f083e1c1d
multi: bump to lnd version v0.17.0-beta 2023-10-16 14:26:57 +02:00
Oliver Gugger
04a4354efd
Merge pull request #84 from lightninglabs/dependabot/go_modules/golang.org/x/net-0.17.0
build(deps): bump golang.org/x/net from 0.7.0 to 0.17.0
2023-10-12 08:48:03 +00:00
dependabot[bot]
9b7f200176
build(deps): bump golang.org/x/net from 0.7.0 to 0.17.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.7.0 to 0.17.0.
- [Commits](https://github.com/golang/net/compare/v0.7.0...v0.17.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-11 23:26:47 +00:00
Oliver Gugger
fe356a4648
dumpchannels: fix linter error 2023-09-18 15:45:53 +02:00
Oliver Gugger
f191d1bb91
multi: add new dropgraphzombies command 2023-09-18 15:22:23 +02:00
Oliver Gugger
909163b260
doc: update after adding signet 2023-09-18 15:09:44 +02:00
Oliver Gugger
84158971ca
root: add signet support 2023-09-18 14:38:13 +02:00
Oliver Gugger
bae1bff7e2
dump+dumpchannels: add additional debug info to channels 2023-09-16 10:22:04 +02:00
Oliver Gugger
4926ae2db8
doc+triggerforceclose: make command help more explicit 2023-09-14 11:24:14 +02:00
Oliver Gugger
b0097ad132
Merge pull request #71 from lightninglabs/dependabot/go_modules/google.golang.org/grpc-1.53.0
build(deps): bump google.golang.org/grpc from 1.41.0 to 1.53.0
2023-07-10 10:55:41 +02:00
dependabot[bot]
6f0cca33c8
build(deps): bump google.golang.org/grpc from 1.41.0 to 1.53.0
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.41.0 to 1.53.0.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.41.0...v1.53.0)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-05 21:13:41 +00:00
Oliver Gugger
ebe9d8903e
README: bump link to v0.11.3 2023-06-02 13:13:33 +02:00
Oliver Gugger
9fbec87dff
Merge pull request #69 from lightninglabs/handover-fixups
Rename and add more documentation
2023-06-02 13:12:14 +02:00
Oliver Gugger
e6a9395a00
mod+cmd: pin lnd version in command help texts 2023-06-02 13:02:12 +02:00
Oliver Gugger
f2ee1d3ce8
README+root: bump install link to latest version 2023-06-02 13:02:12 +02:00
Oliver Gugger
6295ba9b88
root: bump version to 0.11.3 2023-06-02 13:02:12 +02:00
Oliver Gugger
88a715fca8
doc: update after changes in recoverloopin 2023-06-02 13:02:12 +02:00
Oliver Gugger
4e0c5ada63
multi: update repo/module from github.com/{guggero => lightninglabs}/chantools 2023-06-02 13:02:11 +02:00
Oliver Gugger
a84a59ed76
README: add more information 2023-06-02 13:02:11 +02:00
Oliver Gugger
2a1997844d
Merge pull request #70 from sputn1ck/rbfInputs
Add rbfinputs command
2023-06-02 10:51:35 +02:00
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.
2023-06-02 10:31:42 +02:00
sputn1ck
4b804f7024
multi: fix overflow on feerate
As we multiply the feerate by 1000, if the uint16 feerate is set higher
than 66 we would encounter an overflow and as such we could never
have a higher feerate than 65.
2023-06-02 10:27:22 +02:00
sputn1ck
2c2de636a8
signer: allow signing of an output with privkey
This commit adds the functionality to sign an output with an already
obtained privatekey.
2023-06-02 10:27:21 +02:00
Oliver Gugger
22a4644f4b
zombierecovery: add date to message.txt 2023-05-12 16:48:01 +02:00
Oliver Gugger
20a684d0ff
recoverloopin: fix loop db dir, validate params 2023-05-12 16:38:46 +02:00
Oliver Gugger
e7c12e4335
zombierecovery: make matches stable 2023-04-28 12:28:59 +02:00
Oliver Gugger
46985696aa
root: bump version to v0.11.2 2023-04-28 10:18:56 +02:00