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

x/sequencer proto update opt in status, need to use response #1627

Open
danwt opened this issue Dec 6, 2024 · 2 comments · May be fixed by #1642
Open

x/sequencer proto update opt in status, need to use response #1627

danwt opened this issue Dec 6, 2024 · 2 comments · May be fixed by #1642
Assignees
Labels
good first issue Good for newcomers

Comments

@danwt
Copy link
Contributor

danwt commented Dec 6, 2024

  rpc UpdateOptInStatus (MsgUpdateOptInStatus) returns (MsgUpdateOptInStatus);

message MsgUpdateOptInStatus {
  option (cosmos.msg.v1.signer) = "creator";
  // creator is the bech32-encoded address of the sequencer account which is the account that the message was sent from.
  string creator = 1;
  // OptedIn : the new value
  bool opted_in = 2;
}

message MsgUpdateOptInStatusResponse {}

wrong return type

GPT found it lol

@mtsitrin mtsitrin added the good first issue Good for newcomers label Dec 10, 2024
@DSHIVAAY-23
Copy link

DSHIVAAY-23 commented Dec 10, 2024

@mtsitrin @danwt can i work on this ?
i can quickfix it lol

@mtsitrin
Copy link
Contributor

@DSHIVAAY-23 sure!
thx for the contribution

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants