Commit Graph

1234 Commits

Author SHA1 Message Date
collin
c38d6322c9 fix incorrect directory name 2020-09-18 11:39:26 -07:00
collin
1efb4440bc fix incorrect directory name 2020-09-18 11:36:41 -07:00
raychu86
7fb89df7c8 Fix workflow directory 2020-09-13 21:59:43 -07:00
raychu86
dd31352bc6 Add package test workflow 2020-09-13 21:53:53 -07:00
raychu86
ec9daf62e6 Implement package tests 2020-09-13 21:53:09 -07:00
raychu86
a036dc8ac3 Fix manifest update logic 2020-09-13 18:49:45 -07:00
raychu86
beb4ed420f Refactor feature names 2020-09-13 18:23:17 -07:00
raychu86
5f5c887846 Separate the update_manifest feature into remote and package features 2020-09-13 18:12:19 -07:00
raychu86
515dc8204b Add feature flag for updating the manifest 2020-09-13 18:02:47 -07:00
raychu86
2a82a760f6 Update examples 2020-09-13 17:13:14 -07:00
raychu86
d36d6b64ba Update [package] to [project] in manifest file 2020-09-13 17:09:56 -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
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