aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-07-29scripted-diff: Replace gArgs with local argsmanIvan Metlushko
2020-07-29refactor: add unused ArgsManager to replace gArgsIvan Metlushko
2020-07-29Merge #18637: coins: allow cache resize after initMarcoFalke
2020-07-28Merge #19583: p2p: clean up Misbehaving()fanquake
2020-07-28Merge #19589: rpc: Avoid useless mempool query in gettxoutprooffanquake
2020-07-26refactor: Drop unused CBufferedFile::Seek()Hennadii Stepanov
2020-07-26Merge #19508: Work around memory-aliasing in descriptor ParsePubkeyMarcoFalke
2020-07-26rpc: Avoid useless mempool query in gettxoutproofMarcoFalke
2020-07-26rpc: Style fixups in gettxoutproofMarcoFalke
2020-07-25[net processing] Tidy up Misbehaving()John Newbery
2020-07-25[net processing] Always supply debug message to Misbehaving()John Newbery
2020-07-25[net processing] Fixup MaybeDiscourageAndDisconnect() styleJohn Newbery
2020-07-24Merge #19472: [net processing] Reduce cs_main scope in MaybeDiscourageAndDisc...Wladimir J. van der Laan
2020-07-23Merge #15935: Add <datadir>/settings.json persistent settings storageMarcoFalke
2020-07-23Merge #19473: net: Add -networkactive optionMarcoFalke
2020-07-23Merge #19334: wallet: Introduce WalletDatabase abstract classSamuel Dobson
2020-07-22net: Log network activity status change unconditionallyHennadii Stepanov
2020-07-22net: Add -networkactive optionHennadii Stepanov
2020-07-22Merge #18044: Use wtxid for transaction relayWladimir J. van der Laan
2020-07-22Merge #19526: log: Avoid treating remote misbehvior as local system errorWladimir J. van der Laan
2020-07-22Merge #19370: Static asserts for consistency of fee defaultsWladimir J. van der Laan
2020-07-22Merge #19562: test: Fix fuzzer compilation on macOSfanquake
2020-07-22Merge #19548: fuzz: add missing overrides to signature_checkerfanquake
2020-07-22Merge #18907: walletdb: Don't remove database transaction logs and instead errorMarcoFalke
2020-07-22fuzz: add missing overrides to signature_checkerJon Atack
2020-07-21test: Fix fuzzer compilation on macOSfreenancial
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-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