-
Notifications
You must be signed in to change notification settings - Fork 188
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feat(torii-grpc): support Events query (#1567)
* Feat: Add fn retrieve_events() * Feat: Add event related messages * Update crates/torii/grpc/proto/types.proto Co-authored-by: Yun <[email protected]> * Update crates/torii/grpc/proto/types.proto Co-authored-by: Yun <[email protected]> * Remove hashed_keys on EventQuery, Remove EventClause * Feat: Improve fn events_all and events_by_keys * Refactor code * fix clippy * Update query * Fix sql query --------- Co-authored-by: Yun <[email protected]>
- Loading branch information
1 parent
be5469e
commit 6a513fe
Showing
3 changed files
with
122 additions
and
1 deletion.
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