Commit Graph

7083 Commits

Author SHA1 Message Date
evan-schott
31aa70dab1 display public balance 2024-06-20 14:03:57 -07:00
evan-schott
acb8f46655 error if constraint / variable limit is exceeded for deployment on current network 2024-06-20 14:03:45 -07:00
evan-schott
2f32657828 use .env for network, sk, endpoint (can override with CLI flag) 2024-06-20 12:31:22 -07:00
Alessandro Coglio
93eb5bdf4d Improve some doc and layout.
This changes no functionality.

Clarify relation between tokens in the implementation and tokens in the ABNF
grammar.

Group and characterize certain tokens more appropriately.
2024-06-20 08:27:24 -07:00
dependabot[bot]
5c8d6a6e64
Bump curve25519-dalek from 4.1.2 to 4.1.3
Bumps [curve25519-dalek](https://github.com/dalek-cryptography/curve25519-dalek) from 4.1.2 to 4.1.3.
- [Release notes](https://github.com/dalek-cryptography/curve25519-dalek/releases)
- [Commits](https://github.com/dalek-cryptography/curve25519-dalek/compare/curve25519-4.1.2...curve25519-4.1.3)

---
updated-dependencies:
- dependency-name: curve25519-dalek
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-18 22:23:30 +00:00
d0cd
f9d2bb9246
Merge pull request #28116 from ProvableHQ/doc-fix-improve
[doc] Fix, improve, extend some doc.
2024-06-18 09:05:41 -07:00
d0cd
060ee9aef6
Merge pull request #28131 from ProvableHQ/dependabot/cargo/mainnet/reqwest-0.12.5
Bump reqwest from 0.12.4 to 0.12.5
2024-06-18 09:04:33 -07:00
dependabot[bot]
876c5cba5c
Bump reqwest from 0.12.4 to 0.12.5
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.12.4 to 0.12.5.
- [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.12.4...v0.12.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-18 10:59:57 +00:00
Alessandro Coglio
b4a5803fef [doc] Fix, improve, extend some doc. 2024-06-14 09:37:28 -07:00
evan-schott
b79c0a1ab6 require confirmation for execution/deployment unless -y or --yes present 2024-06-12 13:45:57 -07:00
evan-schott
b7eac78644 add ENDPOINT to .env 2024-06-12 13:44:21 -07:00
d0cd
e8c31833aa
Merge pull request #28085 from ProvableHQ/dependabot/cargo/mainnet/backtrace-0.3.73
Bump backtrace from 0.3.72 to 0.3.73
2024-06-12 13:17:59 -07:00
d0cd
ff915151aa
Merge pull request #28098 from ProvableHQ/fix/nested-record
[Fix] Nested record build panic
2024-06-12 13:17:39 -07:00
evan-schott
d725f37fdd add test 2024-06-12 11:06:13 -07:00
evan-schott
af45146282 fix 2024-06-12 10:58:24 -07:00
dependabot[bot]
bd1c293123
Bump backtrace from 0.3.72 to 0.3.73
Bumps [backtrace](https://github.com/rust-lang/backtrace-rs) from 0.3.72 to 0.3.73.
- [Release notes](https://github.com/rust-lang/backtrace-rs/releases)
- [Commits](https://github.com/rust-lang/backtrace-rs/compare/0.3.72...0.3.73)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-12 10:36:54 +00:00
d0cd
c54c4aea2d
Merge pull request #28048 from ProvableHQ/dependabot/cargo/mainnet/clap-4.5.7
Bump clap from 4.5.6 to 4.5.7
2024-06-11 21:18:27 -07:00
d0cd
b61e2b4733
Merge pull request #28081 from ProvableHQ/fix/too-many-reqs
[Fix] Network retrieval refactor
2024-06-11 21:18:12 -07:00
evan-schott
2e37879934 update error message 2024-06-11 16:41:27 -07:00
evan-schott
e9bb415c38 clippy 2024-06-11 14:38:41 -07:00
evan-schott
58114881fd fmt 2024-06-11 14:09:51 -07:00
evan-schott
13932b45d0 dedup 2024-06-11 14:08:19 -07:00
dependabot[bot]
aa9a5a55e0
Bump clap from 4.5.6 to 4.5.7
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.6 to 4.5.7.
- [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/v4.5.6...v4.5.7)

---
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-11 21:06:33 +00:00
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