jl777
ddb523264f
test
2016-11-06 13:55:15 -03:00
jl777
37461f3086
test
2016-11-06 13:54:02 -03:00
jl777
80f575c715
test
2016-11-06 13:52:44 -03:00
jl777
a8323aa63f
test
2016-11-06 13:51:04 -03:00
jl777
f4b4233030
test
2016-11-06 13:48:42 -03:00
jl777
a3bb804b7f
test
2016-11-06 13:46:26 -03:00
jl777
bb64c7316e
test
2016-11-06 13:43:45 -03:00
jl777
2e9292fe34
test
2016-11-06 13:41:30 -03:00
jl777
eff7174eac
test
2016-11-06 12:40:27 -03:00
jl777
ec1e89c79f
test
2016-11-06 12:23:51 -03:00
jl777
19cb746d6e
test
2016-11-06 12:23:02 -03:00
jl777
908b761f66
test
2016-11-06 12:11:00 -03:00
jl777
421ac11d04
test
2016-11-06 12:04:45 -03:00
jl777
a7f0d3e492
test
2016-11-06 12:00:37 -03:00
jl777
715172468a
test
2016-11-06 11:50:19 -03:00
jl777
0a611c1e67
test
2016-11-06 11:39:20 -03:00
jl777
ebb1ba68bf
test
2016-11-06 10:40:07 -03:00
jl777
1a8be0dc69
test
2016-11-06 10:33:11 -03:00
jl777
755ead9889
test
2016-11-06 10:09:37 -03:00
zkbot
fbc69d3d33
Auto merge of #1790 - bitcartel:1779_send_multiple_zaddrs_logic_error, r=bitcartel
...
Fixes #1779 so that sending to multiple zaddrs no longer fails.
Closes #1779
Commit 2eeb6b randomized the order of input and output notes,
but this is now known to prevent the chaining of multiple joinsplits
in a single transaction. The root cause has yet to be determined.
This patch is a temporary fix and disables the shuffling of input
and output notes. It also adds a chained joinsplit test to the
python qa test suite.
2016-11-06 05:20:45 +00:00
zkbot
2648902a11
Auto merge of #1778 - bitcartel:1762_segfault_miner, r=str4d
...
Fixes #1762 segfault when miner is interrupted.
Closes #1762
2016-11-05 22:22:22 +00:00
Simon
38276c6ba2
Add GenIdentity, an identity function for MappedShuffle.
...
We use this function in z_sendmany as part of the fix for #1779 .
2016-11-05 14:17:19 -07:00
Sean Bowe
5f0a73ce11
Improve accuracy of constraint system violation diagnostics.
2016-11-05 11:27:23 -06:00
Sean Bowe
b55744e1ad
Regression test for constraint system violation.
2016-11-05 11:15:16 -06:00
jl777
31a468bdf4
test
2016-11-05 07:58:29 -03:00
jl777
5a2c5b6f33
test
2016-11-05 07:54:34 -03:00
jl777
b1c130e301
test
2016-11-05 06:04:14 -03:00
Simon
7c463780cf
Fixes #1779 so that sending to multiple zaddrs no longer fails.
...
Commit 2eeb6b randomized the order of input and output notes,
but this is now known to prevent the chaining of multiple joinsplits
in a single transaction. The root cause has yet to be determined.
This patch is a temporary fix and disables the shuffling of input
and output notes. It also adds a chained joinsplit test to the
python qa test suite.
2016-11-04 23:23:48 -07:00
jl777
f1a1cd1914
test
2016-11-04 19:18:41 -03:00
jl777
597b9c2f9e
test
2016-11-04 19:12:41 -03:00
jl777
c5dec2a575
test
2016-11-04 19:10:19 -03:00
jl777
fd8dd3c26d
test
2016-11-04 18:11:04 -03:00
jl777
2ab43fd2fe
test
2016-11-04 16:26:07 -03:00
jl777
2ef81a6e8b
test
2016-11-04 16:18:27 -03:00
jl777
d43c7a9341
test
2016-11-04 16:14:53 -03:00
jl777
cb040aa153
test
2016-11-04 16:10:13 -03:00
jl777
2f4cbc942a
test
2016-11-04 15:24:09 -03:00
jl777
6e564cb527
test
2016-11-04 15:22:28 -03:00
zkbot
ce71cd0984
Auto merge of #1765 - ITH4Coinomia:patch-2, r=ebfull
...
Update init.cpp
Reformatted Text
2016-11-04 18:19:54 +00:00
jl777
102026d872
test
2016-11-04 14:27:09 -03:00
jl777
c17d98697c
test
2016-11-04 14:10:54 -03:00
jl777
6e576848c0
test
2016-11-04 13:58:26 -03:00
zkbot
c73122db7b
Auto merge of #1399 - ebfull:write-r1cs, r=ebfull
...
Write R1CS output to file in GenerateParams.
Not urgent. This is how the constraint system is communicated to the MPC.
2016-11-04 16:57:43 +00:00
jl777
2d4c201cef
test
2016-11-04 09:16:44 -03:00
jl777
af38164562
test
2016-11-04 08:57:16 -03:00
Simon
5e9b555fed
Fixes #1762 segfault when miner is interrupted.
...
Running ./zcash-cli setgenerate false would result in a segfault.
The miner thread's boost::signals2::connection was not disconnected
when the miner thread was interrupted and shutdown. Subsequently, when
a new block arrived, the UpdateTip callback would still be invoked on
a now invalid object, resulting in a segfault.
2016-11-03 21:53:56 -07:00
Sean Bowe
eb2e2b7043
1.0.1 release.
2016-11-03 22:26:15 -06:00
Jack Grigg
b7f3640dda
Change execution order of gtests to avoid bug
...
This is only a workaround; we still need to isolate and fix the root cause.
2016-11-03 18:09:34 -05:00
Jack Grigg
d873bd1d58
Revert "Initialise walletdb system in a temp dir for all gtests"
...
This reverts commit 74372eaa4c .
2016-11-03 18:04:28 -05:00
Jack Grigg
74372eaa4c
Initialise walletdb system in a temp dir for all gtests
2016-11-03 15:42:44 -05:00