Commit Graph

19632 Commits (543ef7d626177a5cc4e0f5c7f01bca0946782d1c)
 

Author SHA1 Message Date
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
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 4a43eb8cdf
[build] Makefile.am: add rule for src/bitcoin-wallet
6 years ago
MarcoFalke e3b1c7a9d6
Merge #15407: msvc: Fix silent merge conflict between #13926 and #14372 part II
6 years ago
MarcoFalke 38989ab03f
Merge #15183: [Qt]: fixes m_assumed_blockchain_size variable value
6 years ago
marcoagner 8c3fdd3a6d
fixes m_assumed_blockchain_size variables values:
6 years ago
Chun Kuan Lee 3c6ef0393f msvc: Fix silent merge conflict between #13926 and #14372 part II
6 years ago
Sjors Provoost fd46c4c001
Bump minimum Qt version to 5.5.1
6 years ago
MeshCollider 2452c6cc0a
Merge #14978: Factor out PSBT utilities from RPCs for use in GUI code; related refactoring.
6 years ago
MarcoFalke fa7ca8ef58
qa: Add test/fuzz/test_runner.py
6 years ago
Wladimir J. van der Laan 9c93f5d9fc
Merge #15334: wallet: Log absolute paths for the wallets
6 years ago
MarcoFalke 9c4a90040d
Merge #15390: [wallet-tool] Close bdb when flushing wallet
6 years ago
Wladimir J. van der Laan cbe7efe9ea
Merge #15389: Remove unnecessary const_cast
6 years ago
MeshCollider 6ca836ab3a Add release note for listunspent P2WSH change
6 years ago
MeshCollider 928beae007 Add test for P2SH-P2WSH in signrawtransactionwithkey and listunspent
6 years ago
MeshCollider 314784a60f Make listunspent and signrawtransaction RPCs support witnessScript
6 years ago
MarcoFalke 0d1160e421
Merge #14918: RPCHelpMan: Check default values are given at compile-time
6 years ago
Hennadii Stepanov a4b92e467d
Log full paths for wallets
6 years ago
João Barbosa 94086fb59d gui: Add close wallet action
6 years ago
João Barbosa f77ba34313 gui: Add closeWallet to WalletController
6 years ago
João Barbosa f6122abe03 interfaces: Add remove to Wallet
6 years ago
MarcoFalke 029d28a7aa
Merge #15238: [QA] remove some magic mining constants in functional tests
6 years ago
MarcoFalke d73918447f
Merge #15216: Scripts and tools: Replace script name with a special parameter
6 years ago
Hennadii Stepanov 8c9b8a3668
Replace script name with special parameter
6 years ago