datrs / hypercore

Secure, distributed, append-only log
https://docs.rs/hypercore
Apache License 2.0
332 stars 37 forks source link

Feed.put with data yields weird results #107

Closed Frando closed 4 years ago

Frando commented 4 years ago

I was looking into coupling hypercore-protocol-rs to hypercore today a bit.

However, I was unable to put any data into a cloned hypercore. It seems the put method either has a bug or I did not understand how to use it correctly. I'll open a PR with a failing test.

Frando commented 4 years ago

See #108.

bltavares commented 4 years ago

@Frando Could you confirm that #110 and #111 fixed your issue, so we can close it?

Frando commented 4 years ago

Yes, this is fixed!