Skip to content

Commit

Permalink
get rid of TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberbono3 committed Aug 13, 2021
1 parent 6c82789 commit 2a846b9
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion proto/cosmos/base/v1beta1/coin.proto
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,5 @@ message IntProto {

// DecProto defines a Protobuf wrapper around a Dec object.
message DecProto {
// TODO should I put [(cosmos_proto.scalar) = "cosmos.Dec"] here?
string dec = 1 [(gogoproto.customtype) = "Dec", (gogoproto.nullable) = false];
}
1 change: 0 additions & 1 deletion proto/cosmos/capability/v1beta1/capability.proto
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import "gogoproto/gogo.proto";
// provided to a Capability must be globally unique.
message Capability {
option (gogoproto.goproto_stringer) = false;
// TODO should I put (cosmos_proto.scalar) = "cosmos.Int" on uint types?
uint64 index = 1 [(cosmos_proto.scalar) = "cosmos.Int", (gogoproto.moretags) = "yaml:\"index\""];
}

Expand Down
1 change: 0 additions & 1 deletion proto/cosmos/distribution/v1beta1/genesis.proto
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ message GenesisState {
[(gogoproto.nullable) = false, (gogoproto.moretags) = "yaml:\"delegator_withdraw_infos\""];

// fee_pool defines the previous proposer at genesis.
// TODO to make sure it's indeed address
string previous_proposer = 4 [(cosmos_proto.scalar) = "cosmos.AddressString", (gogoproto.moretags) = "yaml:\"previous_proposer\""];

// fee_pool defines the outstanding rewards of all validators at genesis.
Expand Down

0 comments on commit 2a846b9

Please sign in to comment.