issues
search
powdr-labs
/
powdr
A modular stack for zkVMs, with a focus on productivity, security and performance.
Apache License 2.0
416
stars
82
forks
source link
Bug fix in ProcessingSequenceIterator
#2117
Closed
georgwiese
closed
1 week ago
georgwiese
commented
1 week ago
Fixes a bug I encountered in #2109:
For blog machines, we have a cache which tracks a sequence of solving steps that led to a success in the past.
However, the needed sequence could be different from call to call. In particular, it could depend on the operation ID.
Because of that, in #1562, we added that the "default" sequence iterator is always run after the cached sequence.
But, we never called
report_progress()
on the default iterator, which led to a bug in #2109.
Fixes a bug I encountered in #2109:
report_progress()
on the default iterator, which led to a bug in #2109.