Commit Graph

7355 Commits

Author SHA1 Message Date
Pranav Gaddamadugu
819bee3aa7 Update tests 2024-09-04 12:43:37 -07:00
Pranav Gaddamadugu
eca5d3028e Update rev 2024-09-04 12:06:39 -07:00
Pranav Gaddamadugu
7dfecd41b1 Update LicenseHeader and Cargo metadata 2024-09-04 11:48:02 -07:00
d0cd
73632ba713
Merge pull request #28330 from ungaro/alp/number-of-variables-in-deployment
[Feature] Add deployment summary with comma-formatted variables and constraints counts.
2024-09-03 08:03:39 -07:00
d0cd
0fdf6015f9
Merge pull request #28329 from ProvableHQ/dependabot/cargo/mainnet/serde-1.0.209
Bump serde from 1.0.208 to 1.0.209
2024-08-30 07:46:51 -07:00
ungaro
48bd831995 No need to call deployment.num_combined_variables etc multiple times 2024-08-26 20:53:38 -04:00
ungaro
8f250fbf5c Add deployment summary with comma-formatted variables and constraints counts. 2024-08-26 20:19:06 -04:00
dependabot[bot]
c9bc8e907e
Bump serde from 1.0.208 to 1.0.209
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.208 to 1.0.209.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.208...v1.0.209)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-26 11:02:23 +00:00
d0cd
b218a2205f
Merge pull request #28326 from ungaro/alp/error-formatting-improvements
small error formatting improvements
2024-08-23 08:05:05 -07:00
d0cd
b4852518f0
Merge pull request #28323 from Meshiest/fix-account-sign-seed
Remove --seed flag from account sign command
2024-08-22 21:53:49 -07:00
ungaro
6d0eb4b5de rolled back boolean change 2024-08-18 12:21:07 -04:00
ungaro
46e61d0602 small error formatting improvements 2024-08-16 13:10:13 -04:00
d0cd
434e2209e5
Merge pull request #28324 from ProvableHQ/dependabot/cargo/mainnet/clap-4.5.16
Bump clap from 4.5.15 to 4.5.16
2024-08-16 08:13:24 -07:00
d0cd
c5e73a5af8
Merge pull request #28325 from ProvableHQ/dependabot/cargo/mainnet/serde-1.0.208
Bump serde from 1.0.207 to 1.0.208
2024-08-16 08:13:08 -07:00
dependabot[bot]
8152706bcf
Bump serde from 1.0.207 to 1.0.208
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.207 to 1.0.208.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.207...v1.0.208)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-16 10:10:01 +00:00
dependabot[bot]
2e11903d0b
Bump clap from 4.5.15 to 4.5.16
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.15 to 4.5.16.
- [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.15...clap_complete-v4.5.16)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-16 10:09:49 +00:00
d0cd
245790fdff
Merge pull request #28322 from ungaro/alp/allow-non-leo-files
allow non-leo files to be in src folder
2024-08-15 11:23:07 -07:00
Meshiest
406725040a
Remove --seed flag from account sign command 2024-08-14 18:23:53 -04:00
d0cd
9d247cfc54
Merge pull request #28320 from ProvableHQ/fix/doc-parser
Update and improve some parser documentation.
2024-08-14 06:19:56 -07:00
ungaro
a2ea19d63c allow non-leo files to be in src folder 2024-08-13 22:05:09 -04:00
Alessandro Coglio
5e1d3476ba Clippy fix. 2024-08-13 15:28:11 -07:00
Alessandro Coglio
93691bdb22 Update and improve some parser documentation.
Also make a couple of minor code layout changes to order tokens in a clearer
way.
2024-08-13 15:09:28 -07:00
d0cd
e55c2191d9
Merge pull request #28310 from ProvableHQ/dependabot/cargo/mainnet/tempfile-3.12.0
Bump tempfile from 3.11.0 to 3.12.0
2024-08-13 08:29:19 -07:00
d0cd
4e325c6703
Merge pull request #28313 from ProvableHQ/dependabot/cargo/mainnet/assert_cmd-2.0.16
Bump assert_cmd from 2.0.15 to 2.0.16
2024-08-13 08:29:01 -07:00
d0cd
219cdaf22a
Merge pull request #28314 from ProvableHQ/dependabot/cargo/mainnet/ureq-2.10.1
Bump ureq from 2.10.0 to 2.10.1
2024-08-13 08:28:45 -07:00
d0cd
4a7b062175
Merge pull request #28316 from ProvableHQ/fix/tuple-future
[Fix] Futures in Tuples
2024-08-13 08:28:30 -07:00
d0cd
6236c7d0e9
Merge pull request #28318 from ProvableHQ/dependabot/cargo/mainnet/clap-4.5.15
Bump clap from 4.5.13 to 4.5.15
2024-08-13 08:25:26 -07:00
d0cd
e65a255db3
Merge pull request #28319 from ProvableHQ/dependabot/cargo/mainnet/serde-1.0.207
Bump serde from 1.0.204 to 1.0.207
2024-08-13 08:25:13 -07:00
dependabot[bot]
ce434a1051
Bump serde from 1.0.204 to 1.0.207
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.204 to 1.0.207.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.204...v1.0.207)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-13 10:12:05 +00:00
dependabot[bot]
a9fa6311e9
Bump clap from 4.5.13 to 4.5.15
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.13 to 4.5.15.
- [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.13...v4.5.15)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-12 10:45:59 +00:00
evan-schott
dcf98c4fb0 Add test 2024-08-09 19:33:32 -07:00
evan-schott
a356ff8a34 Fix 2024-08-09 19:33:17 -07:00
dependabot[bot]
b8235d8e00
Bump ureq from 2.10.0 to 2.10.1
Bumps [ureq](https://github.com/algesten/ureq) from 2.10.0 to 2.10.1.
- [Changelog](https://github.com/algesten/ureq/blob/main/CHANGELOG.md)
- [Commits](https://github.com/algesten/ureq/compare/2.10.0...2.10.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-09 10:12:30 +00:00
dependabot[bot]
24bd8c4d33
Bump assert_cmd from 2.0.15 to 2.0.16
Bumps [assert_cmd](https://github.com/assert-rs/assert_cmd) from 2.0.15 to 2.0.16.
- [Changelog](https://github.com/assert-rs/assert_cmd/blob/master/CHANGELOG.md)
- [Commits](https://github.com/assert-rs/assert_cmd/compare/v2.0.15...v2.0.16)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-09 10:12:17 +00:00
dependabot[bot]
e47590e3fa
Bump tempfile from 3.11.0 to 3.12.0
Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.11.0 to 3.12.0.
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Stebalien/tempfile/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-07 11:03:39 +00:00
Pranav Gaddamadugu
acb7b61feb chore(leo): bump version for new release 2024-08-07 01:10:09 -04:00
d0cd
5e5411da8a
Merge pull request #28308 from metavind/mainnet
fix: update comment to clarify the account is stored as a hash
2024-08-06 18:13:45 -04:00
d0cd
fb06832cf4
Merge pull request #28309 from ProvableHQ/feat/update-snarkvm-rev-after-reset
Update snarkVM rev after the reset.
2024-08-06 18:13:26 -04:00
Pranav Gaddamadugu
5a221ff4f5 Update snarkvm rev 2024-08-06 16:17:40 -04:00
d0cd
ae8afae9e6
Merge pull request #28306 from ProvableHQ/dependabot/cargo/mainnet/tempfile-3.11.0
Bump tempfile from 3.10.1 to 3.11.0
2024-08-06 09:11:39 -04:00
d0cd
a575772668
Merge pull request #28307 from ProvableHQ/dependabot/cargo/mainnet/regex-1.10.6
Bump regex from 1.10.5 to 1.10.6
2024-08-06 09:10:17 -04:00
metavind
07715abd9f
fix: update comment to clarify the account is stored as a hash 2024-08-05 17:04:00 +02:00
dependabot[bot]
6ea5a2fd74
Bump regex from 1.10.5 to 1.10.6
Bumps [regex](https://github.com/rust-lang/regex) from 1.10.5 to 1.10.6.
- [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.5...1.10.6)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-05 10:19:43 +00:00
dependabot[bot]
4e116168ed
Bump tempfile from 3.10.1 to 3.11.0
Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.10.1 to 3.11.0.
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Stebalien/tempfile/compare/v3.10.1...v3.11.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-08-05 10:19:04 +00:00
d0cd
e168bf34c5
Merge pull request #28245 from ProvableHQ/fix/future-releases
Fixes the release script for future releases.
2024-08-02 09:41:10 -04:00
d0cd
c6806cc432
Merge pull request #28301 from ProvableHQ/dependabot/cargo/mainnet/clap-4.5.13
Bump clap from 4.5.11 to 4.5.13
2024-08-02 09:40:59 -04:00
d0cd
50966d6860
Merge pull request #28302 from ProvableHQ/dependabot/cargo/mainnet/toml-0.8.19
Bump toml from 0.8.16 to 0.8.19
2024-08-02 09:40:44 -04:00
d0cd
0b2a337aed
Merge pull request #28305 from ProvableHQ/dependabot/cargo/mainnet/crossterm-0.28.1
Bump crossterm from 0.27.0 to 0.28.1
2024-08-02 09:40:29 -04:00
dependabot[bot]
303ec0f853
Bump crossterm from 0.27.0 to 0.28.1
Bumps [crossterm](https://github.com/crossterm-rs/crossterm) from 0.27.0 to 0.28.1.
- [Release notes](https://github.com/crossterm-rs/crossterm/releases)
- [Changelog](https://github.com/crossterm-rs/crossterm/blob/master/CHANGELOG.md)
- [Commits](https://github.com/crossterm-rs/crossterm/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-02 10:57:11 +00:00
dependabot[bot]
be1f6afa84
Bump toml from 0.8.16 to 0.8.19
Bumps [toml](https://github.com/toml-rs/toml) from 0.8.16 to 0.8.19.
- [Commits](https://github.com/toml-rs/toml/compare/toml-v0.8.16...toml-v0.8.19)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-01 10:45:49 +00:00