Jimmy Chen

Results 142 comments of Jimmy Chen
trafficstars

Thanks! Looks like this particular scenario is related to how hashKeys are generated for caching - when two equivalent collections are passed to the filter, the same cached object is...

@zilm13 Interesting - I had some issue syncing the other way around when trying to sync a lighthouse node from scratch with a network of teku nodes (custom network). What...

Thanks for the detailed notes @paulhauner! To help with my understanding, I've created a diagram comparing backfill processing with / without rate-limiting. (thanks @realbigsean for the feedback!) ```mermaid sequenceDiagram participant...

@michaelsproul I've compared the WIP branch (with rate limiting to 1 batch per slot) against the latest stable version - it does seem to reduce the CPU usage (~20% CPU)....

Thanks @divagant-martian! 🙏 PR created here: https://github.com/sigp/lighthouse/pull/3936

Would be good to at least implement this suggestion: > Output a warning when the config.yaml read for a network contains extra unread fields (like SLOTS_PER_EPOCH), and/or fields that are...

Hi @vlad20012 any updates on this issue? @Poytr1 did you manage to find a workaround? Thanks 🙏

> Hi @vlad20012 any updates on this issue? @Poytr1 did you manage to find a workaround? > Thanks 🙏 Oh sorry - just realised my issue isn't exactly what was...

Thanks @jasminemoore-verses for the insights! I'm constantly switching between `nightly` and `stable` as a workaround :/ Could someone please take a look at this? Would be great if we could...

Nice, it's working for me now after updating to latest plugin. Thank you @mchernyavsky