1
0
Fork 0
mirror of synced 2025-09-22 11:47:57 +00:00
Commit graph

357 commits

Author SHA1 Message Date
dark64
b7d1468cac update changelog, bump versions 2023-04-22 00:08:48 +02:00
schaeff
70dff669ea Merge branch 'develop' of github.com:Zokrates/ZoKrates into continue-nova-and-compress 2023-04-21 23:23:47 +02:00
schaeff
46685b1076 add compressed proof verification, upgrade nova to latest 2023-04-21 23:20:39 +02:00
schaeff
8015912eab allow continuing an incremental computation, implement final proof compression 2023-04-21 21:09:07 +02:00
schaeff
326ba9102f remove unused dependencies 2023-04-20 22:53:46 +02:00
schaeff
ab52551a5b merge dev, fix conflicts 2023-04-14 11:27:55 +02:00
schaeff
210285a07d bump versions, generate changelog 2023-04-13 17:37:10 +02:00
Thibaut Schaeffer
8c08164038
Build with stable rust (#1288)
make zokrates build on stable rust
2023-04-13 17:26:01 +02:00
Thibaut Schaeffer
52e45a396c
Add sourcemaps (#1285)
add sourcemaps
2023-04-13 15:33:37 +02:00
dark64
5257d309c5 Merge branch 'develop' into backend-opt 2023-03-31 12:41:44 +02:00
dark64
33466b2c89 remove csv dependency 2023-03-29 20:40:26 +02:00
dark64
3ba789e7f3 use binary format for witness 2023-03-29 20:36:34 +02:00
Thibaut Schaeffer
13d41b08a9
Merge pull request #1291 from Zokrates/deploy
Merge back 0.8.5
2023-03-29 15:16:11 +02:00
schaeff
16ef50fa9c bump versions, generate changelog 2023-03-28 10:45:53 +02:00
dark64
aea19eb417 parallelize witness deserialization 2023-03-27 21:18:54 +02:00
dark64
1ef8649150 refactor, fix tests 2023-02-28 02:04:02 +01:00
schaeff
e57211a983 wip 2023-02-09 16:02:43 +01:00
schaeff
81b7bd9b27 upgrade nova, fix conflicts 2023-02-06 14:29:05 +01:00
schaeff
9e56e912bd bump versions, update changelog 2023-01-31 12:43:19 +01:00
dark64
37694af016 fix conflicts 2023-01-30 18:54:10 +01:00
Thibaut Schaeffer
3e40945778
Use foundry for integration tests (#1266)
* remove zokrates_solidity_test, use foundry for integration tests

* fix foundry install

* fix foundry install

* use full path for forge

* wip

* wip

* wip

* test

* test

* test

* test

* test

* add message if foundry is missing, add changelog

* move install script to ci config

* Apply suggestions from code review

---------

Co-authored-by: Thibaut <thibaut@Thibauts-MacBook-Pro.local>
2023-01-30 17:50:20 +01:00
dark64
a76e14c00b Merge branch 'develop' into ark-parallel 2023-01-30 16:09:25 +01:00
dark64
d273bb5958 update book, merge develop and merge conflicts 2023-01-30 15:27:17 +01:00
dark64
86164bd190 update features on dependencies 2023-01-23 19:53:18 +01:00
dark64
8d8972af9e add getrandom dependency 2023-01-23 03:29:49 +01:00
dark64
6ee546d497 optimize js lib size, inline wasm 2023-01-23 03:28:06 +01:00
dark64
2fa711e0ca use ark parallel feature 2023-01-19 13:00:37 +01:00
dark64
8d9e8899c1 merge develop, fix conflicts 2023-01-02 14:26:22 +01:00
dark64
43cb632c4a move rng function to proof systems crate 2022-12-27 19:11:44 +01:00
dark64
4ac95c7559 add changelog, update zokrates-js 2022-12-13 14:41:56 +01:00
dark64
655a54cf37 fix tests 2022-12-12 18:28:46 +01:00
dark64
0cdcedd9de allow user-provided randomness in setup 2022-12-12 16:28:16 +01:00
dark64
dc68ac40b6 merge develop, fix conflicts 2022-11-22 20:34:44 +01:00
Thibaut Schaeffer
895e5080cb
Merge pull request #1245 from Zokrates/deploy
Merge back deploy
2022-11-22 09:49:24 +01:00
dark64
c61a481e0b merge develop 2022-11-17 14:38:12 +01:00
schaeff
485be58a78 wip 2022-10-11 09:24:28 -05:00
dark64
6bb1d86917 bump zokrates_core_test 2022-10-11 01:53:33 +02:00
dark64
9ca495eb71 update changelog, bump versions 2022-10-10 18:00:35 +02:00
schaeff
24f8b1ceb9 implement cli command for toy nova computation in absence of serialization 2022-10-04 13:38:34 +02:00
schaeff
11452adc33 implement nova example 2022-09-30 00:16:03 +02:00
schaeff
3b7fec990b Merge branch 'develop' of github.com:Zokrates/ZoKrates into better-boolean-array-equality-check 2022-09-27 10:08:30 +02:00
schaeff
4ab9cdb1b0 implement better check, add test 2022-09-19 18:37:25 +02:00
schaeff
97df0ac599 ignore message in hash, add test 2022-09-13 20:27:28 +02:00
schaeff
3e6c0146fa bump versions, generate changelog 2022-09-05 14:14:28 +02:00
schaeff
40f6fe277f merge dev 2022-08-30 18:07:13 +02:00
Thibaut Schaeffer
d3d6810f44
Merge pull request #1193 from Zokrates/shadowing
Allow shadowing of variables
2022-08-30 10:48:02 +02:00
schaeff
ecac52bc87 bump versions, generate changelog 2022-08-22 22:49:49 +02:00
schaeff
66bb9f12ca Merge branch 'develop' of github.com:Zokrates/ZoKrates into shadowing 2022-08-22 22:00:02 +02:00
schaeff
20292b7a2d reduce cost of lt for 2**n - 1 bound 2022-08-18 22:40:01 +02:00
dark64
4b83ebc79f refactor zokrates-js, add backend option 2022-08-09 15:16:50 +02:00