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

Fix the offset for uint24 & int24 datatypes in contract functions params #1295

Merged
merged 1 commit into from
Oct 17, 2022

Conversation

ochikov
Copy link
Contributor

@ochikov ochikov commented Oct 14, 2022

Description:

Fix the offset for the Uint24 & Int24 Contract Function Params

Related issue(s):

Fixes #1294

Notes for reviewer:
The offset of Uint24 & Int24 needs to be changed. It is because they are cast to Uint32 & Int32.

Checklist

  • Documented (Code comments, README, etc.)
  • Tested (unit, integration, etc.)

@sonarcloud
Copy link

sonarcloud bot commented Oct 14, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 2 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@ochikov ochikov merged commit fc8801d into main Oct 17, 2022
@ochikov ochikov deleted the bug/1294 branch October 17, 2022 12:34
monokaijs pushed a commit to monostarter/u2u-sdk-js that referenced this pull request Jul 5, 2023
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 this pull request may close these issues.

RangeError: Offset is outside the bounds of the DataView
3 participants