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(consensus): send proposal content #1810

Merged
merged 1 commit into from
Nov 7, 2024

feat(consensus): send proposal content

70ca816
Select commit
Loading
Failed to load commit list.
Merged

feat(consensus): send proposal content #1810

feat(consensus): send proposal content
70ca816
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 7, 2024 in 0s

26.59% (-13.51%) compared to e3165c4

View this Pull Request on Codecov

26.59% (-13.51%) compared to e3165c4

Details

Codecov Report

Attention: Patch coverage is 66.03774% with 18 lines in your changes missing coverage. Please review.

Project coverage is 26.59%. Comparing base (e3165c4) to head (70ca816).
Report is 237 commits behind head on main.

Files with missing lines Patch % Lines
crates/consensus_manager/src/consensus_manager.rs 0.00% 8 Missing ⚠️
...us_orchestrator/src/sequencer_consensus_context.rs 85.29% 2 Missing and 3 partials ⚠️
crates/starknet_api/src/transaction.rs 54.54% 5 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##             main    #1810       +/-   ##
===========================================
- Coverage   40.10%   26.59%   -13.51%     
===========================================
  Files          26      116       +90     
  Lines        1895    13610    +11715     
  Branches     1895    13610    +11715     
===========================================
+ Hits          760     3620     +2860     
- Misses       1100     9641     +8541     
- Partials       35      349      +314     

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