Skip to content

Commit

Permalink
Fix multiple pronunciation errors
Browse files Browse the repository at this point in the history
  • Loading branch information
uhbif19 committed Feb 28, 2024
1 parent a5d62e7 commit 23b9634
Show file tree
Hide file tree
Showing 3 changed files with 84 additions and 89 deletions.
9 changes: 4 additions & 5 deletions docs/arch_principles.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,20 @@ offchain Tx construction and indexing backend
* Bi-simulation checking
* Constraints determine TxIn/Outs up to UTxO coin-selection
(we call it almost-determinacy)
@todo #3: wording for almost-determinacy
* Datum properties encoded as class types
* Common on-chain optimizations are perfomed if possible
* Common on-chain optimizations are performed if possible
* Constraints normalization, and CSE
* Best error short-cutting
* Common security problems prevention

## Potential obstacles

* Ease and optimality of backend compilation
* Robustnes of SMT conversion and overall normalization
* Robustness of SMT conversion and overall normalization
* Possibility for parsing and correct offchain usage
of almost-determinacy
* Having enough information for Tx submit retrying strategies
* Desing for using custom Datum properties is not obvious
* Design for using custom Datum properties is not obvious

# CEM machine design

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

* Some scripts inexpressible by such model (as it happens in PAB)
* Sub-optimal code from determenistic transitions model
* Sub-optimal code from deterministic transitions model
Loading

0 comments on commit 23b9634

Please sign in to comment.