Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

State circuit improvements #523

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft
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
7 changes: 7 additions & 0 deletions specs/state-proof.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,13 @@ found in the table, and a reverse ordering will make the difference to wrap
around to a very high value (due to the field arithmetic), causing the result
to not be in the table.

### General rules

- 0.0 `is_write` is boolean
- 0.1 first access reads don't change value. `value` equals `initial_value`
- 0.2


### Start
- 1.0. `field_tag`, `address` and `id`, `storage_key` are 0
- 1.1. `rw counter` increases if it's not first row
Expand Down
Loading