aboutsummaryrefslogtreecommitdiff
path: root/src/script.cpp
diff options
context:
space:
mode:
authorGavin Andresen <[email protected]>2014-06-25 14:21:29 -0400
committerGavin Andresen <[email protected]>2014-06-25 14:57:21 -0400
commita90689ff9880cc76668d04beda5a5d97f2f4a76b (patch)
treea8f6c15ea2958e956db9ea76ff7d30c3b44b3f83 /src/script.cpp
parentMerge pull request #4368 (diff)
downloaddiscoin-a90689ff9880cc76668d04beda5a5d97f2f4a76b.tar.xz
discoin-a90689ff9880cc76668d04beda5a5d97f2f4a76b.zip
Remove timing-based signature cache unit test
Two changes: First removes a unit test that fails in my development environment (OSX, compiled -g3 with clang). sipa says that's not terribly surprising; the CMutableTransaction change makes signing a little more expensive but verification quicker. The unit test timed sign+verify-uncached versus verify-cached-five-times. He also says the test will be invalid when libsec256kp1 is integrated (because validation is super-optimized over signing). core.h change fixes a compiler warning (clang -Wall : CMutableTransaction defined as struct, declared as class in script.h).
Diffstat (limited to 'src/script.cpp')
0 files changed, 0 insertions, 0 deletions