aboutsummaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2017-11-07Merge #11389: Support having SegWit always active in regtest (sipa, ajtowns, ...MarcoFalke
2017-11-06Have SegWit active by defaultPieter Wuille
2017-11-06Unit tests for always-active versionbits.Anthony Towns
2017-11-06[consensus] Pin P2SH activation to block 173805 on mainnetJohn Newbery
2017-11-02Add unit test for stale tip checkingSuhas Daftuar
2017-11-02Add CConnmanTest to mutate g_connman in testsJoão Barbosa
2017-11-02Connect to an extra outbound peer if our tip is staleSuhas Daftuar
2017-10-28Merge #10409: [tests] Add fuzz testing for BlockTransactions and BlockTransac...Wladimir J. van der Laan
2017-10-26Add unit test for outbound peer evictionSuhas Daftuar
2017-10-25[tests] Add fuzz testing for BlockTransactions and BlockTransactionsRequestpracticalswift
2017-10-12Merge #10099: Slightly Improve Unit Tests for CheckqueuePieter Wuille
2017-10-05Merge #10440: [tests] Add libFuzzer supportWladimir J. van der Laan
2017-10-03Merge #11293: Deduplicate CMerkleBlock construction code, add test coverageMarcoFalke
2017-10-02Merge #11284: Fix invalid memory access in CScript::operator+= (guidovranken,...Wladimir J. van der Laan
2017-10-02Merge #11422: qa: Verify DBWrapper iterators are taking snapshotsWladimir J. van der Laan
2017-09-30Verify DBWrapper iterators are taking snapshotsMatt Corallo
2017-09-30Merge #11303: Fix estimatesmartfee rounding display issueMarcoFalke
2017-09-29Merge #11309: Minor cleanups for AcceptToMemoryPoolMarcoFalke
2017-09-28Implement BIP173 addresses and testsPieter Wuille
2017-09-28Add regtest testing to base58_testsPieter Wuille
2017-09-28Convert base58_tests from type/payload to scriptPubKey comparisonPieter Wuille
2017-09-28Import Bech32 C++ reference code & testsPieter Wuille
2017-09-22Merge #10953: [Refactor] Combine scriptPubKey and amount as CTxOut in CScript...Pieter Wuille
2017-09-22Merge #11362: Remove nBlockMaxSize from miner opt struct as it is no longer u...Pieter Wuille
2017-09-21[script] Unit tests for IsMineJim Posen
2017-09-21[script] Unit tests for script/standard functionsJim Posen
2017-09-20Add tests for CMerkleBlock usage with txids specifiedJames O'Beirne
2017-09-18Remove nBlockMaxSize from miner opt struct as it is no longer used.Gregory Maxwell
2017-09-12Change AcceptToMemoryPool function signatureAlex Morcos
2017-09-11Force explicit double -> int conversion for CFeeRate constructorMatt Corallo
2017-09-11Fix invalid memory access in CScript::operator+=Anthony Towns
2017-09-08Merge #10793: Changing &var[0] to var.data()Wladimir J. van der Laan
2017-09-08Changing &vec[0] to vec.data(), what 9804 missedMeshCollider
2017-09-06net: drop unused connman paramCory Fields
2017-09-06net: use an interface class rather than signals for message processingCory Fields
2017-09-06net: pass CConnman via pointer rather than referenceCory Fields
2017-09-07Merge #11219: [docs] explain how to recompile a modified unit testWladimir J. van der Laan
2017-09-06Merge #11117: Prepare for non-Base58 addressesWladimir J. van der Laan
2017-09-06Introduce wrappers around CBitcoinAddressPieter Wuille
2017-09-06Merge #10357: Allow setting nMinimumChainWork on command lineWladimir J. van der Laan
2017-09-06[docs] explain how to recompile only what bitcoind tests needSjors Provoost
2017-09-05Allow setting nMinimumChainWork on command lineSuhas Daftuar
2017-09-05Remove redundant testutil filesMeshCollider
2017-08-30Merge #10777: [tests] Avoid redundant assignments. Remove unused variablesMarcoFalke
2017-08-30[Refactor] Combine scriptPubKey and amount as CTxOut in CScriptCheckJohnson Lau
2017-08-28Improve versionbits_computeblockversion test code consistencydanra
2017-08-24Merge #11112: [developer-notes] By default, declare single-argument construct...MarcoFalke
2017-08-23Merge #10679: Document the non-DER-conformance of one test in tx_valid.json.Wladimir J. van der Laan
2017-08-23Document the non-strict-DER-conformance of one test in tx_valid.json.Andreas Schildbach
2017-08-22Add recommendation: By default, declare single-argument constructors `explicit`practicalswift