Camil Băncioiu
Camil Băncioiu
This PR fully enables warm instances, VM-wide. **Warm instances** are a lower-level of caching. WASM contracts, once instantiated, are kept in memory for future calls, ready to execute. This saves...
This PR adds the possibility to write `*.done.txt` files to a local subdirectory (e.g. `done`). This way, all the `done.txt` files are grouped together in one place, which is helpful...
This pull request fixes an inverted `if` in `check_non_deterministic_enabled()`, which was allowing floating-point opcodes even when `deterministic_only` was set to `true`. Also renames `check_non_deterministic_enabled()` to `check_deterministic_only()`, to make it clearer....