aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-02-04Merge #15322: wallet: Add missing cs_db lockWladimir J. van der Laan
2019-02-04Merge #15324: test: Make bloom tests deterministicWladimir J. van der Laan
2019-02-03Check m_internals in UnregisterValidationInterfaceJoão Barbosa
2019-02-03gui: Fix m_node.startShutdown() orderJoão Barbosa
2019-02-03gui: Expose BitcoinGUI::unsubscribeFromCoreSignalsJoão Barbosa
2019-02-03gui: Fix WalletController deletionJoão Barbosa
2019-02-03Merge #15263: Descriptor expansions only need pubkey entries for PKH/WPKHMeshCollider
2019-02-02test: Make bloom tests deterministicMarcoFalke
2019-02-01wallet: Add missing cs_db lockJoão Barbosa
2019-02-01Merge #15308: build: Restore compatibility with older boostMarcoFalke
2019-02-01Merge #15235: Do not import private keys to wallets with private keys disabledWladimir J. van der Laan
2019-01-31Prefer boost::optional#get_value_or over #value_orBen Woosley
2019-01-31Piecewise construct to avoid invalid constructionBen Woosley
2019-01-31Do not import private keys to wallets with private keys disabledAndrew Chow
2019-01-31Refactor importwallet to extract data from the file and then importAndrew Chow
2019-01-31Merge #15299: Fix assertion in CKey::SignCompactWladimir J. van der Laan
2019-01-31Merge #11911: Free BerkeleyEnvironment instances when not in useWladimir J. van der Laan
2019-01-31Merge #13926: [Tools] bitcoin-wallet - a tool for creating and managing walle...MarcoFalke
2019-01-31Fix assertion in CKey::SignCompactJoão Barbosa
2019-01-31Merge #15225: GUI: Change the receive button to respond to keypool state chan...Wladimir J. van der Laan
2019-01-31Merge #15272: doc: correct logging return type and RPC exampleWladimir J. van der Laan
2019-01-30Merge #15292: Remove 'boost::optional'-related false positive -Wmaybe-uniniti...Wladimir J. van der Laan
2019-01-30[tools] Add wallet inspection and modification toolJonas Schnelli
2019-01-30Remove 'boost::optional'-related gcc warningsHennadii Stepanov
2019-01-30Merge #15043: test: Build fuzz targets into seperate executablesWladimir J. van der Laan
2019-01-30Merge #15163: Correct units for "-dbcache" and "-prune"Wladimir J. van der Laan
2019-01-30Merge #15279: wallet: Clarify rescanblockchain docMarcoFalke
2019-01-30Merge #15159: [RPC] Remove lookup to UTXO set from GetTransactionMarcoFalke
2019-01-30Merge #15270: Pull leveldb subtreeWladimir J. van der Laan
2019-01-30Correct units for "-dbcache" and "-prune"Hennadii Stepanov
2019-01-30Merge #14711: Remove uses of chainActive and mapBlockIndex in wallet codeMeshCollider
2019-01-29test: Build fuzz targets into seperate executablesMarcoFalke
2019-01-29Merge #14929: net: Allow connections from misbehavior banned peersJonas Schnelli
2019-01-29wallet: Fixup rescanblockchain result docMarcoFalke
2019-01-29doc: correct logging rpc return type and examplefanquake
2019-01-29Merge #14987: RPCHelpMan: Pass through Result and ExamplesMarcoFalke
2019-01-28Merge #15248: rpc: Compile on GCC4.8MarcoFalke
2019-01-27rpc: Compile on GCC4.8MarcoFalke
2019-01-27Merge #15254: Trivial: fixup a few doxygen commentsWladimir J. van der Laan
2019-01-26[RPC] Update getrawtransaction interfaceAmiti Uttarwar
2019-01-26Pull leveldb subtreeMarcoFalke
2019-01-25[test] fuzz: make test_one_input return voidMarcoFalke
2019-01-25Trivial: Doxygenize existing CBufferedFile and VectorReader commentsBen Woosley
2019-01-25RPCHelpMan: Pass through Result and ExamplesMarcoFalke
2019-01-25Descriptor expansions only need pubkey entries for PKH/WPKHPieter Wuille
2019-01-25Merge #15233: Prevent mutex lock fail even if --enable-debugMarcoFalke
2019-01-25Prevent mutex lock fail even if --enable-debugAkio Nakamura
2019-01-24Trivial: fixup a few doxygen commentsBen Woosley
2019-01-24Merge #15193: Default -whitelistforcerelay to offWladimir J. van der Laan
2019-01-23Notify the GUI that the keypool has changed to set the receive buttonAndrew Chow