-
Notifications
You must be signed in to change notification settings - Fork 41
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
Clean up wallet syncing code #2108
Conversation
a647798
to
bb673e2
Compare
sdk/src/wallet/operations/syncing/addresses/output_ids/account_foundry.rs
Outdated
Show resolved
Hide resolved
bindings/python/iota_sdk/types/output_with_extended_metadata.py
Outdated
Show resolved
Hide resolved
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.
tbh I don't like the name. Maybe ExtendedOutputMetadata
would be better? I would even be happier just leaving it OutputData
...
yeah, believe me when I say I am not fond of this name either, but I remember us all not really liking Anyways in this case we can make an exception, I guess 🤷♂️ |
But we said we'll revert the rename anyway? |
Description of change
An attempt at cleaning up some wallet syncing code.
Links to any relevant issues
#1905