To replicate:
run the tutorials with --rollkit.lazy_aggregator true enabled. Notice that it does not build a first block. When you attempt to query state, it will panic with a nil pointer, presumably because genesis is never executed.
Possible fix:
Change the behavior of lazy aggregator mode, force it to build an initial block
To replicate:
run the tutorials with
--rollkit.lazy_aggregator trueenabled. Notice that it does not build a first block. When you attempt to query state, it will panic with a nil pointer, presumably because genesis is never executed.Possible fix:
Change the behavior of lazy aggregator mode, force it to build an initial block