aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2023-07-19streams: Teach AutoFile how to XORMarcoFalke
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-14test: Clear block index flags when testing snapshotsSuhas Daftuar
2023-07-14Update CheckBlockIndex invariants for chains based on an assumeutxo snapshotSuhas Daftuar
2023-07-14Add wrapper for adding entries to a chainstate's block index candidatesSuhas Daftuar
2023-07-14Move block-arrival information / preciousblock counters to ChainstateManagerSuhas Daftuar
2023-07-14Remove CChain dependency in node/blockstorageSuhas Daftuar
2023-07-14Explicitly track maximum block height stored in undo filesSuhas Daftuar
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-13Add AutoFile::detail_fread member functionMarcoFalke
2023-07-13refactor: Modernize AutoFileMarcoFalke
2023-07-12Switch all callers from poly1305_auth to Poly1305 classPieter Wuille
2023-07-12tests: add more Poly1305 test vectorsPieter Wuille
2023-07-12crypto: add Poly1305 class with std::byte Span interfacePieter Wuille
2023-07-12crypto: switch poly1305 to incremental implementationPieter Wuille
2023-07-12Merge bitcoin/bitcoin#27985: Add support for RFC8439 variant of ChaCha20Andrew Chow
2023-07-12doc: Remove comments that just repeat what the code doesMarcoFalke
2023-07-12refactor: Remove redundant file check from AutoFile shift operatorsMarcoFalke
2023-07-12Extract util::Xor, Add key_offset option, Add benchMarcoFalke
2023-07-11refactor: Remove duplicate allNetMessageTypesVecMarcoFalke
2023-07-11kernel: Remove StartShutdown calls from validation codeRyan Ofsky
2023-07-11Merge bitcoin/bitcoin#28044: test: indexes, fix on error infinite loopRyan Ofsky
2023-07-11wallet: loading, log descriptor parsing error detailsfurszy
2023-07-11refactor: Move stopafterblockimport handling out of blockstorageTheCharlatan
2023-07-10test: indexes, fix on error infinite loopfurszy
2023-07-10Merge bitcoin/bitcoin#27607: index: make startup more efficientRyan Ofsky
2023-07-10index: verify blocks data existence only oncefurszy
2023-07-10init: don't start indexes sync thread prematurelyfurszy
2023-07-10refactor: simplify pruning violation checkfurszy
2023-07-10make GetFirstStoredBlock assert that 'start_block' always has datafurszy
2023-07-10refactor: index, decouple 'Init' from 'Start'furszy