iotaledger / iota-sdk

The IOTA SDK provides developers with a seamless experience to develop on IOTA by providing account abstractions and clients to interact with node APIs.
Apache License 2.0
54 stars 39 forks source link

[Bug]: Cannot claim outputs sent to an Account address #2214

Closed marc2332 closed 2 months ago

marc2332 commented 3 months ago

Issue description

Can't claim outputs that are sent to an account address, we get a no available inputs provided error. We think this is because the SDK is filtering by the inputs available in the wallet and not the account, or somethng like that.

Version

latest commit on 2.0

Expected behaviour

Allow us to claim

Actual behaviour

no available inputs provided

Can the issue reliably be reproduced?

Yes

Steps to reproduce the issue

No response

Errors

no available inputs provided

Duplicate declaration

Thoralf-M commented 3 months ago

Do the outputs show up in the unspent outputs of the wallet? Do you sync with provided AccountSyncOptions?

marc2332 commented 3 months ago

I can't currently reproduce this anymore, I'll let you know if this pops up again

thibault-martinez commented 2 months ago

Have you been able to reproduce this?

marc2332 commented 2 months ago

Have you been able to reproduce this?

negative