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_P2SH_tests.cpp
Age
Commit message (
Expand
)
Author
2014-09-17
Merge pull request #4555
Wladimir J. van der Laan
2014-09-16
Move CTxDestination from script/script to script/standard
Pieter Wuille
2014-09-12
Don't pass nHashType to VerifyScript
jtimon
2014-09-12
Remove CScriptCheck::nHashType (was always 0)
jtimon
2014-09-12
Remove unused function main:VerifySignature
jtimon
2014-09-10
Rename scriptutils.o to wallet_ismine.o
jtimon
2014-09-10
Move scriptutils.o to wallet
jtimon
2014-09-08
Separate script/sign
jtimon
2014-09-08
Move CScript class and dependencies to script/script
jtimon
2014-09-08
Rename script.h/.cpp to scriptutils.h/.cpp (plus remove duplicated includes)
jtimon
2014-08-01
Declare SignatureHash() in script.h
jtimon
2014-06-30
test: Fix warning about integer signedness in P2SH tests
Wladimir J. van der Laan
2014-06-23
Relax IsStandard rules for pay-to-script-hash transactions
Gavin Andresen
2014-06-21
Add CMutableTransaction and make CTransaction immutable.
Pieter Wuille
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
2013-11-10
Cleanup code using forward declarations.
Brandon Dahler
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-30
CSecret/CKey -> CKey/CPubKey split/refactor
Pieter Wuille
2013-05-03
Define dust transaction outputs, and make them non-standard
Gavin Andresen
2013-04-03
Fix signed/unsigned comparison warnings
Gavin Andresen
2012-11-15
Introduce script verification flags
Pieter Wuille
2012-10-20
Ultraprune
Pieter Wuille
2012-09-21
Check for canonical public keys and signatures
Pieter Wuille
2012-08-01
Bugfix: Fix a variety of misspellings
Luke Dashjr
2012-05-24
Refactor: split CKeyID/CScriptID/CTxDestination from CBitcoinAddress
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
Replace OP_EVAL (BIP 12) with Pay-to-script-hash (BIP 16).
Gavin Andresen