-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
fix: tx compat #23850
base: release/v0.53.x
Are you sure you want to change the base?
fix: tx compat #23850
Conversation
…-unorderedtx-part-1
…-unorderedtx-part-1
Co-authored-by: yihuang <[email protected]> Co-authored-by: Facundo <[email protected]>
…-unorderedtx-part-1
…-unorderedtx-part-1
…-unorderedtx-part-1
…-unorderedtx-part-1
Co-authored-by: Facundo Medica <[email protected]> Co-authored-by: Alex | Interchain Labs <[email protected]>
…-unorderedtx-part-1
…-unorderedtx-part-1
…-unorderedtx-part-1
…f ssh://github.com/cosmos/cosmos-sdk into technicallyty/backport-6ec53aaf54-unorderedtx-part-1
break | ||
} | ||
} | ||
fieldNum := int32(wire >> 3) |
Check failure
Code scanning / gosec
integer overflow conversion uint64 -> uint8 Error
} | ||
} | ||
fieldNum := int32(wire >> 3) | ||
wireType := int(wire & 0x7) |
Check failure
Code scanning / gosec
integer overflow conversion uint64 -> uint8 Error
break | ||
} | ||
} | ||
intStringLen := int(stringLen) |
Check failure
Code scanning / gosec
integer overflow conversion uint64 -> uint8 Error
break | ||
} | ||
} | ||
fieldNum := int32(wire >> 3) |
Check failure
Code scanning / gosec
integer overflow conversion uint64 -> uint8 Error
} | ||
} | ||
fieldNum := int32(wire >> 3) | ||
wireType := int(wire & 0x7) |
Check failure
Code scanning / gosec
integer overflow conversion uint64 -> uint8 Error
break | ||
} | ||
} | ||
intStringLen := int(stringLen) |
Check failure
Code scanning / gosec
integer overflow conversion uint64 -> uint8 Error
Description
Closes: #23846
fix from #22723
Author Checklist
All items are required. Please add a note to the item if the item is not applicable and
please add links to any relevant follow up issues.
I have...
!
in the type prefix if API or client breaking changeCHANGELOG.md
Reviewers Checklist
All items are required. Please add a note if the item is not applicable and please add
your handle next to the items reviewed if you only reviewed selected items.
Please see Pull Request Reviewer section in the contributing guide for more information on how to review a pull request.
I have...