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: spec/eofv0_verkle.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -107,7 +107,8 @@ Such encoding lowers the size overhead from 3.1% to 2.3%.
107
107
108
108
### Encode only invalid jumpdests (dense encoding)
109
109
110
-
Alternate option is instead of encoding all valid `JUMPDEST` locations, to only encode invalid ones. By invalid `JUMPDEST` we mean a `0x5b` byte in any pushdata.
110
+
Alternate option is instead of encoding all valid `JUMPDEST` locations, to only encode invalid ones.
111
+
By invalid `JUMPDEST` we mean a `0x5b` byte in any pushdata.
111
112
112
113
This is beneficial if our assumption is correct that most contracts only contain a limited number
113
114
of offending cases. Our initial analysis suggests this is the case, e.g. Uniswap router has 9 cases,
0 commit comments