aboutsummaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorGavin Andresen <gavinandresen@gmail.com>2014-06-25 14:21:29 -0400
committerGavin Andresen <gavinandresen@gmail.com>2014-06-25 14:57:21 -0400
commita90689ff9880cc76668d04beda5a5d97f2f4a76b (patch)
treea8f6c15ea2958e956db9ea76ff7d30c3b44b3f83 /share
parent343feecf562a39e7d898ece2fd745fcb9d4c90e9 (diff)
downloadbitcoin-a90689ff9880cc76668d04beda5a5d97f2f4a76b.tar.xz
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 'share')
0 files changed, 0 insertions, 0 deletions