aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-02-15Merge #15399: fuzz: Script validation flagsMarcoFalke
2019-02-15Merge #15391: Add compile time verification of assumptions we're currently ma...Wladimir J. van der Laan
2019-02-15Merge #15383: [rpc] mining: Omit uninitialized currentblockweight, currentblo...MarcoFalke
2019-02-15Merge #15405: [build] AppVeyor: clean cache when build configuration changesMarcoFalke
2019-02-15Merge #15413: tests: Add missing cs_main locks required when accessing pcoins...MarcoFalke
2019-02-15tests: Add missing cs_main locks required when accessing pcoinsdbview, pcoins...practicalswift
2019-02-15Merge #14075: Import watch only pubkeys to the keypool if private keys are di...MeshCollider
2019-02-14Import public keys in orderAndrew Chow
2019-02-14Test pubkey import to keypoolAndrew Chow
2019-02-14Add option to importmulti add an imported pubkey to the keypoolAndrew Chow
2019-02-14Fetch keys from keypool when private keys are disabledAndrew Chow
2019-02-14Add a method to add a pubkey to the keypoolAndrew Chow
2019-02-15Merge #14021: Import key origin data through descriptors in importmultiMeshCollider
2019-02-14Add release notes for importing key origin info changeAndrew Chow
2019-02-14Test importing descriptors with key origin informationAndrew Chow
2019-02-14Import KeyOriginData when importing descriptorsAndrew Chow
2019-02-14Implement a function to add KeyOriginInfo to a walletAndrew Chow
2019-02-14Store key origin info in key metadataAndrew Chow
2019-02-14Merge #15285: build: Prefer Python 3.4 even if newer versions are present on ...MarcoFalke
2019-02-14Merge #15295: fuzz: Add test/fuzz/test_runner.py and run it in travisMarcoFalke
2019-02-14Merge #15411: travis: Combine --disable-bip70 into existing jobMarcoFalke
2019-02-14Merge #14481: Add P2SH-P2WSH support to listunspent RPCWladimir J. van der Laan
2019-02-14Merge #14626: Select orphan transaction uniformly for evictionMarcoFalke
2019-02-14fuzz: test_runner: Better error message when built with aflMarcoFalke
2019-02-14Merge #15195: gui: Add Close Wallet actionJonas Schnelli
2019-02-14Merge #15393: build: Bump minimum Qt version to 5.5.1Jonas Schnelli
2019-02-14travis: Combine --disable-bip70 into existing jobMarcoFalke
2019-02-14Merge #15063: GUI: If BIP70 is disabled, attempt to fall back to BIP21 parsingJonas Schnelli
2019-02-14Remove hdmasterkeyidAndrew Chow
2019-02-14Add a method to CWallet to write just CKeyMetadataAndrew Chow
2019-02-14Add WriteHDKeypath function and move *HDKeypath to util/bip32.{h,cpp}Andrew Chow
2019-02-14Refactor keymetadata writing to a separate methodAndrew Chow
2019-02-14Merge #15388: [build] Makefile.am: add rule for src/bitcoin-walletMarcoFalke
2019-02-14[build] AppVeyor: clean cache when build configuration changesSjors Provoost
2019-02-14[build] Makefile.am: add rule for src/bitcoin-walletSjors Provoost
2019-02-14Add compile time verification of assumptions we're currently making implicitl...practicalswift
2019-02-14Merge #15407: msvc: Fix silent merge conflict between #13926 and #14372 part IIMarcoFalke
2019-02-14Merge #15183: [Qt]: fixes m_assumed_blockchain_size variable valueMarcoFalke
2019-02-14fixes m_assumed_blockchain_size variables values:marcoagner
2019-02-14msvc: Fix silent merge conflict between #13926 and #14372 part IIChun Kuan Lee
2019-02-14Bump minimum Qt version to 5.5.1Sjors Provoost
2019-02-14Merge #14978: Factor out PSBT utilities from RPCs for use in GUI code; relate...MeshCollider
2019-02-13qa: Add test/fuzz/test_runner.pyMarcoFalke
2019-02-13Merge #15334: wallet: Log absolute paths for the walletsWladimir J. van der Laan
2019-02-13Merge #15390: [wallet-tool] Close bdb when flushing walletMarcoFalke
2019-02-13fuzz: Script validation flagsMarcoFalke
2019-02-13fuzz: Move deserialize tests to test/fuzz/deserialize.cppMarcoFalke
2019-02-13Merge #15389: Remove unnecessary const_castWladimir J. van der Laan
2019-02-13Add release note for listunspent P2WSH changeMeshCollider
2019-02-13Add test for P2SH-P2WSH in signrawtransactionwithkey and listunspentMeshCollider