Jonny Rhea
Jonny Rhea
I imagine that the methodology used for synchronizing clocks will have some part in deciding the appropriate value for `MAXIMUM_GOSSIP_CLOCK_DISPARITY` and this discussion could easily spiral into discussion methods for...
Identify could potentially be a DoS vector as well. Using @protolambda's rumor tool i can create this script: ```bash while true; do host start host listen --ip=127.0.0.1 --tcp=9001 peer connect...
> Also mentioning @bkolad from PegaSys who had expressed interest in writing a Java binding. @raulk I talked to you at the ETH 2 Workday in Prague. I just changed...
@raulk and @vyzo thanks for the quick reply!! Ok so assuming I go with option 2, how close are you guys to an initial release? > Option 1 is an...
> It looks like release builds wouldn't work for `make crawl-docker`. I'll try a debug one. I'm just getting back to this. Ya i think the docker build option is...
Started caching ip_info when processing data in jupyter notebook
I just realized that this one might be difficult (which is why i hardcoded it so i could quickly get some data to analyze). In short, mothra will have to...
I think it would be good to design it to add some sort of stochastic element to the simulation. You could sample from an exponential distribution to generate the time...
I'm curious, how does a node decide what shard to join? Is it random, or do they join the shard that has the least number of participants?
> A node can choose what shard to join by their own will. For validators, they will be assigned specific shards to join by the beacon chain Ok so if...