-
Notifications
You must be signed in to change notification settings - Fork 13
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
Marketplace pallet data is incorrect #297
Comments
@sacha-l I've switched to fetch the data from production API endpoint: If not we need to check with @stiiifff who built the backend. |
I don't think this has fixed the issue. The link is still the same on the The example issue link returns a 404: https://docs.rs/pallet-assets/latest/pallet_assets/trait.Trait.html It seems like it could be a mistyped variable as e.g. It seems that many other links are broken in the body content too. For example on the |
I think I know what the problem is, can you open an issue on the marketplace backend's repo, I'll take a look when I have a bit of bandwidth. |
Great - thanks @stiiifff. Just opened an issue there. My high level understanding of the issue is that its pulling from crates.io which has outdated version published (for example, https://crates.io/crates/pallet-identity) where really it should be getting all the info from the READMEs in FRAME's master branch. Until we figure out FRAME pallet releases on crates.io.. 😅 |
@sacha-l yeah indeed, I think I was a bit too optimistic about seeing official releases landing on crates when I wrote that code. Also, I wanted to avoid if possible the whole Markdown -> HTML formatting / rendering class of issues. |
It looks like the pallet READMEs on Marketplace aren't pulling from the right source.
For example, pallet-identity has the link
identity::Trait
which isn't the right information as written in the source code.It looks like this is the case for all the FRAME pallets listed.
The text was updated successfully, but these errors were encountered: