drop clvm-trait's dependency on clvmr #332
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
remove the
ToNodePtr
andFromNodePtr
traits as well asFromClvm
andToClvm
forAllocator
andNodePtr
(those will be moved intoclvmr
).This is one step in untangling the dependency cycle caused by making
clvmr
usechia-bls
.In order to keep everything building, all other crates that depend on
clvm-traits
now use the crates.io version (i.e. stay on the current version).once this lands,
clvm_rs
can be updated to implement theclvm-traits
. Then this repository can be restored to depend on the newclvm_rs
andclvm-traits