lambda_ethereum_consensus
lambda_ethereum_consensus copied to clipboard
Make `Historical accumulator` sanity test case run in a reasonable time
https://github.com/lambdaclass/lambda_ethereum_consensus/blob/b9615e8a40fecc24aef9ef8d6b0ec769cf69ca2a/lib/spec/runners/sanity.ex#L92
This case processes 8192 empty slots, to fill BeaconState.historical_summaries
. Because of that, it makes a lot of calls to on_tick
, and takes a lot of time.