collin
378aed5f54
fix error
2022-08-23 18:35:20 +02:00
collin
1c1ba713a6
cargo fmt
2022-08-23 17:45:46 +02:00
collin
aa90b208bf
Update deps and fix node command
2022-08-23 17:43:20 +02:00
collin
ca408d5fc8
add node command
2022-08-23 17:22:19 +02:00
Collin Chin
fb846c86f1
Merge pull request #2033 from swift-mx/testnet3
...
fix: Missing line break
2022-08-23 16:52:16 +02:00
mx
a539be5231
fix: Missing line break
2022-08-23 18:11:12 +08:00
Collin Chin
5021c7e94f
Merge pull request #2026 from AleoHQ/feat/cli-input-for-leo-run
...
Enables inputs via CLI
2022-08-19 09:30:37 -07:00
Pranav Gaddamadugu
b061a4a96c
Fmt
2022-08-18 18:01:22 -07:00
Pranav Gaddamadugu
6d2fe70ecc
Better help
2022-08-18 17:58:01 -07:00
Pranav Gaddamadugu
a05f22980e
Add support for CLI inputs
2022-08-18 17:51:11 -07:00
Pranav Gaddamadugu
74710ac259
Remove unused CLI options
2022-08-18 17:31:52 -07:00
d0cd
4c0aed8718
Merge pull request #2020 from AleoHQ/feat/ssa-simplify-expressions
...
[Improvement] SSA simplifies expressions in assignment statements
2022-08-18 16:29:04 -07:00
d0cd
297128af6d
Merge pull request #2024 from AleoHQ/abnf-console
...
[ABNF] Revise console statements.
2022-08-18 16:28:29 -07:00
Pranav Gaddamadugu
eb4ee1428c
Cleanup out dated docs
2022-08-18 15:45:30 -07:00
Pranav Gaddamadugu
0936771fb4
Fmt
2022-08-18 11:20:36 -07:00
Pranav Gaddamadugu
b43d8b318f
Add and regen tests
2022-08-18 11:16:03 -07:00
Pranav Gaddamadugu
8af67e5242
Fix early record return in SSA
2022-08-18 11:15:27 -07:00
Pranav Gaddamadugu
934df150e3
Fmt
2022-08-18 09:22:20 -07:00
Pranav Gaddamadugu
094c54a20d
Fix SSA for console statements
2022-08-18 09:17:09 -07:00
Alessandro Coglio
eab2e4466d
[ABNF] Revise console statements.
...
Add `console.assert_eq` and `console.assert_neq`.
Remove `console.log` and `console.error`.
Remove the format string grammar, since it was only used for console print
calls, which have been removed.
This matches #2023 .
2022-08-17 21:45:40 -07:00
Pranav Gaddamadugu
a39ab9f77f
Cleanup
2022-08-17 17:03:30 -07:00
Pranav Gaddamadugu
a2795baed8
Fmt & clippy
2022-08-17 17:03:30 -07:00
Pranav Gaddamadugu
5b732a33be
Regen tests
2022-08-17 17:03:30 -07:00
Pranav Gaddamadugu
8c8aacfbd8
Cleanup
2022-08-17 17:01:29 -07:00
Pranav Gaddamadugu
f109241ee4
Redesign SSA pass to use Consumer trait
2022-08-17 17:01:29 -07:00
Pranav Gaddamadugu
1e39f36ddf
Introduces Consumer trait
2022-08-17 17:01:29 -07:00
Collin Chin
7f37b2f3d8
Merge pull request #2023 from AleoHQ/feat/asserts
...
[Feature] Asserts
2022-08-17 16:36:39 -07:00
Pranav Gaddamadugu
1d2cddbc7c
Fmt
2022-08-17 16:22:13 -07:00
Pranav Gaddamadugu
7278a5bf39
Regen expectations
2022-08-17 16:03:57 -07:00
Pranav Gaddamadugu
4095173e7c
Cleanup
2022-08-17 15:48:54 -07:00
Pranav Gaddamadugu
374b8f35f9
Fix comment
2022-08-17 15:36:07 -07:00
d0cd
a4f8043db7
Merge pull request #2022 from AleoHQ/dependabot/cargo/testnet3/anyhow-1.0.62
...
Bump anyhow from 1.0.61 to 1.0.62
2022-08-17 15:33:42 -07:00
Pranav Gaddamadugu
4c658f7b01
Regen test expectations
2022-08-17 15:27:33 -07:00
Pranav Gaddamadugu
615cc61e9e
Add console.assert
2022-08-17 15:27:11 -07:00
Pranav Gaddamadugu
1d55322276
Update parser and typechecker
2022-08-17 14:42:42 -07:00
Pranav Gaddamadugu
545a77b09b
Remove unnecesary console functions; add assert_eq and assert_neq
2022-08-17 14:42:06 -07:00
dependabot[bot]
c972791284
Bump anyhow from 1.0.61 to 1.0.62
...
Bumps [anyhow](https://github.com/dtolnay/anyhow ) from 1.0.61 to 1.0.62.
- [Release notes](https://github.com/dtolnay/anyhow/releases )
- [Commits](https://github.com/dtolnay/anyhow/compare/1.0.61...1.0.62 )
---
updated-dependencies:
- dependency-name: anyhow
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-08-17 10:15:37 +00:00
Collin Chin
1370c4a91c
Merge pull request #2019 from AleoHQ/feat/ped-commit
...
Implement ped64 and ped128 commit operators
2022-08-15 22:27:03 -07:00
collin
0c3342f151
Merge branch 'testnet3' of github.com:AleoHQ/leo into feat/ped-commit
2022-08-15 22:11:21 -07:00
Collin Chin
377efb9c6c
Merge pull request #2015 from AleoHQ/fix/nested-records
...
Check for Nested Record
2022-08-15 22:08:08 -07:00
collin
fbf0a0aea9
merge testnet3
2022-08-15 21:45:25 -07:00
collin
6b7c38cc4d
merge testnet3
2022-08-15 16:10:51 -07:00
Collin Chin
4d18031228
Merge pull request #2014 from AleoHQ/fix/error-on-unrecognized-type
...
Check for Unrecognized Type
2022-08-15 15:16:23 -07:00
Collin Chin
edf48ad7e0
Merge pull request #2002 from AleoHQ/feat/preprocess-negative-literals
...
Preprocess Negative Literals
2022-08-15 15:14:06 -07:00
collin
99c4676593
update rev and update tests
2022-08-15 12:05:52 -07:00
collin
a5b6557460
add ped64 ped128 tests
2022-08-15 11:56:17 -07:00
collin
71b7d10efe
uncomment ped64 ped128 code
2022-08-15 11:47:23 -07:00
d0cd
541209a92c
Merge pull request #1997 from AleoHQ/example-twoadicity
...
[examples] twoadicity: number of factors of two in field value
2022-08-15 08:52:10 -07:00
d0cd
3666bb7db0
Merge pull request #2017 from AleoHQ/dependabot/cargo/testnet3/clap-3.2.17
...
Bump clap from 3.2.16 to 3.2.17
2022-08-15 08:51:00 -07:00
dependabot[bot]
322fd1ab54
Bump clap from 3.2.16 to 3.2.17
...
Bumps [clap](https://github.com/clap-rs/clap ) from 3.2.16 to 3.2.17.
- [Release notes](https://github.com/clap-rs/clap/releases )
- [Changelog](https://github.com/clap-rs/clap/blob/v3.2.17/CHANGELOG.md )
- [Commits](https://github.com/clap-rs/clap/compare/v3.2.16...v3.2.17 )
---
updated-dependencies:
- dependency-name: clap
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-08-15 10:15:19 +00:00