Dapp Connector Collateral
edu-d-rai opened this issue · 5 comments
Ey guys, both Nami and CCvault have a getCollateral method, it's important for Dapp interaction, I know that it's not on the CIP0030 but is it on the roadmap to implement this function?
Do you have any suggestion about how to handle this?
It's currently being implemented in Yoroi , along with getting this change in - cardano-foundation/CIPs#208.
Will be available in the next version
@vsubhuman we managed to filter the available utxos to get one for the collateral. But if that utxo is in a different address with the ones in the transaction input, it will not be signed. Hope that would also be addressed in the next release, e.g., also sign the input in the collateral.
@vsubhuman we managed to filter the available utxos to get one for the collateral. But if that utxo is in a different address with the ones in the transaction input, it will not be signed. Hope that would also be addressed in the next release, e.g., also sign the input in the collateral.
Yes, it is being implemented
I think that current implementation does not follow standard and the function is called getCollateralUtxos
while standard says about getCollateral
I think that current implementation does not follow standard and the function is called getCollateralUtxos while standard says about getCollateral
This is already fixed in the latest available version