Commit Graph

5333 Commits

Author SHA1 Message Date
Collin Chin
716633a740
Merge pull request #2083 from AleoHQ/doc-fixes
[examples] Some doc fixes.
2022-09-21 15:19:16 -07:00
Collin Chin
efd4de44fa
Merge pull request #2082 from AleoHQ/example/update-readmes
Update READMEs for example.
2022-09-21 15:17:58 -07:00
collin
8be9c1fdb3 fix battleship readme - does not change any code 2022-09-21 15:05:21 -07:00
Collin Chin
9b9c494932
Merge pull request #2088 from AleoHQ/feat/async-on-finalize-statement
Requires async keyword before finalize statement.
2022-09-21 14:41:56 -07:00
Alessandro Coglio
4002ad8215 Merge with testnet3. 2022-09-21 13:33:56 -07:00
Pranav Gaddamadugu
bf50384dd5 Update examples to use async before finalize 2022-09-21 13:23:24 -07:00
Pranav Gaddamadugu
7a859e7b63 Regen test expectations 2022-09-21 13:18:50 -07:00
Pranav Gaddamadugu
0a481e543e Parse async, require it to precede finalize 2022-09-21 13:18:36 -07:00
Collin Chin
dac17f3768
Merge pull request #2087 from AleoHQ/fix/cli-output
fix newline
2022-09-21 13:11:16 -07:00
collin
75fd93ebf0 fix newline 2022-09-21 13:08:55 -07:00
Pranav Gaddamadugu
0782c03bf9 Lex async token 2022-09-21 12:20:05 -07:00
Pranav Gaddamadugu
2abfe06c9d Add async token 2022-09-21 12:19:44 -07:00
Pranav Gaddamadugu
72c012f4c2 Add async symbol 2022-09-21 12:19:06 -07:00
Howard Wu
a689cc1bac
Merge pull request #2084 from AleoHQ/fix/cli-output
refactor cli output
2022-09-21 14:15:31 +02:00
dependabot[bot]
35c7f37ded
Bump itertools from 0.10.4 to 0.10.5
Bumps [itertools](https://github.com/rust-itertools/itertools) from 0.10.4 to 0.10.5.
- [Release notes](https://github.com/rust-itertools/itertools/releases)
- [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-itertools/itertools/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-21 10:19:41 +00:00
dependabot[bot]
b2b459825b
Bump reqwest from 0.11.11 to 0.11.12
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.11 to 0.11.12.
- [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.11...v0.11.12)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-21 10:19:35 +00:00
collin
0137f4caa7 add newlines 2022-09-21 03:16:47 -07:00
collin
4c0e99a73d refactor cli output 2022-09-21 02:56:45 -07:00
Collin Chin
b3aad45164
Merge pull request #2081 from AleoHQ/feat/battleship
Commit battleship example
2022-09-21 00:36:21 -07:00
collin
0ce3fcd966 commit bash script 2022-09-21 00:09:40 -07:00
Alessandro Coglio
2419408444 [examples] Some doc fixes. 2022-09-21 00:07:10 -07:00
collin
75e90c4eaa fully working with correct readme 2022-09-20 23:50:27 -07:00
Pranav Gaddamadugu
ad93709036 Update 2022-09-20 23:45:44 -07:00
Pranav Gaddamadugu
67aeaa3412 Update docs 2022-09-20 23:32:12 -07:00
collin
bdaf486604 fix bug and regen tests 2022-09-20 22:05:49 -07:00
collin
2cd1ec82ba remove unused code 2022-09-20 21:59:53 -07:00
Pranav Gaddamadugu
f7b5e213e6 Battleship example compiles 2022-09-20 21:45:16 -07:00
Pranav Gaddamadugu
8f5e779a6a Compiler builds 2022-09-20 20:29:59 -07:00
Pranav Gaddamadugu
975677f832 WIP docs 2022-09-20 19:20:22 -07:00
collin
48530523d9 wip need to finish external inputs 2022-09-20 18:26:22 -07:00
collin
368d4c530c push code to parse returning external records + battleship example 2022-09-20 17:17:43 -07:00
collin
0a86a05d20 push code to parse external calls 2022-09-20 13:58:52 -07:00
Pranav Gaddamadugu
91a2137136 Update docs for auction example 2022-09-20 13:00:14 -07:00
Pranav Gaddamadugu
48cb481d73 Update README for tictactoe 2022-09-20 11:52:21 -07:00
Collin Chin
47c00c30c6
Merge pull request #2080 from AleoHQ/fix/flaky-ci
Fix/flaky ci
2022-09-20 11:16:16 -07:00
collin
0e17e994f8 run leo build in leo-new.sh script 2022-09-20 10:52:29 -07:00
collin
b2550b556f remove import_point example - will add after imports stabilized 2022-09-20 10:46:58 -07:00
Collin Chin
93307b1446
Merge pull request #2075 from AleoHQ/example/vote
Commit vote example
2022-09-20 10:40:29 -07:00
Collin Chin
7501130e52
Merge pull request #2076 from AleoHQ/example/auction
Update auction example.
2022-09-20 10:39:58 -07:00
Collin Chin
19e9744158
Merge pull request #2079 from AleoHQ/example/broken_bank
Add `broken_bank` example.
2022-09-20 10:39:08 -07:00
Pranav Gaddamadugu
ff9945860f Update CI 2022-09-20 08:38:05 -07:00
Pranav Gaddamadugu
5b0a3f20d4 Add broken_bank example 2022-09-20 08:36:30 -07:00
collin
edb3a090e2 update readme 2022-09-20 00:09:14 -07:00
Collin Chin
c3df4a4ba1
Merge pull request #2077 from AleoHQ/example/tictactoe
Update tictactoe example.
2022-09-19 23:57:09 -07:00
Pranav Gaddamadugu
8bf52dd1f4 Update CI 2022-09-19 19:32:31 -07:00
Pranav Gaddamadugu
cc61c4448f Update tictactoe example 2022-09-19 19:30:11 -07:00
Pranav Gaddamadugu
f45a248194 Update CI 2022-09-19 18:59:33 -07:00
Pranav Gaddamadugu
66c90e622e Update auction example 2022-09-19 18:56:06 -07:00
Collin Chin
c15ddbacc2
Merge pull request #2074 from AleoHQ/abnf-line-comments
[ABNF] Improve a rule name.
2022-09-19 18:29:48 -07:00
collin
8b83e35c4e commit bash script 2022-09-19 18:29:00 -07:00