-
Hi,
I think I have encountered an issue when verifying a signature, or I might've just misunderstood the process of verifying a signature created by a CIP30 wallets `signData`. I don't quite unders…
-
Unconfirmed to be checked.
If enable() is called but no dapp account is active. popup correctly show this status. But activating dapp account while popup is active didn't update status in enable popu…
-
Also has unused argument accountData
-
We (NuFI wallet) are facing issues with Dapp(s) that use the Post-Alonzo era outputs in the transaction bodies sent to be signed via the CIP30 dapp connector because we are unable to properly serializ…
-
```
"transaction submit error ShelleyTxValidationError ShelleyBasedEraBabbage (ApplyTxError [UtxowFailure (FromAlonzoUtxowFail
(WrappedShelleyEraFailure (MissingScriptWitnessesUTXOW (fromList [Scri…
-
As specified in [CIP30](https://cips.cardano.org/cips/cip30/#experimentalapi) we should add injecting the experimental API that a wallet can provide.
This would also make the implementation on par…
-
Hello again,
I'm trying to make a mintingTx of the FreeToken from the PPP course. So far I've been able to execute the code to run a cip30 signing request but now upon submitting I get this error.
…
-
There is a small typo in https://github.com/fabianbormann/cardano-peer-connect/blob/main/index.ts#L260 when calling the cip30 injected functions. It shall use splice, not slice.
-
Part of #362
Domain design of script:
* Fixed part of Dispute consist of dispute claim (material and claimed author), list of jury, fixed Hydra Head and vote interval (accepted timing).
https:/…
-
Currently, the wallet will be injected into `window.cardano.WALLETNAME`.
This can be an issue when the same wallet is also injected differently through, e.g., a browser extension.
I suggest inject…