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

Drop Cosmos SDK 0.42 support #1094

Closed
webmaster128 opened this issue Mar 15, 2022 · 1 comment · Fixed by #1229
Closed

Drop Cosmos SDK 0.42 support #1094

webmaster128 opened this issue Mar 15, 2022 · 1 comment · Fixed by #1229
Assignees
Milestone

Comments

@webmaster128
Copy link
Member

webmaster128 commented Mar 15, 2022

Cosmos SDK 0.42 reached end of life:

Bildschirmfoto 2022-03-17 um 14 44 47

@webmaster128
Copy link
Member Author

With this we should use tx_bytes in the simulate query:

// SimulateRequest is the request type for the Service.Simulate
// RPC method.
message SimulateRequest {
  // tx is the transaction to simulate.
  // Deprecated. Send raw tx bytes instead.
  cosmos.tx.v1beta1.Tx tx = 1 [deprecated = true];
  // tx_bytes is the raw transaction.
  //
  // Since: cosmos-sdk 0.43
  bytes tx_bytes = 2;
}

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

Successfully merging a pull request may close this issue.

1 participant