We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
These are currently unimplemented for the 4 new actors: https://github.com/filecoin-project/builtin-actors/blob/next/state/src/check.rs#L223-L226. For actors where no state check is possible, explicitly say so in a comment.
Also examine the init actor's state check for any necessary updates.
The text was updated successfully, but these errors were encountered:
Note that Lotus has already implemented some of these in Go in order to sanity check the nv18 changes: https://github.com/filecoin-project/go-state-types/tree/master/builtin/v10.
Sorry, something went wrong.
is this still needded?
If they're not done yet, yes.
No branches or pull requests
These are currently unimplemented for the 4 new actors: https://github.com/filecoin-project/builtin-actors/blob/next/state/src/check.rs#L223-L226. For actors where no state check is possible, explicitly say so in a comment.
Also examine the init actor's state check for any necessary updates.
The text was updated successfully, but these errors were encountered: