- 
                Notifications
    You must be signed in to change notification settings 
- Fork 1
Update the Rust SDK #81
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
base: main
Are you sure you want to change the base?
Conversation
        
          
                src/api/block.rs
              
                Outdated
          
        
      |  | ||
| while let Some(e) = special_events.next().await.transpose()? { | ||
| let Upward::Known(e) = e else { | ||
| warn!("Encountered unknown special transaction outcome; skipping."); | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would include info on what to do to remove the warning in all log::warn through out the PR.
| warn!("Encountered unknown special transaction outcome; skipping."); | |
| warn!("Encountered unknown special transaction outcome; skipping. Update the `concordium-rust-sdk` version to remove the warning."); | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is not really a solution for a user. In the first place, they might be using a binary distribution. In the second, updating the SDK will also require implementing cases for the new outcomes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have made the log messages say that the node/protocol version may be unsupported by the version of concordium-rosetta.
Purpose
Depends on Concordium/concordium-transaction-logger#58
Update the Rust SDK and fix issues.
Changes
Unknowncases.token_updatein/network/options.Checklist
hard-to-understand areas.