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

278 commits

Author SHA1 Message Date
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
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
6ea437c83c fix propagation in case of nested assembly 2023-05-31 23:28:19 +02:00
dark64
350430f66c add more tests 2023-05-30 18:27:36 +02:00
Thibaut Schaeffer
cd15f020e0
Merge pull request #1315 from Zokrates/compile-time-short-circuit
Short circuit on constant branch conditions
2023-05-30 11:37:32 +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
schaeff
5582b1f004 short circuit on constant branch conditions 2023-05-23 15:16:21 +02:00
schaeff
210285a07d bump versions, generate changelog 2023-04-13 17:37:10 +02:00
Thibaut Schaeffer
52e45a396c
Add sourcemaps (#1285)
add sourcemaps
2023-04-13 15:33:37 +02:00
schaeff
ba7aa6044c clean 2023-02-22 21:51:58 +01:00
schaeff
c01cc25c51 changelog, prettier 2023-02-22 21:35:35 +01:00
schaeff
30801c86fa make all tests pass, clean 2023-02-22 21:30:11 +01:00
schaeff
01450c741f fix more tests 2023-02-20 03:39:58 +01:00
schaeff
9e56e912bd bump versions, update changelog 2023-01-31 12:43:19 +01:00
schaeff
dfcce6b2a7 fmt 2023-01-30 15:59:42 +01:00
schaeff
9932fcaebb add test 2023-01-30 15:44:05 +01:00
schaeff
0bf44c82ba add test, fix propagation 2023-01-30 15:22:41 +01:00
Dimitris Apostolou
28ac40923c
Fix typos 2023-01-11 03:14:28 +02:00
dark64
3a546615f3 fix zir assembly propagation 2023-01-03 12:36:17 +01:00
dark64
2afdbcb47b fix array rewrite issue 2022-12-27 12:42:28 +01:00
dark64
632a3d49c9 change endianness in bitify 2022-12-27 11:52:10 +01:00
dark64
9f900ad11f struct asm test 2022-12-05 21:45:37 +01:00
dark64
9e11618acb merge assembly-tweaks, fix conflicts, add tests 2022-12-02 21:28:07 +01:00
dark64
ca6b3688dc fix tests 2022-12-02 16:09:51 +01:00
dark64
e95cef8e90 validate expressions, add more tests 2022-12-01 21:07:42 +01:00
schaeff
46e80743b3 make tests pass, introduce ir blocks, try optimising directive outputs 2022-11-30 22:41:28 +01:00
dark64
1e4d453f8b improvements 3 2022-11-30 14:19:59 +01:00
dark64
eca34960f0 add tests for assembly transformer and lqc 2022-11-29 19:01:15 +01:00
schaeff
33a3043fe4 implement propagation for assembly blocks. wip 2022-11-29 17:26:27 +01:00
dark64
fbfc20c4e6 improvements 2 2022-11-28 20:25:05 +01:00
dark64
8d7e5804df improvements 2022-11-25 17:54:21 +01:00
dark64
dc68ac40b6 merge develop, fix conflicts 2022-11-22 20:34:44 +01:00
dark64
fd361d68f3 more tests 2022-11-22 20:32:49 +01:00
dark64
65ea034520 add assembly section to the book 2022-11-22 19:51:34 +01:00
Thibaut Schaeffer
fe8abdedf4
Merge pull request #1232 from Zokrates/fix-whitespace
Fix whitespace definition in pest
2022-11-22 09:51:07 +01:00
Thibaut Schaeffer
895e5080cb
Merge pull request #1245 from Zokrates/deploy
Merge back deploy
2022-11-22 09:49:24 +01:00
dark64
5e3b8ff690 add whitespace test and changelog 2022-11-21 17:37:44 +01:00
dark64
589c3fe975 js formatting 2022-11-17 19:18:22 +01:00
dark64
063a815308 allow variable shifts in witness assignment 2022-11-17 19:08:56 +01:00
dark64
c61a481e0b merge develop 2022-11-17 14:38:12 +01:00
dark64
83aebd5f87 add assembly condition test 2022-11-17 14:04:22 +01:00
dark64
bc9f103fdf add more asm tests 2022-11-16 21:27:36 +01:00
dark64
fd3ff7054b fix asm flattening 2022-11-10 17:54:11 +01:00
dark64
bccb08c836 wip 2022-11-09 18:57:30 +01:00
dark64
33c6bfce9b add more asm tests 2022-11-03 19:34:32 +01:00
dark64
113ada3638 bitwise op on field 2022-10-31 20:55:31 +01:00
dark64
608a7c41d2 fix tests 2022-10-18 13:43:29 +02:00