You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Somehing we should consider for the 2.0 release is to rename pre / post fork types as current semantics are confusing and require feature awareness of each fork instead of just knowing about the fork name itself, and order of forks, which is simple since it's alphabetical.
Somehing we should consider for the 2.0 release is to rename pre / post fork types as current semantics are confusing and require feature awareness of each fork instead of just knowing about the fork name itself, and order of forks, which is simple since it's alphabetical.
e.g.
ForkPreBlobs
-->ForkPreDeneb
ForkBlobs
-->ForkPostDeneb
isForkBlobs
-->isForkPostDeneb
etc.
see https://github.com/ChainSafe/lodestar/blob/unstable/packages/params/src/forkName.ts
The text was updated successfully, but these errors were encountered: