Skip to content

Get UTxO from Transaction ID and Index #186

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 27, 2023
Merged

Get UTxO from Transaction ID and Index #186

merged 2 commits into from
Mar 27, 2023

Conversation

juliusfrost
Copy link
Contributor

I implement utxo_by_tx_id for the OgmiosChainContext. I need this for getting a reference script UTxO from a tx_id and index

@codecov-commenter
Copy link

codecov-commenter commented Mar 26, 2023

Codecov Report

Merging #186 (295a455) into main (afe78c3) will decrease coverage by 0.02%.
The diff coverage is 75.75%.

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

@@            Coverage Diff             @@
##             main     #186      +/-   ##
==========================================
- Coverage   85.45%   85.43%   -0.02%     
==========================================
  Files          26       26              
  Lines        2832     2850      +18     
  Branches      679      681       +2     
==========================================
+ Hits         2420     2435      +15     
- Misses        302      305       +3     
  Partials      110      110              
Impacted Files Coverage Δ
pycardano/backend/ogmios.py 58.66% <75.75%> (+3.47%) ⬆️

... and 1 file with indirect coverage changes

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

Copy link
Collaborator

@cffls cffls left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thanks for fixing the tests!

@cffls cffls merged commit cc16bbe into Python-Cardano:main Mar 27, 2023
@juliusfrost juliusfrost deleted the utxo_by_tx_id branch March 27, 2023 05:56
@cffls cffls added the enhancement New feature or request label Mar 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants