Commit Graph

7138 Commits

Author SHA1 Message Date
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
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
dependabot[bot]
3d1efecef5
Bump clap from 4.5.11 to 4.5.13
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.11 to 4.5.13.
- [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.11...v4.5.13)

---
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-01 10:45:30 +00:00
d0cd
be8318c8c2
Merge pull request #28289 from puzzlehq/fix-duplicate-aleo-on-deployment
[Fix] remove duplicate .aleo when deploying programs
2024-07-26 09:16:51 -07:00
d0cd
7a66bb2e70
Merge pull request #28293 from ProvableHQ/dependabot/cargo/mainnet/assert_cmd-2.0.15
Bump assert_cmd from 2.0.14 to 2.0.15
2024-07-26 09:16:39 -07:00
d0cd
3bae048a5a
Merge pull request #28294 from ProvableHQ/dependabot/cargo/mainnet/toml-0.8.16
Bump toml from 0.8.15 to 0.8.16
2024-07-26 09:16:25 -07:00
d0cd
4c1b3a7447
Merge pull request #28295 from ProvableHQ/dependabot/cargo/mainnet/clap-4.5.11
Bump clap from 4.5.10 to 4.5.11
2024-07-26 08:38:08 -07:00
dependabot[bot]
f77e1c3967
Bump clap from 4.5.10 to 4.5.11
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.10 to 4.5.11.
- [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.10...clap_complete-v4.5.11)

---
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-26 10:32:31 +00:00
dependabot[bot]
223963263e
Bump toml from 0.8.15 to 0.8.16
Bumps [toml](https://github.com/toml-rs/toml) from 0.8.15 to 0.8.16.
- [Commits](https://github.com/toml-rs/toml/compare/toml-v0.8.15...toml-v0.8.16)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-26 10:32:12 +00:00
dependabot[bot]
05c07955e2
Bump assert_cmd from 2.0.14 to 2.0.15
Bumps [assert_cmd](https://github.com/assert-rs/assert_cmd) from 2.0.14 to 2.0.15.
- [Changelog](https://github.com/assert-rs/assert_cmd/blob/master/CHANGELOG.md)
- [Commits](https://github.com/assert-rs/assert_cmd/compare/v2.0.14...v2.0.15)

---
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-07-26 10:31:50 +00:00
d0cd
feb3e32bc3
Merge pull request #28291 from ProvableHQ/dependabot/cargo/mainnet/clap-4.5.10
Bump clap from 4.5.9 to 4.5.10
2024-07-25 13:18:23 -07:00
dependabot[bot]
c5022c9719
Bump clap from 4.5.9 to 4.5.10
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.9 to 4.5.10.
- [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.9...v4.5.10)

---
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-24 10:20:30 +00:00
dark horse
540e36e4e8 remove duplicate .aleo when deploying 2024-07-23 13:19:38 -04:00
d0cd
aa12a55096
Merge pull request #28278 from ProvableHQ/dependabot/cargo/openssl-0.10.66
Bump openssl from 0.10.64 to 0.10.66
2024-07-23 09:38:48 -07:00
dependabot[bot]
d54c59b456
Bump openssl from 0.10.64 to 0.10.66
Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.64 to 0.10.66.
- [Release notes](https://github.com/sfackler/rust-openssl/releases)
- [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.64...openssl-v0.10.66)

---
updated-dependencies:
- dependency-name: openssl
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-22 18:14:34 +00:00
d0cd
b6f5595f3c
Merge pull request #28246 from ProvableHQ/dependabot/cargo/mainnet/thiserror-1.0.63
Bump thiserror from 1.0.62 to 1.0.63
2024-07-22 09:18:15 -07:00
d0cd
2c1f71aa1e
Merge pull request #28247 from ProvableHQ/dependabot/cargo/mainnet/toml-0.8.15
Bump toml from 0.8.14 to 0.8.15
2024-07-22 09:17:37 -07:00
dependabot[bot]
1a87dac0f5
Bump toml from 0.8.14 to 0.8.15
Bumps [toml](https://github.com/toml-rs/toml) from 0.8.14 to 0.8.15.
- [Commits](https://github.com/toml-rs/toml/compare/toml-v0.8.14...toml-v0.8.15)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-18 11:01:53 +00:00
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