Commit graph

465 commits

Author SHA1 Message Date
Craig Raw
dba1a9a2be add support for x25519 and secp256r1 keys 2024-10-30 13:04:20 +02:00
Craig Raw
35bebe13bc fix build instructions 2024-10-21 09:26:01 +02:00
Craig Raw
acb1d767e8 add helper method to multiply a public key 2024-10-08 10:31:23 +02:00
Craig Raw
f8f50c0dd9 add ledger stax and flex hardware wallet models 2024-09-13 13:12:17 +02:00
Craig Raw
6b89a0c5ea improve performance of wallet transactions update 2024-09-12 14:29:21 +02:00
Craig Raw
87b5f992d0 add constructor to optionally rewrite derivation path 2024-08-22 11:03:01 +02:00
Craig Raw
0e08478294 upgrade to gradle 8.9 2024-08-08 13:30:23 +02:00
Craig Raw
ebcee47771 support slip39 seed to mnemonics generation and recovery 2024-08-07 14:43:26 +02:00
Craig Raw
f066b5b608 add trezor safe 5 wallet model 2024-07-31 15:12:55 +02:00
Craig Raw
d73d3439f6 handle psbt keytypes with values greater than single byte compact integers 2024-07-11 11:48:32 +02:00
Craig Raw
6b1a0bba95 limit signatures in multisig scriptsig to threshold 2024-07-11 11:03:56 +02:00
Craig Raw
f3ee296280 fix handling of output descriptors without key origin derivation paths, and require master fingerprints as per bip380 2024-06-29 10:00:44 +02:00
Craig Raw
9808164a29 add optional bbqr selection for qr display on krux wallets 2024-05-29 09:26:00 +02:00
Craig Raw
571db32574 support determining if hww has usb interface 2024-05-10 09:52:03 +02:00
Craig Raw
33bf35e3c4 add functions to support qr encoding selection 2024-05-09 12:19:19 +02:00
Craig Raw
60ac428002 add testnet4 network support 2024-05-08 15:49:59 +02:00
Craig Raw
a7dd28dde7 add additional fingerprint check when finding signing nodes from provided psbt input derivation paths 2024-05-06 09:51:17 +02:00
Craig Raw
e298033cbb add further restriction for checking if keystores can sign a psbt input 2024-05-03 12:16:01 +02:00
Craig Raw
9d250437ad fix single character multisig output descriptor threshold parsing issue 2024-05-03 11:54:08 +02:00
Craig Raw
d4bdd9f385 support finding signing nodes from provided psbt input derivation paths 2024-04-30 11:54:43 +02:00
Craig Raw
143d28166a add samourai decryption util 2024-04-25 15:08:49 +02:00
Craig Raw
3a2344f129 parse output descriptors with missing fingerprints in key origin information 2024-04-19 09:59:36 +02:00
Craig Raw
7584bcf260 add samourai wallet model 2024-04-18 16:03:16 +02:00
Craig Raw
3f4ee7af74 add postmix as a mixable account 2024-04-18 13:21:32 +02:00
Craig Raw
42de57026c add test to determine if wallet can sign all psbt inputs 2024-04-12 09:11:16 +02:00
Craig Raw
b128bb895d add support for creating seedqr string 2024-04-05 13:49:13 +02:00
Craig Raw
9872c6b6ec upgrade to pgpainless 1.6.7 with basic modules support 2024-03-26 10:03:49 +02:00
Craig Raw
3b8435ca37 add fingerprint to pgp verification result 2024-03-07 08:20:56 +02:00
Craig Raw
987aadd4a6 fix drongo test issue on jsr305 jar 2024-03-07 08:13:18 +02:00
Craig Raw
6868b026fb followup 2024-03-06 12:40:47 +02:00
Craig Raw
d0afa09870 indicate if user provided key was used in pgp verification 2024-03-06 12:30:29 +02:00
Craig Raw
c8165e154a support checking if derivation path matches another network 2024-03-01 11:23:09 +02:00
Craig Raw
c12dac9a25 add standard accounts 10-30 2024-03-01 10:06:10 +02:00
Craig Raw
0e1766a709 support parsing of op_checksigadd and taproot control block 2024-02-28 10:26:44 +02:00
Craig Raw
d2621eb87d test for windows gpg home 2024-02-22 14:12:08 +02:00
Craig Raw
f455d94a01 match gpg behaviour for loading user public keyrings 2024-02-22 13:50:47 +02:00
Craig Raw
9656603930 add pgp verification support 2024-02-22 13:33:26 +02:00
craigraw
dde2dccda4
Merge pull request #22 from MisterSeven144/master
fix typo
2024-02-16 08:00:05 +02:00
Mr. Seven
365e2edbf2 Fixed typo 2024-02-15 20:19:32 -05:00
Craig Raw
d993c97cc3 upgrade junit from 4 to 5 2024-02-15 10:26:05 +02:00
Craig Raw
e82e5c8218 update bouncycastle, junit, logback and slf4j dependencies 2024-02-15 09:22:15 +02:00
Craig Raw
3dbcdfcf4e add satschip wallet model 2024-02-07 09:19:12 +02:00
Craig Raw
d255913654 add trezor safe 3 wallet model 2024-01-30 09:34:53 +02:00
Craig Raw
4279884591 update gradle wrapper to 8.5 2024-01-29 14:35:24 +02:00
craigraw
389e89bac7
Merge pull request #20 from msgilligan/msgilligan-README-update-bitcoinj-url
update bitcoinj url and capitalization
2024-01-29 12:07:13 +02:00
Craig Raw
562d82ddaf remove legacy standalone application 2024-01-29 12:05:14 +02:00
Sean Gilligan
e36cce8c4a README: Update bitcoinj URL and capitalization 2024-01-24 09:07:44 -08:00
Craig Raw
a436de319a unfreeze txos if spent 2024-01-22 09:11:06 +02:00
Craig Raw
42f279e5e7 add wallet transaction support for linking payments and change to outputs 2024-01-12 12:09:35 +02:00
Craig Raw
78944a7114 support parsing descriptors with labels and writing hd key info 2024-01-10 11:02:27 +02:00