You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 7, 2023. It is now read-only.
The run-time for integer operations has several issues due to assumptions on the JSON serialization (which can be seen in the {"nat": 0.0} part of the generated code.
Some improvements on the JS code generation in Qcert should help (see #191) but for the time being, we should be able to fix it by revising the ergo runtime for Integer operations.
mttrbrts
changed the title
Code generation for >i is correct
Code generation for >i is incorrect
Sep 19, 2018
When the value of
request.value
is1
the following executes as expectedbut the following returns the error response.
The full template including unit tests is available at https://github.com/mttrbrts/cordapp-example/tree/mr-cicero/cicero-source/corda-iou
The first example compiles to:
The second example compiles to:
I'm not able to reproduce this in the REPL.
The text was updated successfully, but these errors were encountered: