Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add LightClientHeader wrapper #287

Merged
merged 4 commits into from
Jan 15, 2023
Merged

Conversation

etan-status
Copy link
Contributor

The light client data structures were changed to accommodate additional fields in future forks (e.g., to also hold execution data).

There is a minor change to the JSON serialization, where the header properties are now nested inside a LightClientHeader. The SSZ serialization remains compatible.

See ethereum/consensus-specs#3190

The light client data structures were changed to accommodate additional
fields in future forks (e.g., to also hold execution data).

There is a minor change to the JSON serialization, where the `header`
properties are now nested inside a `LightClientHeader`.
The SSZ serialization remains compatible.

See ethereum/consensus-specs#3190
@etan-status
Copy link
Contributor Author

(This one should only be merged if ethereum/consensus-specs#3190 gets accepted).

etan-status added a commit to status-im/nimbus-eth2 that referenced this pull request Jan 9, 2023
The light client data structures were changed to accommodate additional
fields in future forks (e.g., to also hold execution data).

There is a minor change to the JSON serialization, where the `header`
properties are now nested inside a `LightClientHeader`.
The SSZ serialization remains compatible.

See ethereum/consensus-specs#3190
and ethereum/beacon-APIs#287
@etan-status etan-status marked this pull request as ready for review January 12, 2023 16:59
etan-status added a commit to status-im/nimbus-eth2 that referenced this pull request Jan 12, 2023
The light client data structures were changed to accommodate additional
fields in future forks (e.g., to also hold execution data).

There is a minor change to the JSON serialization, where the `header`
properties are now nested inside a `LightClientHeader`.
The SSZ serialization remains compatible.

See ethereum/consensus-specs#3190
and ethereum/beacon-APIs#287
etan-status added a commit to status-im/nimbus-eth2 that referenced this pull request Jan 12, 2023
The light client data structures were changed to accommodate additional
fields in future forks (e.g., to also hold execution data).

There is a minor change to the JSON serialization, where the `header`
properties are now nested inside a `LightClientHeader`.
The SSZ serialization remains compatible.

See ethereum/consensus-specs#3190
and ethereum/beacon-APIs#287
etan-status added a commit to status-im/nimbus-eth2 that referenced this pull request Jan 13, 2023
The light client data structures were changed to accommodate additional
fields in future forks (e.g., to also hold execution data).

There is a minor change to the JSON serialization, where the `header`
properties are now nested inside a `LightClientHeader`.
The SSZ serialization remains compatible.

See ethereum/consensus-specs#3190
and ethereum/beacon-APIs#287
Copy link
Collaborator

@rolfyone rolfyone left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lgtm

@rolfyone rolfyone merged commit 6669d98 into ethereum:master Jan 15, 2023
@etan-status etan-status deleted the lc-headerwrapper branch January 15, 2023 18:45
@rolfyone
Copy link
Collaborator

ick i didnt follow my own suggestion and ask for this to be added to change log :/

@etan-status
Copy link
Contributor Author

Already is listed, the change is for an API that was not yet part of a release.

In CHANGES.md, I noticed just now though that they incorrectly refer to /eth/v2/beacon, while in realitiy these endpoints are all at v1.

@rolfyone
Copy link
Collaborator

ah ok, that'll be my fault, i did a huge batch to get changes started

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants