Skip to content
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

Allow VM to register custom actors in VM #646

Closed
austinabell opened this issue Aug 24, 2020 · 0 comments
Closed

Allow VM to register custom actors in VM #646

austinabell opened this issue Aug 24, 2020 · 0 comments
Assignees

Comments

@austinabell
Copy link
Contributor

Task summary

Code is setup to match on the cid to dispatch to builtin actors, and this will not change but something should be added to the vm structure such as a HashMap to allow registering other actors to check after the builtin match (not all should be in a hashmap to avoid having to lookup in that hashmap for builtin successful calls.

This is just used for test vectors to allow the vm to register puppet actor (#566) and chaos actor (#640)

Specification reference

Other information and links

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants