You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using the correctcardano-node version for that release of cardano-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 the constructTransaction endpoint.
Description
Steps to Reproduce
Restore a wallet in Cardano Wallet using its account_public_key
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.
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: