1
0
Fork 0
mirror of synced 2025-09-23 04:08:33 +00:00
Commit graph

144 commits

Author SHA1 Message Date
dark64
deabda2ec8 fix clippy issues 2024-04-03 19:57:17 +02:00
Darko Macesic
f102933381
Remove branch isolation (#1353)
* remove branch isolation

* update book, add changelog

* clippy

* revert clippy suggestion

* move clippy allow rule to root lib.rs

* derive default
2023-11-09 15:42:17 +01:00
Darko Macesic
6c49edc075
Fix range check (#1309)
* fix uint range check

* update bit cache with correct bits

* suggestions

* js fmt

* clippy

* fix range check, add more tests

* update changelog

* fieldlt improvements

* fix tests
2023-11-09 10:25:43 +01:00
Darko Macesic
96250e4d45
fix clippy issues (#1342) 2023-08-31 22:51:54 +02:00
Darko Macesic
296921e558
Fix js format and clippy issues (#1339)
* js fmt

* clippy
2023-08-22 18:37:49 +02:00
Thibaut Schaeffer
f900437d36
Merge pull request #1322 from Zokrates/fix-nested-assembly
Fix propagation in case of nested assembly
2023-07-24 10:55:05 +02:00
Thibaut Schaeffer
a4fc3fc645
Merge pull request #1318 from Zokrates/asm-complex-type-assignment
Allow composite field type in witness assignment
2023-06-13 10:51:35 +02:00
dark64
b55ae6fdca suggestions, update book 2023-06-12 23:09:53 +02:00
dark64
5c233ff3b4 fix the format of assembly blocks in zir 2023-06-12 22:06:57 +02:00
dark64
6ea437c83c fix propagation in case of nested assembly 2023-05-31 23:28:19 +02:00
dark64
948383d8da check composite types, fix possible incorrect signature in zir function 2023-05-30 13:48:48 +02:00
dark64
208215750e allow complex type assignee in witness assignment 2023-05-24 18:50:43 +02:00
schaeff
066d3533d8 propagate embed call in reducer 2023-05-23 15:24:47 +02:00
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
Thibaut Schaeffer
35c13f25e0
Merge pull request #1298 from Zokrates/remove-unused-deps
Remove unused dependencies
2023-04-21 23:02:57 +02:00
schaeff
8015912eab allow continuing an incremental computation, implement final proof compression 2023-04-21 21:09:07 +02:00
dark64
81bae8b0bd cleanup 2023-04-21 03:27:44 +02:00
dark64
8de32bd5e4 refactor 2023-04-21 02:59:16 +02:00
schaeff
326ba9102f remove unused dependencies 2023-04-20 22:53:46 +02:00
schaeff
b397e8a993 reduce propagation memory usage 2023-04-20 16:41:39 +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
36d00668e4 refactor 2023-04-11 15:05:17 +02:00
dark64
2e9c66a5c1 fix integration test, update book 2023-04-04 18:46:08 +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
Thibaut Schaeffer
3ffd642054
Merge pull request #1268 from Zokrates/optimize-zir-solver
Optimize assembly solvers
2023-03-28 15:57:26 +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
e0b029959d rename substitutor to canonicalizer, add tests 2023-03-24 14:39:08 +01:00
dark64
95bec7be64 fix zir substitutor 2023-03-21 13:16:07 +01:00
dark64
87f356a7c6 add test 2023-03-21 00:09:37 +01:00
dark64
475744bf6e refactor 2023-03-20 20:21:23 +01:00
dark64
0f31a1b42e apply suggestions (part 1) 2023-03-14 19:24:09 +01:00
dark64
cfe43e672d revert is_assignee 2023-03-06 13:53:03 +04:00
dark64
e8abfb51ea clippy 2023-03-06 13:37:12 +04:00
dark64
3ce57d93a4 optimize evaluation of lincomb 2023-03-03 18:19:24 +01:00
dark64
1ef8649150 refactor, fix tests 2023-02-28 02:04:02 +01:00
schaeff
ba7aa6044c clean 2023-02-22 21:51:58 +01:00
schaeff
30801c86fa make all tests pass, clean 2023-02-22 21:30:11 +01:00
dark64
6f61a93855 Merge branch 'develop' into optimize-zir-solver 2023-02-21 15:21:39 +01:00
schaeff
9367a98968 avoid clones in nova. wip 2023-02-21 00:59:07 +01:00
schaeff
1bb524f6a2 clean 2023-02-20 23:17:02 +01:00
schaeff
01450c741f fix more tests 2023-02-20 03:39:58 +01:00
schaeff
a2b335cf8e wip 2023-02-19 20:46:24 +01:00