Commit Graph

12669 Commits

Author SHA1 Message Date
jl777
fd801c67b3 test 2017-01-18 15:48:49 +02:00
jl777
bebd2d5c80 test 2017-01-18 15:44:15 +02:00
jl777
6b9b9aca38 test 2017-01-18 15:41:13 +02:00
jl777
4f8c77e95c test 2017-01-18 15:35:03 +02:00
jl777
d854fae228 test 2017-01-18 15:30:52 +02:00
jl777
f12b4a5989 test 2017-01-18 15:27:11 +02:00
jl777
e24bce329e test 2017-01-18 15:25:19 +02:00
jl777
395fae6b5d test 2017-01-18 15:23:10 +02:00
jl777
d19f6c0e02 test 2017-01-18 15:18:56 +02:00
jl777
f63b4a4660 test 2017-01-18 15:13:16 +02:00
jl777
7bdc3386a7 test 2017-01-18 15:08:03 +02:00
jl777
e8bd824b16 test 2017-01-18 15:06:25 +02:00
jl777
1f2ae07564 test 2017-01-18 15:01:38 +02:00
jl777
5218a9c439 test 2017-01-18 14:57:48 +02:00
Jack Grigg
9773b95f6e Coverage build system tweaks 2017-01-18 13:57:05 +01:00
jl777
1085428283 test 2017-01-18 14:54:25 +02:00
jl777
86600f3bdf test 2017-01-18 14:53:00 +02:00
jl777
703cc8c9bb test 2017-01-18 14:48:03 +02:00
jl777
f6f2beb9a5 test 2017-01-18 14:46:35 +02:00
jl777
bfadcf9c63 test 2017-01-18 14:43:23 +02:00
jl777
c9da242093 test 2017-01-18 14:37:35 +02:00
jl777
acd6ccf462 test 2017-01-18 14:35:55 +02:00
jl777
297aa7eb9e test 2017-01-18 14:29:36 +02:00
jl777
e08169c4b3 test 2017-01-18 14:18:28 +02:00
jl777
bba30a43a5 test 2017-01-18 14:05:01 +02:00
jl777
d5a61fcabb test 2017-01-18 14:00:28 +02:00
jl777
b21d816c5f test 2017-01-18 13:55:30 +02:00
jl777
a8dabad5e6 test 2017-01-18 13:51:58 +02:00
jl777
e87f553f7d test 2017-01-18 13:46:36 +02:00
jl777
49db2cbbe1 test 2017-01-18 13:35:32 +02:00
jl777
eea23236bd ma60 paxprice 2017-01-18 13:04:53 +02:00
zkbot
4d52160de3 Auto merge of #2001 - bitcartel:1957_add_size_to_listtransactions, r=ebfull
Closes #1957 by adding tx serialization size to listtransactions output.
2017-01-18 07:15:35 +00:00
zkbot
3b04df9072 Auto merge of #1982 - str4d:1954-update-debug-categories, r=ebfull
Update debug categories

Closes #1954.
2017-01-18 05:51:20 +00:00
zkbot
f37f0805cc Auto merge of #1980 - bitcartel:fix_z_sendmany_logging_bug_txid, r=ebfull
Fix bug where z_sendmany logged incorrect txid fragment when sending from taddr

Closes #1987.
2017-01-18 05:10:18 +00:00
zkbot
c583e42e6b Auto merge of #1977 - bitcartel:1967_z_sendmany_debug_age_of_notes, r=ebfull
Fixes #1967 by adding age of note to z_sendmany logging.
2017-01-18 04:29:06 +00:00
zkbot
1e8778a274 Auto merge of #1976 - bitcartel:1964_z_sendmany_exception_handling, r=ebfull
Fixes #1964 to catch general exception in z_sendmany and catch exceptions as reference-to-const.
2017-01-18 03:48:12 +00:00
zkbot
acabe0a22d Auto merge of #1973 - str4d:1943-remove-extraneous-bins-from-dist, r=ebfull
Exclude test binaries from make install

Closes #1943.
2017-01-18 02:26:12 +00:00
zkbot
2a18730417 Auto merge of #1972 - str4d:1950-ensure-messages-are-rendered, r=ebfull
Ensure messages are rendered in the metrics UI

Part of #1950.
2017-01-18 01:45:04 +00:00
zkbot
ee2f1ebb9d Auto merge of #1942 - str4d:1940-threaded-createjoinsplit, r=ebfull
Extend createjoinsplit to benchmark parallel JoinSplits

Closes #1940
2017-01-18 01:04:05 +00:00
zkbot
4169cddd64 Auto merge of #1991 - bitcartel:1960_z_getoperation_include_call_details, r=ebfull
Fixes #1960: z_getoperationstatus/result now includes operation details.
2017-01-17 19:24:07 +00:00
jl777
2f5fa4823a pause between assetchains 2017-01-17 11:16:56 +02:00
jl777
70fb62aebb fix RWM3UrsRP4WtH6DTetm5KmUyBASvFCV6wH 2017-01-17 10:50:36 +02:00
zkbot
9cd91833a5 Auto merge of #2015 - bitcartel:1780_sort_getoperationstatus, r=ebfull
Closes #1780. Result of z_getoperationstatus now sorted by operation's creation time.
2017-01-17 04:06:28 +00:00
Simon
8aa7937d44 Fixes #1960: z_getoperationstatus/result now includes operation details. 2017-01-16 16:45:27 -08:00
zkbot
6abf7adc14 Auto merge of #2013 - str4d:2002-require-zcash-conf, r=ebfull
Require zcash.conf to start zcashd

Closes #2002.
2017-01-16 23:09:38 +00:00
Jack Grigg
5ae347827f Fix gtest ordering broken by #1949
Part of #1539
2017-01-16 20:16:29 +01:00
Simon
f32cade8fd Closes #1957 by adding tx serialization size to listtransactions output. 2017-01-16 11:07:16 -08:00
Simon
9064d73bf8 Fixes #1497 ZCA-009 by restricting data exporting to user defined folder.
Previously the RPC interface allowed z_exportwallet, backupwallet and
dumpwallet to write data to an arbitrary filename.  ZCA-009 demonstrates
how this is vulnerable.  The resolution is to only allow data to
written when the -exportdir has been configured.  Also filenames are
restricted to alphanumeric characters.
2017-01-16 10:56:06 -08:00
Simon
af02114469 Closes #1097 so zcash-cli now displays license info like zcashd.
LicenseInfo is refactored from init.cpp to util.cpp so that the
bitcoin-cli makefile target does not need to be modified.
2017-01-16 09:38:09 -08:00
jl777
d594eaa4f6 test 2017-01-16 18:12:35 +02:00