kroma-network / kroma

A developer-friendly, rollup-based Ethereum Layer 2 solution that offers low fees and EVM equivalence.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Improve validation of multiple outputs

0xHansLee opened this issue · comments

Issue Type

Performance

Kroma Version

0.2.1

Current Behaviour?

When validating multiple outputs (when scanning previous outputs or missed output submitted event), validator fetches and validates output one by one. To improve the performance of validation, it should fetch multiple outputs at once and validate it.

Expected Behaviour

Validator can fetch multiple outputs and validate them.

I think this issue is not that urgent since each output is handled concurrently for now.
So I'll handle this issue after resolving other issues.

Event logs are used when scanning the previous outputs, so there is no need to query multiple outputs at once. So I close this issue.