-
Notifications
You must be signed in to change notification settings - Fork 311
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
Clean up dependency structure #1611
Comments
I think it'll be hard to do it, as we'll mostly already depend on |
@ValuedMammal how would this result in cyclic dependencies? One can't depend on a crate's tests? |
I suggested this issue since it seems weird that |
The test usage in I think it's fine to either rewrite the doc examples or move to |
bdk_chain
from dev-dependencies
I'll repurpose this issue into a general discussion of what the structure of the repo's inter-crate dependencies should look like. |
I also noticed that Lines 29 to 31 in 2cf46a2
|
Should we also bump major versions from 0.x to 1.x for bdk crates: I'm not sure these are ready to be 1.x and can stay as 0.x: |
Can we switch the file store and testenv crates to depend on
bdk_core
now instead ofbdk_chain
to help organize and reduce complexity of the overall dependency graph?The text was updated successfully, but these errors were encountered: