Scott Sadler
342611f932
add rpccryptoconditions
2017-10-21 23:23:57 -07:00
ca333
4847823816
Merge branch 'dev' of https://github.com/ca333/komodo into dev
2017-10-22 04:09:23 +02:00
ca333
a2d7c036e0
darwin 333
2017-10-22 04:08:53 +02:00
Scott Sadler
a032ddea1f
configure.ac must not include cryptoconditions in AC_CONFIG_SUBDIRS because that disables shared linking. cryptoconditions must not include config.h because that includes conflicting variables.
2017-10-21 17:54:17 -07:00
ca333
3957e2b74a
Merge pull request #58 from jl777/dev
...
dev update
2017-10-21 21:43:57 +02:00
Sean Bowe
1a9543d064
Remove crusty old "loadVerifyingKey"/"loadProvingKey" APIs and associated invariants.
2017-10-21 15:42:41 +03:00
Scott Sadler
2b67565e51
update cryptoconditions module ref
2017-10-20 23:44:45 -07:00
Scott Sadler
07f83521f7
basic integration of cryptoconditions
2017-10-19 14:08:32 -07:00
jl777
1b1def7a9f
Merge pull request #488 from jl777/dev
...
Disable pax pow for now
2017-10-19 23:30:56 +03:00
jl777
01071eaaba
Disable pax pow for now
2017-10-19 23:29:42 +03:00
Homu
0952b02585
Auto merge of #2672 - str4d:2667-test-driver-tweaks, r=str4d
...
Test driver tweaks for dynamic build steps
Part of #2252 and #2667 .
2017-10-18 19:34:50 -07:00
jl777
06e87156e4
Merge pull request #487 from jl777/dev
...
Dev
2017-10-18 22:53:14 +03:00
jl777
f19ffc34ca
Test
2017-10-18 22:43:08 +03:00
jl777
79383e0a78
Change to new interest calc
2017-10-18 22:40:29 +03:00
Jack Grigg
692bf7a6df
Add --list-stages argument to full_test_suite.py
2017-10-18 00:56:32 -07:00
Jack Grigg
91dd425b4a
Add libsnark tests to full_test_suite.py
2017-10-18 00:55:52 -07:00
Homu
4ca8f506d7
Auto merge of #2652 - str4d:820-libsnark-subtree, r=str4d
...
Move libsnark in-repo as a git subtree
This PR pulls in the libsnark subtree at the exact commit that we currently fetch via the depends system. To verify:
```
$ ./contrib/devtools/git-subtree-check.sh src/snark
src/snark in HEAD was last updated to upstream commit 9ada3f84ab484c57b2247c2f41091fd6a0916573 (tree c10a38c759 )
src/snark in HEAD currently refers to tree 34e916d3f6
:100644 100644 427f4f4ce9 13e54da68b M Makefile
:040000 040000 42f29e42d1 dd73536163 M src
FAIL: subtree directory tree doesn't match subtree commit tree
```
This shows that there are changes relative to what we currently use, due to the later commits in the PR. If we exclude them, we see that the code is identical:
```
$ git checkout 26a8f68ea8
$ ./contrib/devtools/git-subtree-check.sh src/snark
src/snark in HEAD was last updated to upstream commit 9ada3f84ab484c57b2247c2f41091fd6a0916573 (tree c10a38c759 )
src/snark in HEAD currently refers to tree c10a38c759
GOOD
```
Closes #820 .
2017-10-17 20:41:11 -07:00
Jack Grigg
d43b32bbfe
Remove OpenSSL libraries from libsnark LDLIBS
...
Unnecessary in the Zcash libsnark fork.
2017-10-17 20:33:28 -07:00
Jack Grigg
99ca5e1a22
Ensure that libsnark is built first, so its headers are available
2017-10-17 19:04:38 -07:00
Jack Grigg
e2283742db
Add libsnark to "make clean"
2017-10-17 19:03:41 -07:00
Homu
4c9b77d8fb
Auto merge of #2654 - str4d:429-test-driver-script, r=str4d
...
[Test] New merge test suite driver script
Running the script with no arguments will run all test stages in succession.
Passing one or more stages as arguments will run just those stages.
Closes #429 .
2017-10-16 21:51:21 -07:00
Jack Grigg
6e98511cf1
Add stdout notice if any stage fails
2017-10-16 16:16:14 -04:00
Jack Grigg
88fbdc4868
Add bitcoin-util-test.py to full_test_suite.py
...
Not moved, because upstream makes improvements to this script, and the need to
set environment variables makes it simpler to just use the given script.
2017-10-16 16:15:10 -04:00
jl777
89559d8575
Remove print
2017-10-16 21:16:37 +03:00
Homu
a2dc9be5c5
Auto merge of #2533 - str4d:2530-mininode, r=str4d
...
Migrate MiniNode to Zcash
This enables various RPC tests that use it (most of them in the extended test suite) to properly test Zcash code.
The PR also fixes bugs in the BIP65 and BIP66 tests that were both masking and masked by the un-migrated MiniNode.
The Python module `pyblake2` is now a requirement for the RPC tests.
Part of #2530 .
2017-10-16 08:43:58 -07:00
Jonathan "Duke" Leto
147fffb7ec
Fix bug where performance-measurements.sh fails hards when given no args
...
Better than "$1: unbound variable", we ran into this when testing this
script in the Hush repo, so we are pushing this fix upstream.
2017-10-16 08:39:59 -07:00
ca333
db402e48fc
linux build os detection
2017-10-15 23:51:22 +02:00
ca333
4ea96514c7
Merge pull request #57 from jl777/dev
...
dev update
2017-10-15 03:44:46 +02:00
jl777
ec1657e493
Merge pull request #486 from jl777/beta
...
WIN32 -> _WIN32
2017-10-15 02:07:32 +03:00
jl777
2dbc8e995f
Merge pull request #485 from jl777/dev
...
WIN32 -> _WIN32
2017-10-15 02:06:26 +03:00
jl777
9cb1ec9c6e
WIN32 -> _WIN32
2017-10-15 02:04:29 +03:00
jl777
1248a49e4f
Fix windows .conf locations
2017-10-15 01:54:15 +03:00
jl777
e06dbfbbbc
Merge pull request #484 from jl777/dPoW
...
fix the build issue from missing zcash repo file
2017-10-13 16:46:59 +03:00
jl777
7c49b46d5a
Revert "Merge branch 'master' into dPoW"
...
This reverts commit a487e5a1d3 , reversing
changes made to 6be96b7e1c .
2017-10-13 16:43:52 +03:00
jl777
a487e5a1d3
Merge branch 'master' into dPoW
2017-10-13 11:43:06 +03:00
Homu
af549fe6ed
Auto merge of #2650 - str4d:2645-listunspent-benchmark, r=str4d
...
Add benchmark for listunspent
Closes #2645 .
2017-10-12 15:24:53 -07:00
Homu
d7c4e19f80
Auto merge of #2648 - str4d:ci-workers-grind, r=str4d
...
Add Ansible playbook for grind workers
2017-10-12 14:09:08 -07:00
jl777
1625f62f58
More delay for assetchains.old
2017-10-12 23:51:01 +03:00
Homu
4ad2f17fcb
Auto merge of #2659 - str4d:2377-memory-validatelargetx, r=str4d
...
Add memory benchmark for validatelargetx
Closes #2377 .
2017-10-12 13:05:11 -07:00
Jack Grigg
8598c20d40
Changes to get test_r1cs_ppzksnark passing
2017-10-11 21:15:49 +01:00
Jack Grigg
82e839e4ff
Add "make libsnark-tests" that runs libsnark's "make check"
2017-10-11 15:22:24 +01:00
Jack Grigg
19f6668c27
Add "make check" to libsnark that runs the Google Tests
2017-10-11 15:21:44 +01:00
Jack Grigg
638e742f3f
Update libsnark LDLIBS
...
-lsodium is necessary as we altered libsnark to use libsodium's RNG.
2017-10-11 15:19:33 +01:00
Jack Grigg
4699d0eb36
Add alt_bn128 to QAP and Merkle tree gadget tests
2017-10-11 15:18:01 +01:00
Jack Grigg
df3083fe4e
Remove test code corresponding to removed code
2017-10-11 14:59:51 +01:00
Jack Grigg
054ae60645
Migrate libsnark test code to Google Test
2017-10-11 14:54:42 +01:00
jl777
fb58b26e51
Test
2017-10-10 16:00:35 +03:00
jl777
6cfebd395a
Test
2017-10-10 15:44:55 +03:00
jl777
fc28273bfe
Test
2017-10-10 15:20:08 +03:00
jl777
2ec7c24dc7
Test
2017-10-10 15:11:11 +03:00