-
Notifications
You must be signed in to change notification settings - Fork 240
Integrate oracles result handling #3850
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: spr/master/30d7f8cd
Are you sure you want to change the base?
Conversation
crates/cheatnet/src/runtime_extensions/forge_runtime_extension/mod.rs
Outdated
Show resolved
Hide resolved
20301a1 to
739b6a0
Compare
5be308b to
2fb1cab
Compare
| StarknetApi(#[from] StarknetApiError), | ||
| #[error("Failed to parse {path} file")] | ||
| FileParsing { path: String }, | ||
| #[error("{error}")] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is the conversion chain ByteArray -> String -> ByteArray a noop? It would be better to just have impl From<EnhancedHintError> for ByteArray at this point imo since this is what happens here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's noop, or at least it should be. I'll try what you've suggested
2fb1cab to
5f1378b
Compare
739b6a0 to
5d0a998
Compare
5d0a998 to
b951f65
Compare
5f1378b to
61e2887
Compare
b951f65 to
90f3cb8
Compare
b6dbc2c to
7a5f8b2
Compare
90f3cb8 to
6f0e601
Compare
6f0e601 to
5ab7232
Compare
commit-id:17bfed5d
5ab7232 to
a18b3d3
Compare
Stack:
RawFeltVec#3849