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

Fix bug: the starknet_getEvents rpc method is failing bug #537

Merged
merged 3 commits into from
Aug 16, 2023

change range from block to latest

993eccb
Select commit
Loading
Failed to load commit list.
Merged

Fix bug: the starknet_getEvents rpc method is failing bug #537

change range from block to latest
993eccb
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Aug 15, 2023 in 0s

50.28% (-0.47%) compared to eb60c24

View this Pull Request on Codecov

50.28% (-0.47%) compared to eb60c24

Details

Codecov Report

Patch coverage: 70.58% and project coverage change: -0.47% ⚠️

Comparison is base (eb60c24) 50.75% compared to head (993eccb) 50.28%.
Report is 9 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #537      +/-   ##
==========================================
- Coverage   50.75%   50.28%   -0.47%     
==========================================
  Files          14       14              
  Lines        2530     2426     -104     
==========================================
- Hits         1284     1220      -64     
+ Misses       1246     1206      -40     
Files Changed Coverage Δ
crates/beerus-core/src/ethers_helper.rs 78.94% <ø> (-14.67%) ⬇️
crates/beerus-rpc/src/main.rs 0.00% <0.00%> (ø)
crates/beerus-core/src/lightclient/beerus.rs 64.90% <85.71%> (+0.47%) ⬆️

... and 1 file with indirect coverage changes

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