aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2023-01-30Merge bitcoin/bitcoin#15294: refactor: Extract RipeMd160MarcoFalke
2023-01-29net_processing: simplify logging statementMartin Zumsande
2023-01-28Remove configure-time setting of DEFAULT_UPNPfanquake
2023-01-28Remove configure-time setting of DEFAULT_NATPMPfanquake
2023-01-27Merge bitcoin/bitcoin#26900: refactor: Add BlockManager gettersMarcoFalke
2023-01-27Fix comment about how wallet txs are sortedJohn Moffett
2023-01-27test, build: Separate `read_json` function into its own moduleHennadii Stepanov
2023-01-27Merge bitcoin/bitcoin#25880: p2p: Make stalling timeout adaptive during IBDAndrew Chow
2023-01-26addrman, refactor: combine two size functionsAmiti Uttarwar
2023-01-26addrman, refactor: move count increment into Create()Martin Zumsande
2023-01-26net: Load fixed seeds from reachable networks for which we don't have addressesMartin Zumsande
2023-01-26addrman: add function to return size by network and tableMartin Zumsande
2023-01-26refactor: Extract RIPEMD160Ben Woosley
2023-01-26Correctly limit overview transaction listJohn Moffett
2023-01-26refactor: rpc: set TxToJSON default verbosity to SHOW_DETAILSstickies-v
2023-01-26Merge bitcoin/bitcoin#25296: Add DataStream without ser-type and ser-version ...fanquake
2023-01-26Merge bitcoin/bitcoin#26551: p2p: Track orphans by who provided themglozow
2023-01-26Remove unused CDataStream::SetTypeMarcoFalke
2023-01-26Use DataStream where possibleMarcoFalke
2023-01-26Merge bitcoin/bitcoin#26960: refactor: Remove c_str from util/checkMarcoFalke
2023-01-25Merge bitcoin/bitcoin#26929: rpc: Throw more user friendly arg type check err...fanquake
2023-01-25Merge bitcoin/bitcoin#26829: init: Remove unnecessary sensitive flag from rpc...MarcoFalke
2023-01-25refactor: Remove stray cs_main redundant declarationMarcoFalke
2023-01-25doc: Export threadsafety.h from sync.hMarcoFalke
2023-01-25net_processing: indicate more work to do when orphans are ready to reconsiderAnthony Towns
2023-01-25net_processing: Don't process tx after processing orphansAnthony Towns
2023-01-25net_processing: only process orphans before messagesAnthony Towns
2023-01-25txorphange: Drop redundant originator arg from GetTxToReconsiderAnthony Towns
2023-01-24Merge bitcoin/bitcoin#26707: clang-tidy: Fix `performance-*move*` warnings in...MarcoFalke
2023-01-24streams: Add DataStream without ser-type and ser-versionMarcoFalke
2023-01-24Merge bitcoin/bitcoin#26930: fuzz: Actually use mocked mempool in tx_pool targetMarcoFalke
2023-01-24Merge bitcoin/bitcoin#26955: wallet: permit mintxfee=0fanquake
2023-01-24Merge bitcoin/bitcoin#26898: fuzz: Add PartiallyDownloadedBlock targetMarcoFalke
2023-01-24refactor: Remove c_str from util/checkMarcoFalke
2023-01-23qt: Persist Mask Values optionAndrew Chow
2023-01-23init: Remove sensitive flag from rpcbindAndrew Chow
2023-01-23Merge bitcoin/bitcoin#26690: wallet: Refactor database cursor into its own ob...fanquake
2023-01-23[fuzz] Assert that omitting missing transactions always fails block reconstru...dergoegge
2023-01-23[fuzz] Add PartiallyDownloadedBlock targetdergoegge
2023-01-23[block encodings] Avoid fuzz blocking asserts in PartiallyDownloadedBlockdergoegge
2023-01-23[block encodings] Make CheckBlock mockable for PartiallyDownloadedBlockdergoegge
2023-01-23Merge bitcoin/bitcoin#26826: refactor: remove windows-only compat.h usage in ...MarcoFalke
2023-01-23wallet: permit mintxfee=0willcl-ark
2023-01-22doc: improve doc for RPCArg::Optional::OMITTEDfanquake
2023-01-22scripted-diff: use RPCArg::Optional::OMITTED over OMITTED_NAMED_ARGfanquake
2023-01-22Merge bitcoin/bitcoin#26471: Reduce default mempool size in -blocksonly modefanquake
2023-01-20test: add test for coins view flush behavior using Sync()James O'Beirne
2023-01-20test: add use of Sync() to coins testsJames O'Beirne
2023-01-20test: refactor: clarify the coins simulationJames O'Beirne
2023-01-20coins: add Sync() method to allow flush without cacheCoins dropJames O'Beirne