Commit Graph

14554 Commits

Author SHA1 Message Date
jl777
2ee42b97f9 Merge pull request #94 from jl777/dev
Dev
2016-12-17 07:54:47 +02:00
zkbot
57a0725ae1 Auto merge of #1946 - str4d:blockchain-stats-num-commitments, r=ebfull
Add total number of commitments to getblockchaininfo
2016-12-16 21:47:53 +00:00
Sean Bowe
fc538ec2ea Add test for IncrementalMerkleTree::size(). 2016-12-16 13:50:55 -07:00
Jack Grigg
d0ce704abe Add a tool for profiling the creation of JoinSplits 2016-12-17 02:43:43 +13:00
jl777
7ee875e80f test 2016-12-16 14:54:13 +02:00
jl777
856fedeabc test 2016-12-16 14:53:28 +02:00
jl777
bbaa688c62 test 2016-12-16 14:24:16 +02:00
jl777
d5dfbb184e test 2016-12-16 13:36:57 +02:00
jl777
7d2c861cbc test 2016-12-16 13:21:53 +02:00
jl777
d2f3d80303 Merge pull request #93 from jl777/kolo
docker stuff updated
2016-12-16 04:39:22 +02:00
jl777
f4c8ca2658 Merge pull request #92 from jl777/kolo-dev
Docker stuff again
2016-12-16 04:38:56 +02:00
Mihail Fedorov
bb40eb8b04 Docker stuff again 2016-12-16 02:01:50 +03:00
Mihail Fedorov
76b6eacf41 docker stuff updated 2016-12-16 01:56:42 +03:00
Jack Grigg
6daab5b4fc Only run wallet tests when wallet is enabled 2016-12-16 10:52:37 +13:00
Jack Grigg
f3e4968626 Only enable getblocktemplate when wallet is enabled 2016-12-16 10:44:04 +13:00
jl777
d400310583 test 2016-12-15 13:01:38 +02:00
jl777
db7becdc1c test 2016-12-15 12:55:24 +02:00
jl777
9767b7c496 test 2016-12-15 12:29:52 +02:00
jl777
ca3df017f0 test 2016-12-15 12:27:05 +02:00
jl777
05654b62c4 test 2016-12-15 10:45:10 +02:00
jl777
6cd0105666 dpowassets and -pax option 2016-12-15 10:28:07 +02:00
Jack Grigg
611f25b604 Release notes, authors, changelog 2016-12-15 16:47:49 +13:00
Jack Grigg
196df30d72 Update man pages 2016-12-15 16:45:18 +13:00
Jack Grigg
83ce8a4d7c Update version to 1.0.4 2016-12-15 16:33:09 +13:00
Jack Grigg
5d6e1aa60f Add total number of commitments to getblockchaininfo 2016-12-15 15:50:26 +13:00
zkbot
a530e9582f Auto merge of #1939 - str4d:1933-fix-bug, r=str4d
Only increment new notes on reindex

Addresses another issue in #1904.

When an existing one of our notes was found again, its cache was reset and it was re-witnessed. This would cause encountered notes to get out-of-sync with the otherwise-ignored newer notes, which could be a problem if the wallet data happens to be written out during a reindex.
2016-12-15 01:32:30 +00:00
Jack Grigg
41c616214c Update payment API docs to recommend -rescan for fixing witness errors 2016-12-15 14:30:40 +13:00
jl777
fe7e0b348a Merge pull request #91 from jl777/dev
test
2016-12-15 00:38:27 +02:00
jl777
c55d5f0926 test 2016-12-15 00:37:17 +02:00
jl777
1fd9aa6eb5 Merge pull request #90 from jl777/dev
test
2016-12-15 00:35:04 +02:00
jl777
6cf285d603 test 2016-12-15 00:34:37 +02:00
jl777
1cecce66d4 Merge pull request #89 from jl777/dev
Dev
2016-12-15 00:28:37 +02:00
jl777
fb6c750582 test 2016-12-15 00:22:34 +02:00
jl777
21d62dce12 test 2016-12-15 00:15:24 +02:00
jl777
3a83196826 Merge pull request #88 from jl777/dev
Dev
2016-12-14 09:05:13 +02:00
jl777
d936b97fc9 test 2016-12-14 08:08:30 +02:00
Jack Grigg
4082dcb10f Extend createjoinsplit to benchmark parallel JoinSplits
Closes #1940
2016-12-14 15:28:00 +13:00
jl777
fa1a55cd45 test 2016-12-13 21:05:05 +02:00
zkbot
152c0ebf21 Auto merge of #1938 - ebfull:g2-subgroup-check, r=str4d
Additional well-formedness check for G2 elements

libsnark currently checks that G<sub>1</sub> and G<sub>2</sub> elements are well-formed by ensuring that they satisfy their respective curve equations, and although this is enough for G<sub>1</sub> (which is instantiated as an order r curve E/F<sub>p</sub>: y^2 = x^3 + b), G<sub>2</sub> is the order r *subgroup* of the composite order r(2q-r) curve E'/Fp<sup>2</sup>: y^2 = x^3 + b/e constructed via a sextic twisting isomorphism. This means we need to ensure these points are order r as well.

None of the proofs on the Zcash blockchain violate this check, and it may not even be possible for them to violate this check (bilinearity is not preserved). Let's be cautious and do it anyway.
2016-12-13 11:26:23 +00:00
jl777
c4a5fcf144 Merge pull request #87 from jl777/dev
Dev
2016-12-13 13:23:35 +02:00
jl777
60cd57df7f test 2016-12-13 13:22:59 +02:00
jl777
865bd97214 test 2016-12-13 13:19:41 +02:00
jl777
772c13de09 test 2016-12-13 13:14:18 +02:00
jl777
716aa1d5ed test 2016-12-13 13:07:08 +02:00
jl777
673fddf0d7 test 2016-12-13 13:02:37 +02:00
zkbot
5c47d620f4 Auto merge of #1892 - str4d:1749-disable-js-verification-before-checkpoints, r=str4d
Skip JoinSplit verification before the last checkpoint

Part of #1749
2016-12-13 10:36:48 +00:00
jl777
8a4247110a Merge pull request #86 from jl777/dev
Dev
2016-12-13 12:22:15 +02:00
jl777
a6fa105447 test 2016-12-13 12:15:33 +02:00
jl777
fd5bb9fb53 test 2016-12-13 12:11:29 +02:00
jl777
15373725e7 test 2016-12-13 12:09:52 +02:00