-
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
fix(jellyfish-api-core): update testPoolSwap arguments #1856
Conversation
This reverts commit 77daa0e.
❌ Deploy Preview for jellyfishsdk failed.
|
Code Climate has analyzed commit 01c9f40 and detected 0 issues on this pull request. View more on Code Climate. |
✅ Deploy Preview for jellyfishsdk ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
Codecov ReportBase: 89.23% // Head: 91.70% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #1856 +/- ##
==========================================
+ Coverage 89.23% 91.70% +2.47%
==========================================
Files 351 361 +10
Lines 10298 10473 +175
Branches 1301 1318 +17
==========================================
+ Hits 9189 9604 +415
+ Misses 1057 830 -227
+ Partials 52 39 -13
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
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.
Looks good, just some minor changes
packages/jellyfish-api-core/__tests__/category/poolpair/testpoolswap.test.ts
Outdated
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.
LGTM.
<!-- Thanks for sending a pull request! --> #### What this PR does / why we need it: Exposes the path and verbose arguments on `testpoolswap`. Removes the defunct UTXO argument.
What this PR does / why we need it:
Exposes the path and verbose arguments on
testpoolswap
. Removes the defunct UTXO argument.