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

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.6&new-version=1.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: #...

dependencies
javascript

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies
javascript

The problem with `TransactionWitnessSet` is that at the protocol level it should be a set, but at the CDDL level it's just a list. This means it's up to individual...

I'm an including datum values in my cbor like so `witnesses.set_plutus_data(datumFields);` I am also successfully attaching the Datum hash to my output to be set on the UTXO. However that...

Just installed cardano-serialization-lib-asmjs as a need for non-WASM solution. Ran 'npm install --save @emurgo/cardano-serialization-lib-asmjs' and it's definitely in my package.json. When I run tests for my code I get `Error:...

After upgrading to the latest version of the CSL `11.0.0-rc.6` I noticed that I'm getting a new hash when calling the `hash_plutus_data` function which is breaking the backward compatibility and...

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 be...

in-progress

I'm having this issue whenever i try to import the package into one of my components via `import * as wasm from '@emurgo/cardano-serialization-lib-browser';` I'm using create-react-app with Typescript: ``` "@emurgo/cardano-serialization-lib-asmjs":...

I Got **MIN_UTXO_ERROR** while building the transaction if the user has too many NFTs Is there any solution or has anyone faced it?

Hi, I [started an issue over on the message-signing library](https://github.com/Emurgo/message-signing/issues/12) asking a question about how to go about verifying signed arbitrary data, as there was a lack of examples. I've...