Skip to content

Commit 6c46bdc

Browse files
committed
readme: Clarify which "determinism" features are supported
1 parent 1fa057b commit 6c46bdc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ III) Conformance
2929
IV) First class support for determistic applications (*blockchain*)
3030
- [ ] Support canonical handling of floating point (i.e. NaNs stricter than in the spec)
3131
- [ ] Support an efficient big integer API (256-bit and perhaps 384-bit)
32-
- [ ] Support optional runtime metering in the interpreter
33-
- [ ] Support enforcing a call depth bound
32+
- [x] Support optional runtime metering in the interpreter
33+
- [x] Support enforcing a call depth bound
3434
- [ ] Further restrictions of complexity (e.g. number of locals, number of function parameters, number of labels, etc.)
3535

3636
## Building and using

0 commit comments

Comments
 (0)