Skip to content
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

Merged
merged 2 commits into from
Feb 16, 2024

Conversation

diwu1989
Copy link
Contributor

@diwu1989 diwu1989 commented Feb 7, 2024

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

@palango palango self-assigned this Feb 12, 2024
eth/filters/api.go Outdated Show resolved Hide resolved
Copy link

codecov bot commented Feb 12, 2024

Codecov Report

Attention: 19 lines in your changes are missing coverage. Please review.

Comparison is base (f0adb14) 55.06% compared to head (985a4b2) 55.77%.
Report is 4 commits behind head on master.

Files Patch % Lines
internal/ethapi/api.go 0.00% 8 Missing ⚠️
accounts/abi/bind/backends/simulated.go 0.00% 4 Missing ⚠️
eth/filters/api.go 0.00% 4 Missing ⚠️
eth/tracers/api.go 25.00% 3 Missing ⚠️
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.
📢 Have feedback on the report? Share it here.

@palango palango force-pushed the send-pending-rpc-transactions branch from f0d7441 to c86947d Compare February 15, 2024 10:27
@palango
Copy link
Contributor

palango commented Feb 15, 2024

@diwu1989 Thanks for the PR, I added another comment cleaning up some unnecessary parameter.

@palango palango force-pushed the send-pending-rpc-transactions branch from c86947d to 985a4b2 Compare February 15, 2024 10:28
@palango palango requested a review from carterqw2 February 15, 2024 10:29
@carterqw2 carterqw2 merged commit 5068265 into celo-org:master Feb 16, 2024
21 of 23 checks passed
Copy link

Coverage from tests in ./e2e_test/... for ./consensus/istanbul/... at commit 5068265

coverage: 49.9% of statements across all listed packages
coverage:  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

Copy link

5891 passed, 45 skipped

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants