signTx's TransactionWitnessSet produce TextEnvelope decode error in cardano-cli
See original GitHub issue@alessandrokonrad . For cardano.signTx()
, the output TransactionWitnessSet
, does not tally the input required in cardano-cli, producing this error:
Command failed: transaction sign-witness Error: buyer_witness_set_from_nami_signTx.witness: TextEnvelope decode error: DecoderErrorDeserialiseFailure "Shelley Witness" (DeserialiseFailure 0 "expected list len")
Seems like, the cborHex Nami produced after signTx()
has extra 2 characters.
Issue Analytics
- State:
- Created 2 years ago
- Comments:18 (1 by maintainers)
Top Results From Across the Web
signTx's TransactionWitnessSet produce TextEnvelope ...
alessandrokonrad . For cardano.signTx(), the output TransactionWitnessSet, does not tally the input required in cardano-cli, producing this error: Command ...
Read more >Submit transaction with cardano-cli which got built and signed ...
Hey guys, I am trying to submit a transaction via cardano-cli which ... TextEnvelope aeson decode error: Error in $: Failed reading: not...
Read more >Nami Wallet is a browser based wallet extension to interact ...
signTx's TransactionWitnessSet produce TextEnvelope decode error in cardano-cli. @alessandrokonrad . For cardano.signTx() , the output ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks! This should be a really helpful resource for others. I eventually opted to doing it a different way avoiding the cli altogether using the method here:
https://github.com/Emurgo/cardano-serialization-lib/issues/303
@ZDust172 Here’s my blogpost on how to load signed tx https://srdjanstankovic.com/2021/12/24/how-to-sign-and-submit-cardano-cli-transaction-using-nami-wallet.html