-
Notifications
You must be signed in to change notification settings - Fork 14
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
Minor update #225
base: master
Are you sure you want to change the base?
Minor update #225
Conversation
Thanks for getting this started @vinhloc30796 ❤️. You can now rebase this onto master, the changes this was based on have merged. |
Here are some ideas for the layout for message number to method name mapping:: Miner ActorCodes
Methods
Account ActorCodes// TODO Methods
Cron ActorCodes// TODO Methods
Init ActorCodes// TODO Methods
Market ActorCodes// TODO Methods
Multisig ActorCodes// TODO MethodsPaych ActorCodes// TODO MethodsPower ActorCodes// TODO MethodsReward ActorCodes// TODO MethodsSystem ActorCodes// TODO MethodsVerifreg ActorCodes// TODO Methods |
You could put the details from the above on its own page and link to it from the Message section of the page: https://lilium.sh/data/chain/#messages If you want to automate printing the actor codes here is some prior art: https://github.com/frrist/print-actor-versions/blob/main/main.go (its very incomplete, but gives a general idea of the packages to import and things to call. Feel free to copy and paste the code wherever you need it.) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for reviewing/updating. 🙏
@vinhloc30796 please don't merge this until conflicts are addressed and a second round of review is had |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
see comment about conflicts
@frrist I couldn't find out a good way to get v8 & v9's code from https://github.com/filecoin-project/go-state-types - but made a best attempt so far. Will send in another PR on your other go script |
Add short description to guide how to find mapping between method name to method number