cardano-serialization-lib
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.
Bumps [linked-hash-map](https://github.com/contain-rs/linked-hash-map) from 0.5.3 to 0.5.6. Release notes Sourced from linked-hash-map's releases. v0.5.6 fixes a weird old oversight where back() required &mut self for no reason. v0.5.5 0.5.5 release fmts/clippy's...
Bumps [getrandom](https://github.com/rust-random/getrandom) from 0.2.3 to 0.2.7. Changelog Sourced from getrandom's changelog. [0.2.7] - 2022-06-14 Changed Update wasi dependency to 0.11 #253 Fixed Use AtomicPtr instead of AtomicUsize for Strict Provenance...
Bumps [regex](https://github.com/rust-lang/regex) from 1.4.2 to 1.5.6. Changelog Sourced from regex's changelog. 1.5.6 (2022-05-20) This release includes a few bug fixes, including a bug that produced incorrect matches when a non-greedy...
We have integrated with Cardano web wallet in our DApp built using ReactJS. While attempting to transfer tokens we get the error "UTXO Balance Insufficient". We are passing in all...
There have some examples to implement Cardano-serialization-lib, but almost no document to implement Cardano-serialization-lib-nodejs. Is there any work to add more doc in the future?
Can you please provide a documentation for this library? A list of the methods would be nice. The cardano docs link which is linked in place of documentation is extremely...
Bumps [thread_local](https://github.com/Amanieu/thread_local-rs) from 1.0.1 to 1.1.4. Commits 4a54e57 Bump version to 1.1.4 ebf8b45 Merge pull request #34 from ibraheemdev/patch-1 3d69afa Fix memory ordering in RawIter::next c7d8dcd Bump version to 1.1.3...
I try to run npm run android, and i have this issue. "@emurgo/react-native-haskell-shelley": "^3.1.3", "react": "^17.0.2", "react-dom": "^17.0.2", "react-native": "^0.68.2" 
How can one calculate the index_of_input for redeemers because if it is wrong we get PPViewHashesDon'tMatch Exception on submit transaction.
I'm currently working on a project that uses Typescript and Jest to test out my library. When I run tests, I'm getting this error: ```javascript ({"Object.":function(module,exports,require,__dirname,__filename,jest){import * as wasm from...