-
Notifications
You must be signed in to change notification settings - Fork 22
Add go-interop tests #4
Comments
Currently, it is not interoperable because it is using varint prefix instead of 4 byte prefix like in go (which uses msgio) jbenet/go-msgio#13 |
What do you need to automate these tests? Probably just a go-libp2p script that opens a pipe over a TCP socket? @whyrusleeping refactored go-libp2p a bunch to enable that :D |
Yep a pipe, so I can send back and forth stuff, ideally with some debug flag so it prints out all the things for debugging sessions. |
@whyrusleeping can you make that happen? |
Just FYI, at Duo Search we want a browser-based IPFS bridge for OpenBazaar (built on |
@JustinDrake js-libp2p-secio interops with go-libp2p-secio (used in js-ipfs and go-ipfs respectively) What about https://github.com/ipfs/js-ipfs directly? |
Thanks for clarifying the interoperability with
We want to build an OpenBazaar gateway in the browser for buyers. The objective is that any buyer can do business with vendors privately, without possibility for Duo Search to snoop. OpenBazaar has quite a bit of complexity with a lot of that complexity in IPFS. Maybe we can put the whole thing in a browser. The good news is that we can have support from the Duo Search servers, and a client/server hybrid approach (similar to Blockchain.info's hybrid approach for their Bitcoin wallet) could help a lot. In particular, I think we should avoid using My reasons for avoiding
|
Done through https://github.com/libp2p/interop and https://github.com/ipfs/interop |
No description provided.
The text was updated successfully, but these errors were encountered: