aboutsummaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2023-11-02[test util] CheckPackageMempoolAcceptResult for sanity-checking resultsglozow
2023-11-02Merge bitcoin/bitcoin#28530: tests, bug fix: DisconnectedBlockTransactions re...glozow
2023-11-01[test util] CreateValidTransaction multi-in/out, configurable feerate, signal...glozow
2023-11-01scripted-diff: rename CheckPackage to IsWellFormedPackageglozow
2023-11-01[refactor] move package checks into helper functionsglozow
2023-10-31fuzz: tx_pool checks ATMP result invariantsGreg Sanders
2023-10-31Create net_peer_connection unit testsJon Atack
2023-10-31netbase: use reliable send() during SOCKS5 handshakeVasil Dimov
2023-10-31Merge bitcoin/bitcoin#28503: refactor: Remove WithParams serialization helper...fanquake
2023-10-30Allow unit tests to access additional CConnman membersJon Atack
2023-10-30net/rpc: Makes CConnman::GetAddedNodeInfo able to return only non-connected a...Sergi Delgado Segura
2023-10-30Merge bitcoin/bitcoin#28695: net: Sanity check private keys received from SAM...fanquake
2023-10-30[test] Test i2p private key constraintsVasil Dimov
2023-10-27refactor: Add LIFETIMEBOUND to all (w)txid gettersMarcoFalke
2023-10-26Merge bitcoin/bitcoin#26078: p2p: return `CSubNet` in `LookupSubNet`Andrew Chow
2023-10-26Merge bitcoin/bitcoin#28107: util: Type-safe transaction identifiersAndrew Chow
2023-10-24tests: Reset node context members on ~BasicTestingSetupTheCharlatan
2023-10-20coinstats: Fix hash_serialized2 calculationFabian Jahr
2023-10-20Merge bitcoin/bitcoin#28692: fuzz: Delete i2p fuzz testfanquake
2023-10-20span: Make Span template deduction guides work in SFINAE contextRyan Ofsky
2023-10-20[fuzz] Delete i2p targetdergoegge
2023-10-19Merge bitcoin/bitcoin#28077: I2P: also sleep after errors in Accept() & destr...Andrew Chow
2023-10-19Merge bitcoin/bitcoin#27071: Handle CJDNS from LookupSubNet()Andrew Chow
2023-10-19[test] DisconnectedBlockTransactions::DynamicMemoryUsageglozow
2023-10-17Merge bitcoin/bitcoin#28651: Make miniscript GetWitnessSize accurate for taps...Andrew Chow
2023-10-16Merge bitcoin/bitcoin#28539: lib: add taproot support to libconsensusAndrew Chow
2023-10-16Merge bitcoin/bitcoin#28583: refactor: [tidy] modernize-use-emplacefanquake
2023-10-13miniscript: make GetWitnessSize accurate for tapscriptPieter Wuille
2023-10-13test: add tests for miniscript GetWitnessSizePieter Wuille
2023-10-13test: remove mutable global contexts in miniscript fuzzer/testPieter Wuille
2023-10-13refactor: update `MAX_DISCONNECTED_TX_POOL` from kb to bytesismaelsadeeq
2023-10-13fuzz: add coverage for `bitcoinconsensus_verify_script_with_spent_outputs`brunoerg
2023-10-13lib: add Taproot support to libconsensusJake Rawsthorne
2023-10-13scripted-diff: Use ser params operatorMarcoFalke
2023-10-13test: Use SER_PARAMS_OPFUNC in serialize_tests.cppMarcoFalke
2023-10-12Use type-safe txid types in orphanagedergoegge
2023-10-12Introduce types for txids & wtxidsdergoegge
2023-10-12ci: Drop no longer needed `NOLINTNEXTLINE`Hennadii Stepanov
2023-10-12tidy: modernize-use-emplaceMarcoFalke
2023-10-09test: Unit test for inferring scripts with hybrid and uncompressed keysAndrew Chow
2023-10-08script/sign: Miniscript support in TapscriptAntoine Poinsot
2023-10-08descriptor: parse Miniscript expressions within Taproot descriptorsAntoine Poinsot
2023-10-08fuzz: miniscript: higher sensitivity for max stack size limit under TapscriptAntoine Poinsot
2023-10-08qa: test Miniscript max stack size trackingAntoine Poinsot
2023-10-08fuzz: adapt Miniscript targets to TapscriptAntoine Poinsot
2023-10-08qa: Tapscript-Miniscript unit testsAntoine Poinsot
2023-10-08miniscript: account for keys as being 32 bytes under Taproot contextAntoine Poinsot
2023-10-08miniscript: make 'd:' have the 'u' property under Tapscript contextAntoine Poinsot
2023-10-08miniscript: introduce a multi_a fragmentAntoine Poinsot
2023-10-08miniscript: store the script context within the Node structureAntoine Poinsot