-
Notifications
You must be signed in to change notification settings - Fork 217
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
Issue with constructTransaction endpoint for a wallet created from xpub #4872
Comments
There are reports from Daedalus users experiencing the same problem with wallets restored from mnemonic. In this case, the problem seems to affect only some of the wallets. Our team was not able to reproduce it. |
@szymonmaslowski I can see this issue is referenced from a closed issue on your side, and there's been a Daedalus release, is this still relevant? Also, the description of the issue's context is pretty terse, can you elaborate on the conditions under which you observed the behaviour to be incorrect? Is this only for HW wallets? If I just restore a wallet from public key but the secret key is software, do you observe the same problem? What's the state of the wallet? How are the ADA's delegated? It would help to have a minimal example reproducing the issue. |
I have tried point 2. above on a wallet restored from public account key. Here is the state of the wallet:
The transaction I submit is:
and got the following output:
so indeed the OP's output is confirmed. The question is: Is this is a bug or a feature? |
This PR probably will fix that error (too early we check policy key is there, we might either and also be ok) #4850 |
@paweljakubas we tried out the changes from the PR you mentioned and unfortunately, it doesn't help. |
@abailly We are doing a nasty workaround so it would be much appreciated to resolve the problem. |
@szymonmaslowski I can confirm this is a bug and @paweljakubas 's PR does not fix it. |
Just checking...
cardano-wallet
bug.cardano-wallet
release.cardano-node
version for that release ofcardano-wallet
.Version
v2024-11-18
Platform
macOS 14
Installation method
Nix
Network configuration
preview
Context
In the Daedalus, we serve HWs by restoring them in the Cardano Wallet using their
account_public_key
. Those wallets are having an issue calling theconstructTransaction
endpoint.Description
Steps to Reproduce
account_public_key
{ vote: 'abstain' }
payloadExpected behavior
TX with votes delegation is correctly constructed
Actual behavior
Receiving an
missing_policy_public_key
error in responseThe text was updated successfully, but these errors were encountered: