Commit Graph

711 Commits

Author SHA1 Message Date
collin
8fbf2b2e7e update readme 2020-07-05 23:43:25 -07:00
Collin Chin
72b2095b67
Merge pull request #98 from AleoHQ/feature/readme
Updates README
2020-07-05 23:36:44 -07:00
Howard Wu
a7c565a564
Update README.md 2020-07-05 15:48:47 -07:00
Howard Wu
8b8daea9f3
Update README.md 2020-07-05 12:32:15 -07:00
Howard Wu
6aea54cab4
Update README.md 2020-07-05 12:04:33 -07:00
collin
2ff63c5fac update readme 2020-07-03 22:46:09 -07:00
collin
84f634559c fix recursive circuit member function namespace bug 2020-07-03 22:44:09 -07:00
collin
3f10bcfe82 impl circuit member access with self.member 2020-07-03 13:35:46 -07:00
Collin Chin
26efe304a4
Merge pull request #93 from AleoHQ/fix/group-field-stack-overflow
Fix/group field stack overflow
2020-07-02 22:16:41 -07:00
Collin Chin
6b303551de
Merge pull request #92 from AleoHQ/refactor/const
Refactor/const
2020-07-02 22:16:15 -07:00
collin
a2a519beee Merge branch 'refactor/const' of github.com:AleoHQ/leo into fix/group-field-stack-overflow 2020-07-02 22:12:33 -07:00
collin
b0ec086bb4 Merge branch 'master' of github.com:AleoHQ/leo into refactor/const 2020-07-02 22:09:17 -07:00
collin
adaa3a5959 update readme 2020-07-02 22:08:20 -07:00
Collin Chin
14adaaa820
Merge pull request #73 from AleoHQ/feature/comparator
Feature/comparator
2020-07-02 22:04:48 -07:00
Collin Chin
53a06761fe
Merge pull request #91 from AleoHQ/feature/lib-and-imports
Feature/lib and imports
2020-07-02 22:00:42 -07:00
collin
967b59a0d4 update readme 2020-07-02 21:41:29 -07:00
collin
36b2508de3 add circuit self keyword wip 2020-07-02 21:36:22 -07:00
collin
a78d077d40 merge refactor/const 2020-07-02 15:58:00 -07:00
collin
b7cefc5ac0 Merge branch 'feature/comparator' of github.com:AleoHQ/leo into refactor/const 2020-07-02 15:54:29 -07:00
collin
cf4a8772bb merge lib and imports 2020-07-02 15:53:41 -07:00
collin
ee2db05b2e fix imports 2020-07-02 15:47:40 -07:00
collin
847527fb6f Merge branch 'master' of github.com:AleoHQ/leo into feature/lib-and-imports 2020-07-02 05:51:58 -07:00
collin
a76a51bcd7 fix multiple import bug and update tests 2020-07-02 05:48:43 -07:00
collin
c30a50c5dc retrieve import definitions at program execution 2020-07-02 05:21:06 -07:00
collin
14f5f448be resolve all definitions prior to program execution 2020-07-02 03:56:52 -07:00
collin
a422027e12 fix nested import parsing bug 2020-07-01 21:43:06 -07:00
collin
6a04dd0f58 refactor import file parsing. constraints for imports wip 2020-07-01 21:05:57 -07:00
Howard Wu
b53c1bb4dc
Merge pull request #95 from AleoHQ/dependabot/cargo/serde_json-1.0.56
Bump serde_json from 1.0.55 to 1.0.56
2020-06-30 20:45:42 -07:00
Howard Wu
0c3df975cc
Merge pull request #94 from AleoHQ/dependabot/cargo/sha2-0.9.1
Bump sha2 from 0.9.0 to 0.9.1
2020-06-30 20:45:23 -07:00
collin
330bfe46c8 refactor import * for packages and leo files only 2020-06-30 13:31:27 -07:00
dependabot-preview[bot]
1726cdf77d
Bump serde_json from 1.0.55 to 1.0.56
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.55 to 1.0.56.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.55...v1.0.56)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-06-30 10:40:15 +00:00
dependabot-preview[bot]
f9ef5cfb4c
Bump sha2 from 0.9.0 to 0.9.1
Bumps [sha2](https://github.com/RustCrypto/hashes) from 0.9.0 to 0.9.1.
- [Release notes](https://github.com/RustCrypto/hashes/releases)
- [Commits](https://github.com/RustCrypto/hashes/compare/sha2-v0.9.0...sha2-v0.9.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-06-30 10:39:48 +00:00
collin
e08ad6698c fix group and field allocation 2020-06-29 22:03:19 -07:00
collin
6fbb848015 add const mut check 2020-06-29 20:29:53 -07:00
collin
45a2664fd9 Merge branch 'feature/lib-and-imports' of github.com:AleoHQ/leo into feature/comparator 2020-06-29 19:52:47 -07:00
collin
26890ff097 update readme 2020-06-29 19:36:30 -07:00
collin
4a36a899e3 add --bin and --lib flags to new and init cli commands 2020-06-29 19:24:41 -07:00
collin
4a41f6c681 update readme 2020-06-29 18:37:52 -07:00
collin
d905ffd569 impl importing from package lib, file, directory, and star 2020-06-29 17:47:59 -07:00
collin
24cf5a0181 Merge branch 'master' of github.com:AleoHQ/leo into feature/lib-and-imports 2020-06-29 14:25:43 -07:00
Howard Wu
f1d0cc37c1
Merge pull request #90 from AleoHQ/fix/compilation
use updated sha2 functions
2020-06-29 14:25:08 -07:00
collin
9854c8c983 use updated sha2 functions 2020-06-29 14:11:12 -07:00
collin
b8b0da305b merge master 2020-06-29 14:05:12 -07:00
Collin Chin
800ad3278e
Merge pull request #81 from AleoHQ/dependabot/cargo/rusty-hook-0.11.2
Bump rusty-hook from 0.11.1 to 0.11.2
2020-06-29 14:00:23 -07:00
Collin Chin
84002cf3e7
Merge pull request #82 from AleoHQ/dependabot/cargo/sha2-0.9.0
Bump sha2 from 0.8.2 to 0.9.0
2020-06-29 13:56:39 -07:00
Collin Chin
60e592edd7
Merge pull request #84 from AleoHQ/fix/spacing
require spacing after keywords and add optional comma after circuit fields
2020-06-29 13:40:59 -07:00
Collin Chin
d1c5c9e928
Merge pull request #80 from AleoHQ/feature/cli
Add debug flag, improve CLI messages, add num_constraints, add 'leo clean'
2020-06-29 13:23:58 -07:00
dependabot-preview[bot]
18b965583a
Bump rusty-hook from 0.11.1 to 0.11.2
Bumps [rusty-hook](https://github.com/swellaby/rusty-hook) from 0.11.1 to 0.11.2.
- [Release notes](https://github.com/swellaby/rusty-hook/releases)
- [Commits](https://github.com/swellaby/rusty-hook/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-06-29 20:12:50 +00:00
Collin Chin
e35c5af498
Merge pull request #75 from AleoHQ/feature/serialize
leo publish, zip files for packaging and adds program serialization
2020-06-29 13:10:56 -07:00
collin
457a1b26bc add comma to circuit member field def 2020-06-29 13:05:41 -07:00