aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2023-07-26crypto: add FSChaCha20Poly1305, rekeying wrapper around ChaCha20Poly1305Pieter Wuille
2023-07-26crypto: add FSChaCha20, a rekeying wrapper around ChaCha20Pieter Wuille
2023-07-26crypto: add the ChaCha20Poly1305 AEAD as specified in RFC8439Pieter Wuille
2023-07-26crypto: remove outdated variant of ChaCha20Poly1305 AEADPieter Wuille
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-24Don't derive secure_allocator from std::allocatorCasey Carter
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-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
2023-07-19Merge bitcoin/bitcoin#28056: rpc: doc: Added `longpollid` and `data` params t...fanquake
2023-07-19Merge bitcoin/bitcoin#28093: subtree: update libsecp256k1 to latest masterfanquake
2023-07-19Merge bitcoin/bitcoin#27425: test: move remaining rand code from util/setup_c...fanquake
2023-07-18Update secp256k1 subtree to latest upstream masterfanquake
2023-07-18Squashed 'src/secp256k1/' changes from 705ce7ed8c..c545fdc374fanquake
2023-07-18Merge bitcoin/bitcoin#28090: validation: use noexcept instead of deprecated t...fanquake
2023-07-17Merge bitcoin/bitcoin#27997: Descriptors: rule out unspendable miniscript des...Andrew Chow
2023-07-17Merge bitcoin/bitcoin#27993: Make poly1305 support incremental computation + ...Andrew Chow
2023-07-17clang-tidy: turn on modernize-use-noexceptfanquake
2023-07-17validation: use noexcept instead of deprecated throw()fanquake
2023-07-17Merge bitcoin/bitcoin#28065: fuzz: Flatten all FUZZ_TARGET macros into onefanquake
2023-07-17Merge bitcoin/bitcoin#28086: fuzz: Bump FuzzedDataProvider.hfanquake
2023-07-17refactor: use Span for SipHash::WriteSebastian Falbesoner
2023-07-17fuzz: Bump FuzzedDataProvider.hMarcoFalke
2023-07-16Merge bitcoin-core/gui#740: Show own outputs on PSBT signing windowHennadii Stepanov
2023-07-14Merge bitcoin/bitcoin#28048: kernel: Remove StartShutdown calls from validati...Andrew Chow
2023-07-14Added `longpollid` and `data` params to `template_request` #27998Rhythm Garg
2023-07-13Merge bitcoin/bitcoin#27549: fuzz: addrman, add coverage for `network` field ...Andrew Chow
2023-07-13scripted-diff: Use new FUZZ_TARGET macro everywhereMarcoFalke
2023-07-13fuzz: Accept options in FUZZ_TARGET macroMarcoFalke
2023-07-13Merge bitcoin/bitcoin#27411: p2p: Restrict self-advertisements with privacy n...Andrew Chow
2023-07-12Switch all callers from poly1305_auth to Poly1305 classPieter Wuille