-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
29 changed files
with
656 additions
and
626 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
5 changes: 3 additions & 2 deletions
5
proto/fiattokenfactory/blacklisted.proto → ...cle/fiattokenfactory/v1/blacklisted.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,8 +1,9 @@ | ||
syntax = "proto3"; | ||
package noble.fiattokenfactory; | ||
|
||
package circle.fiattokenfactory.v1; | ||
|
||
option go_package = "github.com/circlefin/noble-fiattokenfactory/x/fiattokenfactory/types"; | ||
|
||
message Blacklisted { | ||
bytes addressBz = 1; | ||
bytes address_bz = 1; | ||
} |
3 changes: 2 additions & 1 deletion
3
proto/fiattokenfactory/blacklister.proto → ...cle/fiattokenfactory/v1/blacklister.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
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 |
---|---|---|
@@ -0,0 +1,33 @@ | ||
syntax = "proto3"; | ||
|
||
package circle.fiattokenfactory.v1; | ||
|
||
import "circle/fiattokenfactory/v1/blacklisted.proto"; | ||
import "circle/fiattokenfactory/v1/blacklister.proto"; | ||
import "circle/fiattokenfactory/v1/master_minter.proto"; | ||
import "circle/fiattokenfactory/v1/minter_controller.proto"; | ||
import "circle/fiattokenfactory/v1/minters.proto"; | ||
import "circle/fiattokenfactory/v1/minting_denom.proto"; | ||
import "circle/fiattokenfactory/v1/owner.proto"; | ||
import "circle/fiattokenfactory/v1/params.proto"; | ||
import "circle/fiattokenfactory/v1/paused.proto"; | ||
import "circle/fiattokenfactory/v1/pauser.proto"; | ||
import "gogoproto/gogo.proto"; | ||
// this line is used by starport scaffolding # genesis/proto/import | ||
|
||
option go_package = "github.com/circlefin/noble-fiattokenfactory/x/fiattokenfactory/types"; | ||
|
||
// GenesisState defines the fiattokenfactory module's genesis state. | ||
message GenesisState { | ||
Params params = 1 [(gogoproto.nullable) = false]; | ||
repeated Blacklisted blacklisted_list = 2 [(gogoproto.nullable) = false]; | ||
Paused paused = 3; | ||
MasterMinter master_minter = 4; | ||
repeated Minters minters_list = 5 [(gogoproto.nullable) = false]; | ||
Pauser pauser = 6; | ||
Blacklister blacklister = 7; | ||
Owner owner = 8; | ||
repeated MinterController minter_controller_list = 9 [(gogoproto.nullable) = false]; | ||
MintingDenom minting_denom = 10; | ||
// this line is used by starport scaffolding # genesis/proto/state | ||
} |
3 changes: 2 additions & 1 deletion
3
proto/fiattokenfactory/master_minter.proto → ...e/fiattokenfactory/v1/master_minter.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
3 changes: 2 additions & 1 deletion
3
.../fiattokenfactory/minter_controller.proto → ...attokenfactory/v1/minter_controller.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
3 changes: 2 additions & 1 deletion
3
proto/fiattokenfactory/minters.proto → .../circle/fiattokenfactory/v1/minters.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
3 changes: 2 additions & 1 deletion
3
proto/fiattokenfactory/minting_denom.proto → ...e/fiattokenfactory/v1/minting_denom.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
3 changes: 2 additions & 1 deletion
3
proto/fiattokenfactory/owner.proto → proto/circle/fiattokenfactory/v1/owner.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
3 changes: 2 additions & 1 deletion
3
proto/fiattokenfactory/params.proto → ...o/circle/fiattokenfactory/v1/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
3 changes: 2 additions & 1 deletion
3
proto/fiattokenfactory/paused.proto → ...o/circle/fiattokenfactory/v1/paused.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
3 changes: 2 additions & 1 deletion
3
proto/fiattokenfactory/pauser.proto → ...o/circle/fiattokenfactory/v1/pauser.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
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
3 changes: 2 additions & 1 deletion
3
proto/fiattokenfactory/tx.proto → proto/circle/fiattokenfactory/v1/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
This file was deleted.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.