-
Notifications
You must be signed in to change notification settings - Fork 879
feat: add tests for filtering GET /beacon/pool/attestations #7321
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
base: unstable
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi. Just a heads up that you have based this PR on the stable
branch. Active development should be on top of unstable
and target the unstable
branch
@macladson did i do good or no? |
@gap-editor no, need to get rid of those commits from stable |
This pull request has merge conflicts. Could you please resolve them @gap-editor? 🙏 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like there are some conflicts. Can you update your branch? (Either merge or rebase on unstable)
@macladson done. if smth is wrong may be better to reopen PR in unstable branch? |
All required checks have passed and there are no merge conflicts. This pull request may now be ready for another review. |
Some required checks have failed. Could you please take a look @gap-editor? 🙏 |
Added
test_get_beacon_pool_attestations_filtered
to verify that the/eth/v2/beacon/pool/attestations
endpoint correctly filters attestations based on theslot
andcommittee_index
query parameters, as required by #7312.