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

solana-trie: make witness generic type #389

Merged
merged 2 commits into from
Sep 6, 2024
Merged

solana-trie: make witness generic type #389

merged 2 commits into from
Sep 6, 2024

Conversation

mina86
Copy link
Collaborator

@mina86 mina86 commented Sep 6, 2024

Allow customising TrieAccount through a generic witness type. The main use case is making it TrieAccount Send and Sync by removing support for the witness. This is needed by, for example, relayer.

Allow customising TrieAccount through a generic witness type.  The
main use case is making it TrieAccount Send and Sync by removing
support for the witness.  This is needed by, for example, relayer.
@mina86 mina86 requested a review from dhruvja September 6, 2024 11:49
@mina86 mina86 marked this pull request as ready for review September 6, 2024 11:49
@mina86 mina86 enabled auto-merge (squash) September 6, 2024 11:50
Copy link
Collaborator

@dhruvja dhruvja left a comment

Choose a reason for hiding this comment

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

LGTM

@mina86 mina86 merged commit 04d2070 into master Sep 6, 2024
4 checks passed
@mina86 mina86 deleted the mpn/b branch September 6, 2024 15:04
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