Jerome Simeon
Jerome Simeon
To review: https://github.com/WebAssembly/design/blob/master/Nondeterminism.md
@frbrkoala Thanks for the bug report / feature request. Just a quick update: 1. I was able to reproduce the issue. See the archive attached based on your example. [[email protected]](https://github.com/accordproject/ergo/files/6800520/vendors%400.1.0.zip)...
Good issue! But I think the description is a bit misleading. At the moment *every* clause is stateful, in the sense that there is no way to know if the...
For the sake of argument, here is a contract which is stateful *and* for which `getStateTypes()` returns `org.accordproject.cicero.contract.AccordContractState` ``` namespace org.accordproject.helloworld import org.accordproject.cicero.contract.AccordContractState contract HelloWorld over HelloWorldClause { // Simple...
This requires #9 #10
A large part of this item is done in 1dfdc9d. Still further cleanup is needed and we can start to take advantage of the refactoring (for type import, standard library,...
Can we try a fresh npm install to see if this is a real bug?
From @mttrbrts Maybe `completed` is a better terminology than `terminated`
Java runtime and testing for Java target added in #457
Should be done on new JavaScript backend, see #191