Register CN for Caplin#844
Open
lystopad wants to merge 1 commit into
Open
Conversation
Register `CN` for Caplin, Erigon's embedded consensus layer client. Caplin integrates the consensus layer directly into the Erigon node, removing the need for a separate CL process and its own disk storage, which reduces operational complexity and resource usage. It is a distinct consensus client and needs its own two-letter code so that blocks proposed by an Erigon + Caplin setup are correctly attributable. `EG` is already reserved for erigon (execution layer), so it cannot be reused for the consensus layer: the graffiti client-version format (`<EL code><EL commit><CL code><CL commit>`) requires distinct codes to tell the two layers apart. With `CN`, an Erigon + Caplin block encodes as e.g. `EGa53eCNa53e`, letting client-diversity tooling measure Caplin adoption independently.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Register
CNfor Caplin, Erigon's embedded consensus layer client.Caplin integrates the consensus layer directly into the Erigon node, removing the need for a separate CL process and its own disk storage, which reduces operational complexity and resource usage. It is a distinct consensus client and needs its own two-letter code so that blocks proposed by an Erigon + Caplin setup are correctly attributable.
EGis already reserved for erigon (execution layer), so it cannot be reused for the consensus layer: the graffiti client-version format (<EL code><EL commit><CL code><CL commit>) requires distinct codes to tell the two layers apart. WithCN, an Erigon + Caplin block encodes as e.g.EGa53eCNa53e, letting client-diversity tooling measure Caplin adoption independently.