Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

Transaction receipts #1649

Open
adria0 opened this issue Oct 8, 2023 · 1 comment
Open

Transaction receipts #1649

adria0 opened this issue Oct 8, 2023 · 1 comment
Labels
T-feature Type: new features

Comments

@adria0
Copy link
Member

adria0 commented Oct 8, 2023

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 adria0 added the T-feature Type: new features label Oct 8, 2023
@ChihChengLiang ChihChengLiang added this to the Feature Completeness milestone Oct 9, 2023
@ChihChengLiang
Copy link
Collaborator

ChihChengLiang commented Oct 19, 2023

  • This first needs some specification work.
  • Blocked by [MPT] meta: support stack trie #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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
T-feature Type: new features
Projects
Status: Milestone Tasks
Development

No branches or pull requests

2 participants