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: custom serde for unique keys #1329

Merged
merged 5 commits into from Feb 22, 2024

Conversation

grumbach
Copy link
Member

@grumbach grumbach commented Feb 20, 2024

Description

not BREAKING CHANGE anymore: for UniqueKey

  • new serialisation (commented, in favour of keeping the old one for now)
  • deserilisation support for new serialisation format

@joshuef
Copy link
Contributor

joshuef commented Feb 20, 2024

Marked as do not merge to not break current network interop

@grumbach grumbach force-pushed the custom_serde_uniquepubkey branch 4 times, most recently from b8a92c5 to a461ab2 Compare February 21, 2024 08:24
@@ -69,6 +74,69 @@
}
}

// NB TODO enable this when enough nodes have updated to support the new serialisation format!

Check notice

Code scanning / devskim

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

Suspicious comment
@@ -38,7 +38,12 @@
}
}

#[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd, Serialize, Deserialize, Hash)]
// NB TODO remove Serialize impl when enough nodes have updated to support the new serialisation format!

Check notice

Code scanning / devskim

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

Suspicious comment
@grumbach grumbach added this pull request to the merge queue Feb 21, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Feb 21, 2024
@grumbach grumbach added this pull request to the merge queue Feb 21, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Feb 21, 2024
@joshuef joshuef changed the base branch from main to alpha February 21, 2024 11:14
@joshuef joshuef added this pull request to the merge queue Feb 21, 2024
@joshuef joshuef removed this pull request from the merge queue due to a manual request Feb 21, 2024
@joshuef joshuef added this pull request to the merge queue Feb 21, 2024
@joshuef joshuef removed this pull request from the merge queue due to a manual request Feb 21, 2024
@joshuef joshuef added this pull request to the merge queue Feb 21, 2024
@joshuef joshuef removed this pull request from the merge queue due to a manual request Feb 21, 2024
@joshuef joshuef added this pull request to the merge queue Feb 21, 2024
@joshuef joshuef removed this pull request from the merge queue due to a manual request Feb 21, 2024
@joshuef joshuef added this pull request to the merge queue Feb 21, 2024
@joshuef joshuef removed this pull request from the merge queue due to a manual request Feb 21, 2024
@joshuef joshuef added this pull request to the merge queue Feb 21, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to a conflict with the base branch Feb 21, 2024
@joshuef joshuef added this pull request to the merge queue Feb 21, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to a conflict with the base branch Feb 21, 2024
@joshuef joshuef added this pull request to the merge queue Feb 21, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to a conflict with the base branch Feb 21, 2024
@joshuef joshuef added this pull request to the merge queue Feb 21, 2024
@joshuef joshuef removed this pull request from the merge queue due to a manual request Feb 21, 2024
@joshuef joshuef added this pull request to the merge queue Feb 22, 2024
@joshuef joshuef removed this pull request from the merge queue due to a manual request Feb 22, 2024
@joshuef joshuef changed the base branch from alpha to main February 22, 2024 08:15
@joshuef joshuef added this pull request to the merge queue Feb 22, 2024
Merged via the queue into maidsafe:main with commit 4e77d03 Feb 22, 2024
55 checks passed
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.

None yet

2 participants