-
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
Interface icx_listorders
RPC
#402
Conversation
packages/jellyfish-api-core/__tests__/category/icxorderbook/listOrders.test.ts
Outdated
Show resolved
Hide resolved
cd8d2c5
to
3c57adb
Compare
440bb01
to
b9a0805
Compare
3c57adb
to
7f3c9eb
Compare
7f3c9eb
to
40f7070
Compare
b9a0805
to
a698813
Compare
Code Climate has analyzed commit c7e11ac and detected 0 issues on this pull request. View more on Code Climate. |
✔️ Deploy Preview for jellyfish-defi ready! 🔨 Explore the source changes: c7e11ac 🔍 Inspect the deploy log: https://app.netlify.com/sites/jellyfish-defi/deploys/60dee6daa5901300077c4c7a 😎 Browse the preview: https://deploy-preview-402--jellyfish-defi.netlify.app |
packages/jellyfish-api-core/__tests__/category/icxorderbook/listOrders.test.ts
Show resolved
Hide resolved
size-limit report 📦
|
Codecov Report
@@ Coverage Diff @@
## main #402 +/- ##
==========================================
+ Coverage 97.34% 97.36% +0.01%
==========================================
Files 96 96
Lines 2826 2841 +15
Branches 285 285
==========================================
+ Hits 2751 2766 +15
Misses 75 75
Continue to review full report at Codecov.
|
packages/jellyfish-api-core/__tests__/category/icxorderbook/listOrders.test.ts
Outdated
Show resolved
Hide resolved
f43bb2d
to
623f054
Compare
@@ -81,6 +81,59 @@ describe('ICXOrderBook.closeOffer', () => { | |||
expect(accountBTCAfterOfferClose).toStrictEqual(accountBTCBeforeOffer) | |||
}) | |||
|
|||
// NOTE(surangap): This test is failing. |
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.
Mihailo is looking into this
623f054
to
64723ac
Compare
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.
minor JS/TS code details for change
packages/jellyfish-api-core/__tests__/category/icxorderbook/icx_setup.ts
Outdated
Show resolved
Hide resolved
64723ac
to
c7e11ac
Compare
* Bump @defichain/jellyfish dependencies * fixed package-lock.json Co-authored-by: Fuxing Loh <[email protected]>
What kind of PR is this?:
/kind feature
What this PR does / why we need it:
This PR will interface
icx_listorders
RPC to jellyfishWhich issue(s) does this PR fixes?:
Fixes #
Additional comments?:
depends on #401