-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
beacon: add a few various endpoints #3504
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Lukas Rusak <[email protected]>
Signed-off-by: Lukas Rusak <[email protected]>
Signed-off-by: Lukas Rusak <[email protected]>
Signed-off-by: Lukas Rusak <[email protected]>
Signed-off-by: Lukas Rusak <[email protected]>
Signed-off-by: Lukas Rusak <[email protected]>
@lrusak If you have capacity to add sync methods/tests to this that would be awesome! Let us know what you are comfortable with.
|
Signed-off-by: Lukas Rusak <[email protected]>
Signed-off-by: Lukas Rusak <[email protected]>
Signed-off-by: Lukas Rusak <[email protected]>
Signed-off-by: Lukas Rusak <[email protected]>
Signed-off-by: Lukas Rusak <[email protected]>
Signed-off-by: Lukas Rusak <[email protected]>
@reedsa I added the If acceptable I can squash the |
and
although I seem to need to apply another patch to get the That could possibly just be an issue with python 3.13 though. |
What was wrong?
Missing some endpoints I wanted to use in my application
How was it fixed?
Added the endpoints via the beacon API spec -> https://ethereum.github.io/beacon-APIs/
I needed to add a new async post method. I tried to follow the patterns as much as possible here to make it fit well into the existing codebase.
I added tests for the new endpoints also.
Todo: