Commit Graph

16997 Commits

Author SHA1 Message Date
jl777
9850ab03d4 Test 2017-10-23 13:42:02 +03:00
jl777
05e307ec9e Test 2017-10-23 13:40:00 +03:00
jl777
36c733e967 Test 2017-10-23 13:27:15 +03:00
jl777
0a3fa75723 Test 2017-10-23 13:21:14 +03:00
jl777
64ef675b85 Test 2017-10-23 13:15:57 +03:00
jl777
d0d61f8f47 Test 2017-10-23 13:03:39 +03:00
jl777
0b27cefac1 Test 2017-10-23 13:00:54 +03:00
jl777
66134a2290 Test 2017-10-23 12:53:51 +03:00
jl777
7c18529bef Test 2017-10-23 12:52:15 +03:00
jl777
5d3c018631 Test 2017-10-23 12:40:34 +03:00
jl777
fac8d1ff97 Test 2017-10-23 12:36:34 +03:00
jl777
a4f48f0079 Test 2017-10-23 12:21:44 +03:00
jl777
7df54c3275 Test 2017-10-23 12:14:21 +03:00
jl777
f480802b46 Test 2017-10-23 12:11:58 +03:00
jl777
a0b9382cb9 Test 2017-10-23 12:10:22 +03:00
jl777
ee5e8026ae Allow asset chains notarization.11 2017-10-23 11:39:58 +03:00
Scott Sadler
2356884c5f function to create a cryptocondition from a Univalue 2017-10-22 23:27:44 -07:00
Scott Sadler
8fa1b4be0e upgrade cJSON and move cJSON extensions to different module 2017-10-22 21:57:07 -07:00
ca333
b5bde7e591 333 2017-10-23 00:33:56 +02:00
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