-
-
Notifications
You must be signed in to change notification settings - Fork 428
Open
Labels
meta-feature-requestIssues to track feature requests.Issues to track feature requests.
Description
Problem description
The only place we modify our BeaconState is state-transition
so either move the concerning function there (rewards api is an example) or do not use it
the reason is we also should not call it when we integrate to lodestar-z
Solution description
Check all places calling BeaconState.clone() and either move to state-transition or not to call it
Additional context
part of #8650
wemeetagain
Metadata
Metadata
Assignees
Labels
meta-feature-requestIssues to track feature requests.Issues to track feature requests.