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

Simplify List Attestations RPC Method #11292

Merged
merged 3 commits into from
Aug 23, 2022
Merged

Conversation

nisdas
Copy link
Member

@nisdas nisdas commented Aug 23, 2022

What type of PR is this?

Bug Fix

What does this PR do? Why is it needed?

This simplifies our list attestation rpc endpoint. The method has no need to know about the block version as
attestations are supported by all block types.

Which issues(s) does this PR fix?

Fixes #11291

Other notes for review

@nisdas nisdas added Ready For Review API Api related tasks labels Aug 23, 2022
@nisdas nisdas requested a review from a team as a code owner August 23, 2022 06:13
@jclapis
Copy link

jclapis commented Aug 23, 2022

Confirmed this fixes the issue we were having.

@rauljordan rauljordan merged commit 9cfb823 into develop Aug 23, 2022
@delete-merged-branch delete-merged-branch bot deleted the simplifyListAttestations branch August 23, 2022 16:47
michaelneuder pushed a commit to michaelneuder/prysm that referenced this pull request Aug 25, 2022
* simplify

* fix tests

Co-authored-by: Raul Jordan <raul@prysmaticlabs.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API Api related tasks
Projects
None yet
Development

Successfully merging this pull request may close these issues.

PbBellatrixBlock is not supported for bellatrix when trying to call eth/v1/beacon/blocks/<slot>/attestations
3 participants