Closed okdistribute closed 4 years ago
Instead of using the ed25519_dalek directly in feed.rs, import it from the crypto wrapper. See https://github.com/datrs/hypercore/issues/6
ed25519_dalek
feed.rs
crypto
This is still forwarding the type though; to fully complete the task this issue calls for wrapping the type as well.
Patch
Thank you! Merged and released on the beta versions
Checklist
Context
Instead of using the
ed25519_dalek
directly infeed.rs
, import it from thecrypto
wrapper. See https://github.com/datrs/hypercore/issues/6This is still forwarding the type though; to fully complete the task this issue calls for wrapping the type as well.
Semver Changes
Patch