Skip to content
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

0.4.2 Documentation is outdated #240

Open
Sam2much96 opened this issue Oct 16, 2024 · 1 comment
Open

0.4.2 Documentation is outdated #240

Sam2much96 opened this issue Oct 16, 2024 · 1 comment

Comments

@Sam2much96
Copy link

Sam2much96 commented Oct 16, 2024

Describe the bug

  • version 0.4.2 Docs.rs is outdated and does not reflect recent changes in the latest bleeding edge branch and there's no warning for this.

  • There's no documentation for algonaut_algod module

Additional context
I Get This error when trying to compile v0.4.2. Comparing the documentation with the source code, the function or class name is slightly changed and this isn't reflected in the docs
error[E0433]: failed to resolve: could not find algod in algonaut_model
--> core/src/core.rs:6:21
|
6 | use algonaut_model::algod::v2::PendingTransaction;
| ^^^^^ could not find algod in algonaut_model

There should be a warning for that for downstream users to check the repo instead first if cargo fails to find some modules.

@manuelmauro
Copy link
Owner

Thank you! Feel free to create a PR for this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants