Dmitriy Ryajov
Dmitriy Ryajov
As described in #57, when using TLS the socket doesn't write out the close code and reason, thus failing to close the connection cleanly. This has been worked around by...
The callback in LimitDialer gets called more than once in certain circumstances which breaks some async artifacts such as `waterfall` or `parallel`. I have currently patched this in https://github.com/libp2p/js-libp2p-swarm/pull/224/files#diff-0e91f710aa050de15c82e5d320bb289cR41 by...
- [ ] Implement the slice assignment algorithm - [ ] figure out and subscribe to relevant slices based on users account, tokens and dapps - [ ] assign a...
Implement a discovery mechanisms that allows finding peers tracking specific slices. The DHT and the query based discovery should complement each other. Ideally, the DHT should work for all cases,...
Implement slice tracking over RPC and pubsub. - [ ] bridge - should fetch slices over Ethereum RPC in bridge mode - [ ] pubsub - should be able to...
This are the high level pieces required to be implemented for the MVP - [ ] [Implement slice tracking](https://github.com/musteka-la/kitsunet-js/issues/25) - [ ] [Implemente Slice Storage module](https://github.com/musteka-la/kitsunet-js/issues/23) - [ ] [Implement...
Instead of publishing on topics, peers pull data from a topic, essentially creating a request/response mechanism. Anyone can subscribe to a topic and respond to requests, and responses are routed...
The KSN Rpc protocol should allow nodes to communicate directly and exchange information on blocks, slices and black lists. - [ ] should allow requesting slices that the remote peer...