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.
Hi guys, i am trying to create a staking transaction using cardano serialisation library and then use blockfrost/infinito to send the transaction. I am using @emurgo/cardano-serialization-lib-nodejs: ^9.1.4, Here's my code...
It would be helpful to have `@emurgo/cardano-serialization-lib-asmjs` package be minimized by default. * Current size of `cardano_serialization_lib.asm.js`: 17.4 Mb * Minimized size: 4.52 Mb
Bumps [cbor_event](https://github.com/primetype/cbor_event) from 2.1.3 to 2.2.0. Commits See full diff in compare view [](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`. [//]: #...
Bumps [bech32](https://github.com/rust-bitcoin/rust-bech32) from 0.7.2 to 0.9.0. Commits See full diff in compare view [](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`. [//]: #...
Hi guys, I'm trying to migrate my marketplace from version 9.1.4 to version 10.1.0. I was able to lock token in the smartcontract ``` export const offer = async (api:...
Hi, I've built and signed a transaction using `cardano-cli` version 1.31.0 here is the final tx: ``` { "type": "Tx AlonzoEra", "description": "", "cborHex": "84a700818258208b9c96823c19f2047f32210a330434b3d163e194ea17b2b702c0667f6fea7a7a000d80018182581d6138fe1dd1d91221a199ff0dacf41fdd5b87506b533d00e70fae8dae8f1abfbac06a021a0002b645031a03962de305a1581de1b3cabd3914ef99169ace1e8b545b635f809caa35f8b6c8bc69ae48061abf4009040e80a100828258207dc05ac55cdfb9cc24571d491d3a3bdbd7d48489a916d27fce3ffe5c9af1b7f55840d7eda8457f1814fe3333b7b1916e3b034e6d480f97f4f286b1443ef72383279718a3a3fddf127dae0505b01a48fd9ffe0f52d9d8c46d02bcb85d1d106c13aa048258201b3d6e1236891a921abf1a3f90a9fb1b2568b1096b6cd6d3eaaeb0ef0ee0802f58401ce4658303c3eb0f2b9705992ccd62de30423ade90219e2c4cfc9eb488c892ea28ba3110f0c062298447f4f6365499d97d31207075f9815c3fe530bd9a927402f5f6" } ``` If I ask...
Bumps [rand](https://github.com/rust-random/rand) from 0.8.4 to 0.8.5. Changelog Sourced from rand's changelog. [0.8.5] - 2021-08-20 Fixes Fix build on non-32/64-bit architectures (#1144) Fix "min_const_gen" feature for no_std (#1173) Check libc::pthread_atfork return...
Bumps [clear_on_drop](https://github.com/cesarb/clear_on_drop) from 0.2.4 to 0.2.5. Commits 0630976 Release 0.2.5 b5ec5b6 Do not run tests on old rust 5ffd60a One dependency of criterion needs MaybeUninit 850cbb7 Latest cc requires rust...
Bumps [itertools](https://github.com/rust-itertools/itertools) from 0.10.1 to 0.10.3. Changelog Sourced from itertools's changelog. Changelog 0.10.2 Add Itertools::multiunzip (#362, #565) Add intersperse and intersperse_with free functions (#555) Add Itertools::sorted_by_cached_key (#424, #575) Specialize ProcessResults::fold...
Bumps [rand_chacha](https://github.com/rust-random/rand) from 0.1.1 to 0.3.1. Changelog Sourced from rand_chacha's changelog. [0.3.19] - 2017-12-27 Changed Require log <= 0.3.8 for dev builds Update fuchsia-zircon dependency to 0.3 Fix broken links...