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.
Updates the requirements on [rand_os](https://github.com/rust-random/rand) to permit the latest version. Commits c388cb2 Merge pull request #873 from dhardy/master a622ea3 Fixes regarding OsRng move d877ed5 Merge pull request #864 from dhardy/error...
Bumps [bumpalo](https://github.com/fitzgen/bumpalo) from 3.9.1 to 3.12.0. Changelog Sourced from bumpalo's changelog. 3.12.0 Released 2023-01-17. Added Added the bumpalo::boxed::Box::bump and bumpalo::collections::String::bump getters to get the underlying Bump that a string or...
Bumps [flat](https://github.com/hughsk/flat) to 5.0.2 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together. Updates `flat` from 4.1.0 to 5.0.2 Commits e5ffd66 Release 5.0.2 fdb79d5 Update dependencies, refresh...
Bumps [minimatch](https://github.com/isaacs/minimatch) to 3.1.2 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together. Updates `minimatch` from 3.0.4 to 3.1.2 Commits 699c459 3.1.2 2f2b5ff fix: trim pattern 25d7c0d...
Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2. Commits 699c459 3.1.2 2f2b5ff fix: trim pattern 25d7c0d 3.1.1 55dda29 fix: treat nocase:true as always having magic 5e1fb8d 3.1.0 f8145c5 Add 'allowWindowsEscape' option 570e8b1...
I've been working around that issue for a while right now but I think it's a good idea to share the issue. When using add_inputs_from with utxos containing nfts, the...
Transactions with pool-registration certificate is assumed to require the pool-deposit (500ADA) when doing the automatic change calculation. Pool deposit is only required if the pool is not yet registered. Pool...
I am trying to build a transaction that will send a token to a contract address. The transaction has 1 explicit output: ``` txBuilder.add_output( CardanoWasm.TransactionOutputBuilder .new() .with_address(contractAddress) .with_data_hash(CardanoWasm.hash_plutus_data(CardanoWasm.PlutusData.new_constr_plutus_data(datum))) .next() .with_asset_and_min_required_coin_by_utxo_cost(...
Bumps [future](https://github.com/PythonCharmers/python-future) from 0.18.2 to 0.18.3. Release notes Sourced from future's releases. v0.18.3 This is a minor bug-fix release containing a number of fixes: Backport fix for bpo-38804 (c91d70b) Fix...
Bumps [certifi](https://github.com/certifi/python-certifi) from 2020.4.5.2 to 2022.12.7. Commits 9e9e840 2022.12.07 b81bdb2 2022.09.24 939a28f 2022.09.14 aca828a 2022.06.15.2 de0eae1 Only use importlib.resources's new files() / Traversable API on Python ≥3.11 ... b8eb5e9 2022.06.15.1...