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(network): accumulate split scratchpads #2414

Merged
merged 1 commit into from
Nov 8, 2024

Conversation

RolandSherwin
Copy link
Member

No description provided.

@RolandSherwin RolandSherwin marked this pull request as ready for review November 7, 2024 20:13
sn_networking/src/lib.rs Outdated Show resolved Hide resolved
sn_networking/src/lib.rs Outdated Show resolved Hide resolved
sn_networking/src/lib.rs Outdated Show resolved Hide resolved
@RolandSherwin RolandSherwin force-pushed the scratchpad_split_record branch from a98b336 to 458a0ff Compare November 7, 2024 20:42
@@ -613,47 +614,83 @@
continue;
};
let kind = record_kind.get_or_insert(header.kind);
// FIXME: the first record dictates the kind, but we should check all records are of the same kind.

Check notice

Code scanning / devskim

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

Suspicious comment
@RolandSherwin RolandSherwin added this pull request to the merge queue Nov 8, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to a conflict with the base branch Nov 8, 2024
@RolandSherwin RolandSherwin force-pushed the scratchpad_split_record branch from 458a0ff to 4972e3e Compare November 8, 2024 12:22
@RolandSherwin RolandSherwin force-pushed the scratchpad_split_record branch from 4972e3e to d15ae75 Compare November 8, 2024 12:23
@RolandSherwin RolandSherwin added this pull request to the merge queue Nov 8, 2024
Merged via the queue into maidsafe:main with commit afa9da9 Nov 8, 2024
27 of 28 checks passed
@RolandSherwin RolandSherwin deleted the scratchpad_split_record branch November 8, 2024 13:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants