This repository has been archived by the owner on Aug 2, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 110
Unify variable types between SC and go code #1581
Labels
Comments
This issue was deemed too big to be completed in one go. As a result, it's going to be implemented through multiple PRs. The first one, which adds the |
Part 1 merged. |
Part 2 for implementing this issue has been submitted: PR #2082. |
5-7 working days |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Problem
Right now there is a mishmatch between the size of numbers (and potentially other types) between the go code and smart contracts. For example the cheque values are 256 bits integers on the SC side but only 64 bits on go code.
Task
Go through the go code and make it compliant with the smart contracts.
The text was updated successfully, but these errors were encountered: