pycardano
pycardano copied to clipboard
A lightweight Cardano library in Python
Bumps [flask](https://github.com/pallets/flask) from 2.1.3 to 2.2.2. Release notes Sourced from flask's releases. 2.2.2 This is a fix release for the 2.2.0 feature release. Changes: https://flask.palletsprojects.com/en/2.2.x/changes/#version-2-2-1 Milestone: https://github.com/pallets/flask/milestone/25?closed=1 2.2.1 This is...
Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.2.0 to 2.2.2. Release notes Sourced from werkzeug's releases. 2.2.2 This is a fix release for the 2.2.0 feature release. Changes: https://werkzeug.palletsprojects.com/en/2.2.x/changes/#version-2-2-2 Milestone: https://github.com/pallets/werkzeug/milestone/25?closed=1 2.2.1 This is...
Bumps [pytz](https://github.com/stub42/pytz) from 2022.1 to 2022.2.1. Commits a6867f1 Bump version numbers to 2022.2.1/2022b 07aa4d9 Revert inclusion of PACKRATDATA=backzone a5c6756 Update dead link b247b50 Remove obsolete Travis config c7cf378 Bump version...
Bumps [flake8](https://github.com/pycqa/flake8) from 4.0.1 to 5.0.4. Commits 6027577 Release 5.0.4 213e006 Merge pull request #1653 from asottile/lower-bound-importlib-metadata e94ee2b require sufficiently new importlib-metadata 318a86a Merge pull request #1646 from televi/main 7b8b374...
Bumps [coverage](https://github.com/nedbat/coveragepy) from 6.4.2 to 6.4.3. Changelog Sourced from coverage's changelog. Version 6.4.3 — 2022-08-06 Fix a failure when combining data files if the file names contained glob-like patterns (pull...
`mnemonic` Python package generates an entropy value in `bytearray` type. However, `HDWallet.entropy` class is expecting a string value and it is used as a string throughout the entire bip32.py module...
This is still a WIP but I wanted to get the ball rolling on this! Lots of basic functionality is now here, along with the first few tests and examples....
**tl;dr:** This PR adds support for proper parsing of fixed vs indefinite lists from CBOR. **Background** Currently, pycardano uses a custom encoder to embed indefinite lists when encoding classes to...
**Describe the bug** I am currently looking at implementing chain synchronization based on the building blocks provided by pycardano. For this it is crucial that the transaction id is preserved....
**Describe the bug** When adding a script input to a transaction in the transaction builder, the datum is improperly serialized. **To Reproduce** I will create a small working example later...