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
Age
Commit message (
Expand
)
Author
2014-09-23
Fixing out of bounds asses error
ENikS
2014-09-22
Add actual signature tests
Pieter Wuille
2014-09-22
Use actually valid transactions for script tests
Pieter Wuille
2014-09-20
test: Fix DoS tests after c74332c
Wladimir J. van der Laan
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-14
bitcoin-util-test: Test bitcoin-tx with null scriptPubKey
Luke Dashjr
2014-09-12
Don't pass nHashType to EvalScript nor CheckSig
jtimon
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-12
Merge pull request #4876
Pieter Wuille
2014-09-10
Stricter handling of orphan transactions
Gavin Andresen
2014-09-10
Rename scriptutils.o to wallet_ismine.o
jtimon
2014-09-10
Move scriptutils.o to wallet
jtimon
2014-09-08
Make script_{valid,invalid}.json validation flags configurable
Pieter Wuille
2014-09-08
Separate script/sign
jtimon
2014-09-08
Separate script/interpreter
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-28
fix comments ExtractAddress() -> ExtractDestination()
jtimon
2014-08-27
Merge pull request #4377
Pieter Wuille
2014-08-26
Merge pull request #4748
Pieter Wuille
2014-08-26
Split up util.cpp/h
Wladimir J. van der Laan
2014-08-26
Move CMedianFilter to timedata.cpp
Wladimir J. van der Laan
2014-08-24
Test IsPushOnly() with invalid push
Peter Todd
2014-08-24
Merge pull request #4618
Pieter Wuille
2014-08-23
replace ComputeMinWork with CheckMinWork
jtimon
2014-08-22
Merge pull request #4733
Jeff Garzik
2014-08-20
Merge pull request #4744
Jeff Garzik
2014-08-20
rpc_tests: use BOOST_CHECK_EQUAL
Jeff Garzik
2014-08-20
UniValue tests: use more BOOST_CHECK()
Jeff Garzik
2014-08-20
UniValue: add unit tests
Jeff Garzik
2014-08-19
Add bitcoin-tx tests
Jeff Garzik
2014-08-19
bitcoin-tx: Accept input via stdin. Add input handling to tests.
Jeff Garzik
2014-08-19
Add "it works" test for bitcoin-tx
Jeff Garzik
2014-08-09
Simplify serialize.h's exception handling
Pieter Wuille
2014-08-01
Declare SignatureHash() in script.h
jtimon
2014-07-31
Merge pull request #4560
Wladimir J. van der Laan
2014-07-31
Merge pull request #4568
Wladimir J. van der Laan
2014-07-29
Move ParseScript() helper, becoming accessible outside src/test/
Jeff Garzik
2014-07-21
CBloomFilter::clear() method
Tom Harding
2014-07-21
Revert "CBloomFilter::clear() method"
Wladimir J. van der Laan
2014-07-18
script tests: add tests for CHECKMULTISIG limits
Otto Allmendinger
2014-07-18
script test: test case for 5-byte bools
Otto Allmendinger
2014-07-18
script tests: value with trailing 0x00 is true
Otto Allmendinger
2014-07-18
script tests: values that overflow to 0 are true
Otto Allmendinger
2014-07-18
script tests: BOOLAND, BOOLOR decode to integer
Otto Allmendinger
2014-07-18
additional test for OP_SIZE in script_valid.json
Otto Allmendinger
2014-07-09
move rand functions from util to new random.h/.cpp
Philip Kaufmann
[next]