aboutsummaryrefslogtreecommitdiff
path: root/src/test/transaction_tests.cpp
AgeCommit message (Expand)Author
2014-04-23Add required locks in testsWladimir J. van der Laan
2014-03-18Add licenses for tests and test dataWladimir J. van der Laan
2014-02-26Merge pull request #3737 from jgarzik/op-return-sizeGavin Andresen
2014-02-26script: reduce OP_RETURN standard relay bytes to 40Jeff Garzik
2013-11-26Drop fees by 10x due to the persistently higher exchange rate.Mike Hearn
2013-11-10Cleanup code using forward declarations.Brandon Dahler
2013-11-01Merge pull request #3128Gavin Andresen
2013-10-24Relay OP_RETURN TxOut as standard transaction typePeter Todd
2013-10-22Revert "Switch to using raw_utf8"Jeff Garzik
2013-10-22Merge pull request #2740 from constantined/constantinedGavin Andresen
2013-10-02Relay OP_RETURN data TxOut as standard transaction typeJeff Garzik
2013-09-16included-tests: generate binary data from test files for inclusion into test ...Cory Fields
2013-07-23Switch to using raw_utf8constantined
2013-06-23Log reason for non-standard transaction rejectionJeff Garzik
2013-06-05Removed AcceptToMemoryPool method from CTransaction. This method belongs to t...Eric Lombrozo
2013-05-03Define dust transaction outputs, and make them non-standardGavin Andresen
2013-01-30CValidationState frameworkPieter Wuille
2012-11-15Introduce script verification flagsPieter Wuille
2012-10-20Direct CCoins referencesPieter Wuille
2012-10-20UltraprunePieter Wuille
2012-09-21Check for canonical public keys and signaturesPieter Wuille
2012-09-05check tx.CheckTransaction for data-driven tx tests.Matt Corallo
2012-08-20Add data-driven transaction tests.Matt Corallo
2012-05-24Refactor: split CKeyID/CScriptID/CTxDestination from CBitcoinAddressPieter Wuille
2012-04-17Fix tests after recent refactorsPieter Wuille
2012-02-20Fix tests after 38067c18Pieter Wuille
2012-02-07Merge branch 'standardScriptSigs' of github.com:gavinandresen/bitcoin-gitGavin Andresen
2012-01-20Simplify counting of P2SH sigops to match BIP 16 (thanks to Matt Corallo for ...Gavin Andresen
2012-01-19Make transactions with extra data in their scriptSig's non-standard.Gavin Andresen
2012-01-13Refactored ConnectInputs, so valid-transaction-checks are done before ECDSA-v...Gavin Andresen
2011-12-19Rework unit tests so test_bitcoin.cpp does not #include them allGavin Andresen
2011-08-08Add file for transaction tests.Matt Corallo