aboutsummaryrefslogtreecommitdiff
path: root/src/test/transaction_tests.cpp
AgeCommit message (Expand)Author
2020-03-24Merge #17720: test: add unit test for non-standard "scriptsig-not-pushonly" txsMarcoFalke
2020-02-29Merge #18173: refactor: test/bench: deduplicate SetupDummyInputs()MarcoFalke
2020-02-28test: add unit test for non-standard "scriptsig-not-pushonly" txsSebastian Falbesoner
2020-02-28refactor: test/bench: dedup SetupDummyInputs()Sebastian Falbesoner
2020-02-19test: Tabs to spaces in all testsMarcoFalke
2020-02-10Merge #17947: test: add unit test for non-standard txs with too large tx sizeWladimir J. van der Laan
2020-01-30tests: reset fIsBareMultisigStd after bare-multisig testsfanquake
2020-01-16test: add unit test for non-standard txs with too large tx sizeSebastian Falbesoner
2019-12-10Merge #17502: test: add unit test for non-standard bare multisig txsMarcoFalke
2019-11-21test: add unit test for non-standard txs with wrong nVersionDominik Spicher
2019-11-21test: add unit test for non-standard bare multisig txsSebastian Falbesoner
2019-11-14test: add unit test for non-standard txs with too large scriptSigSebastian Falbesoner
2019-11-06scripted-diff: test: Move setup_common to test libraryMarcoFalke
2019-10-30Merge #15921: validation: Tidy up ValidationState interfaceWladimir J. van der Laan
2019-10-29[validation] Add CValidationState subclassesJohn Newbery
2019-10-29test: add reason checks for non-standard txs in test_IsStandardSebastian Falbesoner
2019-07-09Move various SigningProviders to signingprovider.{cpp,h}Andrew Chow
2019-07-09scripted-diff: rename CBasicKeyStore to FillableSigningProviderAndrew Chow
2019-07-09Remove CKeyStore and squash into CBasicKeyStoreAndrew Chow
2019-06-26tests: Reduce compilation time and unneccessary recompiles by removing unused...practicalswift
2019-04-29Replace CScriptID and CKeyID in CTxDestination with dedicated typesGregory Sanders
2019-04-11scripted-diff: Bump copyright headers in test, benchMarcoFalke
2019-04-11scripted-diff: Rename test_bitcoin to test/setup_commonMarcoFalke
2019-04-09[build] Move policy settings to new src/policy/settings unitJohn Newbery
2019-04-09[build] Move CheckTransaction from lib_server to lib_consensusJohn Newbery
2019-01-04Merge #14855: test: Correct ineffectual WithOrVersion from transactions_testsMarcoFalke
2019-01-03test: Correct ineffectual WithOrVersion from transactions_testsBen Woosley
2018-12-29Merge #13743: refactor: Replace boost::bind with std::bindMarcoFalke
2018-12-13tests: Test for expected return values when calling functions returning a suc...practicalswift
2018-12-11Removed implicit CTransaction constructor from testslucash-dev
2018-11-04scripted-diff: Move util files to separate directory.Jim Posen
2018-10-20scripted-diff: Replace boost::bind with std::bindChun Kuan Lee
2018-08-27Make objects in range declarations immutable by default. Avoid unnecessary co...practicalswift
2018-07-27Update copyright headers to 2018DrahtBot
2018-07-18Remove redundant unused variablespracticalswift
2018-07-03Remove CombineSignatures and replace testsAndrew Chow
2018-07-03Make SignatureData able to store signatures and scriptsAndrew Chow
2018-05-18Drop UpdateTransaction in favor of UpdateInputBen Woosley
2018-05-12Merge #11423: [Policy] Several transaction standardness rulesWladimir J. van der Laan
2018-05-05Add transaction tests for constant scriptCodeJohnson Lau
2018-05-03Make it clear which functions that are intended to be translation unit localpracticalswift
2018-03-09scripted-diff: Convert 11 enums into scoped enums (C++11)practicalswift
2018-01-03Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa
2017-11-16test: refactor: Use absolute include paths for test data filesWladimir J. van der Laan
2017-11-16scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider
2017-08-30[Refactor] Combine scriptPubKey and amount as CTxOut in CScriptCheckJohnson Lau
2017-07-17Remove factor of 3 from definition of dust.Alex Morcos
2017-06-22scripted-diff: Remove #include <boost/foreach.hpp>Jorge Timón
2017-06-13Merge #10502: scripted-diff: Remove BOOST_FOREACH, Q_FOREACH and PAIRTYPEPieter Wuille
2017-06-06Use list initialization (C++11) for maps/vectors instead of boost::assign::ma...practicalswift