-
Notifications
You must be signed in to change notification settings - Fork 12
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
Add is_account_empty #50
base: master
Are you sure you want to change the base?
Conversation
I like that idea. Please have a look at how I've updated |
64ec5a7
to
0f92c10
Compare
|
||
mod native { | ||
extern "C" { | ||
pub fn experimental_isAccountEmpty(addressOffset: *const u32) -> u32; |
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.
Should this be under experimental
namespace in the EEI? I think this particular one is under ethereum
, just this whole file would collect the non-final methods.
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.
Please document the file.
Related: ewasm/design#138, axic/runevm#18, ewasm/hera#539
Alternatively this method could be added as part of an "experimental" namespace.