aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAgeFilesLines
* Fix compilation error in fuzz codeRoss Nicoll2021-07-091-1/+2
* Correct signedness of expected data in dogecoin_testsRoss Nicoll2021-07-091-6/+6
* Rewrite subsidy limit testsRoss Nicoll2021-07-091-19/+39
* Change count type used by `gettxoutsetinfo`Ross Nicoll2021-06-081-0/+15
* Replace consensus values with Dogecoin equivalentsRoss Nicoll2021-06-023-40/+40
* crypto: Add scrypt N=1024 PoWbarrystyle2021-05-302-3/+3
* Litecoin: Add scrypt N=1024 PoWshaolinfry2021-05-302-1/+35
* Add Dogecoin block subsidiesRoss Nicoll2021-05-304-3/+69
* Introduce Dogecoin difficulty calculationsRoss Nicoll2021-05-291-0/+104
* Dogecoin: Update coinbase maturityRoss Nicoll2021-05-2010-16/+23
* Update miner confirmation windowRoss Nicoll2021-05-202-10/+10
* 1.21 key prefix (#1710)Ross Nicoll2021-03-0410-681/+680
* 1.21 codebase rebrand (#1711)barrystyle2021-02-201-4/+4
* Merge #20305: wallet: introduce fee_rate sat/vB param/optionMarcoFalke2020-11-171-2/+4
|\
| * wallet: update fee rate units, use sat/vB for fee_rate error messagesJon Atack2020-11-121-2/+4
* | Merge #20033: refactor: minor whitespace fixups, s/const/constexpr/ and remov...MarcoFalke2020-11-161-3/+6
|\ \
| * | style: minor improvements as a followup to #19845Vasil Dimov2020-10-311-3/+6
* | | fuzz: Use ConsumeRandomLengthBitVector(...) in src/test/fuzz/connman and src/...practicalswift2020-11-122-2/+2
* | | tests: Add fuzzing harness for CAddrManpracticalswift2020-11-122-0/+133
* | | Merge #20188: tests: Add fuzzing harness for CConnmanMarcoFalke2020-11-122-0/+189
|\ \ \
| * | | tests: Add fuzzing harness for CConnmanpracticalswift2020-10-202-0/+189
* | | | fuzz: Improve coverage for CPartialMerkleTree fuzzing harnesspracticalswift2020-11-111-5/+29
| |_|/ |/| |
* | | Merge #20332: test: Mock IBD in net_processing fuzzersMarcoFalke2020-11-104-1/+51
|\ \ \
| * | | test: Mock IBD in net_processing fuzzersMarcoFalke2020-11-074-1/+51
* | | | fuzz: Assert roundtrip equality for both addrv1 and addrv2 versions of CServicepracticalswift2020-11-091-0/+7
* | | | fuzz: Check for addrv1 compatibility before using addrv1 serializer/deseriali...practicalswift2020-11-091-10/+21
|/ / /
* | | Merge #20303: fuzz: Assert expected DecodeHexTx behaviour when using legacy d...MarcoFalke2020-11-051-1/+3
|\ \ \
| * | | fuzz: Assert expected DecodeHexTx behaviour when using legacy decodingpracticalswift2020-11-041-1/+3
* | | | Merge #20300: fuzz: Add missing ECC_Start to descriptor_parse testMarcoFalke2020-11-041-1/+2
|\ \ \ \ | |/ / / |/| | |
| * | | fuzz: Add missing ECC_Start to descriptor_parse testIvan Metlushko2020-11-041-1/+2
* | | | Merge #20245: test: Run script_assets_test even if built --with-libs=noMarcoFalke2020-11-041-10/+11
|\ \ \ \
| * | | | test: Replace ARRAYLEN with C++11 ranged for loopMarcoFalke2020-10-261-7/+7
| * | | | test: Run AssetTest even if built --with-libs=noMarcoFalke2020-10-261-3/+4
| |/ / /
* | | | Merge #20290: fuzz: Fix DecodeHexTx fuzzing harness issueMarcoFalke2020-11-031-2/+1
|\ \ \ \
| * | | | fuzz: Fix DecodeHexTx fuzzing harness issuepracticalswift2020-11-021-2/+1
* | | | | Merge #20289: fuzz: Check for addrv1 compatibility before using addrv1 serial...MarcoFalke2020-11-031-1/+4
|\ \ \ \ \
| * | | | | fuzz: Check for addrv1 compatibility before using addrv1 serializer on CServicepracticalswift2020-11-021-1/+4
| |/ / / /
* | | | | Merge #20187: Addrman: test-before-evict bugfix and improvements for block-re...fanquake2020-11-031-5/+5
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Avoid calling CAddrMan::Connected() on block-relay-only peer addressesSuhas Daftuar2020-10-271-5/+5
| |/ / /
* | | | Merge #20165: Only relay Taproot spends if next block has it activeMarcoFalke2020-11-024-6/+8
|\ \ \ \
| * | | | Only relay Taproot spends if next block has it activePieter Wuille2020-10-304-6/+8
* | | | | Merge #20080: Strip any trailing `/` in -datadir and -blocksdir pathsSamuel Dobson2020-11-021-0/+22
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | util: Add StripRedundantLastElementsOfPath functionHennadii Stepanov2020-10-271-0/+22
| | |/ / | |/| |
* | | | Merge #20242: fuzz: Properly initialize PrecomputedTransactionDataWladimir J. van der Laan2020-10-291-1/+7
|\ \ \ \
| * | | | fuzz: Properly initialize PrecomputedTransactionDataMarcoFalke2020-10-261-1/+7
| | |/ / | |/| |
* / | | fuzz: Check for addrv1 compatibility before using addrv1 serializerpracticalswift2020-10-261-5/+9
|/ / /
* / / test: Fix -Wunused-function warning if configured --without-libsHennadii Stepanov2020-10-181-30/+30
|/ /
* | Merge #20131: test: Remove unused nVersion=1 in p2p testsWladimir J. van der Laan2020-10-151-5/+0
|\ \
| * | test: Remove unused nVersion=1 in p2p testsMarcoFalke2020-10-121-5/+0
* | | Merge #19953: Implement BIP 340-342 validation (Schnorr/taproot/tapscript)Wladimir J. van der Laan2020-10-156-9/+383
|\ \ \