Merge PR #6258: Fix test breakage and run proto-gen
This commit is contained in:
+25
-3174
File diff suppressed because it is too large
Load Diff
@@ -2,16 +2,8 @@ syntax = "proto3";
|
||||
package cosmos_sdk.std.v1;
|
||||
|
||||
import "third_party/proto/cosmos-proto/cosmos.proto";
|
||||
import "third_party/proto/gogoproto/gogo.proto";
|
||||
import "types/types.proto";
|
||||
import "x/auth/types/types.proto";
|
||||
import "x/auth/vesting/types/types.proto";
|
||||
import "x/bank/types/types.proto";
|
||||
import "x/crisis/types/types.proto";
|
||||
import "x/distribution/types/types.proto";
|
||||
import "x/gov/types/types.proto";
|
||||
import "x/slashing/types/types.proto";
|
||||
import "x/staking/types/types.proto";
|
||||
|
||||
option go_package = "github.com/cosmos/cosmos-sdk/std";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user