-
Notifications
You must be signed in to change notification settings - Fork 37
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 CreateExternal to eam #149
Conversation
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.
Nah, just use CborBytes directly (see what we do for the EVM InvokeContract method)
ok |
done. |
This is a new brand of fruit, it didn't exist last time I dealt with this code. |
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.
Nits but otherwise lgtm.
Co-authored-by: Steven Allen <[email protected]>
Co-authored-by: Steven Allen <[email protected]>
wait a bit, need the method in the top level methods file |
done, this should be ready for merge |
* feat: update state for selfdestruct * EVM: fix method numbers/signatures * add CreateExternal to eam (#149) * add CreateExternal to eam * use CborBytes instead of CreateExternalParams * Update builtin/v10/eam/eam_types.go Co-authored-by: Steven Allen <[email protected]> * Update builtin/v10/eam/methods.go Co-authored-by: Steven Allen <[email protected]> * add CreateExternal to eam method list Co-authored-by: Steven Allen <[email protected]> * make gen for CreateExternalReturn (#150) * Fix copypasta Co-authored-by: vyzo <[email protected]> Co-authored-by: Aayush Rajasekaran <[email protected]>
For changes in filecoin-project/builtin-actors#1032
See filecoin-project/ref-fvm#1434