Commit Graph

518 Commits

Author SHA1 Message Date
d0cd
f29b6b01ee
Merge pull request #27928 from AleoHQ/feat/deploy-mainnet
[Feat] Deploy new programs and execute on-chain programs from the command line
2024-05-06 12:10:29 -04:00
evan-schott
83c1c2dfd3 cherry pick 2024-04-30 17:50:05 -07:00
evan-schott
1e0afc20c1 Passing network.id test 2024-04-23 14:19:09 -07:00
Pranav Gaddamadugu
b1f6922d1e Update rev 2024-04-01 06:43:39 -07:00
Pranav Gaddamadugu
2c391055af chore(leo): bump version for new release 2024-03-29 17:53:25 -07:00
evan-schott
84f0bd6142 add new external mapping tests 2024-03-29 14:17:28 -07:00
dependabot[bot]
3784bd204d
Bump reqwest from 0.11.24 to 0.12.2
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.24 to 0.12.2.
- [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.11.24...v0.12.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-28 21:04:27 +00:00
Pranav Gaddamadugu
bcab1fc864 Rename crates 2024-03-26 10:35:55 -07:00
d0cd
9ed70d9d78
Merge pull request #27663 from AleoHQ/dependabot/cargo/testnet3/assert_cmd-2.0.14
Bump assert_cmd from 2.0.13 to 2.0.14
2024-03-13 12:16:37 -07:00
dependabot[bot]
7a56cee399
Bump assert_cmd from 2.0.13 to 2.0.14
Bumps [assert_cmd](https://github.com/assert-rs/assert_cmd) from 2.0.13 to 2.0.14.
- [Changelog](https://github.com/assert-rs/assert_cmd/blob/master/CHANGELOG.md)
- [Commits](https://github.com/assert-rs/assert_cmd/compare/v2.0.13...v2.0.14)

---
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-02-20 10:56:09 +00:00
Halimao
8dbb484b89
Merge branch 'testnet3' into feat/input-cover
Signed-off-by: Halimao <1065621723@qq.com>
2024-02-12 15:37:23 +08:00
Pranav Gaddamadugu
95d95f27e7 Merge branch 'testnet3' into feat/leo-deploy 2024-02-10 23:13:20 -06:00
d0cd
0df7e21f4f
Merge branch 'testnet3' into feat/input-cover
Signed-off-by: d0cd <23022326+d0cd@users.noreply.github.com>
2024-02-10 00:36:51 -06:00
dependabot[bot]
cc2ecff9fc
Bump reqwest from 0.11.23 to 0.11.24
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.23 to 0.11.24.
- [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.11.23...v0.11.24)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-10 06:29:30 +00:00
evan-schott
330ce0d87f Merge remote-tracking branch 'origin/feat/leo-deploy' into feat/leo-deploy
# Conflicts:
#	Cargo.lock
#	leo/cli/commands/build.rs
#	leo/cli/commands/execute.rs
2024-02-09 15:22:11 -08:00
evan-schott
12f9548141 comment out 2024-02-09 15:10:19 -08:00
evan-schott
0b5bd5793b supporting changes for deploy 2024-02-09 14:08:52 -08:00
evan-schott
d8e8a1dbe4 comment out 2024-02-09 14:08:12 -08:00
dependabot[bot]
ba704d5f39
Bump clap from 4.4.18 to 4.5.0
Bumps [clap](https://github.com/clap-rs/clap) from 4.4.18 to 4.5.0.
- [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/v4.4.18...clap_complete-v4.5.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-09 10:43:52 +00:00
dependabot[bot]
342c37e977
Bump snarkvm from 0.16.17 to 0.16.18
Bumps [snarkvm](https://github.com/AleoHQ/snarkVM) from 0.16.17 to 0.16.18.
- [Commits](https://github.com/AleoHQ/snarkVM/compare/v0.16.17...v0.16.18)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-29 10:40:27 +00:00
Halimao
b92f6cec8c Revert "fix: add CliError::failed_to_execute_account error"
This reverts commit ba6b9c4e41.
2024-01-24 10:38:34 +08:00
d0cd
0c4ae92a7a
Merge pull request #27557 from AleoHQ/dependabot/cargo/testnet3/snarkvm-0.16.17
Bump snarkvm from 0.16.16 to 0.16.17
2024-01-22 14:25:18 -08:00
dependabot[bot]
d2be9dae2e
Bump aleo-std from 0.1.18 to 0.1.24
Bumps aleo-std from 0.1.18 to 0.1.24.

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-22 10:41:41 +00:00
dependabot[bot]
32d92c6948
Bump snarkvm from 0.16.16 to 0.16.17
Bumps [snarkvm](https://github.com/AleoHQ/snarkVM) from 0.16.16 to 0.16.17.
- [Commits](https://github.com/AleoHQ/snarkVM/compare/v0.16.16...v0.16.17)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-22 10:41:30 +00:00
Halimao
ba6b9c4e41 fix: add CliError::failed_to_execute_account error 2024-01-17 15:30:48 +08:00
Halimao
8c68ac8bf9 Merge branch 'testnet3' into feat/input-cover 2024-01-17 13:56:55 +08:00
d0cd
195df65852
Merge pull request #10018 from Halimao/feat/discreetly
feat: support display private key discreetly
2024-01-16 15:48:00 -08:00
d0cd
87b101aa50
Merge pull request #27454 from AleoHQ/update/snarkvm-0.16.16
[Dependency] Update to snarkvm 0.16.16
2024-01-16 12:19:12 +08:00
d0cd
fa195579b7
Merge pull request #27359 from AleoHQ/dependabot/cargo/testnet3/serial_test-3.0.0
Bump serial_test from 2.0.0 to 3.0.0
2024-01-16 09:56:43 +08:00
d0cd
b32c5d2237
Merge pull request #27360 from AleoHQ/dependabot/cargo/testnet3/console-0.15.8
Bump console from 0.15.7 to 0.15.8
2024-01-16 09:55:17 +08:00
Pranav Gaddamadugu
aa6604d4c2 Update to snarkvm 0.16.16 2024-01-15 17:51:19 -08:00
d0cd
638e85c33e
Merge pull request #27411 from AleoHQ/dependabot/cargo/testnet3/assert_cmd-2.0.13
Bump assert_cmd from 2.0.12 to 2.0.13
2024-01-16 09:38:39 +08:00
Pranav Gaddamadugu
5fea268d04 Update examples and CI 2024-01-15 15:45:08 -08:00
dependabot[bot]
f668bac626
Bump assert_cmd from 2.0.12 to 2.0.13
Bumps [assert_cmd](https://github.com/assert-rs/assert_cmd) from 2.0.12 to 2.0.13.
- [Changelog](https://github.com/assert-rs/assert_cmd/blob/master/CHANGELOG.md)
- [Commits](https://github.com/assert-rs/assert_cmd/compare/v2.0.12...v2.0.13)

---
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-01-12 10:36:54 +00:00
dependabot[bot]
41399101a1
Bump console from 0.15.7 to 0.15.8
Bumps [console](https://github.com/console-rs/console) from 0.15.7 to 0.15.8.
- [Changelog](https://github.com/console-rs/console/blob/master/CHANGELOG.md)
- [Commits](https://github.com/console-rs/console/compare/0.15.7...0.15.8)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-10 10:03:29 +00:00
dependabot[bot]
ac658d5de0
Bump serial_test from 2.0.0 to 3.0.0
Bumps [serial_test](https://github.com/palfrey/serial_test) from 2.0.0 to 3.0.0.
- [Release notes](https://github.com/palfrey/serial_test/releases)
- [Commits](https://github.com/palfrey/serial_test/compare/v2.0.0...v3.0.0)

---
updated-dependencies:
- dependency-name: serial_test
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-10 10:03:06 +00:00
evan-schott
6e58d6e24d supporting changes for deploy 2024-01-05 14:19:38 -08:00
evan-schott
902387d639
Merge branch 'testnet3' into feat/stubs
Signed-off-by: evan-schott <53463459+evan-schott@users.noreply.github.com>
2024-01-03 15:22:04 -05:00
evan-schott
9aca0bf888 small fix 2024-01-03 11:22:54 -08:00
dependabot[bot]
8d34f8f8cf
Bump snarkvm from 0.16.13 to 0.16.15
Bumps [snarkvm](https://github.com/AleoHQ/snarkVM) from 0.16.13 to 0.16.15.
- [Commits](https://github.com/AleoHQ/snarkVM/compare/v0.16.13...v0.16.15)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-20 10:52:42 +00:00
d0cd
ab410e3db2
Merge pull request #24002 from AleoHQ/dependabot/cargo/testnet3/snarkvm-0.16.13
Bump snarkvm from 0.16.12 to 0.16.13
2023-12-19 11:50:40 -08:00
dependabot[bot]
59e53ab90d
Bump reqwest from 0.11.22 to 0.11.23
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.22 to 0.11.23.
- [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.11.22...v0.11.23)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-19 10:17:10 +00:00
evan-schott
55665fde9a serial tests 2023-12-18 14:47:49 -08:00
evan-schott
9d02cefcb6 fix CI 2023-12-18 11:42:59 -08:00
dependabot[bot]
b05d4441d4
Bump snarkvm from 0.16.12 to 0.16.13
Bumps [snarkvm](https://github.com/AleoHQ/snarkVM) from 0.16.12 to 0.16.13.
- [Commits](https://github.com/AleoHQ/snarkVM/compare/v0.16.12...v0.16.13)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-18 10:29:34 +00:00
evan-schott
7954539458 use explicit snarkvm commit to avoid bug 2023-12-15 20:46:59 -08:00
evan-schott
015cc05cf4 new tests 2023-12-08 01:03:34 -08:00
evan-schott
b7e6bcade0 versioning update 2023-12-01 16:00:47 -08:00
evan-schott
3564389583 add proper error checking 2023-11-30 16:12:15 -08:00
evan-schott
8b28c1642c Add retriever module 2023-11-30 16:10:03 -08:00