aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2023-07-31script: update flake8 to 6.1.0Jon Atack
2023-07-31Remove unused MessageStartChars parameters from BlockManager methodsMarcoFalke
2023-07-31Merge bitcoin/bitcoin#28091: fuzz: use `ConnmanTestMsg` in `connman`fanquake
2023-07-30Merge bitcoin/bitcoin#28118: test: Add SyncWithValidationInterfaceQueue to mo...fanquake
2023-07-28Merge bitcoin/bitcoin#28162: refactor: Revert additional univalue check in Pa...fanquake
2023-07-28Merge bitcoin/bitcoin#28168: refactor: Remove unused raw-pointer read helper ...fanquake
2023-07-27Merge bitcoin/bitcoin#27888: Fuzz: a more efficient descriptor parsing targetAndrew Chow
2023-07-27Merge bitcoin/bitcoin#28148: refactor: consistently use ApplyArgsManOptions f...Andrew Chow
2023-07-27Remove unused raw-pointer read helper from univalueMarcoFalke
2023-07-27refactor: Revert addition of univalue sighash string checkTheCharlatan
2023-07-26Merge bitcoin/bitcoin#28127: refactor: Remove C-style const-violating cast, U...fanquake
2023-07-26Merge bitcoin/bitcoin#28150: test: Avoid intermittent issues due to async eve...fanquake
2023-07-25Merge bitcoin/bitcoin#27930: util: Don't derive secure_allocator from std::al...Andrew Chow
2023-07-25Merge bitcoin/bitcoin#28113: kernel: Remove UniValue from kernel libraryAndrew Chow
2023-07-25kernel: Remove Univalue from kernel libraryTheCharlatan
2023-07-25kernel: Split ParseSighashStringTheCharlatan
2023-07-25test: Avoid intermittent issues due to async events in validationinterface_testsMarcoFalke
2023-07-25refactor: deduplicate ignores_incoming_txsstickies-v
2023-07-25refactor: set ignore_incoming_txs in ApplyArgsManOptionsstickies-v
2023-07-24Don't derive secure_allocator from std::allocatorCasey Carter
2023-07-24Remove unused function `reliesOnAssumedValid`Suhas Daftuar
2023-07-24Cache block index entry corresponding to assumeutxo snapshot base blockhashSuhas Daftuar
2023-07-24Move CheckBlockIndex() from Chainstate to ChainstateManagerSuhas Daftuar
2023-07-24Documentation improvements for assumeutxoRyan Ofsky
2023-07-24Fix initialization of setBlockIndexCandidates when working with multiple chai...Suhas Daftuar
2023-07-24Tighten requirements for adding elements to setBlockIndexCandidatesSuhas Daftuar
2023-07-24[net processing] Move -capturemessages to PeerManager::Optionsdergoegge
2023-07-24[net processing] Move -blockreconstructionextratxn to PeerManager::Optionsdergoegge
2023-07-24[net processing] Move -maxorphantx to PeerManager::Optionsdergoegge
2023-07-24[net processing] Move -txreconciliation to PeerManager::Optionsdergoegge
2023-07-24[net processing] Use ignore_incoming_txs from m_optsdergoegge
2023-07-24[net processing] Introduce PeerManager optionsdergoegge
2023-07-24refactor: Use reinterpret_cast where appropriateMarcoFalke
2023-07-24refactor: Avoid casting away constnessMarcoFalke
2023-07-24refactor: Remove unused C-style castsMarcoFalke
2023-07-22fuzz: use `ConnmanTestMsg` in `connman`brunoerg
2023-07-22refactor: Make more transaction size variables signedHennadii Stepanov
2023-07-21fuzz: increase coverage of the descriptor targetsAntoine Poinsot
2023-07-21fuzz: add a new, more efficient, descriptor parsing targetAntoine Poinsot
2023-07-21Move block-storage-related logic to ChainstateManagerSuhas Daftuar
2023-07-21refactor: Use EnsureAnyNodeContextMarcoFalke
2023-07-21test: Add SyncWithValidationInterfaceQueue to mockscheduler RPCMarcoFalke
2023-07-21fuzz: make the parsed descriptor testing into a functionAntoine Poinsot
2023-07-20Merge bitcoin/bitcoin#28067: descriptors: do not return top-level only funcs ...Andrew Chow
2023-07-20descriptor: InferScript, do not return top-level only func as sub descriptorfurszy
2023-07-20Merge bitcoin/bitcoin#26654: util: Show descriptive error messages when FileC...fanquake
2023-07-20Merge bitcoin/bitcoin#28066: fuzz: Generate process_message targets individuallyfanquake
2023-07-20Merge bitcoin/bitcoin#26467: bumpfee: Allow the user to choose which output i...fanquake
2023-07-19Merge bitcoin/bitcoin#27928: test: Add more tests for the BIP21 implementationRyan Ofsky
2023-07-19Merge bitcoin/bitcoin#28085: refactor: use Span for SipHash::WriteAndrew Chow