Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: update marketplace proto #1560

Merged
merged 3 commits into from
Oct 19, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions api/regen/ecocredit/marketplace/v1/tx_grpc.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 proto/regen/ecocredit/basket/v1/events.proto
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,6 @@ message EventTake {
// Since Revision 2
message EventUpdateCurator {

// denom is the basket denom.
// denom is the basket denom.
string denom = 1;
}
3 changes: 1 addition & 2 deletions proto/regen/ecocredit/basket/v1/tx.proto
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ message MsgUpdateBasketFeeResponse {}
// Since Revision 2
message MsgUpdateCurator {
option (cosmos.msg.v1.signer) = "curator";

// curator is the address of the basket curator.
string curator = 1;

Expand All @@ -202,7 +202,6 @@ message MsgUpdateCurator {
// new_curator is the address of the account that will become the
// new curator of the basket.
string new_curator = 3;

}

// MsgUpdateCuratorResponse is the Msg/UpdateCurator response type.
Expand Down
2 changes: 1 addition & 1 deletion proto/regen/ecocredit/marketplace/v1/tx.proto
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ service Msg {
rpc UpdateSellOrders(MsgUpdateSellOrders)
returns (MsgUpdateSellOrdersResponse);

// CancelSellOrder cancels a sell order and returns the funds from escrow.
// CancelSellOrder cancels a sell order and returns the credits from escrow.
rpc CancelSellOrder(MsgCancelSellOrder) returns (MsgCancelSellOrderResponse);

// BuyDirect purchases credits directly from the specified sell order.
Expand Down
4 changes: 2 additions & 2 deletions x/ecocredit/marketplace/types/v1/tx.pb.go

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