Skip to content

Commit

Permalink
Merge branch 'mit-dci:trunk' into trunk
Browse files Browse the repository at this point in the history
  • Loading branch information
maurermi authored Oct 19, 2023
2 parents 85b2586 + fb6c206 commit 680a059
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/parsec_architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The system provides two _Runner_ implementations ([EVM](https://ethereum.org/en/

# Key Features
### Flexible Data Model and Transaction Semantics
In contrast to the [UHS-based architectures (Atomizer & 2PC)](architecture.md), this design does not dictate a particular data model or transactional semantics.
In contrast to the [UHS-based architectures (Atomizer & 2PC)](uhs-architectures.md), this design does not dictate a particular data model or transactional semantics.
The generic computation layer allows flexibility to employ a wide range of designs with minimal changes to this underlying C++ system.
Smart contracts can be deployed and re-defined, thus making it possible to make fundamental changes to the system during runtime.

Expand Down

0 comments on commit 680a059

Please sign in to comment.