-
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_getorder
RPC
#401
Conversation
3118918
to
f712ce8
Compare
cd8d2c5
to
3c57adb
Compare
f712ce8
to
0c224ff
Compare
75a63c5
to
ca3ef5a
Compare
3c57adb
to
7f3c9eb
Compare
7f3c9eb
to
40f7070
Compare
Code Climate has analyzed commit 40f7070 and detected 0 issues on this pull request. View more on Code Climate. |
✔️ Deploy Preview for jellyfish-defi ready! 🔨 Explore the source changes: 40f7070 🔍 Inspect the deploy log: https://app.netlify.com/sites/jellyfish-defi/deploys/60dc4de9c64692000795a104 😎 Browse the preview: https://deploy-preview-401--jellyfish-defi.netlify.app |
packages/jellyfish-api-core/__tests__/category/icxorderbook/getOrder.test.ts
Show resolved
Hide resolved
packages/jellyfish-api-core/__tests__/category/icxorderbook/getOrder.test.ts
Show resolved
Hide resolved
size-limit report 📦
|
Codecov Report
@@ Coverage Diff @@
## main #401 +/- ##
=======================================
Coverage 97.33% 97.33%
=======================================
Files 96 96
Lines 2814 2816 +2
Branches 285 285
=======================================
+ Hits 2739 2741 +2
Misses 75 75
Continue to review full report at Codecov.
|
What kind of PR is this?:
/kind feature
What this PR does / why we need it:
This PR will interface
icx_getorder
RPC to jellyfishWhich issue(s) does this PR fixes?:
Fixes #
Additional comments?:
depends on #400