Commit Graph

7355 Commits

Author SHA1 Message Date
Pranav Gaddamadugu
d2de53e86e Remove examples and add it back in as a submodule 2024-10-07 16:25:58 -07:00
d0cd
0d2eb0223a
Merge pull request #28380 from ProvableHQ/boolean
Display Type::Boolean as `bool`, not `boolean`.
2024-10-08 02:25:42 +08:00
Michael Benfield
2bbff6d0a8 Display Type::Boolean as bool, not boolean.
Leo calls this `bool`, so it's potentially confusing when error
messages say `boolean`.
2024-10-04 15:43:52 -07:00
d0cd
b391f51250
Merge pull request #28362 from ProvableHQ/dependabot/cargo/mainnet/reqwest-0.12.8
Bump reqwest from 0.12.7 to 0.12.8
2024-10-04 23:25:17 +08:00
d0cd
105b53822c
Merge pull request #28368 from ProvableHQ/dependabot/cargo/mainnet/clap-4.5.19
Bump clap from 4.5.17 to 4.5.19
2024-10-04 23:24:56 +08:00
d0cd
94579410c4
Merge pull request #28373 from ProvableHQ/issue-28370-resolve
Add function inputs to the type table.
2024-10-04 07:50:38 +08:00
dependabot[bot]
c10858e6eb
Bump reqwest from 0.12.7 to 0.12.8
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.12.7 to 0.12.8.
- [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.7...v0.12.8)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-03 23:31:15 +00:00
d0cd
3dd24887a0
Merge pull request #28360 from ProvableHQ/dependabot/cargo/mainnet/tempfile-3.13.0
Bump tempfile from 3.12.0 to 3.13.0
2024-10-04 07:30:22 +08:00
d0cd
0dea30b3de
Merge pull request #28359 from ProvableHQ/dependabot/cargo/mainnet/regex-1.11.0
Bump regex from 1.10.6 to 1.11.0
2024-10-04 07:29:58 +08:00
d0cd
1c0da95a97
Merge pull request #28357 from ProvableHQ/dependabot/cargo/mainnet/thiserror-1.0.64
Bump thiserror from 1.0.63 to 1.0.64
2024-10-04 07:29:40 +08:00
d0cd
12159ec7d9
Merge pull request #28374 from ProvableHQ/clippy
Address clippy lints.
2024-10-04 07:29:19 +08:00
Michael Benfield
f283ff2671 Address clippy lints. 2024-10-03 13:18:19 -07:00
Michael Benfield
2919f0bfd0 Add function inputs to the type table.
Fixes #28370
2024-10-03 11:45:49 -07:00
dependabot[bot]
6eecafdc23
Bump clap from 4.5.17 to 4.5.19
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.17 to 4.5.19.
- [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.17...clap_complete-v4.5.19)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-02 15:11:25 +00:00
dependabot[bot]
f85fe31bee
Bump tempfile from 3.12.0 to 3.13.0
Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.12.0 to 3.13.0.
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Stebalien/tempfile/compare/v3.12.0...v3.13.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-02 15:11:15 +00:00
dependabot[bot]
a79a454751
Bump regex from 1.10.6 to 1.11.0
Bumps [regex](https://github.com/rust-lang/regex) from 1.10.6 to 1.11.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.10.6...1.11.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-02 15:10:56 +00:00
dependabot[bot]
56423267cb
Bump thiserror from 1.0.63 to 1.0.64
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.63 to 1.0.64.
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](https://github.com/dtolnay/thiserror/compare/1.0.63...1.0.64)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-02 15:10:39 +00:00
d0cd
61c71e6e7b
Merge pull request #28367 from ProvableHQ/update/fmt
[Format] Update to latest nightly format recommendations.
2024-10-02 23:09:00 +08:00
Pranav Gaddamadugu
85c98ab101 Update ENDPOINT in examples 2024-10-01 18:19:59 -07:00
Pranav Gaddamadugu
174dae47db Update rustfmt.toml to latest nightly and apply changes 2024-10-01 18:19:39 -07:00
d0cd
a1d3eeee65
Merge pull request #28350 from ProvableHQ/dependabot/cargo/mainnet/anyhow-1.0.89
Bump anyhow from 1.0.88 to 1.0.89
2024-10-02 09:12:57 +08:00
dependabot[bot]
ced9286cc0
Bump anyhow from 1.0.88 to 1.0.89
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.88 to 1.0.89.
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](https://github.com/dtolnay/anyhow/compare/1.0.88...1.0.89)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-19 00:02:30 +00:00
Pranav Gaddamadugu
d746c427cc chore(leo): bump version for new release 2024-09-19 08:00:35 +08:00
d0cd
4564fda71f
Merge pull request #28352 from ProvableHQ/update/rev-9-18-24
Update to the lastest snarkVM version.
2024-09-19 07:44:44 +08:00
Pranav Gaddamadugu
761530e48e Use v1.0.0 2024-09-18 21:47:37 +08:00
Pranav Gaddamadugu
5c0e4b3be1 Update rev 2024-09-18 21:30:22 +08:00
d0cd
9a0d9e5c68
Merge pull request #28349 from ProvableHQ/update/api-endpoint
Update error messaging to account for redirects from APIs
2024-09-17 12:47:54 +08:00
Pranav Gaddamadugu
f9bd1d260f Minor nit 2024-09-16 15:12:51 +08:00
Pranav Gaddamadugu
9fc07a7704 Dont automatically redirect 2024-09-13 20:15:51 -07:00
d0cd
91d4542e9a
Merge pull request #28348 from ProvableHQ/dependabot/cargo/mainnet/anyhow-1.0.88
Bump anyhow from 1.0.87 to 1.0.88
2024-09-13 19:31:09 -07:00
Pranav Gaddamadugu
e9e2926d5f Update error messaging to account for redirects from APIs 2024-09-13 19:18:05 -07:00
dependabot[bot]
339c9ac3b6
Bump anyhow from 1.0.87 to 1.0.88
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.87 to 1.0.88.
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](https://github.com/dtolnay/anyhow/compare/1.0.87...1.0.88)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-12 10:25:51 +00:00
ungaro
836da499f5 satisfy clippy warnings 2024-09-11 13:45:02 -04:00
ungaro
30f936ee1c handle edge case 2024-09-11 04:12:04 -04:00
ungaro
85a61eaddb formatting updates 2024-09-10 21:02:00 -04:00
ungaro
d0b38c5599 new version notification 2024-09-10 18:19:52 -04:00
d0cd
c1900d66bf
Merge pull request #28342 from ProvableHQ/update/api-endpoint
Update API endpoint.
2024-09-10 06:32:40 -07:00
Pranav Gaddamadugu
2c1667af90 Update endpoint 2024-09-09 15:01:18 -07:00
d0cd
7147914be1
Merge pull request #28339 from ProvableHQ/dependabot/cargo/mainnet/serde-1.0.210
Bump serde from 1.0.209 to 1.0.210
2024-09-09 11:04:49 -07:00
d0cd
aa51a6192e
Merge pull request #28340 from ProvableHQ/dependabot/cargo/mainnet/anyhow-1.0.87
Bump anyhow from 1.0.86 to 1.0.87
2024-09-09 11:04:34 -07:00
d0cd
5eee40cd14
Merge pull request #28341 from ProvableHQ/dependabot/cargo/mainnet/backtrace-0.3.74
Bump backtrace from 0.3.73 to 0.3.74
2024-09-09 11:04:16 -07:00
dependabot[bot]
5369fa3550
Bump backtrace from 0.3.73 to 0.3.74
Bumps [backtrace](https://github.com/rust-lang/backtrace-rs) from 0.3.73 to 0.3.74.
- [Release notes](https://github.com/rust-lang/backtrace-rs/releases)
- [Commits](https://github.com/rust-lang/backtrace-rs/compare/0.3.73...0.3.74)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-09 10:32:44 +00:00
dependabot[bot]
f7a5ad514e
Bump anyhow from 1.0.86 to 1.0.87
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.86 to 1.0.87.
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](https://github.com/dtolnay/anyhow/compare/1.0.86...1.0.87)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-09 10:23:42 +00:00
dependabot[bot]
6b3adbd65d
Bump serde from 1.0.209 to 1.0.210
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.209 to 1.0.210.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.209...v1.0.210)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-09 10:20:47 +00:00
d0cd
341ac4764b
Merge pull request #28336 from ProvableHQ/dependabot/cargo/mainnet/clap-4.5.17
Bump clap from 4.5.16 to 4.5.17
2024-09-06 08:13:59 -07:00
d0cd
fb66b904a1
Merge pull request #28337 from ProvableHQ/dependabot/cargo/mainnet/reqwest-0.12.7
Bump reqwest from 0.12.5 to 0.12.7
2024-09-06 08:13:43 -07:00
dependabot[bot]
8a96d860f3
Bump reqwest from 0.12.5 to 0.12.7
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.12.5 to 0.12.7.
- [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.5...v0.12.7)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-05 10:46:57 +00:00
dependabot[bot]
75f43b311d
Bump clap from 4.5.16 to 4.5.17
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.16 to 4.5.17.
- [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.16...clap_complete-v4.5.17)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-05 10:45:34 +00:00
Pranav Gaddamadugu
82eba55f8d chore(leo): bump version for new release 2024-09-04 15:18:01 -07:00
d0cd
29d63bf6da
Merge pull request #28334 from ProvableHQ/update/metadata-and-snarkvm-rev-9-4-24
Update license header, Cargo metadata, and snarkVM rev.
2024-09-04 14:47:17 -07:00