James Ray

Results 202 comments of James Ray

Sorry @tcsiwula, I only just saw this, I tend to see Gitter comments faster. We may use one shard p2p network as per #34. But yes, it should store collation...

@samparsky, interested? On second thought, as noted above, this task needs #78 first which @tcsiwula is working on, so it would be best if he handled this as well.

https://github.com/Drops-of-Diamond/diamond_drops/pull/72/commits/7a32c61b678c3b6f15d99cf92f6470ac58f1b891 is an example of this problem, `cargo test` and `cargo build` panic, and it is very hard to find and fix the root cause. I have used `git diff...

Thanks for the tip! It wasn't due to build.rs and MML, but your suggestion helped to find and fix the error! I have also modified this in `blob-serialization-6`, although I'll...

The above refactor is added in #73.

Or have one network... https://ethresear.ch/t/torus-shaped-sharding-network/1720/6

I don't think we'll use Swarm as data will be stored on the blockchain, but it could also be done with Swarm as a complementary storage service. > i) How...

https://github.com/libp2p/rust-libp2p/issues/187

https://github.com/libp2p/go-floodsub/issues/77 https://ethresear.ch/t/topology-on-libp2p-libp2p-design/2028/3?u=jamesray1 WIP on answering the above questions, thanks for asking.