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

Commit

Permalink
6.2 10.4 first access read condition
Browse files Browse the repository at this point in the history
  • Loading branch information
ChihChengLiang committed Apr 5, 2024
1 parent 35875e8 commit 79589bd
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions specs/state-proof.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,9 @@ to not be in the table.
### Call Context
- 6.0. `address` and `storage_key` are 0
- 6.1. `field_tag` is in CallContextFieldTag range
- 6.2. `value` is 0 if first access and READ
- 6.3. `initial value` is 0
- 6.4. `state_root` eqauls `state_root_prev`
- 6.5. `value_prev` is 0
- 6.2. `initial value` is 0
- 6.3. `state_root` eqauls `state_root_prev`
- 6.4. `value_prev` is 0

### Account
- 7.0. `id` and `storage_key` are 0
Expand All @@ -110,8 +109,7 @@ to not be in the table.
- 10.1. `value` is boolean
- 10.2. `initial_value` is 0
- 10.3. `state_root` eqauls `state_root_prev`
- 10.4. First access for a set of all keys are 0 if `READ`
- 10.5. `value` column at previous rotation equals `value_prev` at current rotation
- 10.4. `value` column at previous rotation equals `value_prev` at current rotation

### Tx Log
- 11.0. `is_write` is 1
Expand Down

0 comments on commit 79589bd

Please sign in to comment.