Dr Ian Preston
Dr Ian Preston
What about things like https://ipfs.io/ipfs/zDMZof1kyVsgbhuNGjcSNSEeKTsgxsA3MArZm7BAogkC1iGRixef I thought the part after the domain is a multiaddr?
As it stands the Java constructor for a Multiaddr already takes a Multihash (which could be a Cid or not)
Not allowing Cids here is a problem, because Cid is a Multihash in Java (which I think was the right choice). And changing that is a significant rework of many...
I'm aware of that. I'm saying that I chose to make the Cid class a subclass of Multihash, so in Java a Cid *is* a Multihash in the type sense...
We don't have a concept of peerId yet in Java so I suspect all those methods (equivalently) take MultiAddress in Java. Switching to p2p sounds like a very good idea.
Does the Go implementation allow short hashes?
The first three errors are normal and do not affect operation. Not all nodes on the dht speak the same protocols. The last is an issue mirroring the pki, and...
This is a good idea. I'm guessing this is referring to the native shared libraries? native-lib/libtweetnacl.so
If so this could be a simple fix to just extract the lib when building the image
We use sqlite for things we want to be local to be fast. E.g. the GC mark and sweep