Commit Graph

7010 Commits

Author SHA1 Message Date
d0cd
73f29ac12c
Merge pull request #27988 from ProvableHQ/fix/remove-snarkos-v2
[Feat] Cost estimation
2024-06-11 14:05:27 -07:00
evan-schott
4a41ff2681
Merge pull request #27990 from ProvableHQ/fix/unknown-variable-error-reporting
[Fix] Panic on unknown variable.
2024-06-10 15:51:07 -07:00
evan-schott
f82294b49a fixes 2024-06-10 15:48:50 -07:00
evan-schott
98a1314280
Update errors/src/errors/package/package_errors.rs
Co-authored-by: d0cd <23022326+d0cd@users.noreply.github.com>
Signed-off-by: evan-schott <53463459+evan-schott@users.noreply.github.com>
2024-06-10 15:20:57 -07:00
evan-schott
55dd28f76f
Update errors/src/errors/utils/util_errors.rs
Co-authored-by: d0cd <23022326+d0cd@users.noreply.github.com>
Signed-off-by: evan-schott <53463459+evan-schott@users.noreply.github.com>
2024-06-10 15:20:34 -07:00
evan-schott
b621a60837
Update errors/src/errors/package/package_errors.rs
Co-authored-by: d0cd <23022326+d0cd@users.noreply.github.com>
Signed-off-by: evan-schott <53463459+evan-schott@users.noreply.github.com>
2024-06-10 15:20:27 -07:00
d0cd
6f320e239e
Merge pull request #27991 from ProvableHQ/dependabot/cargo/mainnet/regex-1.10.5
Bump regex from 1.10.4 to 1.10.5
2024-06-10 08:35:59 -07:00
dependabot[bot]
60bf417b7d
Bump regex from 1.10.4 to 1.10.5
Bumps [regex](https://github.com/rust-lang/regex) from 1.10.4 to 1.10.5.
- [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.10.4...1.10.5)

---
updated-dependencies:
- dependency-name: regex
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-10 10:29:42 +00:00
Pranav Gaddamadugu
7584fa7919 Regenerate expectations 2024-06-08 17:42:37 -07:00
Pranav Gaddamadugu
1d1d01aeee Implement fix 2024-06-08 17:41:06 -07:00
Pranav Gaddamadugu
baabbe512f Add failing test case 2024-06-08 17:40:47 -07:00
evan-schott
b63c8e39b1 nit 2024-06-07 17:53:13 -07:00
evan-schott
96eeaf5aab clippy 2024-06-07 17:16:13 -07:00
evan-schott
275e837030 modularize 2024-06-07 17:10:54 -07:00
evan-schott
9eaddfcea9 local execution working for both testnet and mainnet 2024-06-07 16:15:19 -07:00
evan-schott
9b79386014 display simplified cost breakdown for deployments or executions by default 2024-06-07 14:56:24 -07:00
Pranav Gaddamadugu
f5f186790b Fix API endpoint 2024-06-07 14:30:47 -07:00
evan-schott
c42485d89f fmt 2024-06-07 14:25:40 -07:00
evan-schott
ac5a262e2e execute working 2024-06-07 14:22:02 -07:00
d0cd
7b6c5e0c61
Merge pull request #27984 from ProvableHQ/dependabot/cargo/mainnet/clap-4.5.6
Bump clap from 4.5.4 to 4.5.6
2024-06-07 07:22:04 -07:00
dependabot[bot]
fc0c4fe4b1
Bump clap from 4.5.4 to 4.5.6
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.4 to 4.5.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/clap_complete-v4.5.4...v4.5.6)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-07 10:28:33 +00:00
evan-schott
f8cef0f8e8 deploy working 2024-06-05 17:40:05 -07:00
evan-schott
6ef5b3623f
Merge pull request #27967 from ProvableHQ/feat/generic-cli
[Feature] Support `--network` selection in CLI.
2024-06-05 17:09:14 -07:00
evan-schott
8254320846 merge 2024-06-05 12:31:42 -07:00
evan-schott
753f789bae remove CRLF 2024-06-05 12:20:16 -07:00
evan-schott
9e28facbfd
Merge branch 'mainnet' into feat/generic-cli
Signed-off-by: evan-schott <53463459+evan-schott@users.noreply.github.com>
2024-06-05 11:42:32 -07:00
d0cd
9caf95af5b
Merge pull request #27976 from ProvableHQ/dependabot/cargo/mainnet/zip-2.1.3
Bump zip from 2.1.1 to 2.1.3
2024-06-05 08:01:09 -07:00
d0cd
60c07b8f1d
Merge pull request #27973 from ProvableHQ/dependabot/cargo/mainnet/toml-0.8.14
Bump toml from 0.8.13 to 0.8.14
2024-06-05 08:00:51 -07:00
Pranav Gaddamadugu
c721fa25b0 Use network when invoking snarkos CLI 2024-06-05 07:57:08 -07:00
dependabot[bot]
cfcb129419
Bump zip from 2.1.1 to 2.1.3
Bumps [zip](https://github.com/zip-rs/zip2) from 2.1.1 to 2.1.3.
- [Release notes](https://github.com/zip-rs/zip2/releases)
- [Changelog](https://github.com/zip-rs/zip2/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zip-rs/zip2/compare/v2.1.1...v2.1.3)

---
updated-dependencies:
- dependency-name: zip
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-05 11:02:40 +00:00
Pranav Gaddamadugu
4ee4ba7746 Remove lock 2024-06-04 16:44:13 -07:00
dependabot[bot]
f830d43ab7
Bump toml from 0.8.13 to 0.8.14
Bumps [toml](https://github.com/toml-rs/toml) from 0.8.13 to 0.8.14.
- [Commits](https://github.com/toml-rs/toml/compare/toml-v0.8.13...toml-v0.8.14)

---
updated-dependencies:
- dependency-name: toml
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-04 10:13:58 +00:00
Pranav Gaddamadugu
c485ee5d3f Update default options 2024-06-01 13:06:15 -07:00
Pranav Gaddamadugu
6f2e149bca Merge branch 'mainnet' into feat/generic-cli 2024-06-01 11:21:27 -07:00
Pranav Gaddamadugu
709771a449 Cleanup 2024-06-01 11:01:21 -07:00
Pranav Gaddamadugu
2c5d5f5719 CLI working 2024-06-01 11:00:40 -07:00
Pranav Gaddamadugu
12aeeeb23f Cleanup 2024-05-31 19:42:47 -07:00
Pranav Gaddamadugu
af0a016eed More fixes 2024-05-31 19:38:38 -07:00
Pranav Gaddamadugu
a23f31d0b7 Fix new 2024-05-31 18:13:50 -07:00
Pranav Gaddamadugu
745d7268ae Fix 2024-05-30 11:35:15 -07:00
d0cd
920dff9cf9
Merge pull request #27969 from AleoHQ/dependabot/cargo/mainnet/backtrace-0.3.72
Bump backtrace from 0.3.71 to 0.3.72
2024-05-29 22:46:10 -07:00
d0cd
a832bf5162
Merge pull request #27970 from AleoHQ/dependabot/cargo/mainnet/zip-2.1.1
Bump zip from 2.1.0 to 2.1.1
2024-05-29 22:45:54 -07:00
Pranav Gaddamadugu
8964a194a4 MVP 2024-05-29 10:12:20 -07:00
dependabot[bot]
bbacf3775c
Bump zip from 2.1.0 to 2.1.1
Bumps [zip](https://github.com/zip-rs/zip2) from 2.1.0 to 2.1.1.
- [Release notes](https://github.com/zip-rs/zip2/releases)
- [Changelog](https://github.com/zip-rs/zip2/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zip-rs/zip2/compare/v2.1.0...v2.1.1)

---
updated-dependencies:
- dependency-name: zip
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-29 10:19:04 +00:00
dependabot[bot]
cfb3f3c0c7
Bump backtrace from 0.3.71 to 0.3.72
Bumps [backtrace](https://github.com/rust-lang/backtrace-rs) from 0.3.71 to 0.3.72.
- [Release notes](https://github.com/rust-lang/backtrace-rs/releases)
- [Commits](https://github.com/rust-lang/backtrace-rs/compare/0.3.71...0.3.72)

---
updated-dependencies:
- dependency-name: backtrace
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-29 10:18:46 +00:00
d0cd
e2148a874a
Merge pull request #27965 from AleoHQ/dependabot/cargo/mainnet/zip-2.1.0
Bump zip from 1.3.1 to 2.1.0
2024-05-28 06:46:11 -07:00
d0cd
dedfec18bd
Merge pull request #27966 from AleoHQ/dependabot/cargo/mainnet/serde-1.0.203
Bump serde from 1.0.202 to 1.0.203
2024-05-28 06:45:02 -07:00
Pranav Gaddamadugu
2cc2177158 WIP 2024-05-28 06:41:53 -07:00
dependabot[bot]
5d8494195b
Bump serde from 1.0.202 to 1.0.203
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.202 to 1.0.203.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.202...v1.0.203)

---
updated-dependencies:
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-27 11:02:23 +00:00
dependabot[bot]
dbe9895cfc
Bump zip from 1.3.1 to 2.1.0
Bumps [zip](https://github.com/zip-rs/zip2) from 1.3.1 to 2.1.0.
- [Release notes](https://github.com/zip-rs/zip2/releases)
- [Changelog](https://github.com/zip-rs/zip2/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zip-rs/zip2/compare/v1.3.1...v2.1.0)

---
updated-dependencies:
- dependency-name: zip
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-27 11:02:08 +00:00