-
Notifications
You must be signed in to change notification settings - Fork 83
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
Improve debuggability of exported method numbers. #980
Comments
Hey @Stebalien is it ok if I start working on this? |
Sure! If you have an idea of how to solve it. The only thing I can think of is to auto-generate documentation. |
Can you elaborate on the issue I'm new to the repo and trying to understand the code base. If you have any insights that might help! |
Basically, "exported" methods are assigned method numbers according to FIP-0042. Unfortunately, that means that, if someone sees a message with the method number The goal of this issue is to provide some form of auto-generated documentation that maps these method numbers back to their method names. Probably by auto-generating some form of json document that can then be imported into the main Filecoin documentation. However, this is a pretty open-ended project, isn't very well defined, and is probably not very approachable for newcomers. I'm not sure why it was tagged as a good first issue, but I've removed that label. |
For example, there's no easy way to figure out what method 2280458852 on the market actor is.
The text was updated successfully, but these errors were encountered: