-
Notifications
You must be signed in to change notification settings - Fork 162
Changed the type of Tx size to Word32 #5238
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
Conversation
e8df1b2
to
9745172
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good overall, but we need to guard against overflows and underflows.
In this particular PR there would be no danger for mainnet, since there are other checks in place that would prevent it from happen, however, it does not mean we should not do our due diligence.
e8cbffa
to
459e0a7
Compare
8167b20
to
5d690ff
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
50b58d3
to
5513026
Compare
04b2c18
to
c31b4a4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perfect! Thank you!
Co-authored-by: Alexey Kuleshevich <[email protected]>
c31b4a4
to
b6b8235
Compare
Description
close #5181
Checklist
CHANGELOG.md
files updated for packages with externally visible changes.NOTE: New section is never added with the code changes. (See RELEASING.md).
.cabal
andCHANGELOG.md
files when necessary, according to theversioning process.
.cabal
files updated when necessary.NOTE: If bounds change in a cabal file, that package itself must have a version increase. (See RELEASING.md).
scripts/fourmolize.sh
).scripts/cabal-format.sh
).scripts/gen-cddl.sh
)hie.yaml
updated (usescripts/gen-hie.sh
).