aboutsummaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2022-05-31Merge bitcoin/bitcoin#25200: doc: Fix spelling errors identified by codespell...MacroFake
2022-05-28compat: remove glibcxx sanity checksfanquake
2022-05-27Merge bitcoin/bitcoin#24408: rpc: add rpc to get mempool txs spending specifi...MacroFake
2022-05-26Merge bitcoin/bitcoin#24032: Add defaults to vDeployments to avoid uninitiali...laanwj
2022-05-26Merge bitcoin/bitcoin#15936: interfaces: Expose settings.json methods to GUIMacroFake
2022-05-25refactor: Change LogPrintLevel order to category, severitylaanwj
2022-05-25doc: Fix spelling errors identified by codespell in comentsBen Woosley
2022-05-24Merge bitcoin/bitcoin#24464: logging: Add severity level to logslaanwj
2022-05-24Merge bitcoin/bitcoin#24410: [kernel 2a/n] Split hashing/index `GetUTXOStats`...laanwj
2022-05-23scripted-diff: Move src/kernel/coinstats to kernel::Carl Dong
2022-05-23Move logic from LookupUTXOStatsWithIndex to CoinStatsIndex::LookUpStatsCarl Dong
2022-05-21refactor: Remove defunct attributes.h includesBen Woosley
2022-05-20coinstats: Extract hash_type in-member to in-paramCarl Dong
2022-05-20fuzz: Remove useless GetUTXOStats fuzz caseCarl Dong
2022-05-20Add ChainstateManager::m_adjusted_time_callbackCarl Dong
2022-05-20Add ChainstateManagerOpts, using as ::OptionsCarl Dong
2022-05-20Merge bitcoin/bitcoin#25168: refactor: Avoid passing params where not neededMacroFake
2022-05-20Merge bitcoin/bitcoin#23595: util: Add ParseHex<std::byte>() helperlaanwj
2022-05-20Merge bitcoin/bitcoin#25101: Add mockable clock typefanquake
2022-05-19Merge bitcoin/bitcoin#25153: scripted-diff: Use getInt<T> over get_int/get_int64fanquake
2022-05-19settings: Add update/getPersistent/isIgnored methodsRyan Ofsky
2022-05-19logging: Add severity level to logs.klementtan
2022-05-19Merge bitcoin/bitcoin#25147: Net processing: follow ups to #20799 (removing s...fanquake
2022-05-18scripted-diff: Use getInt<T> over get_int/get_int64MacroFake
2022-05-18Add mockable clock type and TicksSinceEpoch helperMarcoFalke
2022-05-18Do not call global Params() when chainman is in scopeMacroFake
2022-05-18Do not pass CChainParams& to PeerManager::makeMacroFake
2022-05-18Do not pass CChainParams& to BlockAssembler constructorMacroFake
2022-05-18Do not pass Consensus::Params& to Chainstate helpersMacroFake
2022-05-18Do not pass time getter to Chainstate helpersMacroFake
2022-05-17refactor: use C++11 default initializersfanquake
2022-05-17Remove fUseWTXID parameter from CBlockHeaderAndShortTxIDs constructorJohn Newbery
2022-05-13test: Slim down versionbits_tests.cppMacroFake
2022-05-13Merge bitcoin/bitcoin#24595: deploymentstatus: move g_versionbitscache global...MacroFake
2022-05-12Merge bitcoin/bitcoin#25102: Remove unused GetTimeSecondsMacroFake
2022-05-12Merge bitcoin/bitcoin#24925: refactor: make GetRand a template, remove GetRan...MacroFake
2022-05-11Remove unused GetTimeSecondsMacroFake
2022-05-10Switch scheduler to steady_clockMacroFake
2022-05-10validation: move g_versionbitscache into ChainstateManagerAnthony Towns
2022-05-10test/versionbits: make versionbitscache a parameterAnthony Towns
2022-05-10validation: move UpdateUncommittedBlockStructures and GenerateCoinbaseCommitm...Anthony Towns
2022-05-10validation: remove redundant CChainParams params from ChainstateManager methodsAnthony Towns
2022-05-10validation: add CChainParams to ChainstateManagerAnthony Towns
2022-05-08random: Add FastRandomContext::rand_uniform_delayMarcoFalke
2022-05-08Add time helpers for std::chrono::steady_clockMarcoFalke
2022-05-06Merge bitcoin/bitcoin#24804: Sanity assert GetAncestor() != nullptr where app...MacroFake
2022-05-06Merge bitcoin/bitcoin#19426: refactor: Change * to & in MutableTransactionSig...MacroFake
2022-05-06Merge bitcoin/bitcoin#24538: miner: bug fix? update for ancestor inclusion us...MacroFake
2022-05-05Sanity assert GetAncestor() != nullptr where appropriateAdam Jonas
2022-05-05Add RPC to get mempool txs spending outputst-bast