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

Centralize Node Atomics #369

Merged
merged 2 commits into from
Nov 22, 2023
Merged

Centralize Node Atomics #369

merged 2 commits into from
Nov 22, 2023

Conversation

richardpringle
Copy link
Contributor

Since we were always using relaxed ordering, I think it's better that this happens in a central location

Copy link
Collaborator

@rkuris rkuris left a comment

Choose a reason for hiding this comment

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

nit: code moves at the same time as changes required some manual steps for review

@@ -8,6 +8,9 @@ use bincode::Options;
use super::{Data, Encoded};
use crate::merkle::{from_nibbles, PartialPath};

// will be needed when extension node is removed
Copy link
Collaborator

Choose a reason for hiding this comment

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

nit: let's add these commented lines later, preferably uncommented

Copy link
Contributor Author

@richardpringle richardpringle Nov 22, 2023

Choose a reason for hiding this comment

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

Base automatically changed from rename-node-constructors to main November 22, 2023 21:40
@richardpringle richardpringle marked this pull request as ready for review November 22, 2023 21:41
@richardpringle richardpringle merged commit 4890286 into main Nov 22, 2023
5 checks passed
@richardpringle richardpringle deleted the centralize-node-atomics branch November 22, 2023 22:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants