aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2024-07-26Merge bitcoin/bitcoin#30386: Early logging improvementsRyan Ofsky
2024-07-26Merge bitcoin/bitcoin#30447: fuzz: Deglobalize signature cache in sigcache testRyan Ofsky
2024-07-26Merge bitcoin/bitcoin#30126: cluster mempool: cluster linearization algorithmglozow
2024-07-26Return XOR AutoFile from BlockManager::Open*File()MarcoFalke
2024-07-26Merge bitcoin/bitcoin#30517: refactor: Add FlatFileSeq member variables in Bl...merge-script
2024-07-26Merge bitcoin/bitcoin#26950: cleanse: switch to SecureZeroMemory for Windows ...merge-script
2024-07-25doc: rpc: Use "output script" consistently (2/2)MarcoFalke
2024-07-25bench: add cluster linearization improvement benchmarkPieter Wuille
2024-07-25clusterlin: permit passing in existing linearization to LinearizePieter Wuille
2024-07-25clusterlin: add LinearizationChunking classPieter Wuille
2024-07-25clusterlin: randomize the SearchCandidateFinder search orderPieter Wuille
2024-07-25clusterlin: use bounded BFS exploration (optimization)Pieter Wuille
2024-07-25bench: Candidate finding and linearization benchmarksPieter Wuille
2024-07-25clusterlin: add Linearize functionPieter Wuille
2024-07-25clusterlin: add chunking algorithmPieter Wuille
2024-07-25clusterlin: add SearchCandidateFinder classPieter Wuille
2024-07-25clusterlin: add AncestorCandidateFinder classPieter Wuille
2024-07-25tests: framework for testing DepGraph classPieter Wuille
2024-07-25clusterlin: introduce cluster_linearize.h with Cluster and DepGraph typesPieter Wuille
2024-07-25Merge bitcoin/bitcoin#30507: m_tx_download_mutex followupsmerge-script
2024-07-25Merge bitcoin/bitcoin#30399: test: Add arguments for creating a slimmer Testi...merge-script
2024-07-25Merge bitcoin/bitcoin#30482: rest: Reject truncated hex txid early in getutxo...merge-script
2024-07-25refactor: Use untranslated error message in ActivateSnapshotMarcoFalke
2024-07-25m_tx_download_mutex followupsglozow
2024-07-25release m_tx_download_mutex before MakeAndPushMessage GETDATAglozow
2024-07-25[refactor] change ActiveTipChange to use CBlockIndex ref instead of ptrglozow
2024-07-25Merge bitcoin/bitcoin#30275: Fee Estimation: change `estimatesmartfee` defaul...merge-script
2024-07-24refactor: Replace ParseHashStr with FromHexMarcoFalke
2024-07-24rest: Reject truncated hex txid early in getutxos parsingMarcoFalke
2024-07-24refactor: Expose FromHex in transaction_identifierMarcoFalke
2024-07-24refactor: Implement strict uint256::FromHex()MarcoFalke
2024-07-24refactor: fix missing includesfanquake
2024-07-24[doc] TxOrphanage is no longer thread-safeglozow
2024-07-24[refactor] combine block vtx loops in BlockConnectedglozow
2024-07-24cleanse: Use SecureZeroMemory for mingw-w64 (release) buildsfanquake
2024-07-24Merge bitcoin/bitcoin#30111: locks: introduce mutex for tx download, flush re...merge-script
2024-07-24refactor: Add FlatFileSeq member variables in BlockManagerTheCharlatan
2024-07-24scripted-diff: Rename SetHex to SetHexDeprecatedMarcoFalke
2024-07-24test: refactor: Replace SetHex with uint256 constructor directlyMarcoFalke
2024-07-23Merge bitcoin/bitcoin#30436: fix: Make TxidFromString() respect string_view l...Ryan Ofsky
2024-07-23Merge bitcoin/bitcoin#30408: rpc: doc: use "output script" terminology consis...Ava Chow
2024-07-23net: Log accepted connection after m_nodes.push_backMarcoFalke
2024-07-23fix: Make TxidFromString() respect string_view lengthHodlinator
2024-07-23refactor: Change base_blob::SetHex() to take std::string_viewHodlinator
2024-07-23test: uint256 - Garbage suffixes and zero paddingHodlinator
2024-07-23Merge bitcoin/bitcoin#30504: doc: use proper doxygen formatting for CTxMemPoo...merge-script
2024-07-23refactor: Make uint256_tests no longer use deprecated BOOST_CHECK()Hodlinator
2024-07-23test: Add test for TxidFromString() behaviorRyan Ofsky
2024-07-23doc: use proper doxygen formatting for CTxMemPool::csVasil Dimov
2024-07-23fuzz: Speed up PickValue in txorphanMarcoFalke