privacy-scaling-explorations / zkevm-circuits

Home Page:https://privacy-scaling-explorations.github.io/zkevm-circuits/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[MPT - stack trie] circuit implementation - tx leaf

KimiWu123 opened this issue · comments

Describe the feature you would like

This issue is to implement stack trie for transaction leaves. Targeting to separate this into two (one is stack trie gadget and the other is tx leaf) if possible.

Here and here was written by Miha for more details.