zkevm-circuits icon indicating copy to clipboard operation
zkevm-circuits copied to clipboard

Transaction receipts

Open adria0 opened this issue 2 years ago • 1 comments

Describe the feature you would like

A missing piece for the zkEVM is the Transaction Receipts. The the components for implementing these are:

Additional context

No response

adria0 avatar Oct 08 '23 09:10 adria0

  • This first needs some specification work.
  • Blocked by #1652. This work needs the stack trie. The leaf type is different.
  • Transaction receipts and logs may be required by the light-client.
    • If we need receitps and logs, we should do a lookup table first, and defer the actual implementation of Stack Trie, because it might take a while.

ChihChengLiang avatar Oct 19 '23 08:10 ChihChengLiang