Daniel Knopik

Results 23 comments of Daniel Knopik

Hi @michaelsproul, thanks for the detailed update! Unfortunately I'll be pretty busy this week, but if I find some time I'll try to properly catch up. It probably makes no...

>if someone wants to work on this, the problem is that a batch does not have epoch boundary blocks (so basically it believes it has back to slot x which...

Hey @SkandaBhat and @Gua00va, thanks for picking up this issue! We are currently modularizing some parts of the Lighthouse code base for use in Anchor, and as the `eth2` crate...

@SkandaBhat Sounds great, thanks!

Hey @SkandaBhat, I already got started a bit today, see PR #6680. Feel free to improve on it if you have some ideas!

Hey @PoulavBhowmick03, thanks for your interest in helping out! In #6680 we already got rid of the worst dependencies, but there is still room for improvement. Certain dependencies, e.g. `eth2_keystore`,...

@PoulavBhowmick03 Sure! Let's take `eth2_keystore` as an example. Let me walk you through my approach. Searching through the `eth2` crate for `eth2_keystore` reveals that it is used in `lighthouse_vc/types.rs` and...

@michaelsproul IMO, we can still do better by allowing to disable certain request via features as laid out in my conversation with Poulav above. This would be nice for other...

@chong-he Opposed to my comment in linked PR, I decided to not also add `1` to `pre_compute_slot` as in `prepare_for_aggregator_pre_compute` we take the `last_slot_of_period` as upper bound. Adding `1` to...