-
Notifications
You must be signed in to change notification settings - Fork 2
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 rest api endpoints for external applications #51
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
TobiWo
force-pushed
the
feature/add-rest-api
branch
from
June 28, 2023 12:23
f3c7285
to
44d72f0
Compare
TobiWo
force-pushed
the
feature/add-rest-api
branch
2 times, most recently
from
July 6, 2023 08:01
a6f821d
to
95d5a95
Compare
* Add no-log mode
TobiWo
force-pushed
the
feature/add-rest-api
branch
from
July 6, 2023 08:22
95d5a95
to
6300c0e
Compare
TobiWo
force-pushed
the
feature/add-rest-api
branch
from
July 13, 2023 13:20
6300c0e
to
d92fe2e
Compare
This was
linked to
issues
Jul 17, 2023
TobiWo
force-pushed
the
feature/add-rest-api
branch
2 times, most recently
from
July 20, 2023 10:23
580c8d4
to
d2d7e3c
Compare
* Refactor global constants to global variables * Refactor method to use global variable * Use root logger * Add methods to update validator identifiers from rest calls
TobiWo
force-pushed
the
feature/add-rest-api
branch
2 times, most recently
from
July 20, 2023 13:25
ca5b295
to
ddf7c8a
Compare
TobiWo
force-pushed
the
feature/add-rest-api
branch
from
July 28, 2023 12:01
0a6e4fd
to
67eb0e8
Compare
* Add beacon node url parsing method * Rename existing parsing method
* Add port check before starting the server * Add check if server has started
* Add function to start correct processes * Add clean server shutdown
* Delete unnecessary wrong character message due to code optimization * Add new message for skipped identifiers * Add new message for modified identifiers via rest * Delete not allowed characters due to code optimizations
* Delete check for unsupported characters * Delete system exits while bad pubkey is provided * Add check for bad formatted validator index * Add logging if identifier is skipped due to bad format * Return empty identifier object while provided identifier could not be parsed
TobiWo
force-pushed
the
feature/add-rest-api
branch
from
August 29, 2023 07:47
f3d753e
to
204b1fd
Compare
* Add return object for bad request * Delete None as return value * Add filter to filter for empty validator identifiers as returned from parsing process * Add 400 as documented response
TobiWo
force-pushed
the
feature/add-rest-api
branch
from
August 29, 2023 08:00
204b1fd
to
4fb56cb
Compare
LuisNaldo7
approved these changes
Sep 4, 2023
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
This PR includes the following features/updates:
localhost:<port>/docs
time_to_duty
property toValidatorDuty
object which is used for:Note
Documentation will be updated in a separate PR since the next release will include multiple PRs