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.
While implementing new ledgerjs 5.1.0 I noticed that it requires knowing the type of outputs, if its pre babbage or not, ie array vs map. Could we add a field...
If I compare the two values given by CSL 10.0.04 with CSL 11 i get two different values, the 11.0 being lower my code: const asset = [ { unit:...
Recently on 21st of July I was able to lock NFT asset in smart contract. ``` cardano-cli query utxo --address addr_test1wz4tdxj4rlynr3t975nzh7djen4gge23m9fwnpf4xz0r7wgulazkc --testnet-magic 1097911063 | findstr 43727970746f44696e6f3036333039 1af28a9c20dd3b76372d148f670a8ca80421bb51a07df087d40a2c406c429fd6 0 2000000 lovelace...
PlutusWiness were removed from json serialization Introduced a new macro impl_to_from
I'm using the latest version of the library (11.0.0) and I want to start using inline datum instead of data hash, I have tried to use `with_plutus_data` in the `txOutputBuilder`...
I'm having issues building multi-asset transactions using the serialization lib. I'm able to send transactions with a single asset without issue, but receive the error `'UTxO Balance Insufficient'` when attempting...
I coulnt find a way to use PLUTUS SCRIPTS for Minting. https://cardano.stackexchange.com/questions/5980/mint-tokens-using-plutus-scripts-with-the-serialization-lib/8664#8664 I found in the examples a way to do it with Navite Scripts using add_mint_asset_and_output method: add_mint_asset_and_output(policy_script: NativeScript,...
The whole tx_inputs_builder module is set to private, which makes impossible to use TransactionBuilder::{set_inputs, set_collateral}.
Bumps [schemars](https://github.com/GREsau/schemars) from 0.8.8 to 0.8.10. Release notes Sourced from schemars's releases. v0.8.10 Fixed: Undo "Support generic default values in default attributes (GREsau/schemars#83)" as it inadvertently introduced a breaking change...