-
Notifications
You must be signed in to change notification settings - Fork 58
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
feat: massive cleanup of autonomi API repo structure #2647
Conversation
grumbach
commented
Jan 21, 2025
- The 4 datatypes are now easy to find
- Error types are where they should be
- The high level data types are in they separate module
let lock_guard = wallet.lock().await; | ||
debug!("Locked wallet"); | ||
|
||
// TODO: the error might contain some succeeded quote payments as well. These should be returned on err, so that they can be skipped when retrying. |
Check notice
Code scanning / devskim
A "TODO" or similar was left in source code, possibly indicating incomplete functionality Note
debug!("Locked wallet"); | ||
|
||
// TODO: the error might contain some succeeded quote payments as well. These should be returned on err, so that they can be skipped when retrying. | ||
// TODO: retry when it fails? |
Check notice
Code scanning / devskim
A "TODO" or similar was left in source code, possibly indicating incomplete functionality Note
Perhaps rename |