Age Manning

Results 208 comments of Age Manning

We could add the consumer side (if you're interested). We would have to keep another mapping inside gossipsub. I guess make a custom TTL where records expire. We probably also...

Looks like you're just using an `lru` cache. I think thats fine. There is an `lru_time_cache` which does `O(n)` on lookups/updates. See here: https://github.com/maidsafe/lru_time_cache/issues/143

Yeah seems reasonable. When @jmcph4 is back, perhaps we can shift this out of draft and make it ready for review, before moving forward.

Just bumping this. Anyone know the current state? @michaelsproul @jmcph4

Hey @ackintosh - Nice work. We've merged the base branch now, but I have some questions about your results. I don't fully understand the measurements you are making. Could you...

Hey @ackintosh, nice work. I still can't understand why we are seeing any improvements at all. If anything I think this indicates a bug in our new code or something...

Seems to be conflicts now. Does this still function as expected?

We dont use identify for anything other than debugging and identifying clients. I had always intended on removing it before mainnet.

I couldn't see it in the specs. I've always assumed it we never required. Lighthouse has a CLI flag to just empty the identify agent string. It's useful to collecting...

I was thinking about this more. In order to avoid sync having to know anything about block processing results (explicitly) can't we do the following: - If a block request...