ethpandaops / assertoor

Ethereum Testnet Testing Tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cache validator sets in client pool to avoid re-requesting it for each task

pk910 opened this issue · comments

Assertoor needs to cache the validator set to avoid it from being requested for every task that needs it.
Currently there is no caching, so if there are like 4 tasks that need it, assertoor will request it 4 times.
That's quite some memory overhead as the validator set on holesky is extremely big.