You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Method ContractClass::extract_sierra_program returns an error of type Felt252SerdeError. This error enum is private which prevents nice integration with thiserror crate and the error module.
At the moment the value returned by extract_sierra_program is just unwrapped which may lead to panic (though low probability because it doesn't depend on user inserted data).
Proper fix requires changes to the crate cairo-lang-starknet-classes.
The text was updated successfully, but these errors were encountered:
Method
ContractClass::extract_sierra_program
returns an error of typeFelt252SerdeError
. This error enum is private which prevents nice integration withthiserror
crate and theerror
module.At the moment the value returned by
extract_sierra_program
is just unwrapped which may lead to panic (though low probability because it doesn't depend on user inserted data).Proper fix requires changes to the crate
cairo-lang-starknet-classes
.The text was updated successfully, but these errors were encountered: