-
Notifications
You must be signed in to change notification settings - Fork 305
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
proto: split RPCs into per-component QueryServices
Closes #3083. Still outstanding work to do: - [ ] Split up the server-side implementations currently in `pd`. - [ ] Resolve the governance issues. On the latter point, I discovered that large parts of the governance code don't have any RPCs defined, and instead rely on having knowledge of the Rust code to layer together raw state accesses. This is practically impossible for any third party client to do, so it's not an acceptable solution. The shim code that enabled this was removed as part of the refactoring, so we'll either need to define the relevant RPCs, or leave that functionality disabled until we do.
- Loading branch information
1 parent
18fc67a
commit 964a3d0
Showing
118 changed files
with
23,846 additions
and
22,088 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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.