Commit Graph

92 Commits

Author SHA1 Message Date
collin
7cf41558bc rename static-check -> symbol-table 3 2020-10-30 10:51:45 -07:00
collin
fe79cfcf71 merge master 2020-10-26 22:05:03 -07:00
Collin Chin
36c6c976f2
Merge pull request #398 from AleoHQ/dependabot/cargo/env_logger-0.8.1
Bump env_logger from 0.7.1 to 0.8.1
2020-10-22 00:01:57 -07:00
dependabot-preview[bot]
2afa4d5188
Bump env_logger from 0.7.1 to 0.8.1
Bumps [env_logger](https://github.com/env-logger-rs/env_logger) from 0.7.1 to 0.8.1.
- [Release notes](https://github.com/env-logger-rs/env_logger/releases)
- [Changelog](https://github.com/env-logger-rs/env_logger/blob/master/CHANGELOG.md)
- [Commits](https://github.com/env-logger-rs/env_logger/compare/v0.7.1...v0.8.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-10-19 10:27:48 +00:00
dependabot-preview[bot]
56f6edd2c2
Bump console from 0.12.0 to 0.13.0
Bumps [console](https://github.com/mitsuhiko/console) from 0.12.0 to 0.13.0.
- [Release notes](https://github.com/mitsuhiko/console/releases)
- [Changelog](https://github.com/mitsuhiko/console/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mitsuhiko/console/compare/v0.12.0...v0.13.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-10-19 10:27:23 +00:00
collin
d29d01f4ff move types into new static-check module 2020-10-12 12:32:29 -07:00
collin
a5975eb5fd move types into separate module 2020-10-09 16:25:04 -07:00
collin
effdfc7628 add leo dynamic check module 2020-10-06 17:20:51 -07:00
collin
d5a9cefe7c impl symbol table for pass 1 + pass 2 type resolution 2020-10-01 20:17:47 -07:00
collin
15dd915228 Merge branch 'master' of github.com:AleoHQ/leo into feature/import-parser 2020-09-30 16:18:49 -07:00
Collin Chin
09a33d9666
Merge pull request #361 from AleoHQ/dependabot/cargo/self_update-0.20.0
Bump self_update from 0.19.0 to 0.20.0
2020-09-30 00:59:56 -07:00
collin
22422c1b55 create separate module for imports 2020-09-18 12:04:10 -07:00
dependabot-preview[bot]
44216ba732
Bump self_update from 0.19.0 to 0.20.0
Bumps [self_update](https://github.com/jaemk/self_update) from 0.19.0 to 0.20.0.
- [Release notes](https://github.com/jaemk/self_update/releases)
- [Changelog](https://github.com/jaemk/self_update/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jaemk/self_update/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-09-14 10:28:09 +00:00
collin
32cf945c61 core package imports wip 2020-09-12 23:10:01 -07:00
howardwu
2620ae7bc2 chore(leo): bump version for new release 2020-09-03 03:08:33 -07:00
howardwu
bf82bf4d1b chore(leo): bump version for new release 2020-08-28 23:26:19 -07:00
howardwu
12971b9cbb Update Cargo.toml 2020-08-27 01:33:00 -07:00
howardwu
cc183475ee Update logging with custom formatter 2020-08-27 00:55:29 -07:00
collin
3f1b1e857c use tracing in package and leo cli 2020-08-21 16:06:48 -07:00
collin
da843e452e use tracing for build command 2020-08-21 15:49:51 -07:00
howardwu
c07958e292 Clean up Cargo.toml 2020-08-21 05:09:48 -07:00
howardwu
7461d560f2 Use leo-lang 2020-08-21 04:41:13 -07:00
howardwu
6436b6c736 Update Cargo.toml 2020-08-21 04:33:01 -07:00
howardwu
7749dbf653 Cargo.toml 2020-08-21 04:31:34 -07:00
howardwu
375019673b Update .cargo/config 2020-08-21 04:20:13 -07:00
howardwu
4209f9a159 Cargo.toml 2020-08-21 04:17:20 -07:00
howardwu
a3c269e111 Update Cargo.toml 2020-08-21 04:06:52 -07:00
howardwu
b6238470cc Update Cargo.toml 2020-08-21 03:07:15 -07:00
howardwu
95c3000a9f Merge branch 'master' of https://github.com/AleoHQ/leo 2020-08-21 02:54:11 -07:00
howardwu
4da4fc4344 Update cargo.toml 2020-08-21 02:54:04 -07:00
raychu86
45eb0b5e38 implement binary auto update 2020-08-21 01:49:34 -07:00
howardwu
0405ff4f89 Bump version and repair Leo update description 2020-08-19 03:00:30 -07:00
Sergey Isaev
a5625d7c26 Add dependencies 2020-08-18 15:43:37 +03:00
Howard Wu
2c24c51b42
Merge branch 'master' into feature/leo-cli 2020-08-17 01:26:10 -07:00
raychu86
15d9b97067 Merge master 2020-08-16 17:48:53 -07:00
raychu86
6b8f3d23fa Add leo add impl with correct imports folder 2020-08-16 17:36:31 -07:00
raychu86
6660c57faf Add credential storing to *home_dir*/.leo/credentials 2020-08-15 18:54:46 -07:00
collin
e1f4fe1846 pull master 2020-08-15 02:28:34 -07:00
Howard Wu
b19fceef06
Merge pull request #230 from AleoHQ/dependabot/cargo/clap-2.33.3
Bump clap from 2.33.2 to 2.33.3
2020-08-14 21:01:33 -07:00
dependabot-preview[bot]
0fe6aad6f1
Bump clap from 2.33.2 to 2.33.3
Bumps [clap](https://github.com/clap-rs/clap) from 2.33.2 to 2.33.3.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/v2.33.3/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/v2.33.2...v2.33.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-08-14 10:38:53 +00:00
collin
32c92d710d fix conflicts 2020-08-13 01:38:56 -07:00
collin
3018262304 update cargo lock 2020-08-12 19:56:14 -07:00
Collin Chin
df2f1ff6a6
Merge branch 'master' into feature/local-data-commitment 2020-08-12 19:36:32 -07:00
dependabot-preview[bot]
c9d382dbeb
Bump clap from 2.33.1 to 2.33.2
Bumps [clap](https://github.com/clap-rs/clap) from 2.33.1 to 2.33.2.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-08-12 23:17:35 +00:00
Sergey Isaev
3e01f0c5a6 Implement the watch command 2020-08-12 15:44:56 +03:00
collin
89d76688d7 add leo-state module 2020-08-11 23:51:56 -07:00
Collin Chin
8546c67dff
Merge branch 'master' into feature/serialize-circuit 2020-08-11 11:36:03 -07:00
collin
a96eb5ad19 serialize circuit to json 2020-08-10 11:46:45 -07:00
Sergey Isaev
5f059eae4b Add dependencies 2020-08-08 21:12:52 +03:00
howardwu
8b435130d2 Adds leo-package module 2020-08-02 21:52:55 -07:00