Commit Graph

294 Commits (master)
 

Author SHA1 Message Date
Oliver Gugger d07251df9c
Merge pull request #129 from lightninglabs/fix-signpsbt
signpsbt+lnd: fix signing for P2WKH
1 week ago
Oliver Gugger 7f840cf03b
signpsbt+lnd: fix signing for P2WKH 1 week ago
Oliver Gugger f062b53a21
Merge pull request #127 from lightninglabs/dependabot/go_modules/github.com/docker/docker-24.0.9incompatible
build(deps): bump github.com/docker/docker from 24.0.7+incompatible to 24.0.9+incompatible
3 weeks ago
Oliver Gugger 24cd530c65
make: update build targets due to sqlite 3 weeks ago
dependabot[bot] c54184b8d0
build(deps): bump github.com/docker/docker
Bumps [github.com/docker/docker](https://github.com/docker/docker) from 24.0.7+incompatible to 24.0.9+incompatible.
- [Release notes](https://github.com/docker/docker/releases)
- [Commits](https://github.com/docker/docker/compare/v24.0.7...v24.0.9)

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

Signed-off-by: dependabot[bot] <support@github.com>
3 weeks ago
Oliver Gugger 997d86cd84
Merge pull request #124 from lightninglabs/createwallet
Add `createwallet` and `signpsbt` subcommands
3 weeks ago
Oliver Gugger 676ba60197
Merge pull request #113 from sputn1ck/recoverloopin_sqlite
`recoverloopin`: Sqlite option
3 weeks ago
sputn1ck 3e419da317
recoverloopin: add sqlite option
This commit will allow to recover loop ins that have been made with
sqlite.
3 weeks ago
sputn1ck 6a81614b1b
go.mod: update loop to v0.26.6-beta 3 weeks ago
Oliver Gugger 71b824e105
README+doc: update all docs 3 weeks ago
Oliver Gugger 1a46f9099f
root: bump version to v0.13.0 3 weeks ago
Oliver Gugger 9f8484bb89
cmd/chantools: add signpsbt subcommand 3 weeks ago
Oliver Gugger e80dcbfb67
lnd+cmd/chantools: add AddPartialSignatureForPrivateKey to signer 3 weeks ago
Oliver Gugger 5c39df02d3
cmd/chantools: allow root key to be read from wallet DB
With this commit we allow a third option for reading the master root key
for any command that requires access to it: Reading and decrypting it
directly from an lnd wallet password.
3 weeks ago
Oliver Gugger 37179e5215
lnd+cmd/chantools: extract functions from walletinfo 3 weeks ago
Oliver Gugger b169634d85
cmd/chantools: add new createwallet subcommand
This commit adds a new subcommand for creating a new lnd compatible
wallet.db file from an existing aezeed, master root key (xprv) or by
generating a new aezeed.
3 weeks ago
Oliver Gugger a3a00d410a
lnd: extract ReadPassphrase into own function 3 weeks ago
Oliver Gugger 450c2777af
Merge pull request #126 from lightninglabs/dependabot/go_modules/tools/google.golang.org/protobuf-1.33.0
build(deps): bump google.golang.org/protobuf from 1.28.0 to 1.33.0 in /tools
1 month ago
dependabot[bot] c4162303b7
build(deps): bump google.golang.org/protobuf in /tools
Bumps google.golang.org/protobuf from 1.28.0 to 1.33.0.

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

Signed-off-by: dependabot[bot] <support@github.com>
1 month ago
Oliver Gugger 486af2e99a
Merge pull request #125 from lightninglabs/dependabot/go_modules/github.com/jackc/pgx/v4-4.18.2
build(deps): bump github.com/jackc/pgx/v4 from 4.18.1 to 4.18.2
1 month ago
dependabot[bot] 3b3daddfee
build(deps): bump github.com/jackc/pgx/v4 from 4.18.1 to 4.18.2
Bumps [github.com/jackc/pgx/v4](https://github.com/jackc/pgx) from 4.18.1 to 4.18.2.
- [Changelog](https://github.com/jackc/pgx/blob/v4.18.2/CHANGELOG.md)
- [Commits](https://github.com/jackc/pgx/compare/v4.18.1...v4.18.2)

---
updated-dependencies:
- dependency-name: github.com/jackc/pgx/v4
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
1 month ago
Oliver Gugger c75f9ff91a
Merge pull request #121 from sputn1ck/signmessage
signmessage: add signmessage cmd
2 months ago
sputn1ck 3fbf8d0bd2
signmessage: add signmessage cmd
This commit adds the signmessage command which allows a user to sign a
message with the nodes identity key, similiar to `lncli signmessage`.
2 months ago
Oliver Gugger cf4cabbd2a
Merge pull request #120 from ziggie1984/master
Fix Partial Signature Signing.
3 months ago
ziggie 78c41b4acf
zombierecovery-makeoffer: fix witness data for psbt package.
We need to make sure we populate all the necessary
witness/nonwitness because for taproot inputs we need the prevout
so we check for it in the hashcash creation.
3 months ago
Oliver Gugger a0e5f0613d
Merge pull request #118 from Tetrix42/doublespend_rbf
doublespendinputs: allow RBF per default
3 months ago
Felix Passenberg d9af0e36e5
doublespendinputs: remove RBF argument, RBF always on 3 months ago
Felix Passenberg 3b50a5ce16
doublespendinputs: allow RBF per default 3 months ago
Oliver Gugger d5d5a91430
Merge pull request #117 from lightninglabs/zombie-matching
zombierecovery: add --matchonly flag to makeoffer, --numkeys to preparekeys
3 months ago
Oliver Gugger 82a03a65ef
README+root: bump version to v0.12.2 3 months ago
Oliver Gugger 65cc3fdf6e
zombierecovery add --numkeys to preparekeys
With this new flag it will be possible to specify the number of keys to
add to the file when running the preparekeys command.
3 months ago
Oliver Gugger 79f65bb1a1
zombierecovery: add --matchonly flag to makeoffer
With this commit we make it possible to just check whether two lists of
public keys can match the given channels and derive the 2-of-2 multisig
channel funding address.
3 months ago
Oliver Gugger 341d3af108
README: fix broken links 3 months ago
Oliver Gugger 3865a7757e
Merge pull request #114 from sputn1ck/chantools_external_amt
`recoverloopin`: allow setting output value
3 months ago
sputn1ck ad3c1ad2de
recoverloopin: allow setting output value
This commit adds the ability to manually set the output value for a
loop in swap. This is useful for recovering funds from a loop in swap
that has been fund externaly and was sent to with a different amount
than the one specified in the loop in swap.
3 months ago
Oliver Gugger 399a23adba
Merge pull request #107 from lightninglabs/cli-cleanup
Support P2TR as sweep/change address everywhere
4 months 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 53085d34d0
btc: make API errors more verbose 4 months ago
Oliver Gugger d830ebe57a
multi: use default API URLs for testnet and regtest 4 months ago
Oliver Gugger 858995a317
Merge pull request #109 from ziggie1984/bug-fix-anchor-amt
pullanchor: account for all anchor outputs.
4 months ago
ziggie b777d4436d
pullanchor: account for all anchor outputs. 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 fd18186a82
Merge pull request #91 from lightninglabs/sweeptimelockmanual-backup-file
sweeptimelockmanual: allow specifying the backup file directly
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 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
4 months ago
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
4 months ago