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

feat: actors: Implement datacap actor #70

Merged
merged 3 commits into from
Sep 21, 2022
Merged

Conversation

geoff-vball
Copy link
Contributor

@jennijuju jennijuju linked an issue Sep 19, 2022 that may be closed by this pull request
Copy link
Contributor

@arajasek arajasek left a comment

Choose a reason for hiding this comment

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

Can we integrate this into Lotus in a draft PR too? It looks mostly correct, but I suspect there might be dragons that we might as well slay before merging.

@@ -217,6 +217,11 @@ func main() {
panic(err)
}

if err := gen.WriteTupleEncodersToFile("./builtin/v9/datacap/cbor_gen.go", "datacap"); // TODO
Copy link
Contributor

Choose a reason for hiding this comment

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

TODO needs resolution

@arajasek arajasek merged commit 60676bd into master Sep 21, 2022
@arajasek arajasek deleted the gstuart/datacap-actor branch September 21, 2022 19:33
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.

Install the datacap token actor
2 participants