Skip to content

Commit

Permalink
Add ACL constants for EVM (#346)
Browse files Browse the repository at this point in the history
## Describe your changes and provide context
Add two new constants for EVM KV resource types

## Testing performed to validate your change
  • Loading branch information
codchen authored Nov 9, 2023
1 parent 16b195b commit 9ab3455
Show file tree
Hide file tree
Showing 28 changed files with 1,157 additions and 767 deletions.
10 changes: 9 additions & 1 deletion client/grpc/reflection/reflection.pb.gw.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 21 additions & 1 deletion client/grpc/tmservice/query.pb.gw.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions proto/cosmos/accesscontrol/constants.proto
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,9 @@ enum ResourceType {

KV_BANK_DEFERRED = 93; // child of KV
KV_BANK_DEFERRED_MODULE_TX_INDEX = 95; // child of KV_BANK_DEFERRED

KV_EVM = 96; // child of KV
KV_EVM_BALANCE = 97; // child of KV_EVM
}

enum WasmMessageSubtype {
Expand Down
22 changes: 21 additions & 1 deletion server/grpc/reflection/v2alpha1/reflection.pb.gw.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions snapshots/types/snapshot.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 9ab3455

Please sign in to comment.