Pranav Gaddamadugu
|
e4e228c419
|
Merge branch 'mainnet' into update/from-testnet3
|
2024-05-14 14:47:33 -07:00 |
|
d0cd
|
b46451edfb
|
Merge pull request #27947 from AleoHQ/fix/use-generic-network-when-possible
[Refactor] Make the compiler generic over the `Network` trait.
|
2024-05-14 14:34:46 -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 |
|
d0cd
|
a0cdafce4b
|
Merge pull request #27916 from AleoHQ/fix/leo-add
[Feat] Better `leo add` and `leo build` UX
|
2024-05-14 13:35:34 -07:00 |
|
Pranav Gaddamadugu
|
b0ef7a8f46
|
Update testnet3 to mainnet
|
2024-05-14 13:31:33 -07:00 |
|
Pranav Gaddamadugu
|
100aca0938
|
Cleanup
|
2024-05-14 10:00:23 -07:00 |
|
Pranav Gaddamadugu
|
f29bd71185
|
Make compiler generic over Network
|
2024-05-14 09:49:03 -07:00 |
|
d0cd
|
ccea68a5be
|
Merge pull request #27945 from AleoHQ/update/lock
Update lockfile.
|
2024-05-13 14:02:54 -07:00 |
|
Pranav Gaddamadugu
|
8286ba489f
|
Update lockfile
|
2024-05-13 14:00:25 -07:00 |
|
Pranav Gaddamadugu
|
65afb54a5b
|
chore(leo): bump version for new release
|
2024-05-13 13:36:45 -07:00 |
|
evan-schott
|
e6587420a4
|
Merge pull request #27944 from AleoHQ/fix/leo-build-deprecate-warning
[Fix] Remove deprecation warning for `leo build`.
|
2024-05-13 13:24:22 -07:00 |
|
Pranav Gaddamadugu
|
a998f700fc
|
Clippy
|
2024-05-13 13:08:43 -07:00 |
|
Pranav Gaddamadugu
|
2d00396855
|
Updeprecate leo build
|
2024-05-13 13:03:24 -07:00 |
|
Pranav Gaddamadugu
|
5cb9f65349
|
Regen expectations
|
2024-05-13 11:15:28 -07:00 |
|
Pranav Gaddamadugu
|
d2b1d055ce
|
Update tests and fix
|
2024-05-13 11:09:15 -07:00 |
|
d0cd
|
3c83d4918c
|
Merge pull request #27935 from AleoHQ/feat/leo-query
[Feat] `leo query` CLI tool
|
2024-05-13 10:39:01 -07:00 |
|
Pranav Gaddamadugu
|
c378e090d7
|
Merge branch 'mainnet' into update/from-testnet3
|
2024-05-13 10:10:31 -07:00 |
|
Pranav Gaddamadugu
|
9c1e5c678a
|
Reorganize
|
2024-05-13 08:48:59 -07:00 |
|
d0cd
|
e45c666909
|
Update leo/package/src/package.rs
Signed-off-by: d0cd <23022326+d0cd@users.noreply.github.com>
|
2024-05-13 08:27:55 -07:00 |
|
d0cd
|
e8baedf73d
|
Merge pull request #27940 from AleoHQ/dependabot/cargo/testnet3/serde-1.0.201
Bump serde from 1.0.200 to 1.0.201
|
2024-05-13 08:23:50 -07:00 |
|
d0cd
|
73536ea3de
|
Merge pull request #27942 from AleoHQ/dependabot/cargo/testnet3/zip-1.2.3
Bump zip from 1.2.1 to 1.2.3
|
2024-05-13 08:23:22 -07:00 |
|
dependabot[bot]
|
7745923e57
|
Bump zip from 1.2.1 to 1.2.3
Bumps [zip](https://github.com/zip-rs/zip2) from 1.2.1 to 1.2.3.
- [Release notes](https://github.com/zip-rs/zip2/releases)
- [Changelog](https://github.com/zip-rs/zip2/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zip-rs/zip2/compare/v1.2.1...v1.2.3)
---
updated-dependencies:
- dependency-name: zip
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-05-13 10:06:50 +00:00 |
|
evan-schott
|
7037e8dfd1
|
Add X-Aleo-Leo-<version> header to GET request for leo query
|
2024-05-08 21:40:10 -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 |
|
evan-schott
|
ddcfe3971b
|
allow credits.aleo or credits syntax for program
|
2024-05-07 16:59:58 -07:00 |
|
evan-schott
|
7aba7259e1
|
leo query mempool and leo query peers
|
2024-05-07 15:14:33 -07:00 |
|
d0cd
|
a691b91e4d
|
Merge pull request #27937 from AleoHQ/dependabot/cargo/testnet3/zip-1.2.1
Bump zip from 1.1.4 to 1.2.1
|
2024-05-07 11:11:41 -04:00 |
|
d0cd
|
a4fe0f3c7a
|
Merge pull request #27938 from AleoHQ/dependabot/cargo/testnet3/anyhow-1.0.83
Bump anyhow from 1.0.82 to 1.0.83
|
2024-05-07 11:11:31 -04:00 |
|
d0cd
|
e83280a1f0
|
Merge pull request #27936 from AleoHQ/dependabot/cargo/testnet3/thiserror-1.0.60
Bump thiserror from 1.0.59 to 1.0.60
|
2024-05-07 11:11:02 -04:00 |
|
dependabot[bot]
|
5b3b552f29
|
Bump anyhow from 1.0.82 to 1.0.83
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.82 to 1.0.83.
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](https://github.com/dtolnay/anyhow/compare/1.0.82...1.0.83)
---
updated-dependencies:
- dependency-name: anyhow
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-05-07 10:52:14 +00:00 |
|
dependabot[bot]
|
43ce372e60
|
Bump zip from 1.1.4 to 1.2.1
Bumps [zip](https://github.com/zip-rs/zip2) from 1.1.4 to 1.2.1.
- [Release notes](https://github.com/zip-rs/zip2/releases)
- [Changelog](https://github.com/zip-rs/zip2/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zip-rs/zip2/compare/v1.1.4...v1.2.1)
---
updated-dependencies:
- dependency-name: zip
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-05-07 10:51:47 +00:00 |
|
dependabot[bot]
|
cf365ce268
|
Bump thiserror from 1.0.59 to 1.0.60
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.59 to 1.0.60.
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](https://github.com/dtolnay/thiserror/compare/1.0.59...1.0.60)
---
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-07 10:51:09 +00:00 |
|
evan-schott
|
33fcb1e7eb
|
check aleo names are valid
|
2024-05-06 15:02:07 -07:00 |
|
evan-schott
|
46774633f6
|
rebase
|
2024-05-06 14:46:13 -07:00 |
|
evan-schott
|
764f116afd
|
rebase
|
2024-05-06 14:34:21 -07:00 |
|
evan-schott
|
95e91cf7fc
|
style
|
2024-05-06 14:33:39 -07:00 |
|
evan-schott
|
fab9a23c58
|
Add leo remove CLI tool to remove dependencies
|
2024-05-06 14:33:39 -07:00 |
|
evan-schott
|
b86a881c6a
|
Fixes
|
2024-05-06 14:33:39 -07:00 |
|
evan-schott
|
ba4a434478
|
improve add tool
|
2024-05-06 14:33:37 -07:00 |
|
evan-schott
|
4d03a94463
|
Reformat
|
2024-05-06 14:32:57 -07:00 |
|
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 |
|
d0cd
|
ef99559ce4
|
Merge pull request #27931 from AleoHQ/dependabot/cargo/testnet3/serde-1.0.200
Bump serde from 1.0.199 to 1.0.200
|
2024-05-06 11:26:48 -04:00 |
|
d0cd
|
4e7501982a
|
Merge pull request #27932 from AleoHQ/dependabot/cargo/testnet3/zip-1.1.4
Bump zip from 1.1.3 to 1.1.4
|
2024-05-06 11:26:20 -04:00 |
|
d0cd
|
099548c9a0
|
Merge pull request #27933 from AleoHQ/dependabot/cargo/testnet3/num-traits-0.2.19
Bump num-traits from 0.2.18 to 0.2.19
|
2024-05-06 11:25:58 -04:00 |
|
dependabot[bot]
|
9e830a41bf
|
Bump num-traits from 0.2.18 to 0.2.19
Bumps [num-traits](https://github.com/rust-num/num-traits) from 0.2.18 to 0.2.19.
- [Changelog](https://github.com/rust-num/num-traits/blob/master/RELEASES.md)
- [Commits](https://github.com/rust-num/num-traits/compare/num-traits-0.2.18...num-traits-0.2.19)
---
updated-dependencies:
- dependency-name: num-traits
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-05-06 10:30:34 +00:00 |
|
dependabot[bot]
|
1b1a274f38
|
Bump zip from 1.1.3 to 1.1.4
Bumps [zip](https://github.com/zip-rs/zip2) from 1.1.3 to 1.1.4.
- [Release notes](https://github.com/zip-rs/zip2/releases)
- [Changelog](https://github.com/zip-rs/zip2/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zip-rs/zip2/compare/v1.1.3...v1.1.4)
---
updated-dependencies:
- dependency-name: zip
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-05-06 10:30:10 +00:00 |
|
dependabot[bot]
|
1e68a919c0
|
Bump serde from 1.0.199 to 1.0.200
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.199 to 1.0.200.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.199...v1.0.200)
---
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-02 10:15:09 +00:00 |
|
d0cd
|
29115ed330
|
Merge pull request #27917 from AleoHQ/feat/add-opcodes
[Feat] Add `network.id` and `self.address` opcodes
|
2024-05-01 09:28:13 -04:00 |
|
d0cd
|
ac3f667e19
|
Merge pull request #27929 from AleoHQ/dependabot/cargo/testnet3/zip-1.1.3
Bump zip from 1.1.2 to 1.1.3
|
2024-05-01 09:09:46 -04:00 |
|