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: docs/event.md
+8-3Lines changed: 8 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,8 @@ It can reference:
40
40
referenced by its index (0-3), where offset 0 is topic[0], etc.
41
41
-**Data (Offsets 4+)**: The non-indexed data section of the log. Offset
42
42
values >= 4 refer to 32-byte words in the log data, where offset 4 is the
43
-
first word (bytes 0-31), offset 5 is the second word (bytes 32-63), etc.
43
+
first word (bytes 0-31), offset 5 is the second word (bytes 32-63), etc. Note:
44
+
data offset always starts at 4, even if there are fewer than 4 topics defined.
44
45
45
46
Reference:
46
47
[LogValueRef Type and Documentation](https://github.com/shutter-network/rolling-shutter/blob/42f562532acfc4f89f630d3de809fc4451636ab2/rolling-shutter/keyperimpl/shutterservice/eventtrigger.go#L34-L43)
@@ -81,7 +82,8 @@ The current version is **0x01** as defined by the `Version` constant.
81
82
82
83
### RLP Encoding Details
83
84
84
-
The RLP encoding format for the core structures is:
85
+
The RLP encoding format for the core structures are just nested RLP lists. The
86
+
named object definitions below are for clarification purposes only:
0 commit comments