aboutsummaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2016-12-14Merge #9264: 0.13.2 backportsWladimir J. van der Laan
2016-12-06Remove GetTotalBlocksEstimate and checkpoint tests that test nothing.Gregory Maxwell
2016-12-02Disable fee estimates for a confirm target of 1 blockAlex Morcos
2016-12-02Add script tests for FindAndDelete in pre-segwit and segwit scriptsJohnson Lau
2016-12-02Always add default_witness_commitment with GBT client supportPieter Wuille
2016-11-01Fix compact block handling to not ban if block is invalidSuhas Daftuar
2016-10-17test segwit uncompressed key fixesJohnson Lau
2016-10-17Require compressed keys in segwit as policy and disable signing with uncompre...Johnson Lau
2016-10-13Update bitcoin-tx to output witness data.jonnynewbs
2016-10-13Use cmpctblock type 2 for segwit-enabled transferPieter Wuille
2016-10-13Add policy: null signature for failed CHECK(MULTI)SIGJohnson Lau
2016-10-13Make non-minimal OP_IF/NOTIF argument non-standard for P2WSHJohnson Lau
2016-10-03bitcoin-util-test.py should fail if the output file is emptyjnewbery
2016-10-03Add bitcoin-tx JSON testsjnewbery
2016-09-26Implement SipHash in PythonPieter Wuille
2016-09-21Use a signal to continue init after genesis activationPieter Wuille
2016-09-21Update README.mdChris Stewart
2016-09-21Enable size accounting in mining unit testsSuhas Daftuar
2016-09-21Fix obvious assignment/equality error in testJeremy Rubin
2016-09-07Precompute sighashesPieter Wuille
2016-09-07Added feeler connections increasing good addrs in the tried table.Ethan Heilman
2016-07-14Merge #8311: Rename CTxinWitness -> CTxInWitnessWladimir J. van der Laan
2016-07-08Merge #7540: Rename OP_NOP3 to OP_CHECKSEQUENCEVERIFYWladimir J. van der Laan
2016-07-06Rename CTxinWitness -> CTxInWitnessBob McElrath
2016-07-06Merge #8275: Remove bad chain alert partition checkWladimir J. van der Laan
2016-06-28Rename OP_NOP3 to OP_CHECKSEQUENCEVERIFYBtcDrak
2016-06-22[qa] Add GetTransactionSigOpCost unit testsJonas Nick
2016-06-22[qa] script_tests: witness tests can specify tx amountSuhas Daftuar
2016-06-22[qa] p2p segwit testsSuhas Daftuar
2016-06-22[qa] Autogeneration support for witness in script_testsPieter Wuille
2016-06-22[qa] Add segwit support to script_testsPieter Wuille
2016-06-22[qa] Add transaction tests for segwitNicolasDorier
2016-06-22[qa] Witness version 0 signing unit testsPieter Wuille
2016-06-22BIP143: Signing logicPieter Wuille
2016-06-22[libconsensus] Script verification API with amountsThomas Kerin
2016-06-22BIP141: Other consensus critical limits, and BIP145Pieter Wuille
2016-06-22BIP143: Verification logicPieter Wuille
2016-06-22Refactor script validation to observe amountsPieter Wuille
2016-06-22BIP141: Witness programPieter Wuille
2016-06-22BIP144: Serialization, hashes, relay (sender side)Pieter Wuille
2016-06-22Merge #8068: Compact BlocksWladimir J. van der Laan
2016-06-22Merge #8222: Enable mempool consistency checks in unit testsWladimir J. van der Laan
2016-06-20Merge #8179: Evict orphans which are included or precluded by accepted blocks.Wladimir J. van der Laan
2016-06-19Add some blockencodings testsMatt Corallo
2016-06-19Add TestMemPoolEntryHelper::FromTx version for CTransactionMatt Corallo
2016-06-18Enable mempool consistency checks in unit testsPieter Wuille
2016-06-16Merge #7600: Mining: Select transactions using feerate-with-ancestorsPieter Wuille
2016-06-16Add unit tests for ancestor feerate miningSuhas Daftuar
2016-06-15Increase maximum orphan size to 100,000 bytes.Gregory Maxwell
2016-06-14Remove bad chain alert partition checkBtcDrak