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
jl777
09e3cf94a4
test
2016-11-15 19:07:45 -03:00
jl777
0fec0cc4b3
test
2016-11-15 10:38:38 -03:00
jl777
2e500f5048
test
2016-11-14 15:00:25 -03:00
ayleph
48f9c65b55
Correct spelling error in z_sendmany error output
...
Change "alllowed" -> "allowed."
2016-11-08 13:13:48 -08:00
jl777
121c4c5caa
test
2016-11-08 11:09:20 -03:00
jl777
030ffec28e
test
2016-11-08 08:11:49 -03:00
jl777
beb9352f1f
test
2016-11-07 16:39:40 -03:00
jl777
654dfaaf85
test
2016-11-07 16:36:49 -03:00
jl777
0f0fb1d9be
test
2016-11-07 16:17:12 -03:00
jl777
0bda624914
test
2016-11-07 16:08:35 -03:00
jl777
1e004600c7
test
2016-11-07 15:50:13 -03:00
jl777
6b450b7064
test
2016-11-07 15:09:19 -03:00
jl777
eef6d3e43f
test
2016-11-07 15:01:23 -03:00
jl777
05a37d8782
test
2016-11-07 14:57:08 -03:00