-
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(jellyfish-api-core): add submitBlock RPC #1980
base: main
Are you sure you want to change the base?
Conversation
Code Climate has analyzed commit d788a72 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: 91.22% // Head: 89.21% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #1980 +/- ##
==========================================
- Coverage 91.22% 89.21% -2.02%
==========================================
Files 368 366 -2
Lines 10829 10992 +163
Branches 1378 1434 +56
==========================================
- Hits 9879 9806 -73
- Misses 908 1132 +224
- Partials 42 54 +12
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. |
Docker build preview for jellyfish/apps is ready! Built with commit f06f294
You can also get an immutable image with the commit hash
|
packages/jellyfish-api-core/__tests__/category/mining/submitblock.test.ts
Show resolved
Hide resolved
packages/jellyfish-api-core/__tests__/category/mining/submitblock.test.ts
Outdated
Show resolved
Hide resolved
packages/jellyfish-api-core/__tests__/category/mining/submitblock.test.ts
Outdated
Show resolved
Hide resolved
packages/jellyfish-api-core/__tests__/category/mining/submitblock.test.ts
Outdated
Show resolved
Hide resolved
…ock.test.ts Co-authored-by: Fuxing Loh <[email protected]> Signed-off-by: DrPing <[email protected]>
…ock.test.ts Co-authored-by: Fuxing Loh <[email protected]> Signed-off-by: DrPing <[email protected]>
…ock.test.ts Co-authored-by: Fuxing Loh <[email protected]> Signed-off-by: DrPing <[email protected]>
Co-authored-by: Fuxing Loh <[email protected]> Signed-off-by: DrPing <[email protected]>
What this PR does / why we need it:
This PR add the function submitBlock to Jellyfish
Which issue(s) does this PR fixes?:
Fixes #
Additional comments?: