We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Compatibility for tx clients running sdk v0.52 and node software running sdk v0.50 fails with:
error in transaction (code: 2): raw_log: errUnknownField "*tx.TxBody": {TagNum: 5, WireType:"bytes"}: tx parse error
This seems to be due to a new Tx structure in v0.52 and it being rejected on older software due to protobuf's reject unknown fields.
@julienrbrt has already been working on this. Creating the issue for tracking/visibility.
ref: #22723
0.52, <=0.50
Broadcast a tx using tx factory using v0.52 to a node running v0.50.
The text was updated successfully, but these errors were encountered:
julienrbrt
No branches or pull requests
Is there an existing issue for this?
What happened?
Compatibility for tx clients running sdk v0.52 and node software running sdk v0.50 fails with:
This seems to be due to a new Tx structure in v0.52 and it being rejected on older software due to protobuf's reject unknown fields.
@julienrbrt has already been working on this. Creating the issue for tracking/visibility.
ref: #22723
Cosmos SDK Version
0.52, <=0.50
How to reproduce?
Broadcast a tx using tx factory using v0.52 to a node running v0.50.
The text was updated successfully, but these errors were encountered: