Commit Graph

1738 Commits

Author SHA1 Message Date
howardwu
141ee7eb0f Resolve merge conflicts 2020-12-30 11:37:51 -04:00
Howard Wu
0eb1a5e354
Merge pull request #516 from AleoHQ/dependabot/cargo/serde_json-1.0.61
Bump serde_json from 1.0.60 to 1.0.61
2020-12-30 11:36:40 -04:00
Howard Wu
6f7bfedada
Merge pull request #513 from AleoHQ/dependabot/cargo/thiserror-1.0.23
Bump thiserror from 1.0.22 to 1.0.23
2020-12-30 11:36:23 -04:00
Howard Wu
fd6a041fca
Merge pull request #512 from AleoHQ/dependabot/cargo/console-0.14.0
Bump console from 0.13.0 to 0.14.0
2020-12-30 11:35:35 -04:00
Howard Wu
be95b08e60
Merge pull request #508 from AleoHQ/dependabot/cargo/toml-0.5.8
Bump toml from 0.5.7 to 0.5.8
2020-12-30 11:35:16 -04:00
Howard Wu
9fecd6be9b
Merge pull request #507 from AleoHQ/refactor/snarkos
Removes unused dependencies from Leo
2020-12-30 11:34:58 -04:00
howardwu
1d9215a1ac Migrates to hot 1.1.4 and adds memory usage improvements for programs 2020-12-30 11:32:10 -04:00
dependabot-preview[bot]
2cd4aef4d0
Bump serde_json from 1.0.60 to 1.0.61
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.60 to 1.0.61.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.60...v1.0.61)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-12-29 10:44:38 +00:00
dependabot-preview[bot]
db3821e63a
Bump thiserror from 1.0.22 to 1.0.23
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.22 to 1.0.23.
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](https://github.com/dtolnay/thiserror/compare/1.0.22...1.0.23)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-12-28 10:24:20 +00:00
dependabot-preview[bot]
0720f13953
Bump console from 0.13.0 to 0.14.0
Bumps [console](https://github.com/mitsuhiko/console) from 0.13.0 to 0.14.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/0.13.0...0.14.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-12-28 10:23:53 +00:00
dependabot-preview[bot]
dc5409760d
Bump toml from 0.5.7 to 0.5.8
Bumps [toml](https://github.com/alexcrichton/toml-rs) from 0.5.7 to 0.5.8.
- [Release notes](https://github.com/alexcrichton/toml-rs/releases)
- [Commits](https://github.com/alexcrichton/toml-rs/compare/0.5.7...0.5.8)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-12-21 10:57:31 +00:00
howardwu
b65c6f7ba5 Removes snarkos-gadgets from leo-input 2020-12-20 10:32:07 -04:00
howardwu
2ac7426e02 Removes snarkos-curves from leo-input 2020-12-20 10:30:52 -04:00
howardwu
72839e8f98 Removes snarkos-models from leo-input 2020-12-20 10:29:03 -04:00
howardwu
88564caf4e Removes snarkos-errors from leo-input 2020-12-20 10:27:16 -04:00
howardwu
d65d8dbd57 Remove snarkos-algorithms from leo-input 2020-12-20 10:26:04 -04:00
howardwu
13f83a434c Remove serde_json from leo-package 2020-12-20 10:24:33 -04:00
howardwu
b3e4d2fbfb Removes env_logger dep from leo-lang 2020-12-20 10:23:13 -04:00
howardwu
907d7828fe Removes dotenv dep from leo-lang 2020-12-20 10:22:09 -04:00
howardwu
0db86111ff Set precommit to verbose mode 2020-12-20 10:20:40 -04:00
howardwu
1e79277728 Remove tracing-subscriber dep from compiler 2020-12-20 10:20:13 -04:00
howardwu
4e321ae8d1 Remove snarkos-models dep from ast 2020-12-20 10:17:02 -04:00
howardwu
f04700018b Remove snarkos-errors dep from ast 2020-12-20 10:15:13 -04:00
Howard Wu
b7f2790247
Merge pull request #506 from AleoHQ/docs
Add Leo banner, update release.yml, update workflows
2020-12-20 10:07:48 -04:00
howardwu
defe596dfc Remove duplicate banner 2020-12-18 22:59:08 -04:00
howardwu
1cff7561ac Update formatting 2020-12-18 22:58:27 -04:00
howardwu
b01da1fe5d Add banner 2020-12-18 22:57:10 -04:00
howardwu
59296f36b0 Update release build 2020-12-18 22:55:08 -04:00
howardwu
9fa36d4f8f Update ci with path-ignores 2020-12-17 12:23:45 -04:00
Collin Chin
4c4338e38a
Merge pull request #495 from AleoHQ/statement-breakout
Statement Breakout
2020-12-17 10:33:21 -05:00
Protryon
833eeb7fc5 fix mutable match error 2020-12-16 15:01:15 -08:00
collin
9657084001 fix serialization 2020-12-16 15:01:15 -08:00
Protryon
6bb3437280 remove unused assign code 2020-12-16 15:01:14 -08:00
Protryon
d1276bd95d statement breakout 2020-12-16 15:00:45 -08:00
Collin Chin
0b538aaa6e
Merge pull request #478 from AleoHQ/expression-breakout
Expression breakout
2020-12-16 15:01:03 -05:00
collin
6e2dcdd1b0 fix serialization 2020-12-16 14:21:57 -05:00
collin
1dbd72c453 Merge branch 'master' of github.com:AleoHQ/leo into expression-breakout 2020-12-16 13:46:43 -05:00
Collin Chin
a1d9d1a0f3
Merge pull request #500 from AleoHQ/fix/typo
Fix typo in Cargo.toml category
2020-12-15 14:56:17 -05:00
Howard Wu
8c9e8fdb3a
Merge pull request #503 from AleoHQ/dependabot/cargo/rand_core-0.6.0
Bump rand_core from 0.5.1 to 0.6.0
2020-12-15 11:29:00 -04:00
Howard Wu
1d856e7893
Merge pull request #502 from AleoHQ/dependabot/cargo/indexmap-1.6.1
Bump indexmap from 1.6.0 to 1.6.1
2020-12-15 11:28:21 -04:00
Howard Wu
abb5da8a20
Merge pull request #501 from AleoHQ/dependabot/cargo/reqwest-0.10.10
Bump reqwest from 0.10.9 to 0.10.10
2020-12-15 11:27:59 -04:00
dependabot-preview[bot]
a700e7bda4
Bump rand_core from 0.5.1 to 0.6.0
Bumps [rand_core](https://github.com/rust-random/rand) from 0.5.1 to 0.6.0.
- [Release notes](https://github.com/rust-random/rand/releases)
- [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-random/rand/compare/rand_core-0.5.1...rand_core-0.6.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-12-15 10:44:35 +00:00
dependabot-preview[bot]
8894f10de7
Bump indexmap from 1.6.0 to 1.6.1
Bumps [indexmap](https://github.com/bluss/indexmap) from 1.6.0 to 1.6.1.
- [Release notes](https://github.com/bluss/indexmap/releases)
- [Commits](https://github.com/bluss/indexmap/compare/1.6.0...1.6.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-12-15 10:44:12 +00:00
dependabot-preview[bot]
9afdd17099
Bump reqwest from 0.10.9 to 0.10.10
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.10.9 to 0.10.10.
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/seanmonstar/reqwest/compare/v0.10.9...v0.10.10)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-12-15 10:43:46 +00:00
howardwu
15592e8b1d Fix typo in Cargo.toml category 2020-12-14 22:50:10 -04:00
howardwu
9038c5a17a chore(leo): bump version for new release 2020-12-14 13:57:01 -04:00
Howard Wu
019bbbff09
Merge pull request #499 from AleoHQ/fix/fmt
Hotfix cargo fmt
2020-12-14 13:56:20 -04:00
howardwu
babb8ec175 Hotfix cargo fmt 2020-12-14 13:54:46 -04:00
Howard Wu
235f85e039
Merge pull request #494 from AleoHQ/refactor/parse-program-from-string
Undeprecate parse_program_from_string
2020-12-11 17:35:10 -04:00
Howard Wu
878f0a8461
Merge pull request #493 from AleoHQ/fix/self-access-scope
fix accessing self variable inside nested scope bug
2020-12-11 17:33:32 -04:00