-
Notifications
You must be signed in to change notification settings - Fork 37
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
Add accountToUtxos rpc #289
Conversation
Code Climate has analyzed commit 059ca87 and detected 0 issues on this pull request. View more on Code Climate. |
✔️ Deploy Preview for jellyfish-defi ready! 🔨 Explore the source changes: 059ca87 🔍 Inspect the deploy log: https://app.netlify.com/sites/jellyfish-defi/deploys/60b78066b7ee7d0008237fea 😎 Browse the preview: https://deploy-preview-289--jellyfish-defi.netlify.app |
size-limit report 📦
|
Codecov Report
@@ Coverage Diff @@
## main #289 +/- ##
=======================================
Coverage 97.04% 97.05%
=======================================
Files 91 91
Lines 2507 2579 +72
Branches 318 328 +10
=======================================
+ Hits 2433 2503 +70
- Misses 74 76 +2
Continue to review full report at Codecov.
|
# Conflicts: # packages/jellyfish-api-core/__tests__/category/account.test.ts # packages/jellyfish-api-core/src/category/account.ts # website/docs/jellyfish/api/account.md
packages/jellyfish-api-core/__tests__/category/account/accountToUtxos.test.ts
Show resolved
Hide resolved
packages/jellyfish-api-core/__tests__/category/account/accountToUtxos.test.ts
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
test improvement and revert unnecessary changes
What kind of PR is this?:
/kind feature
What this PR does / why we need it:
Add accountToUtxos rpc
Which issue(s) does this PR fixes?:
Fixes part of #48
Additional comments?: