gear
gear copied to clipboard
Control whether mailbox messages are still valid in runtime state view for `runtime-fuzzer`
Problem to Solve
RuntimeStateView and RuntimeStateViewProducer stores all mailbox messages by getting them after each block from events, but do not filter them before executing the next call whether all of them are valid. This should be checked, so all outdated ids are removed.