-
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 invalidateBlock and reconsiderBlock RPCs #1904
base: main
Are you sure you want to change the base?
Conversation
Code Climate has analyzed commit 5a96f6b 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.93% // Head: 93.01% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #1904 +/- ##
==========================================
+ Coverage 89.93% 93.01% +3.07%
==========================================
Files 366 364 -2
Lines 10985 10974 -11
Branches 1432 1432
==========================================
+ Hits 9879 10207 +328
+ Misses 1045 738 -307
+ Partials 61 29 -32
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 570fe64
You can also get an immutable image with the commit hash
|
What this PR does / why we need it:
Adds invalidateBlock and reconsiderBlock RPCs and tests.
Which issue(s) does this PR fixes?:
Fixes part of #48