index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
transaction_tests.cpp
Age
Commit message (
Expand
)
Author
2014-06-21
Add CMutableTransaction and make CTransaction immutable.
Pieter Wuille
2014-05-09
Fix transaction tests
Wladimir J. van der Laan
2014-05-08
Add rejection of non-null CHECKMULTISIG dummy values
Peter Todd
2014-05-05
Let tx (in)valid tests use any SCRIPT_VERIFY flag
Peter Todd
2014-04-23
Add required locks in tests
Wladimir J. van der Laan
2014-03-18
Add licenses for tests and test data
Wladimir J. van der Laan
2014-02-26
Merge pull request #3737 from jgarzik/op-return-size
Gavin Andresen
2014-02-26
script: reduce OP_RETURN standard relay bytes to 40
Jeff Garzik
2013-11-26
Drop fees by 10x due to the persistently higher exchange rate.
Mike Hearn
2013-11-10
Cleanup code using forward declarations.
Brandon Dahler
2013-11-01
Merge pull request #3128
Gavin Andresen
2013-10-24
Relay OP_RETURN TxOut as standard transaction type
Peter Todd
2013-10-22
Revert "Switch to using raw_utf8"
Jeff Garzik
2013-10-22
Merge pull request #2740 from constantined/constantined
Gavin Andresen
2013-10-02
Relay OP_RETURN data TxOut as standard transaction type
Jeff Garzik
2013-09-16
included-tests: generate binary data from test files for inclusion into test ...
Cory Fields
2013-07-23
Switch to using raw_utf8
constantined
2013-06-23
Log reason for non-standard transaction rejection
Jeff Garzik
2013-06-05
Removed AcceptToMemoryPool method from CTransaction. This method belongs to t...
Eric Lombrozo
2013-05-03
Define dust transaction outputs, and make them non-standard
Gavin Andresen
2013-01-30
CValidationState framework
Pieter Wuille
2012-11-15
Introduce script verification flags
Pieter Wuille
2012-10-20
Direct CCoins references
Pieter Wuille
2012-10-20
Ultraprune
Pieter Wuille
2012-09-21
Check for canonical public keys and signatures
Pieter Wuille
2012-09-05
check tx.CheckTransaction for data-driven tx tests.
Matt Corallo
2012-08-20
Add data-driven transaction tests.
Matt Corallo
2012-05-24
Refactor: split CKeyID/CScriptID/CTxDestination from CBitcoinAddress
Pieter Wuille
2012-04-17
Fix tests after recent refactors
Pieter Wuille
2012-02-20
Fix tests after 38067c18
Pieter Wuille
2012-02-07
Merge branch 'standardScriptSigs' of github.com:gavinandresen/bitcoin-git
Gavin Andresen
2012-01-20
Simplify counting of P2SH sigops to match BIP 16 (thanks to Matt Corallo for ...
Gavin Andresen
2012-01-19
Make transactions with extra data in their scriptSig's non-standard.
Gavin Andresen
2012-01-13
Refactored ConnectInputs, so valid-transaction-checks are done before ECDSA-v...
Gavin Andresen
2011-12-19
Rework unit tests so test_bitcoin.cpp does not #include them all
Gavin Andresen
2011-08-08
Add file for transaction tests.
Matt Corallo