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

refactor(node): move building the p2p sync server to its own function #862

Merged
merged 1 commit into from
Sep 18, 2024

Conversation

matan-starkware
Copy link
Contributor

@matan-starkware matan-starkware commented Sep 18, 2024

This change is Reviewable

@matan-starkware matan-starkware marked this pull request as ready for review September 18, 2024 12:59
Copy link

codecov bot commented Sep 18, 2024

Codecov Report

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

Project coverage is 74.50%. Comparing base (158f318) to head (9d6e8be).
Report is 4 commits behind head on main.

Files with missing lines Patch % Lines
crates/papyrus_node/src/main.rs 66.66% 3 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #862      +/-   ##
==========================================
+ Coverage   74.42%   74.50%   +0.07%     
==========================================
  Files         366      366              
  Lines       38550    38559       +9     
  Branches    38550    38559       +9     
==========================================
+ Hits        28691    28728      +37     
+ Misses       7534     7505      -29     
- Partials     2325     2326       +1     

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

@matan-starkware matan-starkware force-pushed the matan/consensus/m5/build_sync_client branch 2 times, most recently from 690d559 to 6bb5778 Compare September 18, 2024 13:39
@matan-starkware matan-starkware force-pushed the matan/consensus/m5/build_p2p_sync_server branch from 3be1b4a to d23d8ec Compare September 18, 2024 13:39
@matan-starkware matan-starkware force-pushed the matan/consensus/m5/build_sync_client branch from 6bb5778 to 044d791 Compare September 18, 2024 13:39
@matan-starkware matan-starkware force-pushed the matan/consensus/m5/build_p2p_sync_server branch from d23d8ec to 78b1985 Compare September 18, 2024 13:39
@matan-starkware matan-starkware changed the base branch from matan/consensus/m5/build_sync_client to graphite-base/862 September 18, 2024 14:03
@matan-starkware matan-starkware force-pushed the matan/consensus/m5/build_p2p_sync_server branch from 78b1985 to 875d08a Compare September 18, 2024 14:04
@matan-starkware matan-starkware changed the base branch from graphite-base/862 to main September 18, 2024 14:04
Copy link
Collaborator

@dan-starkware dan-starkware left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed 1 of 1 files at r2, all commit messages.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on @matan-starkware)

Copy link
Contributor Author

matan-starkware commented Sep 18, 2024

Merge activity

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants