Skip to content

Commit

Permalink
Merge pull request #43 from xrplevm/rename-poa-types
Browse files Browse the repository at this point in the history
[REFACTOR]: Rename poa proto from `packages/blockchain/poa` to `poa`
  • Loading branch information
GuillemGarciaDev authored Jan 14, 2025
2 parents 8d66b2e + a01829b commit f709d2d
Show file tree
Hide file tree
Showing 9 changed files with 121 additions and 134 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
syntax = "proto3";
package packages.blockchain.poa;
package poa;

import "gogoproto/gogo.proto";
import "packages/blockchain/poa/params.proto";
import "poa/params.proto";

option go_package = "github.com/xrplevm/node/v5/x/poa/types";

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
syntax = "proto3";
package packages.blockchain.poa;
package poa;

import "gogoproto/gogo.proto";

Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
syntax = "proto3";
package packages.blockchain.poa;
package poa;

import "gogoproto/gogo.proto";
import "google/api/annotations.proto";
import "packages/blockchain/poa/params.proto";
import "poa/params.proto";

option go_package = "github.com/xrplevm/node/v5/x/poa/types";

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
syntax = "proto3";
package packages.blockchain.poa;
package poa;

import "gogoproto/gogo.proto";
import "cosmos_proto/cosmos.proto";
Expand Down
40 changes: 18 additions & 22 deletions x/poa/types/genesis.pb.go

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

34 changes: 15 additions & 19 deletions x/poa/types/params.pb.go

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

68 changes: 32 additions & 36 deletions x/poa/types/query.pb.go

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

2 changes: 1 addition & 1 deletion x/poa/types/query.pb.gw.go

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

Loading

0 comments on commit f709d2d

Please sign in to comment.