Commit Graph

766 Commits

Author SHA1 Message Date
collin
1fd3e946f8 use compound atomic rules in pest, update tests 2020-08-05 18:13:50 -07:00
collin
06a25a2d67 add updated values to typed 2020-08-05 16:26:25 -07:00
collin
648acb7fe3 add updated values to inputs 2020-08-05 14:36:37 -07:00
collin
1c1822b4ff refactor ast values 2020-08-05 14:02:39 -07:00
Howard Wu
494ec62f78
Merge pull request #162 from AleoHQ/refactoring
Simplify the code
2020-08-04 19:12:18 -07:00
Collin Chin
ba23ea3832
Merge pull request #152 from AleoHQ/fix/pest-address
Fix/pest address
2020-08-04 19:11:41 -07:00
Howard Wu
5635736130
Merge pull request #154 from AleoHQ/feature/array-size
Adds positive number rule to array size
2020-08-04 19:11:33 -07:00
Collin Chin
1eff3ad1dc
Merge pull request #151 from AleoHQ/fix/pest-statement
Fix pest statement rule
2020-08-04 19:10:51 -07:00
Sergey Isaev
c2d2b0363c Merge branch 'master' of github.com:AleoHQ/leo 2020-08-05 01:10:17 +03:00
Sergey Isaev
e09df32666 Simplify the code 2020-08-05 01:09:02 +03:00
collin
8b674388ad Merge branch 'master' of github.com:AleoHQ/leo into feature/array-size 2020-08-03 23:23:55 -07:00
collin
3b9fb73191 Merge branch 'master' of github.com:AleoHQ/leo into fix/pest-statement 2020-08-03 23:22:54 -07:00
collin
a0d294591e enforce aleo prefix and character length 2020-08-03 23:22:11 -07:00
collin
2c3c852ff4 Merge branch 'master' of github.com:AleoHQ/leo into fix/pest-address 2020-08-03 23:12:03 -07:00
Howard Wu
afecc12675
Merge pull request #143 from AleoHQ/dependabot/cargo/snarkos-algorithms-c1bab10
Bump snarkos-algorithms from `d80ce42` to `c1bab10`
2020-08-03 22:14:28 -07:00
Howard Wu
52de6b9108
Merge pull request #142 from AleoHQ/dependabot/cargo/snarkos-objects-c1bab10
Bump snarkos-objects from `d80ce42` to `c1bab10`
2020-08-03 22:14:08 -07:00
Howard Wu
2270edc330
Merge pull request #141 from AleoHQ/dependabot/cargo/snarkos-curves-c1bab10
Bump snarkos-curves from `d80ce42` to `c1bab10`
2020-08-03 22:13:49 -07:00
Howard Wu
392fa2ea79
Merge pull request #140 from AleoHQ/dependabot/cargo/snarkos-models-c1bab10
Bump snarkos-models from `d80ce42` to `c1bab10`
2020-08-03 22:13:25 -07:00
Howard Wu
1e7a6bf4ca
Merge pull request #157 from AleoHQ/fix/leo-test
fix leo test to run tests in isolation
2020-08-03 21:58:17 -07:00
howardwu
27ecfa0f69 Merge commands 2020-08-03 21:40:51 -07:00
Howard Wu
e46a980b26
Merge pull request #156 from AleoHQ/fix/leo-new-init
fix leo new and leo init to generate state files
2020-08-03 21:26:36 -07:00
howardwu
14c2d9e742 Split leo commands and print out state 2020-08-03 21:06:18 -07:00
howardwu
cccb62e5a4 Adds leo init CI as well 2020-08-03 21:03:47 -07:00
howardwu
22da3aa556 Merge branch 'fix/leo-test' of https://github.com/AleoHQ/leo into fix/leo-test 2020-08-03 21:01:08 -07:00
howardwu
ff88a8327b Adds leo.yml 2020-08-03 21:00:57 -07:00
Howard Wu
f2f28a37c4
Update compiler.rs 2020-08-03 20:45:29 -07:00
collin
ddcf2c0b09 fix leo test to run tests in isolation 2020-08-03 19:51:41 -07:00
Howard Wu
fb5ae329aa
Merge pull request #155 from AleoHQ/fix/signed-div-test
Fix signed integer division
2020-08-03 19:43:41 -07:00
collin
2757c44253 fix leo new and leo init to generate state files 2020-08-03 19:20:46 -07:00
collin
279c322f2d fix division max value bug 2020-08-03 18:54:27 -07:00
collin
d08364b71b check for negation overflow in division test 2020-08-03 15:38:47 -07:00
collin
95984c98c9 fix division by zero error detect 2020-08-03 15:22:29 -07:00
collin
01b2e0e760 Merge branch 'master' of github.com:AleoHQ/leo into fix/pest-address 2020-08-03 14:59:19 -07:00
collin
25c570cffe Merge branch 'master' of github.com:AleoHQ/leo into fix/pest-statement 2020-08-03 14:58:57 -07:00
collin
971e7a8439 Merge branch 'master' of github.com:AleoHQ/leo into feature/array-size 2020-08-03 14:58:34 -07:00
collin
1f1a49a5d3 add tests for invalid integers in array size 2020-08-03 14:56:45 -07:00
collin
febdf51ca5 use positive_integer rule for array type and array initializer size 2020-08-03 14:50:18 -07:00
dependabot-preview[bot]
da1384153b
Bump snarkos-curves from d80ce42 to c1bab10
Bumps [snarkos-curves](https://github.com/AleoHQ/snarkOS) from `d80ce42` to `c1bab10`.
- [Release notes](https://github.com/AleoHQ/snarkOS/releases)
- [Commits](d80ce42f37...c1bab10325)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-08-03 21:46:34 +00:00
dependabot-preview[bot]
01d98cb8df
Bump snarkos-algorithms from d80ce42 to c1bab10
Bumps [snarkos-algorithms](https://github.com/AleoHQ/snarkOS) from `d80ce42` to `c1bab10`.
- [Release notes](https://github.com/AleoHQ/snarkOS/releases)
- [Commits](d80ce42f37...c1bab10325)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-08-03 21:46:26 +00:00
Collin Chin
4565274893
Merge pull request #137 from AleoHQ/feature/package
Adds leo-package module
2020-08-03 14:44:11 -07:00
collin
e7e84e6441 allow outputs directory in leo package 2020-08-03 12:59:49 -07:00
collin
76d04705cb ignore examples outputs directories 2020-08-03 12:57:49 -07:00
collin
c683adff25 ignore outputs directories 2020-08-03 12:53:28 -07:00
collin
589988b76a rename input -> inputs 2020-08-03 12:50:02 -07:00
collin
1e56b3a5f6 fix all examples. change outputs -> output 2020-08-03 12:46:47 -07:00
howardwu
a5377da73f Fix gitignore 2020-08-03 12:21:25 -07:00
collin
e7ad1595a7 add empty address test 2020-08-03 12:01:09 -07:00
collin
f49d04c126 require addresses to contain at least one character in pest 2020-08-03 11:55:49 -07:00
collin
9eca8f83b4 fix pest statement rule 2020-08-03 11:30:47 -07:00
dependabot-preview[bot]
6d0a92d425
Bump snarkos-objects from d80ce42 to c1bab10
Bumps [snarkos-objects](https://github.com/AleoHQ/snarkOS) from `d80ce42` to `c1bab10`.
- [Release notes](https://github.com/AleoHQ/snarkOS/releases)
- [Commits](d80ce42f37...c1bab10325)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-08-03 11:47:23 +00:00