Commit Graph

7070 Commits

Author SHA1 Message Date
Pranav Gaddamadugu
140a04072d chore(leo): bump version for new release 2024-07-08 13:53:16 -07:00
d0cd
59965f189b
Merge pull request #28204 from ProvableHQ/fix/add-test
Add nested external record test
2024-07-08 13:36:43 -07:00
evan-schott
ec3c92b4bf add nested external record test 2024-07-08 12:11:23 -07:00
evan-schott
edb3c8ea16
Merge pull request #28198 from ProvableHQ/fix/parser-error-data
Fix expected list in parser error.
2024-07-08 11:41:36 -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
d3790449e2
Merge pull request #28201 from ProvableHQ/dependabot/cargo/mainnet/ureq-2.10.0
Bump ureq from 2.9.7 to 2.10.0
2024-07-08 10:03:35 -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
Alessandro Coglio
9639c5b1c1 Adjust some text expectations. 2024-07-08 09:48:50 -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
dependabot[bot]
b0a18fb44d
Bump ureq from 2.9.7 to 2.10.0
Bumps [ureq](https://github.com/algesten/ureq) from 2.9.7 to 2.10.0.
- [Changelog](https://github.com/algesten/ureq/blob/main/CHANGELOG.md)
- [Commits](https://github.com/algesten/ureq/compare/2.9.7...2.10.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-08 10:43:54 +00:00
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
2b9ba0becf Fix expected list in parser error.
This was missing a few alternatives.
2024-07-05 08:36:57 -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
Pranav Gaddamadugu
72d09ff27d Clippy 2024-07-02 18:37:23 -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
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