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
Hi, I was trying to mint and burn tokens with a few dapp connectors, and so far I can mint and burn tokens using cardano-serialization-lib with eternl and nami.
It seems like yoroi is able to sign the transaction, but the script signature is missing: transaction submit error ShelleyTxValidationError ShelleyBasedEraAlonzo (ApplyTxError [UtxowFailure (WrappedShelleyEraFailure (ScriptWitnessNotValidatingUTXOW (fromList [ScriptHash "70e79ca12224b24319c484da9b3bb81216d843af6ba86f9ef90cafa9"])))])
The problem really seems to come from the signing step, since I can sign and submit a unsigned transaction generated by yoroi with eternl, but the opposite fails.
I made a simple webapp to show the problem that I encountered here
The text was updated successfully, but these errors were encountered:
kugiyasan
changed the title
Mint transaction signed yoroi-dapp-connector fails to submit
Mint transaction signed with yoroi-dapp-connector fails to submit
Jun 30, 2022
kugiyasan
changed the title
Mint transaction signed with yoroi-dapp-connector fails to submit
Mint transaction signed with Yoroi dApp Connector fails to submit
Jun 30, 2022
Hi, I was trying to mint and burn tokens with a few dapp connectors, and so far I can mint and burn tokens using cardano-serialization-lib with eternl and nami.
It seems like yoroi is able to sign the transaction, but the script signature is missing:
transaction submit error ShelleyTxValidationError ShelleyBasedEraAlonzo (ApplyTxError [UtxowFailure (WrappedShelleyEraFailure (ScriptWitnessNotValidatingUTXOW (fromList [ScriptHash "70e79ca12224b24319c484da9b3bb81216d843af6ba86f9ef90cafa9"])))])
The problem really seems to come from the signing step, since I can sign and submit a unsigned transaction generated by yoroi with eternl, but the opposite fails.
I made a simple webapp to show the problem that I encountered here
The text was updated successfully, but these errors were encountered: