-
Notifications
You must be signed in to change notification settings - Fork 48
Implement QM31 libfuncs #1429
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Implement QM31 libfuncs #1429
Changes from 61 commits
14ea8e3
825225e
74b2797
af9f37b
f6a0c9f
3b4340f
a6e9dd4
e7b3850
9d7f395
e9a1335
afa4a4f
8a1c16e
61db908
4ada9d7
7a9b3d7
fd1a8a0
ce05b18
2af7a8e
8f0eda8
844c623
08087bd
ba78b1f
a130923
8c302fd
1d86a02
bcfbe4b
9321093
8b72c71
7d302a8
73847b0
6f070ae
f0b6d56
5f5687a
a54d257
d86684b
2ec1830
d13b8b7
0b9ac9d
b8e234b
760d5fd
78c2bbb
5575223
28828c5
611fd6a
00d8eb9
c5bb477
108e2b3
a9669fd
868918c
690e9cc
3cd1ff4
9846975
798033b
8fa7638
1ea5f87
1375c60
8564423
78fd6a0
22a81fd
b91ccb5
8096265
79f5716
2e551c4
c381ec0
173a1f1
a19285a
14a2ba6
470c2c3
ece346a
8a7fcda
7030a3c
fd149db
15b85f2
daccb07
c41ad6f
5a1489e
b7b0bd0
da3ed95
62593b4
8504fa7
714a33c
d6d8ff8
d62463f
9cfb633
d12910d
b030f5e
40c8a43
3a2bcaa
3b165de
d7454bf
410c29a
cf81a58
6b5e32e
d01a0c9
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -433,6 +433,12 @@ fn parse_result( | |
| registry, | ||
| true, | ||
| )?), | ||
| CoreTypeConcrete::QM31(_) => Ok(Value::from_ptr( | ||
| return_ptr.to_native_assert_error("return pointer should be valid")?, | ||
| type_id, | ||
| registry, | ||
| true, | ||
| )?), | ||
|
||
| CoreTypeConcrete::Felt252(_) | ||
| | CoreTypeConcrete::Starknet( | ||
| StarknetTypeConcrete::ClassHash(_) | ||
|
|
@@ -675,7 +681,6 @@ fn parse_result( | |
| // 2.11.1 | ||
| CoreTypeConcrete::Blake(_) => native_panic!("blake not yet implemented as results"), | ||
| // 2.12.0 | ||
| CoreTypeConcrete::QM31(_) => native_panic!("qm31 not yet implemented as results"), | ||
| CoreTypeConcrete::GasReserve(_) => { | ||
| native_panic!("gas reserve not yet implemented as results") | ||
| } | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.