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

I'm trying to get the address of a script (which should be its hash), but there is no `hash_script` function available. How can I convert a CBOR hex representing a...

> To be clear, this doesn't include the fix for the stack space leak in wasm-bindgen (they haven't pushed a release for this yet). Instead, it's meant to fix https://github.com/rustwasm/wasm-bindgen/issues/2605...

**How to create plutusData for below json** ``` { "constructor":0, "fields": [ { "bytes":"3f7826896a48c593598465a096d63606ceb8206" }, { "int":1888 }, { "int":1 } ] } ``` ``` const datums = Load.cardano.PlutusList.new(); const...

I am using the NPM package in an Angular App. With Browser WASM (v. 9.1.2) it shows a Warning in console while compiling: ./node_modules/@emurgo/cardano-serialization-lib-browser/cardano_serialization_lib_bg.js:12128:14-53 - Warning: Critical dependency: the request...

datums and redeemers https://docs.cardano.org/plutus/datums-redeemers

documentation

Currently, inputs are stored as a Vec and we can add duplicate inputs without any warning or error `add_inputs_from` also doesn't filter existing inputs from `available_inputs` (https://github.com/Emurgo/cardano-serialization-lib/blob/master/rust/src/tx_builder.rs#L290) This leads to...

Hi, The order of cbor Map items in Assets get changed during decode. This causes the transaction body message that is signed by wallets using this lib to be different...

The file docs/getting-started/generating-keys.md links to https://docs.cardano.org/projects/cardano-node/en/latest/stake-pool-operations/keys_and_addresses.html but this throws a 404. (line 113)

Hi, I'm trying to use the browser module however I'm having issues using the `WebAssembly.instantiateStreaming` method. The framework I'm using doesn't support wasm via the 'import' method and they've said...

Can we get some real documentation please? The link "documentation here" has no technical information at all. I am already struggling trying to get a Value to display as an...