Evgenii Lisitskii

Results 106 comments of Evgenii Lisitskii

Hi @miguelaeh ! Could you tell me which version of CSL do you use ?

Thanks all! Fix for RandomImproveMultiAsset will be in the next CSL release.

> Error: [Transaction] An error occurred during build: UTxO Balance Insufficient. > at P.build (mesh.js?a9b7:1133:1) Hi @Innocent-Akim ! Could you provide your code and utxos that emits the error ?...

Hi, @AdamMachera. You need to call `add_change_if_needed` **after** all changes in a tx builder and **before** calling `txBuilder.build_tx`. Because fee calculation happens inside `add_change_if_needed ` and it's important to have...

Hi @Scitz0 ! Now CSL doesn't store any information in a TransactionOutput about that if pre-babbage is it or not. CSL serialize a TransactionOutput to the babbage format only if...

@Scitz0 In general, if you use generated by 3-rd party tool tx, there isn’t a guarantee that CSL serializes tx in the same CBOR after deserialization. Because there are huge...

Hi @K4waiiChan ! Do you still have the issue? Could you provide cbor of tx ? Did you try it on mainnet or testnet ?

Hi @hakimehmordadi ! It seems that you put something wrong to the `const txHas = 'signed-tx-hash';`, it can be transaction body or transaction or something else according to length in...

@hakimehmordadi do your correction works or you get new error ? If you get error provide cbor that you are trying deserialize please.

@hakimehmordadi the CBOR that you provided is wrapped data, probably you put object with bytes or text field to `const txHas = 'signed-tx-hash';` and CSL can't deserialize that wrapped data....