Commit Graph

14554 Commits

Author SHA1 Message Date
Jack Grigg
bc54cf06cc Fix RPC test 2016-10-22 15:36:38 -05:00
zkbot
f39d176ebf Auto merge of #1607 - daira:1530.update-unit-tests-doc, r=daira
Update unit-tests documentation. closes #1530

Signed-off-by: Daira Hopwood <daira@jacaranda.org>
2016-10-22 15:57:44 -04:00
zkbot
30d3d2dfd4 Auto merge of #1603 - str4d:1556-reject-old-block-versions, r=daira
Reject block versions lower than 4

Includes parts of #1554
Closes #1556
2016-10-22 14:32:40 -04:00
Daira Hopwood
6316cc2b48 Address @str4d's comments on unit-tests doc. ref #1530
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
2016-10-22 18:56:43 +01:00
zkbot
f82273829a Auto merge of #1600 - str4d:1557-consensus-rule-disallow-v0-txns, r=daira
Disallow v0 transactions as a consensus rule

Closes #1557
2016-10-22 13:50:52 -04:00
Daira Hopwood
9f7b947bbe Update unit-tests documentation. closes #1530
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
2016-10-22 18:45:26 +01:00
jl777
3ab13bf358 test 2016-10-22 14:41:31 -03:00
jl777
4087487ba6 test 2016-10-22 14:39:42 -03:00
jl777
2bd54af4a2 test 2016-10-22 14:38:28 -03:00
jl777
73d79c1d48 test 2016-10-22 14:37:27 -03:00
jl777
c0968b8eed test 2016-10-22 14:21:34 -03:00
jl777
00deff02d5 test 2016-10-22 14:19:14 -03:00
zkbot
e3c8e88e9b Auto merge of #1588 - bitcartel:upstream_8427_dos_logging, r=daira
Upstream: Prevent possible DoS in logging

bitcoin/bitcoin#8427
2016-10-22 13:08:26 -04:00
Simon
432bc22ade Patch backport of upstream 1588 as we don't (yet) use the NetMsgType namespace 2016-10-22 09:49:35 -07:00
jl777
ee9b44ce66 test 2016-10-22 13:48:08 -03:00
jl777
92e15ee337 test 2016-10-22 13:41:32 -03:00
jl777
7652ed92bd test 2016-10-22 13:35:17 -03:00
jl777
17878015bb test 2016-10-22 13:23:25 -03:00
Jack Grigg
f4f1b4b097 Update sighash tests for new consensus rule 2016-10-22 11:09:07 -05:00
jl777
2860f74793 test 2016-10-22 13:03:18 -03:00
jl777
7a77c4431c test 2016-10-22 12:46:45 -03:00
jl777
382c22eaa7 test 2016-10-22 12:31:43 -03:00
jl777
47658758e1 test 2016-10-22 12:27:01 -03:00
jl777
6f3a040798 test 2016-10-22 12:09:45 -03:00
jl777
fdbf481faf test 2016-10-22 11:56:19 -03:00
jl777
24eefea8e0 test 2016-10-22 11:41:49 -03:00
jl777
e42867d124 test 2016-10-22 11:38:25 -03:00
jl777
cad0d1ca62 test 2016-10-22 11:32:24 -03:00
jl777
2ffcaf4e1c test 2016-10-22 11:05:02 -03:00
Jack Grigg
77175766f4 Enforce standard transaction rules on testnet
Closes #1582
2016-10-22 09:03:09 -05:00
jl777
8bbc6241a5 test 2016-10-22 10:55:09 -03:00
jl777
09335626d3 test 2016-10-22 10:52:59 -03:00
jl777
a6ce4b84b1 test 2016-10-22 10:41:02 -03:00
jl777
b927fb3535 test 2016-10-22 10:37:11 -03:00
jl777
09c5c3d332 test 2016-10-22 10:31:05 -03:00
jl777
03b093e29f test 2016-10-22 10:28:41 -03:00
jl777
ae02c5b4b6 test 2016-10-22 10:27:14 -03:00
jl777
6ef202b24a test 2016-10-22 10:24:06 -03:00
jl777
97b900d77e test 2016-10-22 10:06:11 -03:00
Daira Hopwood
789914e7b0 Update comments in chainparams.cpp.
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
2016-10-22 13:46:22 +01:00
Daira Hopwood
a5fd8da7ba Static assertion that standard and network min tx versions are consistent.
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
2016-10-22 13:46:22 +01:00
Daira Hopwood
cb1246194e Update the error message string for tx version too low. ref #1600
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
2016-10-22 13:26:44 +01:00
zkbot
0b3809464c Auto merge of #1601 - str4d:1459-revert-reversion, r=daira
Revert "Revert "Avoid boost::posix_time functions that have potential out-of-bounds read bugs. ref #1459""

This reverts commit f19cb7b7ee.

Closes #1459.
2016-10-22 07:06:40 -04:00
Jack Grigg
86d2c90468 Update tests for new genesis blocks 2016-10-22 00:52:58 -05:00
Jack Grigg
8c54e34a68 Use tromp's solver to regenerate miner tests
When using, comment out tromp's solver in miner.cpp to avoid linker errors.
2016-10-22 00:52:56 -05:00
Jack Grigg
6be6762237 Regenerate genesis blocks with nVersion = 4
Includes parts of #1554
2016-10-22 00:52:45 -05:00
Jack Grigg
80f4cdcf8f Reject block versions lower than 4
Closes #1556
2016-10-22 00:43:26 -05:00
Jack Grigg
7ac924cdb7 Disallow v0 transactions as a consensus rule
Closes #1557
2016-10-22 00:40:50 -05:00
zkbot
a12eaa2bf2 Auto merge of #1581 - bitcartel:1464_ncc_2016_008, r=str4d
Fixes for NCC-2016-008

To close #1464 NCC-2016-088

- This PR
- https://github.com/zcash/libsnark/pull/8

Of the 101 issues in NCC-2016-088, 62 are in dependencies, and many of the remainder are duplicates of the CIDs fixed in this PR.

Commit log message is: CID Type (Type is from scan.coverity Type column)
2016-10-22 00:56:08 -04:00
Simon
e11e61ddb1 Workaround g++ 5.x bug with brace enclosed initializer.
http://stackoverflow.com/questions/32912921/whats-wrong-with-this-inline-initialization-of-stdarray/32912976#32912976
2016-10-21 21:50:25 -07:00