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: Network related code #706

Merged
merged 4 commits into from
Sep 5, 2023

Conversation

RolandSherwin
Copy link
Member

@RolandSherwin RolandSherwin commented Sep 4, 2023

Description

Summary generated by Reviewpad on 04 Sep 23 14:51 UTC

This pull request includes changes in multiple files. Here's a summary of the changes:

  1. The sn_networking/src/msg/mod.rs file has been deleted.

  2. The sn_networking/src/event.rs file has several changes, including imports reordering, removal of unnecessary imports, addition of a constant, replacement of a struct with a derive macro, addition of a variant to an enum, modification of a struct's implementation, addition of a new method, and removal of a method.

  3. The record_store.rs file has undergone several changes, including removal of unused modules, removal of constants, modification of a struct's fields, removal of unused imports and variables, and addition of a new import.

Please review these changes for any possible impacts on the functionality of the affected files.

});
}
NodeRecordStoreConfig {
max_value_bytes: MAX_PACKET_SIZE, // TODO, does this need to be _less_ than MAX_PACKET_SIZE

Check notice

Code scanning / devskim

A "TODO" or similar was left in source code, possibly indicating incomplete functionality Note

Suspicious comment

/// What is the largest packet to send over the network.
/// Records larger than this will be rejected.
// TODO: revisit once utxo is in

Check notice

Code scanning / devskim

A "TODO" or similar was left in source code, possibly indicating incomplete functionality Note

Suspicious comment
@joshuef joshuef added this pull request to the merge queue Sep 5, 2023
Merged via the queue into maidsafe:main with commit f73428c Sep 5, 2023
23 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Large Large sized PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants