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

removed instances of non-deprecated uints being used #231

Closed
wants to merge 1 commit into from

Conversation

georg-getz
Copy link

Signed-off-by: Georgi Georgiev georgi.getz@outlook.com

Description:
This PR is the first of several to be parallelly merged fixing the misalignment of types between the protobuf files and the contracts and it also includes replacement of all uints in the protobuf files. The reason the uints are a problem is because they are ultimately being converted to a signed type regardless and the upper half of their values is unusable.
image
Part of the work in the other repos depends on feedback given to this PR.

Related issue(s):

Fixes hashgraph/hedera-services#3921
hashgraph/hedera-services#3916

Notes for reviewer:
This PR won't be merged until the necessary follow-up PRs in the contracts/docs/services/sdk repos have all been opened and approved as well.

Checklist

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

Signed-off-by: Georgi Georgiev <georgi.getz@outlook.com>
@georg-getz georg-getz closed this Sep 27, 2022
@georg-getz georg-getz deleted the 03921-align-types branch September 27, 2022 12:35
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.

Align types between protobufs and solidity
1 participant