adamuso
adamuso
With help from @abdelkrimdev I was able to change cancel method and retrieve NFT from smart contract only once here is transaction id: https://testnet.cardanoscan.io/transaction/e06d6a351ab3291629d60b5cf24608209307216118a612a280df26f6793c5198?tab=utxo and the code changes we made:...
More update: I tried using: ``` const costModels = TxBuilderConstants.plutus_default_cost_models(); txBuilder.calc_script_data_hash(costModels) ``` I'm getting exception: **message: "\"transaction submit error ShelleyTxValidationError ShelleyBasedEraBabbage (ApplyTxError [UtxowFailure (FromAlonzoUtxowFail (PPViewHashesDontMatch (SJust (SafeHash \\\"8fef0878373b82fd419669a22c716a717d62c783f41a0021e922096eebc14ec5\\\")) (SJust (SafeHash...
Do you know when it is going to be fixed? Or if there’s any workaround? On Wed, 10 Aug 2022 at 09:04, Chris M. Hiatt ***@***.***> wrote: > Update -...
I placed the calculate script hash at the end. txBuilder.set_collateral(txInputBuilder) txBuilder.add_change_if_needed(selfAddress) const costModels = TxBuilderConstants.plutus_vasil_cost_models(); txBuilder.calc_script_data_hash(costModels) const tx = txBuilder.build_tx(); Now I'm getting: message: "\"transaction submit error ShelleyTxValidationError ShelleyBasedEraBabbage (ApplyTxError...
Thanks @vsubhuman and @lisicky you support helped to solve this issue. Final version of cancelation method (maybe it will help someone): ``` export const cancel = async (api: CardanoApi, policyId:...
@israellot do you know when it is planned to be merged into main branch?
I'm in the same situation that I have asset that was locked with cardano-serialization-lib 9.1.3 asset has been locked in smart contract on "2022-01-27 16:38:32.0202098" datum in bytes: d866820084581c4da227a3922ebc27f57d1307f46e6e16d96c9d383a4e17726e7cbc6e1a0bebc200581c887e4d7b2e7d574484f8c780abef1599ce0bad1c751fb14ccdf9d4104f44696e6f536176696f723038343639 using...
In our case the trick was to use latest cardano-serialization-lib 11 and for computing datum that would be compatible with old way that worked with CSL in version 9.1.3 was...
Are you planning to create it? śr., 21 kwi 2021 o 22:55 SM₳UG ***@***.***> napisał(a): > Unfortunately not yet but I understand it could be useful to test NTFS. >...
@lisicky when are you guys planning to fix this issue?