You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16-1Lines changed: 16 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -151,4 +151,19 @@ ORDER BY votes_cast DESC;
151
151
SELECT delegator, delegate, delegation_timestamp
152
152
FROM delegation_events
153
153
ORDER BY delegation_timestamp DESC;
154
-
```
154
+
```
155
+
156
+
### On/offchain data abstraction
157
+
158
+
For each of the respective data views there is a corresponding set of actions being performed on-chain. Some of this data is actually reflected in contract state.
159
+
This table can be used to determine which view is an amalgamation of contract actions vs. having a direct relationship to contract storage. See [this](https://github.com/houseofstake/house-of-stake-contracts) repo for the contracts.
160
+
161
+
| Data view | Contract State? | Storage Contract | Actions | Off-chain only |
0 commit comments