-
Notifications
You must be signed in to change notification settings - Fork 34
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
Split crates #180
Comments
For kvdb, should we move hashdb.rs too? If we don't plan to revisit current avl code in the future then it's ok to remove it. |
I think our common contains too many crates. If we want to split db into even smaller crates, I think we should move some of crates out of common. Need a big plan here. For example, move all pubsub into |
Totally agree with you. |
About merkel:
|
Do we consider to publish crates? |
That depends, we have published some before, like rust-numext and static-merkle-tree. |
CITA is almost stable, i think it's time to use the common(split crates) version as other crates. |
What is the progress ? |
Have finished partially, but I think we can do better, it's a long term improvement. |
|
I consider we could move
kvdb
in a separate crate. What about removing theavl
or moving to another repo firstly, because it is written base on the trie, it's not well designed.The text was updated successfully, but these errors were encountered: