Commit Graph

7010 Commits

Author SHA1 Message Date
evan-schott
760fc3cdba regen 2024-04-23 14:24:08 -07:00
evan-schott
7f03816918 fmt 2024-04-23 14:19:28 -07:00
evan-schott
1e0afc20c1 Passing network.id test 2024-04-23 14:19:09 -07:00
evan-schott
5a060a4254 support for network.id 2024-04-22 18:34:31 -07:00
evan-schott
3b3d4b4c26 add tests 2024-04-22 18:33:28 -07:00
evan-schott
dda608f484 Add support for program address literals (ex: hello.aleo) & self.address 2024-04-22 18:18:48 -07:00
d0cd
1d9197f498
Merge pull request #27911 from AleoHQ/dependabot/cargo/testnet3/serial_test-3.1.0
Bump serial_test from 3.0.0 to 3.1.0
2024-04-22 15:19:02 -07:00
evan-schott
f93d77b9de Fix bug where return self.caller caused panic 2024-04-22 13:23:55 -07:00
d0cd
191b1f30f4
Merge pull request #27910 from AleoHQ/dependabot/cargo/testnet3/reqwest-0.12.4
Bump reqwest from 0.12.3 to 0.12.4
2024-04-22 10:00:37 -07:00
dependabot[bot]
5ca93003a8
Bump serial_test from 3.0.0 to 3.1.0
Bumps [serial_test](https://github.com/palfrey/serial_test) from 3.0.0 to 3.1.0.
- [Release notes](https://github.com/palfrey/serial_test/releases)
- [Commits](https://github.com/palfrey/serial_test/compare/v3.0.0...v3.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-22 16:57:12 +00:00
d0cd
6e7bc8a249
Merge pull request #27909 from AleoHQ/dependabot/cargo/testnet3/zip-1.1.1
Bump zip from 0.6.6 to 1.1.1
2024-04-22 09:56:21 -07:00
d0cd
d8e1a1a5ba
Merge pull request #27908 from AleoHQ/dependabot/cargo/testnet3/thiserror-1.0.59
Bump thiserror from 1.0.58 to 1.0.59
2024-04-22 09:55:49 -07:00
dependabot[bot]
0697abb177
Bump reqwest from 0.12.3 to 0.12.4
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.12.3 to 0.12.4.
- [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.3...v0.12.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-22 10:54:20 +00:00
dependabot[bot]
5ab3d900fa
Bump zip from 0.6.6 to 1.1.1
Bumps [zip](https://github.com/Pr0methean/zip) from 0.6.6 to 1.1.1.
- [Changelog](https://github.com/Pr0methean/zip/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Pr0methean/zip/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-22 10:54:04 +00:00
dependabot[bot]
b8ea1f60f5
Bump thiserror from 1.0.58 to 1.0.59
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.58 to 1.0.59.
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](https://github.com/dtolnay/thiserror/compare/1.0.58...1.0.59)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-22 10:53:44 +00:00
d0cd
32be479a20
Merge pull request #27906 from AleoHQ/dependabot/cargo/rustls-0.22.4
Bump rustls from 0.22.3 to 0.22.4
2024-04-21 20:06:48 -07:00
dependabot[bot]
36a5c38e51
Bump rustls from 0.22.3 to 0.22.4
Bumps [rustls](https://github.com/rustls/rustls) from 0.22.3 to 0.22.4.
- [Release notes](https://github.com/rustls/rustls/releases)
- [Changelog](https://github.com/rustls/rustls/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rustls/rustls/compare/v/0.22.3...v/0.22.4)

---
updated-dependencies:
- dependency-name: rustls
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-19 19:51:16 +00:00
d0cd
b44cd04747
Merge pull request #27903 from AleoHQ/feat/branch-in-finalize
[Feature] Conditional execution in finalize.
2024-04-19 06:15:58 -07:00
Pranav Gaddamadugu
efd12d5b09 Update codegen to include depth on positions 2024-04-18 20:36:38 -07:00
Pranav Gaddamadugu
3de4d9ec27 Remove debug print 2024-04-18 20:31:00 -07:00
Pranav Gaddamadugu
0eae4f07a1 Update tests; regen expectations 2024-04-18 20:31:00 -07:00
Pranav Gaddamadugu
eb18118b3f Update codegen, fix compiler 2024-04-18 18:21:33 -07:00
Pranav Gaddamadugu
0b07ea6a35 Allow ConditionalStatements in finalize in Destructuring and Flattening 2024-04-18 18:21:02 -07:00
Pranav Gaddamadugu
b419dfdce4 Clippy 2024-04-18 18:20:14 -07:00
Pranav Gaddamadugu
781d7a816a Fix and add test 2024-04-18 18:20:14 -07:00
Pranav Gaddamadugu
c4ceeb0369 Add check in TYC 2024-04-18 18:19:36 -07:00
Pranav Gaddamadugu
4ec7fff552 Add lookup_variable_in_current_scope to SymbolTable 2024-04-18 18:19:36 -07:00
Pranav Gaddamadugu
19a3620590 Add error 2024-04-18 18:19:36 -07:00
d0cd
95ee4a4133
Merge pull request #27902 from AleoHQ/fix/external-struct
[Fix] External struct equality
2024-04-18 16:08:14 -07:00
evan-schott
88b57bec35 Regen + clippy 2024-04-18 14:16:55 -07:00
evan-schott
79e05c7131 fixes pt 2 2024-04-18 10:24:19 -07:00
evan-schott
30cbed0e98 fixes 2024-04-17 17:25:45 -07:00
d0cd
57b612b8af
Merge pull request #27904 from AleoHQ/dependabot/cargo/testnet3/serde-1.0.198
Bump serde from 1.0.197 to 1.0.198
2024-04-17 09:35:50 -07:00
dependabot[bot]
2b8676e7cf
Bump serde from 1.0.197 to 1.0.198
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.197 to 1.0.198.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.197...v1.0.198)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-17 10:57:52 +00:00
evan-schott
313add0493 regen parser exp 2024-04-16 16:06:33 -07:00
evan-schott
e7fa88cfe4 new double nested external records test 2024-04-16 15:16:53 -07:00
evan-schott
1f6e39aaec Bug fix: double nested imported structs reporting wrong program of origin 2024-04-16 14:57:55 -07:00
evan-schott
b95c5d544f proper formatting of external records (plus test) 2024-04-16 13:59:13 -07:00
d0cd
13b29db4db
Merge pull request #27794 from AleoHQ/feat/futures
Feat/futures
2024-04-16 13:16:40 -07:00
evan-schott
32aedaba45 Remove RUST_BACKTRACE from CI 2024-04-16 11:55:10 -07:00
evan-schott
0db786c3e1 Remove .record 2024-04-16 11:53:19 -07:00
evan-schott
27ef7e5cd0 Add tests 2024-04-15 18:38:03 -07:00
evan-schott
c296f61f2f Refactor ST to account for fact that local records can have program None 2024-04-15 18:35:30 -07:00
evan-schott
0a4e5b3642 Prevent duplicate definitions of external structs from being written 2024-04-15 18:33:49 -07:00
evan-schott
e9c996f774 Refactor: all structs parsed as having None program 2024-04-15 18:32:12 -07:00
evan-schott
5f32d736ca Refactor: remove external 2024-04-15 18:31:10 -07:00
Pranav Gaddamadugu
d8216a4d6e Regen expectations 2024-04-13 10:49:32 -07:00
evan-schott
004484b58c refactor ntzseals 2024-04-11 14:19:08 -07:00
evan-schott
71c39b5c31 update expectations 2024-04-11 12:02:09 -07:00
evan-schott
e6ba5069dc Fix suggestions 2024-04-10 16:11:51 -07:00