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
/
script_tests.cpp
Age
Commit message (
Expand
)
Author
2014-03-18
Add licenses for tests and test data
Wladimir J. van der Laan
2014-02-11
Add HasCanonicalPushes(), and use it in IsStandardTx
Pieter Wuille
2013-11-10
Cleanup code using forward declarations.
Brandon Dahler
2013-10-22
Revert "Switch to using raw_utf8"
Jeff Garzik
2013-10-22
Merge pull request #2740 from constantined/constantined
Gavin Andresen
2013-09-28
Inline signature serializer
Pieter Wuille
2013-09-16
included-tests: generate binary data from test files for inclusion into test ...
Cory Fields
2013-09-10
Bugfix: Since test_bitcoin is being built and run inside src/test/, try using...
Luke Dashjr
2013-08-25
Document and test OP_RESERVED weirdness
Peter Todd
2013-07-23
Switch to using raw_utf8
constantined
2013-05-30
CSecret/CKey -> CKey/CPubKey split/refactor
Pieter Wuille
2012-11-15
Introduce script verification flags
Pieter Wuille
2012-10-21
change blockchain -> block chain (spelling)
Philip Kaufmann
2012-09-21
Check for canonical public keys and signatures
Pieter Wuille
2012-07-05
Implement raw transaction RPC calls
Gavin Andresen
2012-05-24
Lots more Script unit test cases.
Gavin Andresen
2012-05-24
More CScript unit tests.
Gavin Andresen
2012-04-26
Define TEST_DATA_DIR so unit tests can be run from any current working directory
Gavin Andresen
2012-04-21
Data-drive script evaluation unit tests.
Gavin Andresen
2012-02-20
Fix tests after 38067c18
Pieter Wuille
2012-01-13
Replace OP_EVAL (BIP 12) with Pay-to-script-hash (BIP 16).
Gavin Andresen
2011-12-19
Use block times for 'hard' OP_EVAL switchover, and refactored EvalScript
Gavin Andresen
2011-12-19
OP_EVAL implementation
Gavin Andresen
2011-12-19
Rework unit tests so test_bitcoin.cpp does not #include them all
Gavin Andresen
2011-08-26
CHECKMULTISIG unit tests.
Gavin Andresen
2011-08-08
Add a file for script tests
Vegard Nossum