Commit Graph

7055 Commits

Author SHA1 Message Date
d0cd
5ff127c120
Merge pull request #28195 from ProvableHQ/doc-fix-improve
Fix and improve some doc.
2024-07-06 11:04:04 -07:00
Alessandro Coglio
5c2ba3e107 Fix and improve some doc. 2024-07-03 09:02:14 -07:00
d0cd
df97113aef
Merge pull request #28194 from ProvableHQ/dependabot/cargo/mainnet/self_update-0.41.0
Bump self_update from 0.40.0 to 0.41.0
2024-07-03 08:30:24 -07:00
dependabot[bot]
e7ed2021df
Bump self_update from 0.40.0 to 0.41.0
Bumps [self_update](https://github.com/jaemk/self_update) from 0.40.0 to 0.41.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)

---
updated-dependencies:
- dependency-name: self_update
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-03 10:32:41 +00:00
d0cd
94382c4489
Merge pull request #28146 from ProvableHQ/feat/simplify-cli
[Feat] CLI cleanup
2024-07-02 09:05:35 -07:00
evan-schott
3659d1f54c usability enhancements 2024-07-01 15:45:00 -07:00
evan-schott
a547efa766 update snarkvm dep 2024-07-01 11:15:43 -07:00
d0cd
057df0b54e
Update errors/src/errors/package/package_errors.rs
Signed-off-by: d0cd <23022326+d0cd@users.noreply.github.com>
2024-07-01 09:51:22 -07:00
d0cd
a679893a8c
Merge pull request #28190 from ProvableHQ/dependabot/cargo/mainnet/clap-4.5.8
Bump clap from 4.5.7 to 4.5.8
2024-07-01 09:39:51 -07:00
dependabot[bot]
c621ad4bd9
Bump clap from 4.5.7 to 4.5.8
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.7 to 4.5.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/clap_complete-v4.5.7...v4.5.8)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-01 10:42:45 +00:00
evan-schott
92a0ff4c28 clippy 2024-06-25 14:17:56 -07:00
evan-schott
b3d712bb15 remove unwraps 2024-06-25 14:16:13 -07:00
evan-schott
f25ce4cbcc error instead of panic on invalid balance 2024-06-25 13:40:56 -07:00
evan-schott
b9667ef190 change endpoint for local examples 2024-06-25 13:40:33 -07:00
evan-schott
eda937a5b1 fixes 2024-06-25 13:14:25 -07:00
d0cd
8d04a13620
Merge pull request #28149 from ProvableHQ/dependabot/cargo/mainnet/lazy_static-1.5.0
Bump lazy_static from 1.4.0 to 1.5.0
2024-06-25 07:48:56 -07:00
dependabot[bot]
e6c6541d70
Bump lazy_static from 1.4.0 to 1.5.0
Bumps [lazy_static](https://github.com/rust-lang-nursery/lazy-static.rs) from 1.4.0 to 1.5.0.
- [Release notes](https://github.com/rust-lang-nursery/lazy-static.rs/releases)
- [Commits](https://github.com/rust-lang-nursery/lazy-static.rs/compare/1.4.0...1.5.0)

---
updated-dependencies:
- dependency-name: lazy_static
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-24 10:36:38 +00:00
d0cd
38dc6f7e85
Merge pull request #28132 from ProvableHQ/dependabot/cargo/curve25519-dalek-4.1.3
Bump curve25519-dalek from 4.1.2 to 4.1.3
2024-06-22 11:33:32 -07:00
evan-schott
1d15dbd3d9
Merge pull request #28145 from ProvableHQ/doc-layout-fix-improve
Improve some doc and layout.
2024-06-21 15:52:55 -07:00
evan-schott
4215c327fd add endpoints to examples .env 2024-06-21 14:52:59 -07:00
evan-schott
f9371771e6 fix 2024-06-21 11:04:59 -07:00
evan-schott
ecac53ef94 add canary + clippy 2024-06-20 14:20:31 -07:00
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