ethereum-consensus icon indicating copy to clipboard operation
ethereum-consensus copied to clipboard

cache committee computations in `get_beacon_committee`

Open ralexstokes opened this issue 11 months ago • 0 comments

this issue requires a bit of an invasive change to implement some kind of epoch-level cache

I imagine there is such a cache available from the Context, and get_beacon_committee can check if there is already a committee computed for the relevant target before computing it again

ralexstokes avatar Mar 27 '24 14:03 ralexstokes