aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-01-03gitignore: ignore fuzz binaries, remove test_bitcoin_fuzzyJon Atack
2019-11-11Merge #17442: fix Typo: "merkelRoot" -> "merkleRoot"MarcoFalke
2019-11-12fix Typo: "merkelRoot" -> "merkleRoot"ianliu
2019-11-10Merge #17416: Appveyor improvement - text file for vcpkg package listMarcoFalke
2019-11-10Moves vcpkg list to a text file and updates the appveyor job and readme to us...Aaron Clauson
2019-11-10Merge #17427: qt: Fix missing qRegisterMetaType for size_tWladimir J. van der Laan
2019-11-10Merge #17431: Remove unnecessary forward declarationWladimir J. van der Laan
2019-11-10refactor: Styling w/ clang-format, comment updateHennadii Stepanov
2019-11-10qt: Fix missing qRegisterMetaType for size_tHennadii Stepanov
2019-11-10Merge #17410: Rename `db` log category to `walletdb` (like `coindb`)Wladimir J. van der Laan
2019-11-09Remove unnecessary forward declarationMark Erhardt
2019-11-08Merge #15934: Merge settings one place instead of five placesWladimir J. van der Laan
2019-11-08Merge #17422: doc: add historical 0.19.0 release notesWladimir J. van der Laan
2019-11-08doc: Add relase note for db→walletdb renameWladimir J. van der Laan
2019-11-08doc: add historical 0.19.0 release notesfanquake
2019-11-08Merge #17367: ci: Run non-cross-compile builds nativelyWladimir J. van der Laan
2019-11-08scripted-diff: Change `BCLog::DB` to `BCLog::WALLETDB`Wladimir J. van der Laan
2019-11-08Rename `db` log category to `walletdb` (like `coindb`)Wladimir J. van der Laan
2019-11-08Merge #17405: wallet: Remove unused boost::this_thread::interruption_pointfanquake
2019-11-08Merge #17354: wallet: Tidy CWallet::SetUsedDestinationStatefanquake
2019-11-08Merge #15931: Remove GetDepthInMainChain dependency on locked chain interfaceSamuel Dobson
2019-11-07Add settings_testsRussell Yanofsky
2019-11-07Deduplicate settings merge codeRussell Yanofsky
2019-11-07Add util::Settings struct and helper functions.Russell Yanofsky
2019-11-07Remove includeconf nested scopeRussell Yanofsky
2019-11-07Rename includeconf variables for clarityRussell Yanofsky
2019-11-07Clarify emptyIncludeConf logicRussell Yanofsky
2019-11-07wallet: Remove unused boost::this_thread::interruption_pointMarcoFalke
2019-11-07Merge #17404: Remove redundant class file include from test_bitcoin msvc projectfanquake
2019-11-07Remove redundant class file includes from test_bitcoin project.Aaron Clauson
2019-11-07ci: Guess the native host when not cross compilingMarcoFalke
2019-11-07Merge #17362: test: speed up wallet_avoidreuse, add loggingfanquake
2019-11-07Merge #16978: test: Seed test RNG context for each test case, print seedMarcoFalke
2019-11-07Merge #17342: refactor: Clean up nScriptCheckThreadsMarcoFalke
2019-11-07Merge #17364: Updates to appveyor config for VS2019 and Qt5.9.8 + msvc projec...MarcoFalke
2019-11-07Merge #17384: test: Create new test libraryMarcoFalke
2019-11-07test: speed up wallet_avoidreuse.pyJon Atack
2019-11-07test: add logging to wallet_avoidreuse.pyJon Atack
2019-11-06Updated appveyor config:Aaron Clauson
2019-11-06Merge #17340: Tests: speed up fundrawtransaction testMarcoFalke
2019-11-06[refactor] Replace global int nScriptCheckThreads with boolJohn Newbery
2019-11-06[tests] Don't use TestingSetup in the checkqueue_testsJohn Newbery
2019-11-06[tests] Don't stop-start unnecessarily in rpc_fundrawtransaction.pyJohn Newbery
2019-11-06[tests] Use -whitelist in rpc_fundrawtransaction.pyJohn Newbery
2019-11-06Remove getBlockDepth method from Chain::interfaceAntoine Riard
2019-11-06Remove locked_chain from GetDepthInMainChain and its callersAntoine Riard
2019-11-06Use CWallet::m_last_block_processed_height in GetDepthInMainChainAntoine Riard
2019-11-06Only return early from BlockUntilSyncedToCurrentChain if current tipAntoine Riard
2019-11-06Refactor some importprunedfunds checks with guard clauseAntoine Riard
2019-11-06Add block_height field in struct ConfirmationAntoine Riard