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

[Merged by Bors] - Add SSZ support to validator block production endpoints #4534

Conversation

eserilev
Copy link
Collaborator

@eserilev eserilev commented Jul 24, 2023

Issue Addressed

#4531

Proposed Changes

add SSZ support to the following block production endpoints:

GET /eth/v2/validator/blocks/{slot}
GET /eth/v1/validator/blinded_blocks/{slot}

Additional Info

i updated a few existing tests to use ssz instead of writing completely new tests

@eserilev eserilev marked this pull request as ready for review July 24, 2023 15:02
@eserilev eserilev changed the title [WIP] Add SSZ support to validator block production endpoints Add SSZ support to validator block production endpoints Jul 24, 2023
@jimmygchen jimmygchen added ready-for-review The code is ready for review HTTP-API labels Jul 25, 2023
@paulhauner
Copy link
Member

Looks like we have another conflict sorry @eserilev 🙏

@paulhauner paulhauner added waiting-on-author The reviewer has suggested changes and awaits thier implementation. and removed ready-for-review The code is ready for review labels Aug 16, 2023
@eserilev
Copy link
Collaborator Author

no problem, I resolved the conflicts

@paulhauner paulhauner added ready-for-review The code is ready for review and removed waiting-on-author The reviewer has suggested changes and awaits thier implementation. labels Aug 16, 2023
@jimmygchen jimmygchen self-assigned this Sep 13, 2023
common/eth2/src/lib.rs Outdated Show resolved Hide resolved
Copy link
Member

@jimmygchen jimmygchen left a comment

Choose a reason for hiding this comment

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

Hi @eserilev,
Changes looks great! 🎉 I only have a few small comments. I think the CI issues should go away once you do a merge from unstable.

@jimmygchen jimmygchen added waiting-on-author The reviewer has suggested changes and awaits thier implementation. and removed ready-for-review The code is ready for review labels Sep 13, 2023
@michaelsproul michaelsproul added ready-for-merge This PR is ready to merge. v4.5.0 ETA Q4 2023 labels Sep 20, 2023
@michaelsproul
Copy link
Member

bors r+

bors bot pushed a commit that referenced this pull request Sep 20, 2023
## Issue Addressed

#4531 

## Proposed Changes

add SSZ support to the following block production endpoints:

GET /eth/v2/validator/blocks/{slot}
GET /eth/v1/validator/blinded_blocks/{slot}

## Additional Info

i updated a few existing tests to use ssz instead of writing completely new tests
@bors
Copy link

bors bot commented Sep 20, 2023

Build failed (retrying...):

bors bot pushed a commit that referenced this pull request Sep 20, 2023
## Issue Addressed

#4531 

## Proposed Changes

add SSZ support to the following block production endpoints:

GET /eth/v2/validator/blocks/{slot}
GET /eth/v1/validator/blinded_blocks/{slot}

## Additional Info

i updated a few existing tests to use ssz instead of writing completely new tests
@bors
Copy link

bors bot commented Sep 21, 2023

Build failed (retrying...):

bors bot pushed a commit that referenced this pull request Sep 21, 2023
## Issue Addressed

#4531 

## Proposed Changes

add SSZ support to the following block production endpoints:

GET /eth/v2/validator/blocks/{slot}
GET /eth/v1/validator/blinded_blocks/{slot}

## Additional Info

i updated a few existing tests to use ssz instead of writing completely new tests
@michaelsproul
Copy link
Member

bors r-
bors r+

@bors
Copy link

bors bot commented Sep 21, 2023

This PR was included in a batch that was canceled, it will be automatically retried

@bors
Copy link

bors bot commented Sep 21, 2023

Canceled.

bors bot pushed a commit that referenced this pull request Sep 21, 2023
## Issue Addressed

#4531 

## Proposed Changes

add SSZ support to the following block production endpoints:

GET /eth/v2/validator/blocks/{slot}
GET /eth/v1/validator/blinded_blocks/{slot}

## Additional Info

i updated a few existing tests to use ssz instead of writing completely new tests
@bors
Copy link

bors bot commented Sep 21, 2023

Build failed (retrying...):

bors bot pushed a commit that referenced this pull request Sep 21, 2023
## Issue Addressed

#4531 

## Proposed Changes

add SSZ support to the following block production endpoints:

GET /eth/v2/validator/blocks/{slot}
GET /eth/v1/validator/blinded_blocks/{slot}

## Additional Info

i updated a few existing tests to use ssz instead of writing completely new tests
@michaelsproul
Copy link
Member

bors r-

@bors
Copy link

bors bot commented Sep 21, 2023

Canceled.

@michaelsproul
Copy link
Member

bors r+

bors bot pushed a commit that referenced this pull request Sep 21, 2023
## Issue Addressed

#4531 

## Proposed Changes

add SSZ support to the following block production endpoints:

GET /eth/v2/validator/blocks/{slot}
GET /eth/v1/validator/blinded_blocks/{slot}

## Additional Info

i updated a few existing tests to use ssz instead of writing completely new tests
@bors
Copy link

bors bot commented Sep 21, 2023

Build failed (retrying...):

bors bot pushed a commit that referenced this pull request Sep 21, 2023
## Issue Addressed

#4531 

## Proposed Changes

add SSZ support to the following block production endpoints:

GET /eth/v2/validator/blocks/{slot}
GET /eth/v1/validator/blinded_blocks/{slot}

## Additional Info

i updated a few existing tests to use ssz instead of writing completely new tests
@bors
Copy link

bors bot commented Sep 21, 2023

Build failed:

@paulhauner
Copy link
Member

bors r+

bors bot pushed a commit that referenced this pull request Sep 21, 2023
## Issue Addressed

#4531 

## Proposed Changes

add SSZ support to the following block production endpoints:

GET /eth/v2/validator/blocks/{slot}
GET /eth/v1/validator/blinded_blocks/{slot}

## Additional Info

i updated a few existing tests to use ssz instead of writing completely new tests
@bors
Copy link

bors bot commented Sep 21, 2023

@bors bors bot changed the title Add SSZ support to validator block production endpoints [Merged by Bors] - Add SSZ support to validator block production endpoints Sep 21, 2023
@bors bors bot closed this Sep 21, 2023
Woodpile37 pushed a commit to Woodpile37/lighthouse that referenced this pull request Jan 6, 2024
## Issue Addressed

sigp#4531 

## Proposed Changes

add SSZ support to the following block production endpoints:

GET /eth/v2/validator/blocks/{slot}
GET /eth/v1/validator/blinded_blocks/{slot}

## Additional Info

i updated a few existing tests to use ssz instead of writing completely new tests
Woodpile37 pushed a commit to Woodpile37/lighthouse that referenced this pull request Jan 6, 2024
add SSZ support to the following block production endpoints:

GET /eth/v2/validator/blocks/{slot}
GET /eth/v1/validator/blinded_blocks/{slot}

i updated a few existing tests to use ssz instead of writing completely new tests
Woodpile37 pushed a commit to Woodpile37/lighthouse that referenced this pull request Jan 6, 2024
add SSZ support to the following block production endpoints:

GET /eth/v2/validator/blocks/{slot}
GET /eth/v1/validator/blinded_blocks/{slot}

i updated a few existing tests to use ssz instead of writing completely new tests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
HTTP-API ready-for-merge This PR is ready to merge. v4.5.0 ETA Q4 2023
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants