cardano-serialization-lib icon indicating copy to clipboard operation
cardano-serialization-lib copied to clipboard

This is a library, written in Rust, for serialization & deserialization of data structures used in Cardano's Haskell implementation of Alonzo along with useful utility functions.

Results 179 cardano-serialization-lib issues
Sort by recently updated
recently updated
newest added

Getting this exception when calling `.build()` on TxBuilder. Can't find this exception in the serlib codebase. The TX is built like this: https://github.com/ergolabs/cardano-dex-sdk-js/blob/f8a9db329b63c23b741711b19ad99500305d2a21/src/cardano/wallet/txAsm.ts#L18

`add_change_if_needed` does not calculate the correct fee for transactions sent from multi-sig addresses. Here is an example: https://cardano-multi-sig-app-testnet.vercel.app/transactions/hKMAgYJYIG6zIwOrIEHX%2Fh05BTO4Nbiul6Mi0acMA7%2FDtzTyGlz6AAGCglg5AOQS%2Buq87qmsRuz8yOT2uBUUMfIJdTZXihGvyK26Uct0D1jECr5YEqIm8eWO56Vsliz7m98Lf%2BFmGgBMS0CCWDkwAzhDIFjpiFvESzSX6Dy%2Fj975rmF1Wi9NpzNBbgM4QyBY6YhbxEs0l%2Bg8v4%2Fe%2Ba5hdVovTaczQW4aAqwmfwIaAAJ%2BwaEBgYIBgoIAWBx%2BTl8kD6qxHrI2g6e3OlNMVjjSxmvlNL4d2k2lggBYHOQS%2Buq87qmsRuz8yOT2uBUUMfIJdTZXihGvyK319g%3D%3D Here is the error message from the wallet after I got the...

Currently, we want to sign the transaction(mint) with Nami wallet while using below function ```javascript const t = await nami.transaction({ PaymentAddress: myAddress, recipients: recipients, metadata: metadataTransaction, utxosRaw: utxos, networkId: netId.id,...

Bumps [sha2](https://github.com/RustCrypto/hashes) from 0.9.2 to 0.10.1. Commits 4c1d9da sha2: fix AVX backend (#345) c478cbb blake2: release v0.10.1 (#343) b505bba blake2: fix reset feature and test in ci (#342) 162f73e tiger:...

dependencies
rust

when `add_change_if_needed` is used along with `add_mint_asset_and_output_min_required_coin`, seems to be unable to balance transaction correctly when given a utxo that contains native assets (with nft metadata). `add_change_if_needed` fails with ```...

in-investigation

Compiled with problems:X ERROR in ./src/nami-js/node_modules/@emurgo/cardano-serialization-lib-browser/cardano_serialization_lib_bg.js 31:71-89 Can't import the named export 'memory'.'buffer' (imported as 'wasm') from default-exporting module (only default export is available)

Hello, I am trying to get this lib import for [Vite](https://vitejs.dev/) ``` import init, { wasm } from '@emurgo/cardano-serialization-lib-browser/cardano_serialization_lib'; ``` But i was facing the error as follows: ![image](https://user-images.githubusercontent.com/22793808/142804943-6e5e450e-78d7-49f4-a7c4-267f820d50be.png) Does...

I've made Emurgo/cddl-codegen#28 that will allow us to respect ALL deserialization formats. This was previously an issue in particular with Plutus datums #317 #313 but would be good to have...

I browse the repository but not able to found. So would some guy share runnable code of mint or burn or both using 'cardano-serialization-lib'? Thanks

I study NFT minter demo https://github.com/cheffNFT/twitternfts After reviewed it many times, I think the code is good and should be work. But if start it up and do mint NFT...