-
Notifications
You must be signed in to change notification settings - Fork 26
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
chore(starknet_state_sync): add default port for state sync network config #2667
Conversation
This stack of pull requests is managed by Graphite. Learn more about stacking. |
42aa82b
to
0b88da7
Compare
0b88da7
to
710529f
Compare
b499322
to
fec9048
Compare
fec9048
to
29c8421
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 4 of 4 files at r1, all commit messages.
Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @noamsp-starkware)
crates/starknet_integration_tests/src/utils.rs
line 282 at r1 (raw file):
pub fn create_state_sync_config( state_sync_storage_config: StorageConfig,
I think Yair updated this to be different. Please check if create_consensus_config and create_mempool_p2p_config look the same and if not update this one to look the same
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @ShahakShama)
crates/starknet_integration_tests/src/utils.rs
line 282 at r1 (raw file):
Previously, ShahakShama wrote…
I think Yair updated this to be different. Please check if create_consensus_config and create_mempool_p2p_config look the same and if not update this one to look the same
Spoke in private; we decided to keep this as is and fix this later once we decide to integrate a broader solution for creating the network configs
No description provided.