Collin Chin
|
f7202b3e3e
|
Merge pull request #1935 from AleoHQ/dependabot/cargo/testnet3/clap-3.2.11
Bump clap from 3.2.8 to 3.2.11
|
2022-07-14 12:17:32 -07:00 |
|
dependabot[bot]
|
09095f37ef
|
Bump clap from 3.2.8 to 3.2.11
Bumps [clap](https://github.com/clap-rs/clap) from 3.2.8 to 3.2.11.
- [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/compare/v3.2.8...v3.2.11)
---
updated-dependencies:
- dependency-name: clap
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-07-14 10:17:56 +00:00 |
|
collin
|
13b9261063
|
bump revs, fix cast instruction
|
2022-07-13 14:13:30 -07:00 |
|
collin
|
dcd6501262
|
update revs, improve error handling, remove unused code
|
2022-07-12 12:48:51 -07:00 |
|
collin
|
9ccae18622
|
clean up cli wip
|
2022-07-11 21:47:01 -07:00 |
|
collin
|
e013b88811
|
stabilize leo build
|
2022-07-11 21:09:27 -07:00 |
|
collin
|
c719843223
|
impl program json, aleo build and run working
|
2022-07-11 14:10:22 -07:00 |
|
collin
|
ed79f5c957
|
merge return-tuple branch
|
2022-07-09 20:55:30 -07:00 |
|
Collin Chin
|
249d50538b
|
Merge pull request #1921 from AleoHQ/type-checker-bugs
Refactor type checker functions
|
2022-07-08 11:23:22 -07:00 |
|
d0cd
|
67cc6ab629
|
Merge pull request #1918 from AleoHQ/dependabot/cargo/testnet3/regex-1.6.0
Bump regex from 1.5.6 to 1.6.0
|
2022-07-08 10:34:27 -07:00 |
|
d0cd
|
08fbb1992d
|
Merge pull request #1923 from AleoHQ/dependabot/cargo/testnet3/backtrace-0.3.66
Bump backtrace from 0.3.65 to 0.3.66
|
2022-07-08 10:33:55 -07:00 |
|
dependabot[bot]
|
418270838b
|
Bump backtrace from 0.3.65 to 0.3.66
Bumps [backtrace](https://github.com/rust-lang/backtrace-rs) from 0.3.65 to 0.3.66.
- [Release notes](https://github.com/rust-lang/backtrace-rs/releases)
- [Commits](https://github.com/rust-lang/backtrace-rs/compare/0.3.65...0.3.66)
---
updated-dependencies:
- dependency-name: backtrace
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-07-08 10:30:43 +00:00 |
|
collin
|
f892fe1a57
|
refactor type checker for removal of Copy trait
|
2022-07-07 12:20:34 -07:00 |
|
dependabot[bot]
|
16fab683e0
|
Bump criterion from 0.3.5 to 0.3.6
Bumps [criterion](https://github.com/bheisler/criterion.rs) from 0.3.5 to 0.3.6.
- [Release notes](https://github.com/bheisler/criterion.rs/releases)
- [Changelog](https://github.com/bheisler/criterion.rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/bheisler/criterion.rs/compare/0.3.5...0.3.6)
---
updated-dependencies:
- dependency-name: criterion
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-07-07 10:17:30 +00:00 |
|
collin
|
dc9063de5a
|
update snarkvm rev
|
2022-07-06 14:47:52 -07:00 |
|
dependabot[bot]
|
c272180a9e
|
Bump regex from 1.5.6 to 1.6.0
Bumps [regex](https://github.com/rust-lang/regex) from 1.5.6 to 1.6.0.
- [Release notes](https://github.com/rust-lang/regex/releases)
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/regex/compare/1.5.6...1.6.0)
---
updated-dependencies:
- dependency-name: regex
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-07-06 10:21:03 +00:00 |
|
collin
|
ade332442a
|
impl codegen for testnet3
|
2022-07-06 00:48:54 -07:00 |
|
dependabot[bot]
|
ea7e0248c5
|
Bump serde from 1.0.137 to 1.0.138
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.137 to 1.0.138.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.137...v1.0.138)
---
updated-dependencies:
- dependency-name: serde
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-07-04 10:21:10 +00:00 |
|
Collin Chin
|
5e82a2488e
|
Merge pull request #1909 from AleoHQ/dependabot/cargo/testnet3/tracing-subscriber-0.3.14
Bump tracing-subscriber from 0.3.11 to 0.3.14
|
2022-07-02 17:16:22 -07:00 |
|
Collin Chin
|
034ed8cbeb
|
Merge pull request #1907 from AleoHQ/dependabot/cargo/testnet3/clap-3.2.8
Bump clap from 3.2.6 to 3.2.8
|
2022-07-02 17:15:58 -07:00 |
|
dependabot[bot]
|
c32e0e493c
|
Bump tracing-subscriber from 0.3.11 to 0.3.14
Bumps [tracing-subscriber](https://github.com/tokio-rs/tracing) from 0.3.11 to 0.3.14.
- [Release notes](https://github.com/tokio-rs/tracing/releases)
- [Commits](https://github.com/tokio-rs/tracing/compare/tracing-subscriber-0.3.11...tracing-subscriber-0.3.14)
---
updated-dependencies:
- dependency-name: tracing-subscriber
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-07-02 20:50:15 +00:00 |
|
collin
|
07288e4662
|
update licenses
|
2022-07-02 13:47:53 -07:00 |
|
dependabot[bot]
|
4d53804e79
|
Bump clap from 3.2.6 to 3.2.8
Bumps [clap](https://github.com/clap-rs/clap) from 3.2.6 to 3.2.8.
- [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/compare/v3.2.6...v3.2.8)
---
updated-dependencies:
- dependency-name: clap
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-07-01 10:26:21 +00:00 |
|
Collin Chin
|
977e3369ea
|
Merge pull request #1890 from AleoHQ/dependabot/cargo/testnet3/clap-3.2.6
Bump clap from 3.2.5 to 3.2.6
|
2022-06-23 00:31:03 -07:00 |
|
dependabot[bot]
|
c2d81ca6e0
|
Bump clap from 3.2.5 to 3.2.6
Bumps [clap](https://github.com/clap-rs/clap) from 3.2.5 to 3.2.6.
- [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/compare/v3.2.5...v3.2.6)
---
updated-dependencies:
- dependency-name: clap
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-06-22 10:15:16 +00:00 |
|
dependabot[bot]
|
299e918285
|
Bump indexmap from 1.9.0 to 1.9.1
Bumps [indexmap](https://github.com/bluss/indexmap) from 1.9.0 to 1.9.1.
- [Release notes](https://github.com/bluss/indexmap/releases)
- [Changelog](https://github.com/bluss/indexmap/blob/master/RELEASES.md)
- [Commits](https://github.com/bluss/indexmap/compare/1.9.0...1.9.1)
---
updated-dependencies:
- dependency-name: indexmap
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-06-22 10:15:09 +00:00 |
|
collin
|
6366f44762
|
AVM evaluate wip
|
2022-06-20 16:41:21 -07:00 |
|
collin
|
bb7c41ffad
|
merge prototype/code-gen
|
2022-06-20 14:21:28 -07:00 |
|
Collin Chin
|
39de5d1238
|
Merge pull request #1884 from AleoHQ/dependabot/cargo/testnet3/anyhow-1.0.58
Bump anyhow from 1.0.57 to 1.0.58
|
2022-06-20 12:22:49 -07:00 |
|
dependabot[bot]
|
b0ecf7361c
|
Bump anyhow from 1.0.57 to 1.0.58
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.57 to 1.0.58.
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](https://github.com/dtolnay/anyhow/compare/1.0.57...1.0.58)
---
updated-dependencies:
- dependency-name: anyhow
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-06-20 10:20:15 +00:00 |
|
dependabot[bot]
|
787937c36e
|
Bump indexmap from 1.8.2 to 1.9.0
Bumps [indexmap](https://github.com/bluss/indexmap) from 1.8.2 to 1.9.0.
- [Release notes](https://github.com/bluss/indexmap/releases)
- [Changelog](https://github.com/bluss/indexmap/blob/master/RELEASES.md)
- [Commits](https://github.com/bluss/indexmap/compare/1.8.2...1.9.0)
---
updated-dependencies:
- dependency-name: indexmap
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-06-17 10:24:48 +00:00 |
|
collin
|
007d1d0265
|
merge testnet3
|
2022-06-15 10:19:33 -07:00 |
|
Collin Chin
|
f45aecd91e
|
Merge pull request #1875 from AleoHQ/dependabot/cargo/testnet3/reqwest-0.11.11
Bump reqwest from 0.11.10 to 0.11.11
|
2022-06-14 16:07:53 -07:00 |
|
dependabot[bot]
|
69fa8a8a98
|
Bump reqwest from 0.11.10 to 0.11.11
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.10 to 0.11.11.
- [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.11.10...v0.11.11)
---
updated-dependencies:
- dependency-name: reqwest
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-06-14 23:07:47 +00:00 |
|
Collin Chin
|
abe9ce948a
|
Merge pull request #1874 from AleoHQ/dependabot/cargo/testnet3/clap-3.2.1
Bump clap from 3.1.18 to 3.2.1
|
2022-06-14 16:07:13 -07:00 |
|
collin
|
8f4cdb3705
|
remove unused crates and code
|
2022-06-14 16:05:27 -07:00 |
|
dependabot[bot]
|
6cb1f0b940
|
Bump clap from 3.1.18 to 3.2.1
Bumps [clap](https://github.com/clap-rs/clap) from 3.1.18 to 3.2.1.
- [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/compare/v3.1.18...clap_complete-v3.2.1)
---
updated-dependencies:
- dependency-name: clap
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-06-14 10:33:33 +00:00 |
|
gluax
|
36440719fb
|
resolve merge conflicts
|
2022-06-09 12:46:59 -07:00 |
|
gluax
|
041bd57c5b
|
missed merge conflicts in cargo lock
|
2022-06-09 12:39:48 -07:00 |
|
gluax
|
ba7aef7f1e
|
merge conflicts fix
|
2022-06-09 12:35:26 -07:00 |
|
gluax
|
4607f2955a
|
add some more checks and namespaces for benchmarks, docs
|
2022-06-09 12:23:57 -07:00 |
|
Collin Chin
|
38be98f947
|
Merge pull request #1860 from AleoHQ/clap
replaced structopt with clap
|
2022-06-08 16:02:55 -07:00 |
|
gluax
|
5ce5102a37
|
the rest of the test-framework rework and clean up start
|
2022-06-08 14:06:25 -07:00 |
|
gluax
|
3c7de6e389
|
some compiler lib cleanup
|
2022-06-08 10:53:41 -07:00 |
|
gluax
|
f6990e75fc
|
fixed some bugs
|
2022-06-08 06:46:54 -07:00 |
|
d0cd
|
f2e0ba7dcd
|
Initial prototype for code gen
|
2022-06-07 09:13:57 -07:00 |
|
gluax
|
384a7b24b8
|
add back compiler options for asts, set up compiler benchmarking
|
2022-06-06 11:45:33 -07:00 |
|
0rphon
|
0af9622cd9
|
replaced structopt with clap
|
2022-06-06 11:00:08 -07:00 |
|
dependabot[bot]
|
ef4fb36bd8
|
Bump indexmap from 1.8.1 to 1.8.2
Bumps [indexmap](https://github.com/bluss/indexmap) from 1.8.1 to 1.8.2.
- [Release notes](https://github.com/bluss/indexmap/releases)
- [Changelog](https://github.com/bluss/indexmap/blob/1.8.2/RELEASES.rst)
- [Commits](https://github.com/bluss/indexmap/compare/1.8.1...1.8.2)
---
updated-dependencies:
- dependency-name: indexmap
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-06-06 10:17:58 +00:00 |
|
gluax
|
8ad69944c0
|
bug fixes
|
2022-06-02 09:39:49 -07:00 |
|