Skip to content
This repository has been archived by the owner on Feb 1, 2019. It is now read-only.

P2P message layer #69

Closed
jamesray1 opened this issue May 14, 2018 · 1 comment
Closed

P2P message layer #69

jamesray1 opened this issue May 14, 2018 · 1 comment
Assignees
Labels
M4: core Core client code / Rust. P5: some time soon The issue is worth doing soon. phase 1 Refer to https://ethresear.ch/t/sharding-phase-1-spec/1407

Comments

@jamesray1
Copy link
Member

jamesray1 commented May 14, 2018

Is your feature request related to a problem? Please describe.
Related to #34, implementing the message layer of P2P for sharding.

Describe the solution you'd like
Possibly use floodsub as implemented by rust-libp2p, or gossipsub as implemented in Go, which isn't implemented by rust-libp2p.

Describe alternatives you've considered
Instead of using rust-libp2p's floodsub, for more future extensibility we could use create bindings or call into Go floodsub, or write up gossipsub in rust-libp2p, which would probably be a formidable project.

Additional context
Add any other context or screenshots about the feature request here.

https://github.com/libp2p/specs/blob/master/4-architecture.md#45-messaging

@jamesray1 jamesray1 self-assigned this May 14, 2018
@jamesray1 jamesray1 added the phase 1 Refer to https://ethresear.ch/t/sharding-phase-1-spec/1407 label May 14, 2018
@jamesray1 jamesray1 added M4: core Core client code / Rust. P5: some time soon The issue is worth doing soon. and removed M4: core Core client code / Rust. labels May 14, 2018
@jamesray1
Copy link
Member Author

#94

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
M4: core Core client code / Rust. P5: some time soon The issue is worth doing soon. phase 1 Refer to https://ethresear.ch/t/sharding-phase-1-spec/1407
Projects
None yet
Development

No branches or pull requests

1 participant