v0.11.0
What's Changed
- Make deserializing exception more descriptive by @cffls in #288
- Fix plutus script deserialization by @theeldermillenial in #293
- Add support for asset fingerprint (CIP14) by @theeldermillenial in #294
- Fix transaction submission example by @nielstron in #296
- Bump pytest from 7.4.2 to 7.4.4 by @dependabot in #291
- Bump frozendict from 2.3.8 to 2.4.0 by @dependabot in #290
- Bump pytest-xdist from 3.3.1 to 3.5.0 by @dependabot in #284
- Support to/from json raw plutus data by @nielstron in #300
- Cardano cli chain context by @KINGH242 in #274
- Fix the printing of RawPlutusData by @nielstron in #301
- Add test cases and fix inlineDatum fetching for the Cardano CLI Backend by @nielstron in #303
- Accept empty values for restoration by @nielstron in #306
- Enable adding scripts with redeemers for withdrawals by @nielstron in #308
- Perform math.ceil for fee computation by @nielstron in #313
- Add a fee buffer to the transaction builder by @nielstron in #315
- Rename the reward redeemer tag to withdrawal by @nielstron in #312
- Use Fraction for protocol parameters by @nielstron in #314
- Fix crucial references to withdrawal by @nielstron in #316
- Pool certificates by @KINGH242 in #321
- Allow subtracting assets if not existing before by @nielstron in #317
- Fix/disallow attach inline datum by @nielstron in #325
- Test for correctness of the supplied script by @nielstron in #322
- Consider all_scripts for smartness of transaction by @nielstron in #323
- Add transaction builder with metadata example by @B3nac in #327
- Correct variable name and Address input in docs example by @B3nac in #328
- Fix coinselection by @nielstron in #329
- Add some docs on the datum deserialization by @nielstron in #333
- Fix codecov by @cffls in #334
- Add boundary check for asset value by @cffls in #338
- Update node version for integration tests by @cffls in #345
- Handle utxoCostPerByte vs coinsPerUtxoByte in cardano-cli chain context protocol params by @KINGH242 in #351
- State logger by @cffls in #352
- [bugfix] Set network value to 'mainnet' in blockfrost if only mainnet api url is provided by @cffls in #353
- Update dependencies by @cffls in #355
New Contributors
Full Changelog: v0.10.0...v0.11.0