-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: move all proto files from v1beta1 to types
- Loading branch information
Showing
114 changed files
with
2,728 additions
and
2,759 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
2 changes: 1 addition & 1 deletion
2
proto/kyve/bundles/v1beta1/bundles.proto → proto/kyve/bundles/types/bundles.proto
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
syntax = "proto3"; | ||
|
||
package kyve.bundles.v1beta1; | ||
package kyve.bundles.types; | ||
|
||
import "gogoproto/gogo.proto"; | ||
|
||
|
12 changes: 6 additions & 6 deletions
12
proto/kyve/bundles/v1beta1/events.proto → proto/kyve/bundles/types/events.proto
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
6 changes: 3 additions & 3 deletions
6
proto/kyve/bundles/v1beta1/genesis.proto → proto/kyve/bundles/types/genesis.proto
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
2 changes: 1 addition & 1 deletion
2
proto/kyve/bundles/v1beta1/params.proto → proto/kyve/bundles/types/params.proto
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
syntax = "proto3"; | ||
|
||
package kyve.bundles.v1beta1; | ||
package kyve.bundles.types; | ||
|
||
import "gogoproto/gogo.proto"; | ||
|
||
|
4 changes: 2 additions & 2 deletions
4
proto/kyve/bundles/v1beta1/query.proto → proto/kyve/bundles/types/query.proto
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
2 changes: 1 addition & 1 deletion
2
proto/kyve/bundles/v1beta1/tx.proto → proto/kyve/bundles/types/tx.proto
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
2 changes: 1 addition & 1 deletion
2
.../kyve/delegation/v1beta1/delegation.proto → proto/kyve/delegation/types/delegation.proto
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
10 changes: 5 additions & 5 deletions
10
proto/kyve/delegation/v1beta1/events.proto → proto/kyve/delegation/types/events.proto
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
6 changes: 3 additions & 3 deletions
6
proto/kyve/delegation/v1beta1/genesis.proto → proto/kyve/delegation/types/genesis.proto
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
2 changes: 1 addition & 1 deletion
2
proto/kyve/delegation/v1beta1/params.proto → proto/kyve/delegation/types/params.proto
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
4 changes: 2 additions & 2 deletions
4
proto/kyve/delegation/v1beta1/query.proto → proto/kyve/delegation/types/query.proto
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
2 changes: 1 addition & 1 deletion
2
proto/kyve/delegation/v1beta1/tx.proto → proto/kyve/delegation/types/tx.proto
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
4 changes: 2 additions & 2 deletions
4
proto/kyve/funders/v1beta1/events.proto → proto/kyve/funders/types/events.proto
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
2 changes: 1 addition & 1 deletion
2
proto/kyve/funders/v1beta1/funders.proto → proto/kyve/funders/types/funders.proto
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
syntax = "proto3"; | ||
|
||
package kyve.funders.v1beta1; | ||
package kyve.funders.types; | ||
|
||
//import "gogoproto/gogo.proto"; | ||
|
||
|
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
2 changes: 1 addition & 1 deletion
2
proto/kyve/funders/v1beta1/params.proto → proto/kyve/funders/types/params.proto
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
4 changes: 2 additions & 2 deletions
4
proto/kyve/funders/v1beta1/query.proto → proto/kyve/funders/types/query.proto
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
2 changes: 1 addition & 1 deletion
2
proto/kyve/funders/v1beta1/tx.proto → proto/kyve/funders/types/tx.proto
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
8 changes: 4 additions & 4 deletions
8
proto/kyve/global/v1beta1/events.proto → proto/kyve/global/types/events.proto
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
syntax = "proto3"; | ||
|
||
package kyve.global.v1beta1; | ||
package kyve.global.types; | ||
|
||
import "gogoproto/gogo.proto"; | ||
import "kyve/global/v1beta1/global.proto"; | ||
import "kyve/global/types/global.proto"; | ||
|
||
option go_package = "github.com/KYVENetwork/chain/x/global/types"; | ||
|
||
// EventUpdateParams is an event emitted when the module parameters are updated. | ||
// emitted_by: MsgUpdateParams | ||
message EventUpdateParams { | ||
// old_params is the module's old parameters. | ||
kyve.global.v1beta1.Params old_params = 1 [(gogoproto.nullable) = false]; | ||
kyve.global.types.Params old_params = 1 [(gogoproto.nullable) = false]; | ||
// new_params is the module's new parameters. | ||
kyve.global.v1beta1.Params new_params = 2 [(gogoproto.nullable) = false]; | ||
kyve.global.types.Params new_params = 2 [(gogoproto.nullable) = false]; | ||
// payload is the parameter updates that were performed. | ||
string payload = 3; | ||
} |
4 changes: 2 additions & 2 deletions
4
proto/kyve/global/v1beta1/genesis.proto → proto/kyve/global/types/genesis.proto
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
2 changes: 1 addition & 1 deletion
2
proto/kyve/global/v1beta1/global.proto → proto/kyve/global/types/global.proto
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
syntax = "proto3"; | ||
|
||
package kyve.global.v1beta1; | ||
package kyve.global.types; | ||
|
||
import "gogoproto/gogo.proto"; | ||
|
||
|
4 changes: 2 additions & 2 deletions
4
proto/kyve/global/v1beta1/query.proto → proto/kyve/global/types/query.proto
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
2 changes: 1 addition & 1 deletion
2
proto/kyve/global/v1beta1/tx.proto → proto/kyve/global/types/tx.proto
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.