jl777
33935bd0f0
test
2016-10-26 10:42:29 -03:00
jl777
f38345e99b
test
2016-10-26 07:34:50 -03:00
zkbot
489f1d38ee
Auto merge of #1629 - bitcartel:1616_wallet_disallow_coinbase_change, r=daira
...
Add z_sendmany rule that when coinbase utxos must be spent in their entirety, with no change
See #1616 - coinbase utxos must be consumed entirely, without any change, since there
is currently no way to specify a change address in z_sendmany.
2016-10-25 15:40:36 -04:00
Simon
ad0ba9467d
Add assert to AsyncRPCOperation_sendmany
2016-10-25 11:25:05 -07:00
jl777
4aa2c64e7b
test
2016-10-25 10:51:04 -03:00
jl777
353edf5d61
test
2016-10-25 10:18:32 -03:00
jl777
9415da7f1f
test
2016-10-25 10:16:45 -03:00
jl777
b62d7030ef
prepare for assetchains
2016-10-25 10:11:37 -03:00
jl777
beafd76b02
test
2016-10-25 08:23:55 -03:00
Simon
db026807b8
Add z_sendmany rule that when sending coinbase utxos to a zaddr
...
they must be consumed entirely, without any change, since there
is currently no way to specify a change address in z_sendmany.
2016-10-24 21:34:16 -07:00
jl777
cbee4d6b16
test
2016-10-24 18:09:36 -03:00
jl777
303f5c1bf1
test
2016-10-24 17:58:09 -03:00
jl777
b68920a15b
test
2016-10-24 17:26:09 -03:00
jl777
3ba8f9236e
test
2016-10-24 17:20:51 -03:00
jl777
35199465da
test
2016-10-24 15:22:25 -03:00
jl777
e137bdc49e
test
2016-10-24 15:13:09 -03:00
jl777
f5244b3644
test
2016-10-24 15:08:39 -03:00
jl777
81fbe1ed05
test
2016-10-24 15:07:49 -03:00
jl777
6e9dec7836
test
2016-10-24 15:04:07 -03:00
jl777
d7d27bb347
test
2016-10-24 15:00:01 -03:00
Simon
10d1b90987
Fix incorrect error message in z_sendmany
2016-10-24 07:59:32 -07:00
jl777
c3e43fb182
test
2016-10-23 18:52:10 -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
jl777
2860f74793
test
2016-10-22 13:03:18 -03:00
jl777
47658758e1
test
2016-10-22 12:27:01 -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
09c5c3d332
test
2016-10-22 10:31:05 -03:00
jl777
6ef202b24a
test
2016-10-22 10:24:06 -03:00
zkbot
71043784dd
Auto merge of #1586 - bitcartel:z_sendmany_amount_too_strict, r=daira
...
Fix issue where z_sendmany amount parameter is too strict
Upstream treats an amount parameter of `1` the same as `1.0`. Third-party would like this fixed.
2016-10-21 22:10:41 -04:00
zkbot
fd7ef7b632
Auto merge of #1584 - bitcartel:1504_zca_011_logging, r=daira
...
More granular control over logging of z_* calls
Closes #1504
2016-10-21 21:32:46 -04:00
jl777
8ad9f27fdd
test
2016-10-21 18:32:52 -03:00
jl777
2897cc41e0
test
2016-10-21 18:28:28 -03:00
jl777
40cb0c7d41
test
2016-10-21 18:15:46 -03:00
jl777
ce8b023c7a
test
2016-10-21 18:14:17 -03:00
jl777
560c5598be
test
2016-10-21 18:03:15 -03:00
jl777
0f24f24562
test
2016-10-21 17:28:28 -03:00
jl777
8c8552a2ab
test
2016-10-21 15:48:46 -03:00
jl777
e19d8b3dee
test
2016-10-21 15:20:30 -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
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
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
Simon
ffd2cb3437
Closes #1583 by setting up the datadir for the wallet gtest.
2016-10-20 16:45:02 -07: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
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
Jack Grigg
1532cb75f3
Throw an error when encryptwallet is disabled
2016-10-20 12:58:20 -05:00