aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-07-26crypto: add the ChaCha20Poly1305 AEAD as specified in RFC8439Pieter Wuille
2023-07-26crypto: remove outdated variant of ChaCha20Poly1305 AEADPieter Wuille
2023-07-26test: remove unused `totalOut` codebrunoerg
2023-07-26test: remove unecessary `decoderawtransaction` callsbrunoerg
2023-07-26Merge bitcoin/bitcoin#28127: refactor: Remove C-style const-violating cast, U...fanquake
2023-07-26Merge bitcoin/bitcoin#28139: test: create wallet specific for test_locked_wal...fanquake
2023-07-26Merge bitcoin/bitcoin#28150: test: Avoid intermittent issues due to async eve...fanquake
2023-07-26Merge bitcoin/bitcoin#28147: suppressions: note that `type:ClassName::MethodN...fanquake
2023-07-26Merge bitcoin/bitcoin#27529: test: fix `feature_addrman.py` on big-endian sys...fanquake
2023-07-26Merge bitcoin/bitcoin#28145: valgrind: add suppression for bug 472219fanquake
2023-07-26Merge bitcoin/bitcoin#28035: test: Ignore UTF-8 errors in assert_debug_logfanquake
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-25net processing: clamp -blockreconstructionextratxn to uint32_t boundsstickies-v
2023-07-25net processing: clamp -maxorphantx to uint32_t boundsstickies-v
2023-07-25doc: document PeerManager::Options membersstickies-v
2023-07-25test: refactor: deduplicate segwitv0 ECDSA signing for tx inputsSebastian Falbesoner
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-25test: drop duplicate getaddrs from p2p_getaddr_cachingMartin Zumsande
2023-07-25test: fix intermittent failure in p2p_getaddr_cachingMartin Zumsande
2023-07-25scripted-diff: Use blocks_path where possibleMarcoFalke
2023-07-25test: Add blocks_path property to TestNodeMarcoFalke
2023-07-25test: Drop 22.x node from TxindexCompatibilityTestMarcoFalke
2023-07-25refactor: deduplicate ignores_incoming_txsstickies-v
2023-07-25refactor: set ignore_incoming_txs in ApplyArgsManOptionsstickies-v
2023-07-25test: Use clean chain in MempoolCompatibilityTestMarcoFalke
2023-07-25doc: misc changes in release-processfanquake
2023-07-25suppressions: note that 'type:ClassName::MethodName' should be usedfanquake
2023-07-25doc: filter out merge-script from list of authorsjosibake
2023-07-25doc: remove generate changelog section from release-process.mdfanquake
2023-07-25doc: remove note to update bips.md version numberfanquake
2023-07-25Merge bitcoin/bitcoin#28124: fuzz: Re-enable symbolize=1 in ASAN_OPTIONSfanquake
2023-07-25Merge bitcoin/bitcoin#27499: net processing, refactor: Decouple PeerManager f...fanquake
2023-07-25valgrind: add suppression for bug 472219fanquake
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-24ci: Keep system env vars as-isMarcoFalke