-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
These are the minimal accompanying code changes for xmtp/proto#218, which are a prerequisite for #126. - Flattens query requests into a simpler structure - Publishes and queries are now *batch* publishes and queries. For now, we operate against the *first* item in the batch - I added tasks to properly implement the batching and unit tests later, but don't treat it as high priority for now - Adds a common method to validate batch query requests (refactored out from the subscribe worker)
- Loading branch information
1 parent
cc8dbbe
commit 4047800
Showing
11 changed files
with
528 additions
and
699 deletions.
There are no files selected for viewing
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
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
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
Oops, something went wrong.