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’m trying to create a stake delegation transaction using cardano-serialization-lib, js, and Yoroi with the CIP30 API (Cardano dApp-Wallet Web Bridge https://cips.cardano.org/cips/cip30/)
Maybe I’m wrong but I think Yoroi is not signing the StakeDelegation certificate.
I also tried adding the StakeRegistration Certificate and the result is the same.
I’m able to create regular transactions with Yoroi (only sending ADA), I just can’t do transactions related to Staking.
If you are wondering why I want to do this and not use the Yoroi UI is because I want to add metadata to the transaction and also so the users can delegate directly from my website.
The text was updated successfully, but these errors were encountered:
Hi! I’m trying to create a stake delegation transaction using cardano-serialization-lib, js, and Yoroi with the CIP30 API (Cardano dApp-Wallet Web Bridge https://cips.cardano.org/cips/cip30/)
I’m using Yoroi Nightly and Testnet
Delegation function code:
initTransactionBuilder code:
This exact code is working correctly with the following Wallets (also using CIP30):
The only Wallet that doesn’t work is Yoroi.
This is the error I’m getting:
transaction submit error ShelleyTxValidationError ShelleyBasedEraBabbage (ApplyTxError [UtxowFailure (FromAlonzoUtxowFail (WrappedShelleyEraFailure (MissingVKeyWitnessesUTXOW (WitHashes (fromList [KeyHash "bdd5302aa402af3018f558b9eef255751633abc32c7352d9eb1d2f37"])))))])
Maybe I’m wrong but I think Yoroi is not signing the StakeDelegation certificate.
I also tried adding the StakeRegistration Certificate and the result is the same.
I’m able to create regular transactions with Yoroi (only sending ADA), I just can’t do transactions related to Staking.
If you are wondering why I want to do this and not use the Yoroi UI is because I want to add metadata to the transaction and also so the users can delegate directly from my website.
The text was updated successfully, but these errors were encountered: