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

Cache submitter gas block #1465

Merged
merged 8 commits into from
Oct 20, 2023

make gas block thread safe

48d19f0
Select commit
Loading
Failed to load commit list.
Merged

Cache submitter gas block #1465

make gas block thread safe
48d19f0
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
Codecov / codecov/project succeeded Oct 20, 2023 in 0s

50.84105% (+0.14895%) compared to 4416f0a

View this Pull Request on Codecov

50.84105% (+0.14895%) compared to 4416f0a

Details

Codecov Report

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

Comparison is base (4416f0a) 50.69210% compared to head (48d19f0) 50.84105%.
Report is 19 commits behind head on master.

Additional details and impacted files
@@                 Coverage Diff                 @@
##              master       #1465         +/-   ##
===================================================
+ Coverage   50.69210%   50.84105%   +0.14894%     
===================================================
  Files            356         366         +10     
  Lines          24274       25147        +873     
  Branches         267         268          +1     
===================================================
+ Hits           12305       12785        +480     
- Misses         10775       11122        +347     
- Partials        1194        1240         +46     
Files Coverage Δ
packages/contracts-core/contracts/Destination.sol 87.50000% <100.00000%> (ø)
packages/contracts-core/contracts/GasOracle.sol 100.00000% <100.00000%> (ø)
packages/contracts-core/contracts/Origin.sol 95.45455% <100.00000%> (+0.21644%) ⬆️
packages/contracts-core/contracts/Summit.sol 96.59091% <100.00000%> (ø)
...ages/contracts-core/contracts/hubs/SnapshotHub.sol 83.19328% <100.00000%> (ø)
.../contracts-core/contracts/inbox/StatementInbox.sol 89.74359% <100.00000%> (ø)
...ontracts-core/contracts/manager/BondingManager.sol 86.58537% <100.00000%> (ø)
.../contracts-core/contracts/manager/LightManager.sol 96.66667% <100.00000%> (ø)
ethergo/submitter/submitter.go 59.51557% <91.66667%> (+6.99757%) ⬆️

... and 21 files with indirect coverage changes

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