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
Similar to how we have .create and .create2 address calculations we should add .create_eof that would create new address for eofcreate instruction. Salt is B256
@0xriazaka have bumped the snipped, had one bug there it should be buffer[13..33].copy_from_slice(address.as_ref()); and not buffer[13..].copy_from_slice(address.as_ref());
Component
primitives
Describe the feature you would like
Similar to how we have
.create
and.create2
address calculations we should add.create_eof
that would create new address for eofcreate instruction. Salt isB256
Code for it is:
Additional context
No response
The text was updated successfully, but these errors were encountered: