lambda_ethereum_consensus icon indicating copy to clipboard operation
lambda_ethereum_consensus copied to clipboard

Make `Historical accumulator` sanity test case run in a reasonable time

Open MegaRedHand opened this issue 1 year ago • 0 comments

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.

MegaRedHand avatar Dec 05 '23 15:12 MegaRedHand