-
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
feat(packages/jellyfish-api-core): Add getBlockFilter RPC #1812
base: main
Are you sure you want to change the base?
Conversation
Code Climate has analyzed commit 00d31a3 and detected 1 issue on this pull request. Here's the issue category breakdown:
View more on Code Climate. |
✅ Deploy Preview for jellyfishsdk ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
✅ Deploy Preview for jellyfishsdk ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
packages/jellyfish-api-core/__tests__/category/blockchain/getBlockFilter.test.ts
Fixed
Show fixed
Hide fixed
packages/jellyfish-api-core/__tests__/category/blockchain/getBlockFilter.test.ts
Fixed
Show fixed
Hide fixed
packages/jellyfish-api-core/__tests__/category/blockchain/getBlockFilter.test.ts
Fixed
Show fixed
Hide fixed
packages/jellyfish-api-core/__tests__/category/blockchain/getBlockFilter.test.ts
Fixed
Show fixed
Hide fixed
Codecov ReportBase: 92.92% // Head: 92.81% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #1812 +/- ##
==========================================
- Coverage 92.92% 92.81% -0.12%
==========================================
Files 363 363
Lines 10562 10564 +2
Branches 1333 1334 +1
==========================================
- Hits 9815 9805 -10
- Misses 719 730 +11
- Partials 28 29 +1
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. |
packages/jellyfish-api-core/__tests__/category/blockchain/getBlockFilter.test.ts
Outdated
Show resolved
Hide resolved
2fe0add
to
0bbfe9a
Compare
…ellyfish into kvenho/get-block-filter
…lockFilter.test.ts Co-authored-by: Fuxing Loh <[email protected]> Signed-off-by: Kven Ho <[email protected]>
packages/jellyfish-api-core/__tests__/category/blockchain/getBlockFilter.test.ts
Outdated
Show resolved
Hide resolved
packages/jellyfish-api-core/__tests__/category/blockchain/getBlockFilter.test.ts
Outdated
Show resolved
Hide resolved
packages/jellyfish-api-core/__tests__/category/blockchain/getBlockFilter.test.ts
Outdated
Show resolved
Hide resolved
…lockFilter.test.ts Co-authored-by: Fuxing Loh <[email protected]> Signed-off-by: Kven Ho <[email protected]>
…lockFilter.test.ts Co-authored-by: Fuxing Loh <[email protected]> Signed-off-by: Kven Ho <[email protected]>
…lockFilter.test.ts Co-authored-by: Fuxing Loh <[email protected]> Signed-off-by: Kven Ho <[email protected]>
What this PR does / why we need it:
Implements blockchain.getBlockFilter() from ain
Which issue(s) does this PR fixes?:
Fixes part of #48
Additional comments?: