This repository was archived by the owner on Aug 2, 2021. It is now read-only.

Description
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.