question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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:closed
  • Created 2 years ago
  • Comments:18 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
ZDust172commented, Dec 24, 2021

Reference

@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

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

1reaction
pyropycommented, Dec 24, 2021
Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found