Releases: Python-Cardano/pycardano
Releases · Python-Cardano/pycardano
v0.7.0
v0.6.3
[0.6.3] - 2022-10-02
Added
- Support cbor serializable for UTxO. (#84)
Fixed
- Add required signers as part of fee estimation.
- Fix insufficient min_utxo amount when using Blockfrost context.
Changed
- Change the default calculation of
min_lovelaceto Vasil era. This is a backward compatible change,
and it will reduce the amount ofmin_lovelacerequired for transactions.
v0.6.2
v0.6.1
v0.6.0
[0.6.0] - 2022-08-28
v0.6.0 is update for Vasil hard fork.
Added
- Support for reference inputs (CIP31).
- Support for inline datum (CIP32).
- Support for reference scripts (CIP33).
- Vasil changes for Ogmios.
- Vasil changes for blockforst.
- Add type "RawPlutusData", which is used as the default type for datum deserialized from cbor.
TransactionOutputnow has two new fields,datumandscript, which could be added to the transaction output.- Blockfrost chain context now supports custom API url.
Changed
- Improved the format of transaction representation.
- Method
add_script_inputinTransactionBuilderno longer requiresscriptfield to be set.
If absent, the transaction builder will try to find it from chain context. - Similarly, method
add_minting_scriptinTransactionBuilderno longer requiresscriptfield to be set.
If absent, the transaction builder will try to find it from chain context.
v0.5.1
v0.5.0
[0.5.0] - 2022-06-15
Added
- Staking certificates.
- Add an option to merge change into already existing output. (#38).
- Enable UTxO query with Kupo (#39).
- Add 'add_minting_script' to txbuilder.
- Add usage guides for Plutus (#46).
- Add message signing and verification (CIP8) (#45).
Changed
amountinTransactionOutputwill be converted to typeValueeven when anintis passed in (#42).- Add unknown fields to ArraySerializable if more values are provided.
Fixed
- Prevent 'Transaction.from_cbor' from dropping data in datum.
- Add fake fee to fake transaction when fee is 0.
v0.4.1
v0.4.0
Added
- Support mint redeemer
- Add execution units estimation
- Fee Estimation Improvement (#27)
- Add blockfrost support for transaction evaluation
Changed
- Refactor transaction builder to a dataclass
- Upgrade Blockfrost to 0.4.4
Fixed
- Do not modify multiassets when being added or subtracted
- Restore empty datum in redeemer