When I try yo migrate funds from Byron wallet to a fresh created Shelley one, got error.
| Information | - |
| --- | --- |
| Version | 2020.7.6 (git revision: 8078cf054141ea1642bc80679411a1a229f15a31) |
| Platform | Linux 64bit |
| Installation | From source |
Successfull transaction.
Errors like:
{"code":"created_invalid_transaction","message":"That's embarrassing. It looks like I've created an invalid transaction that could not be parsed by the node. Here's an error message that may help with debugging: ApplyTxError [LedgerFailure (UtxowFailure (MissingVKeyWitnessesUTXOW (WitHashes (fromList [KeyHash 719cdfd98531883710ac6cfb3d067bc8679168747895536d776604a8]))))]"}
Thanks @Fell-x27, this is currently in the works (https://github.com/input-output-hk/cardano-wallet/issues/1844). The story introduces byron transaction support in shelley wallet which will enable migrations as well.
I imagine that this issue is now fixed.
It is fixed.
Hi, I have been getting this error whilst trying to register my stake pool on 1.18.0:
Error while submitting tx: ApplyTxError [LedgerFailure (UtxowFailure (MissingVKeyWitnessesUTXOW (WitHashes (fromList [KeyHash "1acd9a8e248a3b896cee183e776638bb6ba8142274c61f3409d871be"]))))]
Is there a fix or workaround?
This errors tells you that your transaction is missing a witness / signature. Have a look at the cardano-cli shelley transaction witness and cardano-cli shelley transaction sign-witnesscommands.
For more information, refer to the tutorials
Most helpful comment
Thanks @Fell-x27, this is currently in the works (https://github.com/input-output-hk/cardano-wallet/issues/1844). The story introduces byron transaction support in shelley wallet which will enable migrations as well.