Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/DESIGN.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ If this is not true, the runtime is broken.

All mutable information must be represented in the State object.

Configuration and environment inputs are considered sealed execution inputs and must be
fully serialized, hashed, and referenced from the ledger. They may influence execution,
but they must not change during a run.

Forbidden:

Hidden globals
Expand Down