Dmitriy Ryajov
Dmitriy Ryajov
Some sort of an offline peerstore is required to be able to store and retrieve peers between runs. This also requires proper on disc peer serialization as outlined in https://github.com/libp2p/specs/blob/master/peer-ids/peer-ids.md#keys.
The current implementation of peer id deviates from the spec in that it defaults the CIDv0 representation instead of CIDv1 as mandated by the spec in https://github.com/libp2p/specs/blob/master/peer-ids/peer-ids.md#string-representation. In particular this...
With #131, libp2p is tracking memory and other resource usage internally, using both nim-metrics and chronos tracking - this needs to be rethought. Preferably, libp2p itself would expose hooks and...
Implement changes introduced in https://github.com/libp2p/specs/pull/292.
There is currently no peer management mechanisms in libp2p. This is required to maintain optimum connectivity across many user level provided protocols and applications. Part of the requirement for the...
I'm currently in CR and would be interested in getting an IPFS community going. I've got a meetup set up [here](https://www.meetup.com/The-Distributed-Web-La-Web-Distribuida) if anyone is interested in joining. I could also...
Mustekala Roadmap # Requirements ## Ethereum storage requierements - Facilitating account and token balance - Identify the slice associated with the token address - Get the slice - figure out...
We should have a method to batch multiple slice calls into one request.