-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(abciclient)!: limit concurrent gRPC connections (#775)
* feat(abciclient): limit concurrent gRPC connections * build(deps): bump bufbuild to fix build errors * chore: fix lint warnings * fix(privval): fix error handling * test(privval): fix grpc tests * feat(abciclient): grpc conn rate limit per service method * refactor(config)!: add [abci] section with grpc-concurrency, proxy-app and transport * chore(confix): config update plan * refactor(config)!: rename proxy-app to address * fix(config): empty transport and address are allowed * fix(confix): adjust plan
- Loading branch information
Showing
25 changed files
with
655 additions
and
307 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
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.