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

feat: process txs as they arrive #810

Merged
merged 5 commits into from
Jan 22, 2025

refactor: remove uneeded method call and improve methods comments

b822a04
Select commit
Loading
Failed to load commit list.
Merged

feat: process txs as they arrive #810

refactor: remove uneeded method call and improve methods comments
b822a04
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 14, 2025 in 0s

80.75% (target 75.00%)

View this Pull Request on Codecov

80.75% (target 75.00%)

Details

Codecov Report

Attention: Patch coverage is 91.48936% with 4 lines in your changes missing coverage. Please review.

Project coverage is 80.75%. Comparing base (c06d3ce) to head (b822a04).

Files with missing lines Patch % Lines
src/utils/storage.ts 88.46% 3 Missing ⚠️
src/new/wallet.js 88.88% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #810      +/-   ##
==========================================
+ Coverage   80.68%   80.75%   +0.07%     
==========================================
  Files          85       86       +1     
  Lines        6549     6594      +45     
  Branches     1419     1430      +11     
==========================================
+ Hits         5284     5325      +41     
- Misses       1252     1256       +4     
  Partials       13       13              

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