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
We want the output of the lily chain actor-codes command in a database table somewhere. Perhaps this could be a part of the migrate command.
lily chain actor-codes
migrate
Here is where the information is currently collected for CLI inspection: https://github.com/filecoin-project/lily/blob/master/commands/chain.go#L47
The text was updated successfully, but these errors were encountered:
We need to have a table produced from builtin actors that map from actor versions to CIDs.
A table that looks like below:
I.e.:
cid string code string
Sorry, something went wrong.
note: no need to make a migration since this should not be required for somebody to operate a lily node?
kasteph
Terryhung
Successfully merging a pull request may close this issue.
Description
We want the output of the
lily chain actor-codes
command in a database table somewhere. Perhaps this could be a part of themigrate
command.Acceptance criteria
Where to begin
Here is where the information is currently collected for CLI inspection: https://github.com/filecoin-project/lily/blob/master/commands/chain.go#L47
The text was updated successfully, but these errors were encountered: