Commit Graph

1203 Commits

Author SHA1 Message Date
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
raychu86
6392bf2826 Add set_update_automatic to config 2020-09-02 22:28:34 -07:00
raychu86
3d3f4e8588 Update leo cli subcommand usage 2020-09-02 22:26:32 -07:00
Howard Wu
ad53cdc9ba
Merge pull request #341 from AleoHQ/refactor/keywords
Refactor/keywords
2020-09-02 21:54:59 -07:00
Howard Wu
377c416941
Merge pull request #338 from AleoHQ/refactor/span
remove unused span methods
2020-09-02 21:54:33 -07:00
Howard Wu
179fba27fc
Merge pull request #337 from AleoHQ/fix/missing-license
add missing license headers
2020-09-02 21:53:14 -07:00
Howard Wu
5b60d9b05d
Merge pull request #336 from AleoHQ/feature/mutable-circuit-variables
Feature/mutable circuit variables
2020-09-02 21:52:43 -07:00
raychu86
bcf5187af2 Update leo config 2020-09-02 21:32:48 -07:00
collin
44a796ad48 fix pedersen hash example 2020-09-02 21:01:50 -07:00
collin
603438b216 impl self keyword protected name and add tests 2020-09-02 20:59:05 -07:00
collin
9a6cfbdd7a impl Self keyword protected name 2020-09-02 20:48:20 -07:00
Howard Wu
965e54ae38
Merge pull request #340 from AleoHQ/feature/leo-remove
Implement `leo remove`
2020-09-02 20:32:56 -07:00
Howard Wu
b0c088d978
Merge pull request #320 from AleoHQ/refactor/packages
Refactor file system operations into `leo-package`
2020-09-02 20:32:17 -07:00
Howard Wu
f02b6d89fa
Merge pull request #305 from AleoHQ/feature/auto-update-confirmation
Update auto update displays and confirmation prompts
2020-09-02 20:30:42 -07:00
collin
42b03a3ccb impl input keyword protected name 2020-09-02 20:24:21 -07:00
raychu86
f7466f4264 Implement leo remove functionality 2020-09-02 19:23:34 -07:00
collin
94f6c00f30 add data types to protected names. add identifier tests 2020-09-02 19:23:16 -07:00
raychu86
1ab7c49e72 Implement remove imported package 2020-09-02 18:58:04 -07:00
collin
e6abe82935 remove unused span methods 2020-09-02 18:52:40 -07:00
collin
ddb40a3b15 add missing license headers 2020-09-02 18:45:48 -07:00
collin
c84227f69a Merge branch 'master' of github.com:AleoHQ/leo into feature/mutable-circuit-variables 2020-09-02 18:04:00 -07:00
collin
d35188abcb test mutable circuit variables 2020-09-02 18:01:47 -07:00
collin
87781fed03 throw an error when assigning to an immutable circuit variable 2020-09-02 17:52:17 -07:00
Collin Chin
6fc3393f5c
Merge pull request #334 from AleoHQ/feature/array-init-parenthesis
Feature/array init parenthesis
2020-09-02 20:36:13 -04:00
Collin Chin
7bc803bd32
Merge pull request #333 from AleoHQ/feature/rename-circuit-field
Feature/rename circuit field
2020-09-02 20:36:01 -04:00
collin
df9fb58677 impl mutable circuit variables 2020-09-02 17:31:31 -07:00
raychu86
3df5405483 Integrate leo updater to cli 2020-09-02 17:21:01 -07:00
raychu86
a2a0eca892 Use updater for leo update cli 2020-09-02 17:20:20 -07:00
raychu86
e320d68aea Implement leo updater 2020-09-02 17:19:23 -07:00
collin
51b80d1742 Merge branch 'feature/rename-circuit-field' into feature/mutable-circuit-variables 2020-09-02 16:59:30 -07:00
collin
84a874b0ce add tests for large array initializer 2020-09-02 16:49:06 -07:00
collin
bd3b465a4f add tests for input array initializer 2020-09-02 16:04:41 -07:00