Gavin Andresen a90689ff98
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).
2014-06-25 14:57:21 -04:00
..
2014-06-21 19:47:43 +02:00
2014-05-13 11:41:59 +02:00
2014-04-02 03:48:07 +02:00
2014-06-21 19:47:43 +02:00
2014-06-24 17:51:32 +02:00
2014-03-24 20:26:02 +00:00
2014-05-22 00:23:03 +07:00
2014-06-25 09:14:36 +02:00
2014-06-23 10:21:38 +02:00
2014-06-23 23:10:24 +02:00
2014-04-23 01:50:25 +02:00
2014-06-21 19:47:39 +02:00
2014-06-03 15:21:47 +02:00
2014-06-12 13:52:15 +02:00
2014-06-24 17:04:52 +02:00