pycardano
pycardano copied to clipboard
A lightweight Cardano library in Python
This PR is a first pass implementation at handling classes for CIP67 and CIP68. These classes will streamline handling and parsing tokens utilizing these standards. This approach attempts to extend...
Bumps [cachetools](https://github.com/tkem/cachetools) from 5.3.2 to 5.3.3. Changelog Sourced from cachetools's changelog. v5.3.3 (2024-02-26) Documentation improvements. Update CI environment. Commits 1fcadea Bump copyright year and version. 2b0a7cb Bump copyright year. d566834...
**Describe the bug** Pycardano 0.10.0 cannot create an inline datum from CBOR hex - PlutusData().from_cbor() pycardano.exception.DeserializeException: Unexpected constructor ID for . Expect None, got 121 instead. **To Reproduce** Find an...
Conway CDDL could found [here](https://github.com/IntersectMBO/cardano-ledger/blob/master/eras/conway/impl/cddl-files/conway.cddl).
To make sure the changes are fully compatible with Conway, we will need to create transactions that use new ledger rules and make sure they could be successfully posted to...
**Is your feature request related to a problem? Please describe.** The pycardano library (the primitives definitions) is used by third party tools and respectively the high level tooling could benefit...
**Describe the bug** A clear and concise description of what the bug is. Result in the section of code below might not be an error, rather an empty string: *...
**Describe the bug** Standard example from tutorials fails to execute **To Reproduce** 1. download https://github.com/Python-Cardano/pycardano/blob/main/examples/native_token.py 2. then run it first time to get the address : in my case `addr_test1vzwy2qavznsp3lgut03hp62vyde6y8ttjh3plwk6ds3y4zg37je5g`...
**Is your feature request related to a problem? Please describe.** Currently pycardano only supports Ogmios < 6.0.0 for the ChainContext but the API has changed since. **Describe the solution you'd...
In order to properly estimate fees for transactions (fast), PyCardano should be able to estimate them entirely locally. This includes running the Plutus script in a local VM. For this...