test(x/circuit): add MsgAuthorizeCircuitBreaker feature (#14512)

Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
Co-authored-by: Likhita Polavarapu <78951027+likhita-809@users.noreply.github.com>
Co-authored-by: Marko <marbar3778@yahoo.com>
This commit is contained in:
Aaron Craelius
2023-01-12 19:14:11 +00:00
committed by GitHub
co-authored by Aleksandr Bezobchuk Likhita Polavarapu Marko
parent 07d38efffb
commit 248f8bd488
9 changed files with 1136 additions and 87 deletions
+3 -3
View File
@@ -47,10 +47,10 @@ message CircuitBreakerPermissions {
// level is the level of permissions granted to this account.
Level level = 1;
// limit_type_urls is used with LEVEL_SOME_MSGS to limit the lists of Msg type
// URLs that the account can pause. It is an error to use limit_type_urls with
// limit_msg_types is used with LEVEL_SOME_MSGS to limit the lists of Msg type
// name that the account can pause. It is an error to use limit_msg_types with
// a level other than LEVEL_SOME_MSGS.
repeated string limit_type_urls = 2;
repeated string limit_msg_types = 2;
// Level is the permission level.
enum Level {