aboutsummaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2021-06-30util: Properly handle -noincludeconf on command lineMarcoFalke
2021-06-29fuzz: add missing ECCVerifyHandle to base_encode_decodeAndrew Poelstra
2021-04-16fuzz: cleanups for versionbits fuzzerAnthony Towns
2021-04-16test: make sure non-IP peers get discouraged and disconnectedVasil Dimov
2021-04-16test: also check disconnect in denialofservice_tests/peer_discouragementVasil Dimov
2021-04-16test: use pointers in denialofservice_tests/peer_discouragementVasil Dimov
2021-04-15versionbits: simplify state transitionsAnthony Towns
2021-04-15versionbits: Add explicit NEVER_ACTIVE deploymentsAnthony Towns
2021-04-15fuzz: test versionbits delayed activationAnthony Towns
2021-04-15tests: test versionbits delayed activationAnthony Towns
2021-04-15versionbits: Add support for delayed activationAnthony Towns
2021-04-15tests: clean up versionbits testAnthony Towns
2021-04-15tests: test ComputeBlockVersion for all deploymentsAnthony Towns
2021-04-15tests: pull ComputeBlockVersion test into its own functionAnthony Towns
2021-03-27Add signet support to gen_key_io_test_vectors.pyPieter Wuille
2021-03-27Use Bech32m encoding for v1+ segwit addressesPieter Wuille
2021-03-27Add Bech32m test vectorsPieter Wuille
2021-03-27Implement Bech32m encoding/decodingPieter Wuille
2021-03-24Merge #20901: [0.21.1]: rc1 Backportsfanquake
2021-03-21fuzz: Bump FuzzedDataProvider.hMarcoFalke
2021-03-21fuzz: Bump FuzzedDataProvider.hMarcoFalke
2021-03-21fuzz: Update FuzzedDataProvider.h from upstream (LLVM)practicalswift
2021-03-21tests: Add fuzzing harness for versionbitsAnthony Towns
2021-03-03tests: check never active versionbitsAnthony Towns
2021-03-03tests: more helpful errors for failing versionbits testsAnthony Towns
2021-01-11net: allow CSubNet of non-IP networksVasil Dimov
2020-11-17Merge #20305: wallet: introduce fee_rate sat/vB param/optionMarcoFalke
2020-11-16Merge #20033: refactor: minor whitespace fixups, s/const/constexpr/ and remov...MarcoFalke
2020-11-12fuzz: Use ConsumeRandomLengthBitVector(...) in src/test/fuzz/connman and src/...practicalswift
2020-11-12tests: Add fuzzing harness for CAddrManpracticalswift
2020-11-12wallet: update fee rate units, use sat/vB for fee_rate error messagesJon Atack
2020-11-12Merge #20188: tests: Add fuzzing harness for CConnmanMarcoFalke
2020-11-11fuzz: Improve coverage for CPartialMerkleTree fuzzing harnesspracticalswift
2020-11-10Merge #20332: test: Mock IBD in net_processing fuzzersMarcoFalke
2020-11-09fuzz: Assert roundtrip equality for both addrv1 and addrv2 versions of CServicepracticalswift
2020-11-09fuzz: Check for addrv1 compatibility before using addrv1 serializer/deseriali...practicalswift
2020-11-07test: Mock IBD in net_processing fuzzersMarcoFalke
2020-11-05Merge #20303: fuzz: Assert expected DecodeHexTx behaviour when using legacy d...MarcoFalke
2020-11-04fuzz: Assert expected DecodeHexTx behaviour when using legacy decodingpracticalswift
2020-11-04Merge #20300: fuzz: Add missing ECC_Start to descriptor_parse testMarcoFalke
2020-11-04fuzz: Add missing ECC_Start to descriptor_parse testIvan Metlushko
2020-11-04Merge #20245: test: Run script_assets_test even if built --with-libs=noMarcoFalke
2020-11-03Merge #20290: fuzz: Fix DecodeHexTx fuzzing harness issueMarcoFalke
2020-11-03Merge #20289: fuzz: Check for addrv1 compatibility before using addrv1 serial...MarcoFalke
2020-11-03Merge #20187: Addrman: test-before-evict bugfix and improvements for block-re...fanquake
2020-11-02fuzz: Fix DecodeHexTx fuzzing harness issuepracticalswift
2020-11-02fuzz: Check for addrv1 compatibility before using addrv1 serializer on CServicepracticalswift
2020-11-02Merge #20165: Only relay Taproot spends if next block has it activeMarcoFalke
2020-11-02Merge #20080: Strip any trailing `/` in -datadir and -blocksdir pathsSamuel Dobson
2020-10-31style: minor improvements as a followup to #19845Vasil Dimov