-
Notifications
You must be signed in to change notification settings - Fork 205
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
eh/filters: send rpctransactions in pending-subscription #2252
eh/filters: send rpctransactions in pending-subscription #2252
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #2252 +/- ##
==========================================
+ Coverage 55.06% 55.77% +0.71%
==========================================
Files 684 684
Lines 114596 91952 -22644
==========================================
- Hits 63097 51287 -11810
+ Misses 47617 36783 -10834
Partials 3882 3882 ☔ View full report in Codecov by Sentry. |
f0d7441
to
c86947d
Compare
@diwu1989 Thanks for the PR, I added another comment cleaning up some unnecessary parameter. |
c86947d
to
985a4b2
Compare
Coverage from tests in coverage: 49.9% of statements across all listed packagescoverage: 63.4% of statements in consensus/istanbul coverage: 42.7% of statements in consensus/istanbul/announce coverage: 55.8% of statements in consensus/istanbul/backend coverage: 0.0% of statements in consensus/istanbul/backend/backendtest coverage: 24.3% of statements in consensus/istanbul/backend/internal/replica coverage: 61.6% of statements in consensus/istanbul/core coverage: 50.0% of statements in consensus/istanbul/db coverage: 0.0% of statements in consensus/istanbul/proxy coverage: 64.2% of statements in consensus/istanbul/uptime coverage: 51.8% of statements in consensus/istanbul/validator coverage: 79.2% of statements in consensus/istanbul/validator/random |
Porting ethereum/go-ethereum#26126 to Celo so that the pending subscription TX has consistent JSON.
This was fixed upstream by always using the
ethapi.NewRPCPendingTransaction
function