jl777
70ce79b02b
test
2016-10-21 07:37:06 -03:00
jl777
5f197aeeba
test
2016-10-21 07:24:28 -03:00
jl777
0f476b5b90
test
2016-10-21 07:11:52 -03:00
jl777
d217d099c6
test
2016-10-21 07:00:29 -03:00
jl777
740817843c
test
2016-10-21 07:00:03 -03:00
jl777
b3101d06a3
test
2016-10-21 06:21:23 -03:00
zkbot
cd8e856df7
Auto merge of #1585 - bitcartel:1583_stop_test_writing_to_testnet3, r=daira
...
Closes #1583 by setting up the datadir for the wallet gtest.
Stops test writing to ~/.zcash/testnet3.
Also related to #1506
2016-10-21 03:15:00 -04:00
Simon
43f0769cf6
Fix build problem with coins_tests
2016-10-20 23:50:19 -07:00
Pieter Wuille
abd22bb674
Add tests for CCoins deserialization
2016-10-20 22:59:50 -07:00
Patrick Strateman
e9d221e764
CDataStream::ignore Throw exception instead of assert on negative nSize.
...
Previously disk corruption would cause an assert instead of an exception.
2016-10-20 22:59:50 -07:00
Pieter Wuille
f588c5edd6
Fix OOM bug: UTXO entries with invalid script length
2016-10-20 22:59:50 -07:00
Pieter Wuille
6fc5764eda
Treat overly long scriptPubKeys as unspendable
2016-10-20 22:59:50 -07:00
Pieter Wuille
4c6ea562bd
Introduce constant for maximum CScript length
2016-10-20 22:59:50 -07:00
zkbot
c99a1c7e4f
Auto merge of #1566 - daira:1557.make-v2-txns-standard, r=ageis
...
1557.make v2 txns standard
Make v2 transactions standard. This also corrects a rule about admitting large orphan transactions into the mempool, to account for v2-specific fields. ref #1557
2016-10-21 01:10:37 -04:00
zkbot
323b8214c2
Auto merge of #1580 - str4d:1378-repair-witness-cache, r=daira
...
Clear witness cache when re-witnessing notes
Closes #1378
2016-10-21 00:24:39 -04:00
Gregory Maxwell
a514cb2968
Only send one GetAddr response per connection.
...
This conserves resources from abusive peers that just send
getaddr in a loop. Also makes correlating addr messages
against INVs less effective.
2016-10-20 20:30:53 -07:00
Wladimir J. van der Laan
e496b2e391
net: Ignore notfound P2P messages
2016-10-20 20:22:34 -07:00
Daira Hopwood
f19cb7b7ee
Revert "Avoid boost::posix_time functions that have potential out-of-bounds read bugs. ref #1459 "
...
This reverts commit a652e4183e .
2016-10-21 03:14:40 +01:00
Simon
75407c6872
Fix issue where z_sendmany is too strict and does not allow integer based amount e.g. 1 which is the same as 1.0
2016-10-20 17:03:57 -07:00
jl777
1e9dc6a83b
test
2016-10-20 20:51:42 -03:00
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
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
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
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
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
Simon
43873535d4
Fixes CID 1352686 uninitialized scalar variable.
2016-10-20 11:28:22 -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