-
Notifications
You must be signed in to change notification settings - Fork 43
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
Allow QueryParameter::UnlockableByAddress
for more routes
#1397
Allow QueryParameter::UnlockableByAddress
for more routes
#1397
Conversation
…rs for `Client::{alias_output_ids(), basic_output_ids(), nft_output_ids()}`
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.
Is there nowhere we can actually use it already?
Co-authored-by: Thibault Martinez <[email protected]>
There is, should I include it in this PR? It's for example merging all this iota-sdk/sdk/src/wallet/account/operations/syncing/addresses/output_ids/nft.rs Lines 29 to 101 in b3f77d5
|
As you want, either in this PR or open an issue for later |
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.
lovely code cleanup 👌
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.
🙏
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.
Very nice
Description of change
Added
QueryParameter::UnlockableByAddress
to allowed query paramaters forClient::{alias_output_ids(), basic_output_ids(), nft_output_ids()}
since this is now allowed by the indexer iotaledger/tips@0dd6217Also changed the syncing in the wallet to make use of it
Links to any relevant issues
Fixes #1269
Type of change
How the change has been tested
Running an example with
and also synced a wallet with