Commit Graph

436 Commits

Author SHA1 Message Date
dependabot[bot]
b91454e673
Bump thiserror from 1.0.62 to 1.0.63
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.62 to 1.0.63.
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](https://github.com/dtolnay/thiserror/compare/1.0.62...1.0.63)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-18 11:01:36 +00:00
dependabot[bot]
ebe0c48dd1
Bump thiserror from 1.0.61 to 1.0.62
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.61 to 1.0.62.
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](https://github.com/dtolnay/thiserror/compare/1.0.61...1.0.62)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-12 10:31:19 +00:00
Pranav Gaddamadugu
140a04072d chore(leo): bump version for new release 2024-07-08 13:53:16 -07:00
evan-schott
1e77f75d61
Merge pull request #28203 from ProvableHQ/feat/set-defaults-to-testnet
[Fix] Set defaults to `testnet`.
2024-07-08 11:40:48 -07:00
d0cd
9925390b77
Merge pull request #28202 from ProvableHQ/dependabot/cargo/mainnet/serde-1.0.204
Bump serde from 1.0.203 to 1.0.204
2024-07-08 10:03:08 -07:00
evan-schott
475f6d37cc
Merge pull request #28193 from ProvableHQ/fix/empty-struct
[Fix] Informative error on empty struct.
2024-07-08 09:54:37 -07:00
Pranav Gaddamadugu
f22177e2c5 Set defaults 2024-07-08 09:30:10 -07:00
dependabot[bot]
6c1eb6177f
Bump serde from 1.0.203 to 1.0.204
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.203 to 1.0.204.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.203...v1.0.204)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-08 10:44:22 +00:00
Alessandro Coglio
5c2ba3e107 Fix and improve some doc. 2024-07-03 09:02:14 -07:00
Pranav Gaddamadugu
6404d22b09 Fix 2024-07-02 18:10:54 -07:00
d0cd
94382c4489
Merge pull request #28146 from ProvableHQ/feat/simplify-cli
[Feat] CLI cleanup
2024-07-02 09:05:35 -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
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
eda937a5b1 fixes 2024-06-25 13:14:25 -07:00
evan-schott
ecac53ef94 add canary + clippy 2024-06-20 14:20:31 -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
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
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
evan-schott
2e37879934 update error message 2024-06-11 16:41:27 -07:00
evan-schott
13932b45d0 dedup 2024-06-11 14:08:19 -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
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
c42485d89f fmt 2024-06-07 14:25:40 -07:00
evan-schott
ac5a262e2e execute working 2024-06-07 14:22:02 -07:00
evan-schott
8254320846 merge 2024-06-05 12:31:42 -07:00
Pranav Gaddamadugu
6f2e149bca Merge branch 'mainnet' into feat/generic-cli 2024-06-01 11:21:27 -07:00
Pranav Gaddamadugu
2c5d5f5719 CLI working 2024-06-01 11:00:40 -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
8964a194a4 MVP 2024-05-29 10:12:20 -07: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
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]
9fc82d6381
Bump thiserror from 1.0.60 to 1.0.61
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.60 to 1.0.61.
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](https://github.com/dtolnay/thiserror/compare/1.0.60...1.0.61)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-20 11:02:07 +00:00
dependabot[bot]
56b7d92689
Bump serde from 1.0.201 to 1.0.202
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.201 to 1.0.202.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.201...v1.0.202)

---
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-15 10:13:57 +00:00
Pranav Gaddamadugu
e4e228c419 Merge branch 'mainnet' into update/from-testnet3 2024-05-14 14:47:33 -07:00
Pranav Gaddamadugu
5f89f620e9 Merge branch 'mainnet' into fix/use-generic-network-when-possible 2024-05-14 13:53:58 -07:00
Pranav Gaddamadugu
11b5502eac Merge branch 'testnet3' into update/from-testnet3 2024-05-14 13:39:40 -07:00
Pranav Gaddamadugu
b0ef7a8f46 Update testnet3 to mainnet 2024-05-14 13:31:33 -07:00
Pranav Gaddamadugu
65afb54a5b chore(leo): bump version for new release 2024-05-13 13:36:45 -07:00
Pranav Gaddamadugu
c378e090d7 Merge branch 'mainnet' into update/from-testnet3 2024-05-13 10:10:31 -07:00
dependabot[bot]
fdaaf1046e
Bump serde from 1.0.200 to 1.0.201
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.200 to 1.0.201.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.200...v1.0.201)

---
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-08 10:55:29 +00:00