Results 88 comments of Ruslan Dudin

> I still think, if CSL decodes a TX, that it should keep the original format and not convert it. I also still think type would be valid to add...

> I am using @emurgo/cardano-serialization-lib-nodejs": "^10.0.4 to build my minting transactions but minada is 29 ada and when i add add_mint_asset_output it increases to 39 ada! Can anyone help ?...

@abdelkrimdev , I am getting hash `ec3028f46325b983a470893a8bdc1b4a100695b635fb1237d301c3490b23e89b` for that datum in version 10.2 of the library as well. If you have got a hash `a7b8bbb79ffac027a596082a3510f9c17e09996ff76844e8c4461175e1cf06ff` then there possibly some mistake....

@abdelkrimdev, ah yes, if you mean a version before `10.0` then you are right. Still, though, in the version `9.1.0` by parsing exactly the CBOR provided by you I am...

@alice1989123 , this has been fixed in the later `11.*` versions, please switch to using the latest version and it will work on both network versions.

This is unrelated to our library, plz google running jest with typescript https://bobbyhadz.com/blog/typescript-jest-cannot-use-import-statement-outside-module#:~:text=my%20test%20passes.-,The%20TypeScript%20jest%20error%20%22Cannot%20use%20import%20statement%20outside%20module,its%20own%20cannot%20understand%20TypeScript.

> because when I remove the package, all the tests work properly Hi, @bigirishlion! Plz show how you load the asm package when running the tests

Does this happen exclusively with the transaction-builder results? Can you try replicating a minimal possible example, something like ``` CardanoWasm.BigNum.from_str('1').to_bytes(); ``` Will it also be an empty string?

> As I understand, in order to mint a token, you must use the function `set_mint_scripts`, providing a `NativeScripts` object. This `NativeScript` object determines until what time a token can...

> Is there any way to mint token with plutus script and serialization-lib by Nami wallet for now Not yet, but we will add it right in the next version