We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9253e12 commit 3fedb89Copy full SHA for 3fedb89
spec/eofv0_verkle.md
@@ -254,6 +254,9 @@ Encoding using *scheme 2*:
254
255
Encoding size: `7 skips (7 * 11 bits) + 9 values (9 * 11 bits)` = 22-bytes header (0.122%)
256
257
+Our current hunch is that in average contracts this results in a sub-1% overhead, while the worst case is 4.1%.
258
+This compares against the constant 3.2% overhead of the current Verkle code chunking.
259
+
260
## Backwards Compatibility
261
262
EOF-packaged code execution if fully compatible with the legacy code execution.
0 commit comments