-
Notifications
You must be signed in to change notification settings - Fork 4.1k
docs: sync module interfaces with actual code #25656
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
Conversation
|
Can you share your methodology for this? |
|
Opened README files in x/ modules, then grep'd for the actual interface definitions in keeper/.go and types/.go. When the signatures didn't match — wrong context type, missing methods, etc — I updated the docs to match what's actually in the code. |
|
Could you add a script that helps us do that so that we can repeat this process in the future? |
|
Sorry, spent some time on this but the results were too noisy to be useful. Probably better to keep it manual for now. |
Changes: