Commit graph

438 commits

Author SHA1 Message Date
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
Craig Raw
6f90d0fa82 support creating wallets from descriptors containing master xprvs 2024-01-09 11:37:54 +02:00
Craig Raw
579c86b1a7 add airgap vault wallet model 2023-12-06 08:54:22 +02:00
Craig Raw
0bb5b75be5 support reordering 2023-11-22 07:58:37 +02:00
Craig Raw
0815484c4c add transactions wallet model 2023-11-21 09:31:03 +02:00
Craig Raw
94aafbc11e add null safe tests for standard account types 2023-11-15 10:51:44 +02:00
Craig Raw
28551247c6 fix improvement to renaming wallet keystore labels for uniqueness 2023-11-09 09:08:58 +02:00
Craig Raw
c63b492326 improve detection of nested scripts 2023-11-08 09:26:12 +02:00
Craig Raw
75730f00ac add support for searching for the required gap limit to sign a psbt where global xpubs match 2023-11-02 12:37:49 +01:00
Craig Raw
12db57c8d7 add satochip wallet model 2023-10-31 09:53:34 +01:00
Craig Raw
30aff11908 always use master wallet for testing if payment was sent to child, add postmix check 2023-10-11 11:41:43 +02:00
Craig Raw
74d2bfec24 add krux wallet model 2023-10-05 10:35:09 +02:00
Craig Raw
73eed3e292 add additional test for checking if whirlpool mix wallet 2023-09-29 14:25:28 +02:00
Craig Raw
2b7b650fae improve renaming wallet keystore labels for uniqueness 2023-08-30 15:21:31 +02:00
Craig Raw
bae4ce6605 add support for named xpubs in output descriptors 2023-08-30 14:21:06 +02:00
Craig Raw
8313d16e97 fix single character multisig threshold parsing issue 2023-07-23 13:12:51 +02:00
Craig Raw
d7b97c99dc add support for parsing compactseedqr without header or ec bytes 2023-07-23 12:45:43 +02:00
Craig Raw
e15eb7c7f3 improve handling of invalid bip322 signatures 2023-07-18 12:25:24 +02:00
Craig Raw
38b04b8e0b fix input vbytes type from int to double 2023-07-11 11:24:07 +02:00
Craig Raw
8484dd397b use txo filters for all wallet transaction output filtering 2023-07-11 09:07:22 +02:00
Craig Raw
6a7d2aac28 throw exception for bip322 multisig signatures 2023-07-04 09:21:48 +02:00
Craig Raw
f47d5de392 minor refactor of bip322 implementation 2023-07-04 08:50:49 +02:00
Craig Raw
e965a9ddd7 add script type checks to bip322 implementation 2023-07-03 13:15:10 +02:00
Craig Raw
c0555c3fb0 implement bip322 for p2wpkh and p2tr singlesig addresses 2023-06-30 12:50:43 +02:00
Craig Raw
4341973acd add method for sha256 deserialization mappers 2023-06-30 08:59:08 +02:00
Craig Raw
d5abf351be retain utxo frozen status on wallet refresh 2023-06-23 09:51:44 +02:00
Craig Raw
a8df17ff5e continue with transaction parsing if pushdata opcode is found with invalid data length 2023-06-05 11:41:41 +02:00
Craig Raw
d3e003f76e fix reading of compact size int as unsigned short when parsing psbts 2023-06-04 10:01:42 +02:00