Is your feature request related to a problem? Please describe.
If we run ether_sql in parallel, then creating the current_state and current_storage (https://github.com/analyseether/ether_sql/issues/25) would not be possible because these tables are derived one block after the another. This creates a chicken and egg problem when ether_sql runs in parallel since to solve the issue: https://github.com/analyseether/ether_sql/issues/24 we need the current_stateand current_storage tables but to get those tables we need past rewards in the state_diff.
Describe the solution you'd like
Proposed rewards schems:
Is your feature request related to a problem? Please describe. If we run ether_sql in parallel, then creating the
current_state
andcurrent_storage
(https://github.com/analyseether/ether_sql/issues/25) would not be possible because these tables are derived one block after the another. This creates a chicken and egg problem when ether_sql runs in parallel since to solve the issue: https://github.com/analyseether/ether_sql/issues/24 we need thecurrent_state
andcurrent_storage
tables but to get those tables we need past rewards in the state_diff.Describe the solution you'd like Proposed rewards schems: