aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2023-12-11Merge bitcoin/bitcoin#29031: fuzz: Improve fuzzing stability for txorphan har...fanquake
2023-12-08fuzz: Improve fuzzing stability for txorphan harnessdergoegge
2023-12-08Merge bitcoin/bitcoin#28349: build: Require C++20 compilerfanquake
2023-12-08Merge bitcoin/bitcoin#28894: wallet: batch all individual spkms setup db writ...fanquake
2023-12-07Merge bitcoin/bitcoin#28924: refactor: Remove unused and fragile string inter...fanquake
2023-12-07fuzz: Use C++20 starts_with in rpc.cppMarcoFalke
2023-12-07Revert "tracepoints: Disables `-Wgnu-zero-variadic-macro-arguments` to compil...MarcoFalke
2023-12-07refactor: Drop unused _Pragma to ignore -Wgnu-zero-variadic-macro-argumentsMarcoFalke
2023-12-07refactor: modernize-use-default-member-init for bit-fields (C++20)MarcoFalke
2023-12-07build: Require C++20 compilerMarcoFalke
2023-12-06Merge bitcoin/bitcoin#29012: fuzz: Avoid timeout in bitdequefanquake
2023-12-06Merge bitcoin/bitcoin#27581: net: Continuous ASMap health checkAndrew Chow
2023-12-06Merge bitcoin/bitcoin#28980: rpc: encryptwallet help, mention HD seed rotatio...Andrew Chow
2023-12-06Merge bitcoin/bitcoin#28989: test: Fix test by checking the actual exception ...Andrew Chow
2023-12-06fuzz: Avoid timeout in bitdequeMarcoFalke
2023-12-05rpc, doc: encryptwallet, mention HD seed rotation and new backupfurszy
2023-12-05rpc: fix getrawtransaction segfaultMartin Zumsande
2023-12-05Merge bitcoin/bitcoin#28997: fuzz: txorphan check wtxids using GenTxid::Wtxid...fanquake
2023-12-04fuzz: txorphan check wtxids using GenTxid::Wtxid not GenTxid::TxidGreg Sanders
2023-12-04init: don't delete PID file if it was not generatedwillcl-ark
2023-12-03test: Fix test by checking the actual exception instanceHennadii Stepanov
2023-12-02net: Add continuous ASMap health check loggingFabian Jahr
2023-12-01Merge bitcoin/bitcoin#28368: Fee Estimator updates from Validation Interface/...Andrew Chow
2023-12-01Merge bitcoin/bitcoin#28784: rpc: keep `.cookie` file if it was not generatedAndrew Chow
2023-12-01Merge bitcoin/bitcoin#28848: bugfix, Change up submitpackage results to retur...Andrew Chow
2023-11-30Merge bitcoin/bitcoin#26762: bugfix: Make `CCheckQueue` RAII-styled (attempt 2)Andrew Chow
2023-11-30Merge bitcoin/bitcoin#28451: refactor: Remove unused SER_DISK, SER_NETWORK, C...Ryan Ofsky
2023-11-30Merge bitcoin/bitcoin#28951: fuzz: BIP324: damage ciphertext/aad in full byte...fanquake
2023-11-30Rename version.h to node/protocol_version.hMarcoFalke
2023-11-30Remove unused version.h includeMarcoFalke
2023-11-30Remove unused SER_NETWORK, SER_DISKMarcoFalke
2023-11-30Remove unused CDataStreamMarcoFalke
2023-11-30fuzz: Drop unused version from fuzz input formatMarcoFalke
2023-11-29doc: submitpackage vsize results are sigops-adjustedGreg Sanders
2023-11-29RPC submitpackage: change return format to allow partial errorsGreg Sanders
2023-11-29Merge bitcoin/bitcoin#28969: fuzz: Avoid signed-integer-overflow in wallet_no...fanquake
2023-11-29Merge bitcoin/bitcoin#28486: test, bench: Initialize and terminate use of Win...fanquake
2023-11-29fuzz: Avoid signed-integer-overflow in wallet_notifications fuzz targetMarcoFalke
2023-11-29fuzz: Fix nullptr deref in scriptpubkeymanMarcoFalke
2023-11-29Merge bitcoin/bitcoin#28958: refactor: Use Txid in CMerkleBlockfanquake
2023-11-28Merge bitcoin/bitcoin#28579: refactor: Remove redundant checks in compat/assu...Andrew Chow
2023-11-28Merge bitcoin/bitcoin#28554: bugfix: throw an error if an invalid parameter i...Andrew Chow
2023-11-28Merge bitcoin/bitcoin#28903: refactor: Make CTxMemPoolEntry only explicitly c...Andrew Chow
2023-11-28test: Setup networking globallyHennadii Stepanov
2023-11-28Merge bitcoin/bitcoin#28912: refactor: VectorWriter and SpanReader without nV...fanquake
2023-11-28refactor: Use Txid in CMerkleBlockMarcoFalke
2023-11-28Merge bitcoin/bitcoin#28952: fuzz: Avoid timeout in process_messagesfanquake
2023-11-28Merge bitcoin/bitcoin#28766: Improve peformance of CTransaction::HasWitness (...Andrew Chow
2023-11-28scripted-diff: Use DataStream in most placesMarcoFalke
2023-11-28refactor: SpanReader without nVersionMarcoFalke