Skip to content

Commit 23b9634

Browse files
committed
Fix multiple pronunciation errors
1 parent a5d62e7 commit 23b9634

File tree

3 files changed

+84
-89
lines changed

3 files changed

+84
-89
lines changed

docs/arch_principles.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,20 @@ offchain Tx construction and indexing backend
99
* Bi-simulation checking
1010
* Constraints determine TxIn/Outs up to UTxO coin-selection
1111
(we call it almost-determinacy)
12-
@todo #3: wording for almost-determinacy
1312
* Datum properties encoded as class types
14-
* Common on-chain optimizations are perfomed if possible
13+
* Common on-chain optimizations are performed if possible
1514
* Constraints normalization, and CSE
1615
* Best error short-cutting
1716
* Common security problems prevention
1817

1918
## Potential obstacles
2019

2120
* Ease and optimality of backend compilation
22-
* Robustnes of SMT conversion and overall normalization
21+
* Robustness of SMT conversion and overall normalization
2322
* Possibility for parsing and correct offchain usage
2423
of almost-determinacy
2524
* 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
2726

2827
# CEM machine design
2928

@@ -40,4 +39,4 @@ all their principles and obstacles are affecting CEM as well.
4039
## Potential obstacles
4140

4241
* 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

0 commit comments

Comments
 (0)