Dmitriy Ryajov

Results 50 issues of 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...

mvp

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,...

mvp

Implement slice tracking over RPC and pubsub. - [ ] bridge - should fetch slices over Ethereum RPC in bridge mode - [ ] pubsub - should be able to...

mvp

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...

help wanted
mvp

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...

post-mvp

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...

mvp