-
Notifications
You must be signed in to change notification settings - Fork 15
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
feat: generic create #541
base: main
Are you sure you want to change the base?
feat: generic create #541
Conversation
eaaaaf7
to
cb92209
Compare
tempvar child_evm = Evm(child_evm_); | ||
|
||
// Note: we just returned `0` which, when casted into an EthereumException, | ||
// is made into an object with value `0` instead of being a null ptr |
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.
what is the difference?
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.
let ok = cast(0, EthereumException*);
return ok;
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.
im not sure yet, this is just based on current observations that might still be bugged, this is not done
Closes #538