Commit Graph

386 Commits

Author SHA1 Message Date
jl777
64449ba819 test 2017-01-20 22:39:49 +02:00
jl777
69e5f7bbf3 test 2017-01-20 22:21:30 +02:00
jl777
05cbbacfc7 test 2017-01-20 22:19:15 +02:00
jl777
1919e9de56 test 2017-01-20 22:15:38 +02:00
jl777
8b7b5b6a3f test 2017-01-20 21:38:18 +02:00
jl777
368da363c4 test 2017-01-20 21:26:46 +02:00
jl777
a42fa6cf0c test 2017-01-20 21:15:28 +02:00
jl777
380b8ee0dd test 2017-01-20 21:14:57 +02:00
jl777
b9ecd81fa9 test 2017-01-20 21:13:07 +02:00
jl777
6685bab2bb test 2017-01-20 21:02:23 +02:00
jl777
783b9c9ed1 test 2017-01-20 20:59:51 +02:00
jl777
ab6e81ec8f test 2017-01-20 20:53:57 +02:00
zkbot
4458f87138 Auto merge of #2028 - bitcartel:std_numeric_gcc_620_compile_issue, r=ebfull
Add missing header

Closes #2027 where gcc 6.2.0 identified that `rpcwallet.cpp` was missing a header file `<numeric>` which is required due to usage of `std::accumulate`.
2017-01-18 19:45:02 +00:00
Simon
bcbde86a87 Add missing header required by std::accumulate 2017-01-18 10:52:37 -08:00
zkbot
63e0e895a5 Auto merge of #2006 - bitcartel:1497_destination_path_validation_when_exporting, r=bitcartel
Fixes #1497 ZCA-009 by restricting export to a user defined folder and sanitizing filenames
2017-01-18 18:19:50 +00:00
jl777
49db2cbbe1 test 2017-01-18 13:35:32 +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
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
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
Simon
8aa7937d44 Fixes #1960: z_getoperationstatus/result now includes operation details. 2017-01-16 16:45:27 -08: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
2d2f3d1806 Closes #1780. Result of z_getoperationstatus now sorted by creation time of operation 2017-01-11 11:49:10 -08:00
Simon
fce7260811 Fixes #1964 to catch general exception in z_sendmany and catch
exceptions as reference-to-const.
2017-01-03 12:50:19 -08:00
Jack Grigg
4082dcb10f Extend createjoinsplit to benchmark parallel JoinSplits
Closes #1940
2016-12-14 15:28:00 +13:00
jl777
bc17ac4928 Merge remote-tracking branch 'zcash/master' into rebase
# Conflicts:
#	README.md
#	src/Makefile.gtest.include
#	src/chainparams.cpp
#	src/init.cpp
#	src/miner.cpp
#	src/wallet/wallet.cpp
2016-12-12 12:19:13 +02:00
zkbot
8a6c070bfa Auto merge of #1870 - str4d:1749-benchmark-rescanning, r=str4d
Add benchmarks for rescan components

Part of #1749.
2016-12-09 07:12:22 +00:00
zkbot
a398121503 Auto merge of #1919 - ebfull:abstract-verification, r=str4d
Isolate verification to a ProofVerifier context object that allows verification behavior to be tuned by the caller.

This is an alternative foundation for #1892, i.e., #1892 will have to be changed if this PR is accepted.

I think this is a safer approach because it allows us to isolate verification behavior to a single object. This will come in handy when @arielgabizon finishes the batching code.
2016-12-09 06:22:53 +00:00
Jack Grigg
88b7f3c28b Generate JS for trydecryptnotes, make number of addresses a variable 2016-12-09 16:59:39 +13:00
Sean Bowe
bc59f53722 Isolate verification to a ProofVerifier context object that allows verification behavior to be tuned by the caller. 2016-12-05 12:40:06 -07:00
jl777
0b6c5cb4f8 test 2016-12-02 17:36:44 -03:00
jl777
ada006e086 test 2016-12-01 15:55:07 -03:00
Simon
af53da0225 Closes #1903. Add fee parameter to z_sendmany. 2016-11-30 14:23:35 -08:00
jl777
bff51d6788 test 2016-11-27 10:02:45 -03:00
jl777
1c05f0b501 test 2016-11-27 09:45:54 -03:00
jl777
aa114a6095 test 2016-11-27 09:34:23 -03:00
jl777
48a3cd18c9 test 2016-11-20 11:50:57 -03:00
jl777
90b0945631 test 2016-11-20 10:34:14 -03:00
jl777
6c4ad69317 test 2016-11-19 12:04:34 -03:00
jl777
ae20482363 test 2016-11-19 12:03:01 -03:00
jl777
ab91876752 test 2016-11-19 11:48:56 -03:00
Jack Grigg
0bb3d40f90 Add benchmark for incrementing note witnesses 2016-11-17 22:26:46 +13:00
Jack Grigg
0fbab55b1b Add benchmark for attempting decryption of notes 2016-11-17 19:09:45 +13:00
jl777
cbe3042f73 test 2016-11-15 21:26:50 -03:00
jl777
9be8be588f test 2016-11-15 20:02:18 -03:00
jl777
15bcd69e99 test 2016-11-15 19:30:46 -03:00
jl777
da16b12e68 test 2016-11-15 19:30:14 -03:00
jl777
7098e8b929 test 2016-11-15 19:26:24 -03:00
jl777
f207306e04 test 2016-11-15 19:09:39 -03:00