File tree Expand file tree Collapse file tree 3 files changed +84
-89
lines changed Expand file tree Collapse file tree 3 files changed +84
-89
lines changed Original file line number Diff line number Diff line change @@ -9,21 +9,20 @@ offchain Tx construction and indexing backend
9
9
* Bi-simulation checking
10
10
* Constraints determine TxIn/Outs up to UTxO coin-selection
11
11
(we call it almost-determinacy)
12
- @todo #3 : wording for almost-determinacy
13
12
* Datum properties encoded as class types
14
- * Common on-chain optimizations are perfomed if possible
13
+ * Common on-chain optimizations are performed if possible
15
14
* Constraints normalization, and CSE
16
15
* Best error short-cutting
17
16
* Common security problems prevention
18
17
19
18
## Potential obstacles
20
19
21
20
* Ease and optimality of backend compilation
22
- * Robustnes of SMT conversion and overall normalization
21
+ * Robustness of SMT conversion and overall normalization
23
22
* Possibility for parsing and correct offchain usage
24
23
of almost-determinacy
25
24
* Having enough information for Tx submit retrying strategies
26
- * Desing for using custom Datum properties is not obvious
25
+ * Design for using custom Datum properties is not obvious
27
26
28
27
# CEM machine design
29
28
@@ -40,4 +39,4 @@ all their principles and obstacles are affecting CEM as well.
40
39
## Potential obstacles
41
40
42
41
* Some scripts inexpressible by such model (as it happens in PAB)
43
- * Sub-optimal code from determenistic transitions model
42
+ * Sub-optimal code from deterministic transitions model
You can’t perform that action at this time.
0 commit comments