Commit Graph

11360 Commits

Author SHA1 Message Date
Simon
ffd2cb3437 Closes #1583 by setting up the datadir for the wallet gtest. 2016-10-20 16:45:02 -07:00
jl777
34ad681a42 test 2016-10-20 20:20:38 -03:00
Simon
446f867b4c Add debug option "zrpcunsafe" to be used when logging more sensitive information such as the memo field of a note. 2016-10-20 15:24:31 -07:00
Simon
e7b1f312f5 Add security warning about logging of z_* calls. 2016-10-20 15:24:31 -07:00
jl777
750cb34a18 test 2016-10-20 19:23:25 -03:00
jl777
975b2ddbb0 test 2016-10-20 19:21:03 -03:00
jl777
015775bdbb test 2016-10-20 19:13:14 -03:00
zkbot
90031e1d61 Auto merge of #1577 - radix42:v1.0.0-rc1-gitian, r=daira
V1.0.0 rc1 gitian

Removes indeterminism from gitian builds: underlying processor instruction set variant of x86_64 was being detected by the libgmp autoconf process, which caused differences in libgmp and libsnark
2016-10-20 17:40:27 -04:00
zkbot
f90526579b Auto merge of #1569 - str4d:1552-disable-wallet-encryption, r=daira
Disable wallet encryption

Closes #1552
2016-10-20 17:01:51 -04:00
jl777
f9e18307c4 test 2016-10-20 17:33:44 -03:00
Daira Hopwood
5f0009b2d2 Assert that the Equihash solver is a supported option.
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
2016-10-20 21:17:34 +01:00
Daira Hopwood
f91bbeedb7 Add help for -equihashsolver= option.
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
2016-10-20 21:17:02 +01:00
jl777
7e28b66b45 test 2016-10-20 17:00:13 -03:00
jl777
fed428c88d test 2016-10-20 16:56:31 -03:00
jl777
af805d5399 test 2016-10-20 16:51:52 -03:00
jl777
7a9a0a4916 test 2016-10-20 16:49:02 -03:00
Jack Grigg
d8e06e3f58 Add test that encryptwallet is disabled 2016-10-20 14:45:44 -05:00
zkbot
bb891cb4a2 Auto merge of #1571 - daira:1459.avoid-boost-posix-time, r=daira
Avoid boost::posix_time functions that have potential out-of-bounds read bugs

ref #1459

Signed-off-by: Daira Hopwood <daira@jacaranda.org>
2016-10-20 15:42:23 -04:00
Jack Grigg
2b499f4386 Fix RPC tests that require wallet encryption 2016-10-20 14:35:41 -05:00
jl777
4f5e03dbde test 2016-10-20 16:29:56 -03:00
jl777
b93286c28e test 2016-10-20 16:21:41 -03:00
jl777
92ec2db8e9 test 2016-10-20 16:09:21 -03:00
jl777
3127a4808b test 2016-10-20 16:08:02 -03:00
jl777
9a2d539ba7 test 2016-10-20 15:51:07 -03:00
jl777
d383827f1d test 2016-10-20 15:42:31 -03:00
Simon
ccc0f9af42 Fixes CID 1352714 uninitialized scalar variable. 2016-10-20 11:41:28 -07:00
Jack Grigg
8ecf6ccfef Improve security documentation 2016-10-20 13:41:00 -05:00
Simon
fed6c83ccf Fixes CID 1352727 uninitialized scalar variable. 2016-10-20 11:40:22 -07:00
Simon
351b38fd5b Fixes CID 1352599 unitialized scalar variable 2016-10-20 11:35:51 -07:00
Jack Grigg
35cf6ee26d Document another wallet encryption concern 2016-10-20 13:33:58 -05:00
Simon
43873535d4 Fixes CID 1352686 uninitialized scalar variable. 2016-10-20 11:28:22 -07:00
Jay Graber
78376cacd4 Update RPC interfaces warnings language 2016-10-20 11:26:15 -07:00
Simon
19bec4d9bb Fixes CID 1352715 uninitialized scalar field. 2016-10-20 11:25:36 -07:00
Simon
b7727d8b3b Fixes CID 1352687 uninitialized scalar field. 2016-10-20 11:19:36 -07:00
Simon
b1c1a32b3a Fixes CID 1352698 uninitialized scalar field. 2016-10-20 11:17:17 -07:00
jl777
602dc7445d test 2016-10-20 15:14:39 -03:00
Simon
9a4127e74c Fixes CID 1352706 uninitialized scalar field. 2016-10-20 11:05:30 -07:00
Simon
2da03f897b Fixes CID 1147436 uninitialized scalar field. 2016-10-20 11:01:46 -07:00
Jack Grigg
750d4e07dd Document that wallet encryption is disabled 2016-10-20 12:58:51 -05:00
Jack Grigg
1532cb75f3 Throw an error when encryptwallet is disabled 2016-10-20 12:58:20 -05:00
zkbot
b492ef3232 Auto merge of #1568 - str4d:1548-remove-block-index-tag, r=daira
Remove the RC 1 block index error message

Reverts 85457ddec1

Closes #1548
2016-10-20 13:57:23 -04:00
jl777
0ed83449cc test 2016-10-20 14:51:06 -03:00
jl777
130231219a test 2016-10-20 14:34:15 -03:00
jl777
6c0b3691ac test 2016-10-20 14:26:19 -03:00
jl777
926d837cb7 test 2016-10-20 14:25:14 -03:00
jl777
732fdf87d1 test 2016-10-20 14:22:33 -03:00
jl777
7b0be31f69 test 2016-10-20 13:29:14 -03:00
jl777
a75fbeae8e test 2016-10-20 13:04:55 -03:00
Daira Hopwood
a652e4183e Avoid boost::posix_time functions that have potential out-of-bounds read bugs. ref #1459
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
2016-10-20 17:04:52 +01:00
jl777
f68be92251 test 2016-10-20 13:03:16 -03:00