-
Scilla now has a new syntax for updating map values in-place. Update the contracts we use for demo / in our testsuites to use this new syntax where applicable.
- `m[k1][k2][...] := v;` in-place upd…
-
**Is your feature request related to a problem? Please describe.**
With the implementation of events in Scilla, we have to support events from JS side.
**Describe the solution you'd like**
Active…
-
Requirements:
- Be able to support _local_ Scilla development. This means that you need to compile the Scilla binaries within the docker files. You can refer to a reference implementation here
- Fla…
-
# Problem
When use tab and Kaya and zilliqa-js, deploy will fail.
Interpreter says:
```
{ id: 1,
jsonrpc: '2.0',
result:
{ Error:
'Interpreter error: Syntax error in file tmp/…
-
Both `scilla-runner` and `scilla-checker` output a JSON on successful runs. It needs to do the same on failures as well. An error JSON can look like this:
```
{
"gas_remainng" : "100",
"errors…
-
Having the environment variable `SCILLA_STDLIB_PATH` set to point to a Scilla standard library makes some of the tests fail, due do double-import of libraries and mismatch in the gas usage.
-
Since OCaml hashtables are mutable, Scilla maps have become mutable since we changed their implementation to use hashtables.
This change comes with a number of problems, chief among them being that…
jjcnn updated
6 years ago
-
Scilla now has a new syntax for updating map values in-place. Update the contracts we use for demo / in our testsuites to use this new syntax where applicable.
- `m[k1][k2][...] := v;` in-place upd…
-
Currently, a number to be hashed, say "1" (represented currently as a string) is hashed as "(IntLit 1)". This needs to be standardized.
-