Commit Graph

19656 Commits (d3661a3fd247e8fb3911e2f7256025de8b163aeb)
 

Author SHA1 Message Date
David A. Harding d3661a3fd2
[Doc] add missing newline to witnessScript in listunspent help
6 years ago
Wladimir J. van der Laan f60d029a2a
Merge #15368: Descriptor checksums
6 years ago
Wladimir J. van der Laan d5b929c813
Merge #13932: Additional utility RPCs for PSBT
6 years ago
MarcoFalke f9d50e83e2
Merge #15410: test: txindex: interrupt threadGroup before calling destructor
6 years ago
Andrew Chow 540729ef4b Implement analyzepsbt RPC and tests
6 years ago
Pieter Wuille fd637be8d2 Add checksums to descriptors.md
6 years ago
Pieter Wuille be62903c41 Make descriptor checksums mandatory in deriveaddresses and importmulti
6 years ago
Pieter Wuille b52cb63688 Add getdescriptorinfo to compute checksum
6 years ago
Pieter Wuille 3b40bff988 Descriptor checksum
6 years ago
Andrew Chow 77542cf2a5 Move PSBT UTXO fetching to a separate method
6 years ago
Andrew Chow cb40b3abd4 Figure out what is missing during signing
6 years ago
Andrew Chow 08f749c914 Implement joinpsbts RPC and tests
6 years ago
Andrew Chow 7344a7b998 Implement utxoupdatepsbt RPC and tests
6 years ago
MarcoFalke 743c2f461c
Merge #15399: fuzz: Script validation flags
6 years ago
Wladimir J. van der Laan 95801902b9
Merge #15391: Add compile time verification of assumptions we're currently making implicitly/tacitly
6 years ago
MarcoFalke eca1273c35
Merge #15383: [rpc] mining: Omit uninitialized currentblockweight, currentblocktx
6 years ago
MarcoFalke bf3677a6bb
Merge #15405: [build] AppVeyor: clean cache when build configuration changes
6 years ago
MarcoFalke 4d2767c228
Merge #15413: tests: Add missing cs_main locks required when accessing pcoinsdbview, pcoinsTip or pblocktree
6 years ago
practicalswift 543ef7d626 tests: Add missing cs_main locks required when accessing pcoinsdbview, pcoinsTip or pblocktree
6 years ago
MeshCollider c576979b78
Merge #14075: Import watch only pubkeys to the keypool if private keys are disabled
6 years ago
Andrew Chow f4b00b70e8 Import public keys in order
6 years ago
Andrew Chow 9e1551b9ce Test pubkey import to keypool
6 years ago
Andrew Chow 513719c5f8 Add option to importmulti add an imported pubkey to the keypool
6 years ago
Andrew Chow 9b81fd19ac Fetch keys from keypool when private keys are disabled
6 years ago
Andrew Chow 99cccb900b Add a method to add a pubkey to the keypool
6 years ago
MeshCollider 8d0ec74801
Merge #14021: Import key origin data through descriptors in importmulti
6 years ago
Andrew Chow cb3511b9d5 Add release notes for importing key origin info change
6 years ago
Andrew Chow 4c75a69f36 Test importing descriptors with key origin information
6 years ago
Andrew Chow 02d6586d7a Import KeyOriginData when importing descriptors
6 years ago
Andrew Chow 3d235dff5d Implement a function to add KeyOriginInfo to a wallet
6 years ago
Andrew Chow eab63bc264 Store key origin info in key metadata
6 years ago
MarcoFalke 33480c6366
Merge #15285: build: Prefer Python 3.4 even if newer versions are present on the system
6 years ago
MarcoFalke 31f7c6dd21
Merge #15295: fuzz: Add test/fuzz/test_runner.py and run it in travis
6 years ago
MarcoFalke 642bd7bbe7
Merge #15411: travis: Combine --disable-bip70 into existing job
6 years ago
Wladimir J. van der Laan 3facd9fdc4
Merge #14481: Add P2SH-P2WSH support to listunspent RPC
6 years ago
MarcoFalke cd8ca8be31
Merge #14626: Select orphan transaction uniformly for eviction
6 years ago
MarcoFalke fa535af92c
fuzz: test_runner: Better error message when built with afl
6 years ago
Jonas Schnelli b7456e6bf9
Merge #15195: gui: Add Close Wallet action
6 years ago
Jonas Schnelli 3b33cbc2b6
Merge #15393: build: Bump minimum Qt version to 5.5.1
6 years ago
MarcoFalke eeeee58bc9
travis: Combine --disable-bip70 into existing job
6 years ago
MarcoFalke fab6b07c16
test: txindex: interrupt threadGroup before calling destructor
6 years ago
Jonas Schnelli 758c6d784d
Merge #15063: GUI: If BIP70 is disabled, attempt to fall back to BIP21 parsing
6 years ago
Andrew Chow 345bff6013 Remove hdmasterkeyid
6 years ago
Andrew Chow bac8c676a7 Add a method to CWallet to write just CKeyMetadata
6 years ago
Andrew Chow e7652d3f64 Add WriteHDKeypath function and move *HDKeypath to util/bip32.{h,cpp}
6 years ago
Andrew Chow c45415f73a Refactor keymetadata writing to a separate method
6 years ago
MarcoFalke 9b1df4ba0b
Merge #15388: [build] Makefile.am: add rule for src/bitcoin-wallet
6 years ago
Sjors Provoost 88a91e2c9d
[build] AppVeyor: clean cache when build configuration changes
6 years ago
Sjors Provoost 4a43eb8cdf
[build] Makefile.am: add rule for src/bitcoin-wallet
6 years ago
practicalswift 7cee85807c Add compile time verification of assumptions we're currently making implicitly/tacitly
6 years ago