ethereum-consensus
ethereum-consensus copied to clipboard
cache committee computations in `get_beacon_committee`
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