aboutsummaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
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#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-24[net processing] Introduce PeerManager optionsdergoegge
2023-07-24refactor: Remove unused C-style castsMarcoFalke
2023-07-19Merge bitcoin/bitcoin#28085: refactor: use Span for SipHash::WriteAndrew Chow
2023-07-19Merge bitcoin/bitcoin#27425: test: move remaining rand code from util/setup_c...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-17Merge bitcoin/bitcoin#28065: fuzz: Flatten all FUZZ_TARGET macros into onefanquake
2023-07-17refactor: use Span for SipHash::WriteSebastian Falbesoner
2023-07-17fuzz: Bump FuzzedDataProvider.hMarcoFalke
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
2023-07-12tests: add more Poly1305 test vectorsPieter Wuille
2023-07-12crypto: add Poly1305 class with std::byte Span interfacePieter Wuille
2023-07-12Merge bitcoin/bitcoin#27985: Add support for RFC8439 variant of ChaCha20Andrew Chow
2023-07-11Merge bitcoin/bitcoin#28044: test: indexes, fix on error infinite loopRyan Ofsky
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-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
2023-07-09test: add ChaCha20 test triggering 32-bit block counter overflowSebastian Falbesoner
2023-07-08test: make assumeUTXO test capture the expected fatal errorfurszy
2023-07-07tests: improve ChaCha20 unit testsPieter Wuille
2023-07-07crypto: Implement RFC8439-compatible variant of ChaCha20Pieter Wuille
2023-07-07Merge bitcoin/bitcoin#28012: util: Allow FastRandomContext::randbytes for std...fanquake
2023-07-07Merge bitcoin/bitcoin#28036: test: Restore unlimited timeout in IndexWaitSyncedfanquake
2023-07-06Merge bitcoin/bitcoin#27861: kernel: Rm ShutdownRequested and AbortNode from ...Ryan Ofsky
2023-07-06test: Restore unlimited timeout in IndexWaitSyncedMarcoFalke
2023-07-03Merge bitcoin/bitcoin#27920: wallet: bugfix, always use apostrophe for spkm d...Andrew Chow
2023-06-30Merge bitcoin/bitcoin#27745: addrman: select addresses by network follow-upAndrew Chow
2023-06-30Merge bitcoin/bitcoin#28009: script, test: python typing and linter updatesfanquake
2023-06-30Allow std::byte serializationMarcoFalke
2023-06-30Merge bitcoin/bitcoin#27988: test: Use same timeout for all index syncfanquake
2023-06-29script: appease spelling linterJon Atack
2023-06-29refactor: remove in-code warning suppressionfanquake
2023-06-29Merge bitcoin/bitcoin#27932: test: Fuzz on macOSfanquake
2023-06-29miniscript: make GetStackSize() and GetOps() return optionalsAntoine Poinsot
2023-06-28test: add coverage for descriptor IDfurszy
2023-06-28test: Use same timeout for all index syncMarcoFalke
2023-06-28kernel: Add fatalError method to notificationsTheCharlatan