Commit Graph

1234 Commits

Author SHA1 Message Date
collin
733561cc93 remove unused test dependencies 2020-09-16 13:45:53 -07:00
collin
38d7397c2c add unit and integration tests for core unstable blake2s circuit 2020-09-16 13:41:50 -07:00
collin
facafe6041 add core package parsing errors 2020-09-16 00:05:58 -07:00
collin
2a9d69f07f add core circuit errors 2020-09-15 23:35:30 -07:00
collin
20fbf96784 refactor leo core modules 2020-09-15 22:30:11 -07:00
collin
97f24ae1f1 match stable and unstable core function names 2020-09-15 21:56:59 -07:00
collin
32c85720be make core function arguments and returns generic 2020-09-15 21:18:48 -07:00
collin
3d3a093f2a Merge branch 'master' of github.com:AleoHQ/leo into feature/blake2s 2020-09-15 17:27:55 -07:00
collin
b071b85b8c remove print statements 2020-09-15 14:19:15 -07:00
collin
5341c28805 naive call to blake2s function working 2020-09-15 12:33:28 -07:00
Howard Wu
9585d1bad4
Merge pull request #354 from AleoHQ/dependabot/cargo/zip-0.5.8
Bump zip from 0.5.6 to 0.5.8
2020-09-13 16:06:54 -07:00
collin
32cf945c61 core package imports wip 2020-09-12 23:10:01 -07:00
dependabot-preview[bot]
9336172e27
Bump zip from 0.5.6 to 0.5.8
Bumps [zip](https://github.com/mvdnes/zip-rs) from 0.5.6 to 0.5.8.
- [Release notes](https://github.com/mvdnes/zip-rs/releases)
- [Commits](https://github.com/mvdnes/zip-rs/commits/v0.5.8)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-09-11 10:39:07 +00:00
Howard Wu
c1847d0fa5
Merge pull request #350 from AleoHQ/fix/static-call-nested
Fix/static call nested
2020-09-10 17:06:45 -07:00
collin
9ed64a6627 fix conflicts 2020-09-10 16:44:25 -07:00
Howard Wu
641f9f925b
Merge pull request #349 from AleoHQ/fix/circuit-definition
Fix/circuit definition
2020-09-10 16:20:48 -07:00
Howard Wu
89dbe6bcf5
Merge pull request #348 from AleoHQ/feature/mutable-self-circuit-values
Feature/mutable self circuit values
2020-09-10 16:20:16 -07:00
collin
5db13fa904 test Self keyword fails in main function 2020-09-07 22:07:26 -07:00
collin
e916a53ed9 add error and clean up 2020-09-07 22:04:23 -07:00
collin
5e4877e778 fix static call nested and test 2020-09-07 21:56:39 -07:00
collin
a83795eda3 fix define circuit inside circuit function bug 2020-09-07 21:15:30 -07:00
collin
46a75e3aa9 Merge branch 'master' of github.com:AleoHQ/leo into feature/mutable-self-circuit-values 2020-09-07 17:25:51 -07:00
Howard Wu
eff7d9d599
Merge pull request #347 from AleoHQ/feature/array-type
Feature/array type
2020-09-07 15:47:23 -07:00
collin
09e209f5eb fix storing self circuit variables inside circuit function bug 2020-09-07 15:06:52 -07:00
collin
17784ffb23 add tests for mutable circuit variables using self keyword 2020-09-07 13:47:50 -07:00
collin
a04160a09e impl mutating a circuit using the self keyword inside a circuit function 2020-09-07 13:27:49 -07:00
collin
59570002f2 mutable self wip 2020-09-05 22:03:02 -07:00
collin
c89decbbf5 update readme 2020-09-03 17:23:31 -07:00
collin
db3eeddbbb update default input file 2020-09-03 16:16:12 -07:00
collin
2d7886f951 add test comments 2020-09-03 13:58:04 -07:00
collin
3ef023b87a impl tests for nested and tuple array combinations in Leo programs 2020-09-03 13:56:45 -07:00
collin
4932eb688e support all combinations of nested and tuple array syntax. Test small and large arrays 2020-09-03 13:22:05 -07:00
collin
b6dc77e112 support nested array type in leo inputs 2020-09-03 11:24:23 -07:00
collin
de3564b98d support nested array type in leo programs 2020-09-03 10:02:59 -07:00
howardwu
2620ae7bc2 chore(leo): bump version for new release 2020-09-03 03:08:33 -07:00
Howard Wu
60ea14d433
Merge pull request #346 from AleoHQ/feat/tracing
Update span message
2020-09-03 02:55:28 -07:00
howardwu
6c24c0697f Update span message 2020-09-03 02:54:43 -07:00
Howard Wu
788300ef93
Merge pull request #343 from AleoHQ/fix/input-error-messages
Add file path to all error messages
2020-09-03 02:50:13 -07:00
Howard Wu
5533f85d31
Merge pull request #345 from AleoHQ/bug/array_index
Fix critical array indexing bug
2020-09-03 02:49:21 -07:00
Howard Wu
02f9aa8dee
Merge pull request #344 from AleoHQ/feature/config-automatic
Automatic update configurations
2020-09-03 02:46:04 -07:00
howardwu
981d272fa6 Fixes array indices for both nested and tuple cases 2020-09-03 02:40:50 -07:00
howardwu
40ac13e317 Fix critical array indexing bug 2020-09-03 00:30:57 -07:00
raychu86
198efb0b4c Update comments for ArgumentType 2020-09-03 00:26:30 -07:00
raychu86
a3a121b42b Merge branch 'master' of https://github.com/AleoHQ/leo into feature/config-automatic 2020-09-03 00:21:33 -07:00
raychu86
063c4b3f3b Add possible values for argument type 2020-09-03 00:21:07 -07:00
raychu86
f06d28188e Update logging outputs 2020-09-03 00:07:09 -07:00
collin
60db15596d fix parser syntax errors. fix tests 2020-09-02 23:23:50 -07:00
collin
340e633470 fix state file errors 2020-09-02 23:05:03 -07:00
collin
0bb8c42731 fix input file errors 2020-09-02 22:59:54 -07:00
raychu86
7cacef0dfb Add leo update automatic functionality 2020-09-02 22:29:15 -07:00