Evgenii Lisitskii

Results 117 comments of Evgenii Lisitskii

@NicholasMaselli Example how to get plutus v1 cost model you can get here https://github.com/Emurgo/cardano-serialization-lib/issues/482#issuecomment-1189018454 (see: "The full test code") . If you wanna get inputs, you should use `TxInputsBuilder` it...

Plutus minting now available in the new CSL version 11.2.0

Hi @eric248550 ! Do you still have that error ? Could you tell how you got it ?

@eric248550 You have the error only with a old CSL version, is it correct ? Could you tell what CSL version you use ?

Plutus minting now available in the new CSL version 11.2.0

Hi @amnambiar ! Could you provide code example to reproduce the error ?

@amnambiar I need some time to investigate it probably it is normal behavior. Also you can use GENERATE_SOURCEMAP=false env or use cardano-serialization-lib-browser package it should be lighter than asmjs version....

@amnambiar I have a simple react app with the CSL. You can compare it with your project config https://github.com/lisicky/csl_react_test Also you can search a error text among CSL issues

@amnambiar I have updated config for you. Check the repo