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

Commit

Permalink
add general rules
Browse files Browse the repository at this point in the history
  • Loading branch information
ChihChengLiang committed Apr 10, 2024
1 parent 4f272c2 commit 7de9c78
Showing 1 changed file with 7 additions and 0 deletions.
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

0 comments on commit 7de9c78

Please sign in to comment.