Specify 'logs root' property of L2 Blocks #228
Replies: 2 comments
-
Is this worth it? The merkleized entries in the receipts root comprise a concatenation of all log events emitted during a transaction. Seems like except extremely weird cases, this should not be too big? EIP-4488 will also drastically reduce the cost of proving the entry. |
Beta Was this translation helpful? Give feedback.
-
It's not about the cost of the fraud-proof here, but about the cost for a L2 user inside the L2 EVM to casually proof some L1 event. If we did the heavy lifting by providing a nice to work with accumulator then L2 users will have to pay less fees and it may also be less error prone for them (a lot easier to verify a plain byte array of a log entry in a binary tree, than to verify a RLP-encoded receipt in a MPT) |
Beta Was this translation helpful? Give feedback.
-
This issue is a placeholder, taken from a PR comment here by @protolambda.
Beta Was this translation helpful? Give feedback.
All reactions