Pranav Gaddamadugu
cc121171b3
chore(leo): bump version for new release
2024-11-19 16:06:21 -08:00
Pranav Gaddamadugu
819fa2f6d9
Merge branch 'mainnet' into ci/integration-tests-to-circle-ci
2024-11-01 09:35:37 -07:00
dependabot[bot]
46340db689
Bump serde from 1.0.213 to 1.0.214
...
Bumps [serde](https://github.com/serde-rs/serde ) from 1.0.213 to 1.0.214.
- [Release notes](https://github.com/serde-rs/serde/releases )
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.213...v1.0.214 )
---
updated-dependencies:
- dependency-name: serde
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-10-29 10:45:36 +00:00
dependabot[bot]
30607759c8
Bump regex from 1.11.0 to 1.11.1
...
Bumps [regex](https://github.com/rust-lang/regex ) from 1.11.0 to 1.11.1.
- [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.11.0...1.11.1 )
---
updated-dependencies:
- dependency-name: regex
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-10-25 11:04:46 +00:00
Pranav Gaddamadugu
94dab70da8
Update deps
2024-10-23 13:30:50 -07:00
dependabot[bot]
f2d038e6b7
Bump serde from 1.0.211 to 1.0.213
...
Bumps [serde](https://github.com/serde-rs/serde ) from 1.0.211 to 1.0.213.
- [Release notes](https://github.com/serde-rs/serde/releases )
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.211...v1.0.213 )
---
updated-dependencies:
- dependency-name: serde
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-10-23 10:47:44 -07:00
Pranav Gaddamadugu
fa0b3ffff7
Clean up docs workflow
2024-10-22 18:12:22 -07:00
dependabot[bot]
7b44b60d4c
Bump serde from 1.0.210 to 1.0.211
...
Bumps [serde](https://github.com/serde-rs/serde ) from 1.0.210 to 1.0.211.
- [Release notes](https://github.com/serde-rs/serde/releases )
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.210...v1.0.211 )
---
updated-dependencies:
- dependency-name: serde
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-10-22 16:18:40 -07:00
Pranav Gaddamadugu
031a9ba415
Set MSRV
2024-10-22 13:14:23 -07:00
Pranav Gaddamadugu
fd9f74fe34
Add Linux and MacOS CI
2024-10-22 11:46:39 -07:00
Pranav Gaddamadugu
a016d51bba
More improvements to Windows CI
2024-10-22 10:10:59 -07:00
Pranav Gaddamadugu
93d3c9302b
Optimize
2024-10-22 08:06:54 -07:00
Pranav Gaddamadugu
54c358e46e
Enable LTO in testing
2024-10-21 18:59:50 -07:00
Michael Benfield
6694e058c4
Switch to TOML for tests instead of YAML.
2024-10-21 16:08:46 -07:00
d0cd
00fcc078da
Merge pull request #28398 from ProvableHQ/only-testnet
...
only_testnet feature.
2024-10-15 17:11:57 -07:00
d0cd
e7d16457db
Update Cargo.toml with TODO
...
Signed-off-by: d0cd <23022326+d0cd@users.noreply.github.com>
2024-10-15 13:59:33 -07:00
Michael Benfield
9566cff097
only_testnet feature.
...
This feature is intended only to improve compiles times while
developing Leo. It causes only testnet code to be compiled, leaving
out canary and mainnet. Consequently compile times are much improved.
2024-10-12 18:28:27 -07:00
Michael Benfield
510e829608
Turn off LTO for dev and test builds.
...
This results in a penalty to full compilation time,
but a dramatic speedup to partial recompilation time.
2024-10-12 16:39:07 -07:00
Michael Benfield
a55dfe29e8
Clean up dependencies.
...
Remove unused deps. Use workspace deps where appropriate.
2024-10-10 12:56:17 -07:00
dependabot[bot]
c10858e6eb
Bump reqwest from 0.12.7 to 0.12.8
...
Bumps [reqwest](https://github.com/seanmonstar/reqwest ) from 0.12.7 to 0.12.8.
- [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.7...v0.12.8 )
---
updated-dependencies:
- dependency-name: reqwest
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-10-03 23:31:15 +00:00
Pranav Gaddamadugu
d746c427cc
chore(leo): bump version for new release
2024-09-19 08:00:35 +08:00
Pranav Gaddamadugu
761530e48e
Use v1.0.0
2024-09-18 21:47:37 +08:00
Pranav Gaddamadugu
5c0e4b3be1
Update rev
2024-09-18 21:30:22 +08:00
dependabot[bot]
5369fa3550
Bump backtrace from 0.3.73 to 0.3.74
...
Bumps [backtrace](https://github.com/rust-lang/backtrace-rs ) from 0.3.73 to 0.3.74.
- [Release notes](https://github.com/rust-lang/backtrace-rs/releases )
- [Commits](https://github.com/rust-lang/backtrace-rs/compare/0.3.73...0.3.74 )
---
updated-dependencies:
- dependency-name: backtrace
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-09-09 10:32:44 +00:00
dependabot[bot]
8a96d860f3
Bump reqwest from 0.12.5 to 0.12.7
...
Bumps [reqwest](https://github.com/seanmonstar/reqwest ) from 0.12.5 to 0.12.7.
- [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.5...v0.12.7 )
---
updated-dependencies:
- dependency-name: reqwest
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-09-05 10:46:57 +00:00
Pranav Gaddamadugu
82eba55f8d
chore(leo): bump version for new release
2024-09-04 15:18:01 -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
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
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
Pranav Gaddamadugu
acb7b61feb
chore(leo): bump version for new release
2024-08-07 01:10:09 -04:00
Pranav Gaddamadugu
5a221ff4f5
Update snarkvm rev
2024-08-06 16:17:40 -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]
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
Pranav Gaddamadugu
70b1473322
Fix
2024-07-16 16:43:33 -07:00
Pranav Gaddamadugu
140a04072d
chore(leo): bump version for new release
2024-07-08 13:53:16 -07: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
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
d0cd
94382c4489
Merge pull request #28146 from ProvableHQ/feat/simplify-cli
...
[Feat] CLI cleanup
2024-07-02 09:05:35 -07:00
evan-schott
a547efa766
update snarkvm dep
2024-07-01 11:15:43 -07:00
evan-schott
eda937a5b1
fixes
2024-06-25 13:14:25 -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
evan-schott
ecac53ef94
add canary + clippy
2024-06-20 14:20:31 -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
evan-schott
b79c0a1ab6
require confirmation for execution/deployment unless -y or --yes present
2024-06-12 13:45:57 -07: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
9eaddfcea9
local execution working for both testnet
and mainnet
2024-06-07 16:15:19 -07:00
evan-schott
f8cef0f8e8
deploy working
2024-06-05 17:40:05 -07:00
evan-schott
8254320846
merge
2024-06-05 12:31:42 -07:00