ChainSafe / ChainSafe/lodestar
Research state storage
- Dominant language
- TypeScript
- Stars
- 1.4k
- Forks
- 483
- Avg merge
- 1d 16h
- Merged PRs (30d)
- 150
Description
Current behavior is annoying in that it isn't "store a state when epoch % N == 0".
It's "maybe store a state after N epochs since the last stored state if the state is finalized".
Not sure what the current Lighthouse behavior is, but I'm guessing its not what we're doing.
Preference to merge this as is (as a hidden option and only semi-supported) since there are people who want this now.
And figure out better behavior later (or do more research to justify the current behavior) and at that point make a public cli option.
_Originally posted by @wemeetagain in https://github.com/ChainSafe/lodestar/pull/5154#discussion_r1111139220_
Contributor guide
Assessment
This issue has not been assessed yet.