aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-07-21Merge #19217: p2p: disambiguate block-relay-only variable names from blockson...MarcoFalke
2020-07-21Merge #18984: Remove unnecessary input blockfile SetPosMarcoFalke
2020-07-21Merge #16878: Fix non-deterministic coverage of test DoS_mapOrphansMarcoFalke
2020-07-21Make test DoS_mapOrphans deterministicDavid Reikher
2020-07-20net: document `enum Network`Vasil Dimov
2020-07-19span: Add Span::empty() and use it in script/descriptorMarcoFalke
2020-07-19rpc: deduplicate WriteHDKeypath() used in decodepsbtSebastian Falbesoner
2020-07-19fuzz: fix unused variable addrdb compiler warningJon Atack
2020-07-19Further improve comments around recentRejectsSuhas Daftuar
2020-07-19Disconnect peers sending wtxidrelay message after VERACKSuhas Daftuar
2020-07-19Rename AddInventoryKnown() to AddKnownTx()Suhas Daftuar
2020-07-19Make TX_WITNESS_STRIPPED its own rejection reasonSuhas Daftuar
2020-07-19Delay getdata requests from peers using txid-based relaySuhas Daftuar
2020-07-19Add p2p message "wtxidrelay"Suhas Daftuar
2020-07-19ignore non-wtxidrelay compliant invsAnthony Towns
2020-07-19Add support for tx-relay via wtxidSuhas Daftuar
2020-07-18Add wtxids to recentRejects instead of txidsSuhas Daftuar
2020-07-18Add wtxids of confirmed transactions to bloom filterSuhas Daftuar
2020-07-18Add wtxid-index to orphan mapSuhas Daftuar
2020-07-18Add a wtxid-index to mapRelaySuhas Daftuar
2020-07-18Just pass a hash to AddInventoryKnownSuhas Daftuar
2020-07-18Add wtxid to mempool unbroadcast trackingAmiti Uttarwar
2020-07-18Add a wtxid-index to the mempoolSuhas Daftuar
2020-07-18Merge #19143: tests: Add fuzzing harnesses for CAutoFile, CBufferedFile, Load...MarcoFalke
2020-07-16Merge #16525: Dump transaction version as an unsigned integer in RPC/TxToUnivWladimir J. van der Laan
2020-07-16Merge #19533: [tests] Remove unnecessary cs_mains in denialofservice_testsMarcoFalke
2020-07-16Merge bitcoin-core/gui#14: scripted-diff: rename movie folder to animationMarcoFalke
2020-07-16Merge bitcoin-core/gui#34: Show permissions instead of whitelistedMarcoFalke
2020-07-16Merge #19174: refactor: replace CConnman pointers by references in net_proces...MarcoFalke
2020-07-15gui: Show permissions instead of whitelistedWladimir J. van der Laan
2020-07-15Merge #19360: net: improve encapsulation of CNetAddrWladimir J. van der Laan
2020-07-15Merge #19353: Fix mistakenly swapped "previous" and "current" lock ordersWladimir J. van der Laan
2020-07-15Merge #19386: rpc: Assert that RPCArg names are equal to CRPCCommand ones (se...MarcoFalke
2020-07-15[tests] Remove unnecessary cs_mains in denialofservice_testsMatt Corallo
2020-07-15Merge #19210: qt: Get rid of cursor in out-of-focus labelsWladimir J. van der Laan
2020-07-15Merge #19512: p2p: banscore updates to gui, tests, release notesWladimir J. van der Laan
2020-07-15Merge #19214: Auto-detect SHA256 implementation in benchmarksWladimir J. van der Laan
2020-07-15log: Avoid treating remote misbehvior as local system errorMarcoFalke
2020-07-15refactor: Switch ValidationState mode to C++11 enum classMarcoFalke
2020-07-15Merge #19296: tests: Add fuzzing harness for AES{CBC,}256{Encrypt,Decrypt}, p...Wladimir J. van der Laan
2020-07-15tests: Add fuzzing harness for CBlockPolicyEstimator::{Read,Write} (policy/fe...practicalswift
2020-07-15tests: Add fuzzing harness for CBufferedFile::{SetPos,GetPos,GetType,GetVersi...practicalswift
2020-07-15tests: Add fuzzing harness for LoadExternalBlockFile(...) (validation.h)practicalswift
2020-07-15tests: Add fuzzing harness for CBufferedFile (streams.h)practicalswift
2020-07-15tests: Add fuzzing harness for CAutoFile (streams.h)practicalswift
2020-07-15tests: Add serialization/deserialization fuzzing helpers WriteToStream(…)/R...practicalswift
2020-07-15tests: Add FuzzedAutoFileProvider which provides a CAutoFile interface to Fuz...practicalswift
2020-07-15tests: Add FuzzedFileProvider which provides a FILE* interface to FuzzedDataP...practicalswift
2020-07-15Merge #19491: util: Make Assert work with any valueMarcoFalke
2020-07-14Increment input value sum only once per UTXO in decodepsbtAndrew Chow