Python-Cardano / pycardano

A lightweight Cardano library in Python
https://pycardano.readthedocs.io
MIT License
215 stars 67 forks source link

[bugfix] Set network value to 'mainnet' in blockfrost if only mainnet api url is provided #353

Closed cffls closed 4 months ago

cffls commented 4 months ago

Fixes https://github.com/Python-Cardano/pycardano/issues/349

codecov[bot] commented 4 months ago

Codecov Report

Attention: Patch coverage is 0% with 2 lines in your changes are missing coverage. Please review.

Project coverage is 83.56%. Comparing base (20e8ed7) to head (a580dff).

Files Patch % Lines
pycardano/backend/blockfrost.py 0.00% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #353 +/- ## ========================================== - Coverage 83.61% 83.56% -0.05% ========================================== Files 29 29 Lines 3722 3724 +2 Branches 939 940 +1 ========================================== Hits 3112 3112 - Misses 445 447 +2 Partials 165 165 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.