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 [semver-regex](https://github.com/sindresorhus/semver-regex) and [husky](https://github.com/typicode/husky). These dependencies needed to be updated together. Updates `semver-regex` from 2.0.0 to 3.1.4 Release notes Sourced from semver-regex's releases. v3.1.4 Backport of ReDoS fix https://github.com/sindresorhus/semver-regex/commit/7712ba564d40da101cf2b2b33e6a910d9f2f57f4 v3.1.2...

dependencies
javascript

Added `set_prefer_alonzo_format` function to `AuxiliaryData` impl in `metadata.rs`. This will be used to change `prefer_alonzo_format` in WASM.

Hi, I'm getting this error with "@emurgo/cardano-serialization-lib-asmjs": "^11.0.5", is there someone with the same? Is some node specific version needed? Error: error:0308010C:digital envelope routines::unsupported at new Hash (node:internal/crypto/hash:67:19) at Object.createHash...

Added tx_builder.add_bundled_change_if_needed than takes a max tokens bundle size parameter. This allows to split the change output into multiple outputs based on a fixed number of NFTs. Updated the (admittedly...

Blockfrost ( provides a way to 'evaluate' a transaction that utilizes a Plutus Script, this evaluation returns the correct ExUnits that should be provided for each Redeemer. I'm just wondering...

When I pass index of redeemer is 0, sometimes it works, and sometimes I have to change it to 2 to make it works (like the code below) So what...

It would be nice if the `TransactionBuilder` API was able to "import" a pre-existing `Transaction` into the builder for further manipulation. Is there any reason this wouldn't be possible?

enhancement

I am looking for the method `TransactionBuilder.add_inputs_from` of `@emurgo/cardano-serialization-lib-nodejs` but can not find it in `@emurgo/react-native-haskell-shelley` (3.1.3) The bindings for React Native seems do not provide any method for coin...

In the next hardfork, hopefully we will be able to use secp256k1 and Schnorr verification on chain. It would be useful for many of us to be able to sign...

Adds function to perform UTxO selection, add change output, and set fees. Previously, these actions were done by two different functions, the `add_inputs_from` and `add_change_if_needed` functions, which caused issues when...