-
Notifications
You must be signed in to change notification settings - Fork 173
Migrate query-service availability endpoints #4270
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
Open
ss-es
wants to merge
52
commits into
main
Choose a base branch
from
ss/axum-4
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
52 commits
Select commit
Hold shift + click to select a range
eae4c87
add availability endpoint
ss-es b5c2851
update proto definitions with more detail
ss-es 9f26eab
remove types defined in axum.rs
ss-es 4bf2129
remove unhelpful comments
ss-es e1a08f0
cleanup
ss-es 1192448
collapse swagger by default
ss-es be65c6f
add example values
ss-es d94ea9e
cleanup
ss-es 592fea6
cleanup examples
ss-es 3fc97f3
update readme
ss-es 318ebee
Merge branch 'main' into ss/axum-2
ss-es e4ec214
fix formatting
ss-es 33e6ca2
update with serialization fixes/cleanup
ss-es a6d2f64
fix inconsistency
ss-es 846fe8d
move descriptions into routes
ss-es bdbb33d
clippy
ss-es 67c708c
cargo sort
ss-es 178357d
update
ss-es 408e4dc
add new v1 API tests
ss-es 06c508a
fix reward merkle tree
ss-es f94e2a4
fix reward balance endpoint
ss-es ab8103e
refactor test
ss-es 96ac79a
fix latest reward balance
ss-es 7d86f58
fix routes
ss-es dafaccd
fix test
ss-es d6f02f5
rustfmt
ss-es f28b106
fix reward-amounts
ss-es 5a678c8
Merge branch 'ss/axum-tests-1' into ss/axum-2
ss-es 9d917b1
add parity tests
ss-es 9864160
update incorrect_encoding_proof
ss-es 6ad876c
u32 -> u64
ss-es c030d35
fix examples
ss-es 3a35fa3
Merge branch 'main' into ss/axum-2
ss-es 37a45f8
migrate remaining availability endpoints
ss-es 3b7072f
Merge branch 'main' into ss/axum-2
ss-es 3e50cc1
Merge branch 'ss/axum-2' into ss/axum-4
ss-es 6d27c4f
Merge branch 'main' into ss/axum-4
ss-es ea6899d
rustfmt
ss-es 7bc49be
add websocket endpoints
ss-es ca82e04
add namespace proof websocket
ss-es ccd282b
sort
ss-es c7298e8
clippy
ss-es 79cf683
fix stack overflow
ss-es e3e0a30
start websocket stream earlier
ss-es 45d645b
clean up log
ss-es 6662fb5
Merge branch 'main' into ss/axum-4
ss-es d126eac
fix
ss-es 6e54a63
spawn thread with 16MB stack
ss-es f4ed102
fix?
ss-es b7517c5
fix
ss-es bf1a4c1
fix?
ss-es 492847d
fix
ss-es File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
Oops, something went wrong.
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.
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.
undo?