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

Hyperspace nv20 / av12 #159

Merged
merged 8 commits into from
Feb 13, 2023
Merged

Hyperspace nv20 / av12 #159

merged 8 commits into from
Feb 13, 2023

Conversation

raulk
Copy link
Member

@raulk raulk commented Feb 10, 2023

This adds the state and interface types for actors. The commit log is self-descriptive.

var Methods = map[abi.MethodNum]builtin.MethodMeta{
1: {"Constructor", *new(func(*ConstructorParams) *abi.EmptyValue)}, // Constructor
2: {"Exec", *new(func(*ExecParams) *ExecReturn)}, // Exec
// TODO Are we exporting Exec4
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Drop this TODO -- we're not.

@raulk raulk merged commit 59a688c into ntwk/hyperspace Feb 13, 2023
@raulk raulk deleted the raulk/nv20-av12 branch February 13, 2023 15:38
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

Successfully merging this pull request may close these issues.

2 participants