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

eth_feeHistory invalid cached response #882

Merged
merged 2 commits into from
Feb 11, 2023

Conversation

natanasow
Copy link
Collaborator

@natanasow natanasow commented Feb 7, 2023

Signed-off-by: nikolay [email protected]

Description:

Related issue(s):

Fixes #881

Notes for reviewer:

Checklist

  • Documented (Code comments, README, etc.)
  • Tested (unit, integration, etc.)

Signed-off-by: nikolay <[email protected]>
@natanasow natanasow marked this pull request as draft February 7, 2023 13:43
Signed-off-by: nikolay <[email protected]>
@sonarqubecloud
Copy link

sonarqubecloud bot commented Feb 7, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@codecov-commenter
Copy link

Codecov Report

Base: 73.88% // Head: 73.91% // Increases project coverage by +0.02% 🎉

Coverage data is based on head (c5fa20f) compared to base (a7cecc6).
Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #882      +/-   ##
==========================================
+ Coverage   73.88%   73.91%   +0.02%     
==========================================
  Files          29       29              
  Lines        1815     1817       +2     
  Branches      336      338       +2     
==========================================
+ Hits         1341     1343       +2     
  Misses        375      375              
  Partials       99       99              
Impacted Files Coverage Δ
packages/relay/src/lib/eth.ts 82.19% <100.00%> (+0.06%) ⬆️

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.
📢 Do you have feedback about the report comment? Let us know in this issue.

@natanasow natanasow marked this pull request as ready for review February 7, 2023 14:22
@natanasow natanasow self-assigned this Feb 7, 2023
packages/relay/src/lib/eth.ts Show resolved Hide resolved
@Nana-EC Nana-EC added this to the 0.18.0 milestone Feb 10, 2023
@natanasow natanasow merged commit 6875135 into main Feb 11, 2023
@natanasow natanasow deleted the 881-eth_feeHistory-invalid-cached-response branch February 11, 2023 09:59
Nana-EC pushed a commit that referenced this pull request Feb 15, 2023
* Fix cache

Signed-off-by: nikolay <[email protected]>

* Fix unit test

Signed-off-by: nikolay <[email protected]>

---------

Signed-off-by: nikolay <[email protected]>
Nana-EC pushed a commit that referenced this pull request Feb 15, 2023
* Fix cache

Signed-off-by: nikolay <[email protected]>

* Fix unit test

Signed-off-by: nikolay <[email protected]>

---------

Signed-off-by: nikolay <[email protected]>
Signed-off-by: Nana Essilfie-Conduah <[email protected]>
Nana-EC added a commit that referenced this pull request Feb 15, 2023
Cherry pick PRs that went into main branch since cutting a 0.18.0-alpha1. PRs map to individual commits
- [PR 882 - eth_feeHistory invalid cached response](#882)
- [PR 887 - Needed changes for metrics improvements](#887)
- [PR 883 - Handle GRPC timeout error](#883)
- PR 898 - update-logs-and-metrics Added the requestId to the server context](#898)

---------

Signed-off-by: ebadiere <[email protected]>
Signed-off-by: Nana Essilfie-Conduah <[email protected]>

---------

Signed-off-by: nikolay <[email protected]>
Signed-off-by: Nana Essilfie-Conduah <[email protected]>
Signed-off-by: Alfredo Gutierrez <[email protected]>
Signed-off-by: Ivo Yankov <[email protected]>
Signed-off-by: ebadiere <[email protected]>
Co-authored-by: Nikolay Atanasow <[email protected]>
Co-authored-by: Alfredo Gutierrez <[email protected]>
Co-authored-by: Ivo Yankov <[email protected]>
Co-authored-by: Eric Badiere <[email protected]>
Nana-EC pushed a commit that referenced this pull request Feb 15, 2023
* Fix cache

Signed-off-by: nikolay <[email protected]>

* Fix unit test

Signed-off-by: nikolay <[email protected]>

---------

Signed-off-by: nikolay <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

eth_feeHistory invalid cached response
3 participants