pycardano icon indicating copy to clipboard operation
pycardano copied to clipboard

A lightweight Cardano library in Python

Results 50 pycardano issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** Cardano developers may have a hard time debugging their script, as they need to understand the whole Haskell/Pluto stack. **Describe...

enhancement
Feature request

**Describe the bug** In the last week or two, something has changed, potentially in BlockFrost. When evaluating a script for execution costs with a required signing key, pycardano puts in...

Bumps [types-requests](https://github.com/python/typeshed) from 2.31.0.10 to 2.32.0.20240622. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=types-requests&package-manager=pip&previous-version=2.31.0.10&new-version=2.32.0.20240622)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 5.3.0 to 7.1.2. Release notes Sourced from sphinx's releases. Sphinx 7.1.2 Changelog: https://www.sphinx-doc.org/en/master/changes.html Sphinx 7.1.1 Changelog: https://www.sphinx-doc.org/en/master/changes.html Sphinx 7.1.0 Changelog: https://www.sphinx-doc.org/en/master/changes.html v7.0.1 Changelog: https://www.sphinx-doc.org/en/master/changes.html v7.0.0 Changelog: https://www.sphinx-doc.org/en/master/changes.html...

dependencies

Bumps [pytest-xdist](https://github.com/pytest-dev/pytest-xdist) from 3.5.0 to 3.6.1. Changelog Sourced from pytest-xdist's changelog. pytest-xdist 3.6.1 (2024-04-28) Bug Fixes [#1071](https://github.com/pytest-dev/pytest-xdist/issues/1071) <https://github.com/pytest-dev/pytest-xdist/issues/1071>_: Add backward compatibility for deadlock issue with the execnet new main_thread_only "execmodel"...

dependencies

Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 4.1.0 to 5.0.0. Changelog Sourced from pytest-cov's changelog. 5.0.0 (2024-03-24) Removed support for xdist rsync (now deprecated). Contributed by Matthias Reichenbach in [#623](https://github.com/pytest-dev/pytest-cov/issues/623) <https://github.com/pytest-dev/pytest-cov/pull/623>_. Switched docs theme...

dependencies

Bumps [flask](https://github.com/pallets/flask) from 2.3.3 to 3.0.3. Release notes Sourced from flask's releases. 3.0.3 This is a fix release for the 3.0.x feature branch. PyPI: https://pypi.org/project/Flask/3.0.3/ Changes: https://flask.palletsprojects.com/en/3.0.x/changes/#version-3-0-3 Milestone: https://github.com/pallets/flask/milestone/35?closed=1 The...

dependencies

**Describe the bug** Running the `fill_request` script of STEAK protocol results in an imbalanced transaction. The transaction only fails upon submitting to the network. **To Reproduce** - Set up the...

bug

When using the latest versions of the cardano-cli as `ChainContext`, the calculation for `min_lovelace_post_alonzo` returns 0 because of incorrect handling of the protocol parameters. To reproduce, build a transaction using...

**Describe the bug** After serializing a real on-chain tx with `tx = Transaction.from_cbor(...)` and trying to compute the tx ID with `tx.id` ``` TypeError: Field 'datum' should be of type...