Skip to content

Implement GasPriceClient#929

Merged
andreygLime merged 2 commits into
v2from
feat-gasprice-client
Apr 6, 2026
Merged

Implement GasPriceClient#929
andreygLime merged 2 commits into
v2from
feat-gasprice-client

Conversation

@andreygLime
Copy link
Copy Markdown
Collaborator

Added a GasPrice client: a client.GasPrice interface and a gas_price.Client that delegates to the existing EVM stack via SuggestGasPrice, returning the suggested price in wei. Includes unit tests and a MockGasPriceClient.

Comment thread app/clients/evm/gas-price/client.go Outdated
Comment thread app/clients/evm/gas-price/client.go Outdated
Comment thread app/domain/client/gas_price.go Outdated
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 6, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 64.53%. Comparing base (26b975c) to head (4adc345).
⚠️ Report is 1 commits behind head on v2.

Additional details and impacted files
@@            Coverage Diff             @@
##               v2     #929      +/-   ##
==========================================
+ Coverage   64.48%   64.53%   +0.04%     
==========================================
  Files          82       83       +1     
  Lines        5736     5744       +8     
==========================================
+ Hits         3699     3707       +8     
  Misses       1852     1852              
  Partials      185      185              
Flag Coverage Δ
unittests 64.53% <100.00%> (+0.04%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@andreygLime andreygLime merged commit 44b354e into v2 Apr 6, 2026
4 of 5 checks passed
@andreygLime andreygLime deleted the feat-gasprice-client branch April 6, 2026 16:19
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.

2 participants