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

Moved HashedPostState to trie-common crate #14230

Merged

Conversation

PoulavBhowmick03
Copy link
Contributor

Closes #14208

  • Moved crates/trie/trie/src/state.rs to crates/trie/common/src/hashedstate.rs
  • Updated the imports, dependencies and usages
  • Changed the visibility of certain fields of hashedstate.rs to be visible outside of the crate to be used in the trie crate
  • Updated the dependency of crates/trie/common/cargo.toml to work with hashedstate.rs

@PoulavBhowmick03 PoulavBhowmick03 force-pushed the hashed_post_state_into_triecommon branch from ef943ad to 381312a Compare February 5, 2025 16:31
@mattsse mattsse added this pull request to the merge queue Feb 6, 2025
Merged via the queue into paradigmxyz:main with commit 8c4c8c9 Feb 6, 2025
44 checks passed
@PoulavBhowmick03 PoulavBhowmick03 deleted the hashed_post_state_into_triecommon branch February 6, 2025 13:28
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.

Move HashedPostState into trie-common crate
3 participants