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

[`browser` field in a `package.json`]( https://github.com/defunctzombie/package-browser-field-spec) allows to point the bundler to an alternative source specifically when bundling for the browser. Therefore, CSL could be distributed as a single NPM...

Hi! I read https://github.com/Emurgo/cardano-serialization-lib/issues/542 and would like to avoid having to call `.free` on everything if possible. So I built CSL 11.5.0 with `WASM_BINDGEN_WEAKREF=1` (or so I hope). I strayed...

inner struct is private, so add a helper function to get payment credentials, byron does not support it, so it throws an error.

`add_inputs_from` [LargestFirstMultiasset] doesn't consider the minimum ADA for change output, thus sometimes we don't have enough ADA in a tx's inputs to cover for minimum ADA in change output if...

in-investigation

Hi, I don't know if this is normal but have noticed the script in the final tx is missing the first 6 characters from the original. The script is parameterized...

Hi, On trying to use the latest version of asmjs package, to request a transaction from the wallet from a react-app, trying to bundle the app with `npm run start`...

Removes [yaml](https://github.com/eemeli/yaml). It's no longer used after updating ancestor dependency [husky](https://github.com/typicode/husky). These dependencies need to be updated together. Removes `yaml` Updates `husky` from 4.2.5 to 8.0.3 Release notes Sourced from...

dependencies
javascript

Updates the requirements on [serde-wasm-bindgen](https://github.com/cloudflare/serde-wasm-bindgen) to permit the latest version. Commits e91d8df chore: Release 6d6776c Let deserialize_bytes() handle an Array as well. (#44) 118e424 More benchmark fixups cf09b72 Revamp HTML...

dependencies
rust

Bumps [requests](https://github.com/psf/requests) from 2.24.0 to 2.31.0. Release notes Sourced from requests's releases. v2.31.0 2.31.0 (2023-05-22) Security Versions of Requests between v2.3.0 and v2.30.0 are vulnerable to potential forwarding of Proxy-Authorization...

dependencies
python