manuelmauro / algonaut

A rusty sdk for Algorand.
MIT License
64 stars 37 forks source link

0.4.2 Documentation is outdated #240

Open Sam2much96 opened 2 weeks ago

Sam2much96 commented 2 weeks ago

Describe the bug

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 commented 1 week ago

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