Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(tx_tree): Build blocks transaction tree within the root rollup. #1444

Closed
Tracked by #849
Maddiaa0 opened this issue Aug 7, 2023 · 1 comment
Closed
Tracked by #849

Comments

@Maddiaa0
Copy link
Member

Maddiaa0 commented Aug 7, 2023

Currently, a transaction hash is created within the kernel circuits. This transaction hash is then emitted as the first Nullifier of each transaction. To build the transactions tree, we will need to take these nullifiers for the current block, then construct a tree from them.

The root of this tree will be included in the block hash, allowing users to prove against a transaction tree root in the past.

Tracked by: #849

@Maddiaa0 Maddiaa0 added this to A3 Aug 7, 2023
@Maddiaa0 Maddiaa0 self-assigned this Aug 7, 2023
@Maddiaa0 Maddiaa0 converted this from a draft issue Aug 7, 2023
@LHerskind
Copy link
Contributor

Closing this for now since we can do it through the content_hash change that we have planned in the yellow-paper.

@LHerskind LHerskind closed this as not planned Won't fix, can't repro, duplicate, stale Jan 3, 2024
@github-project-automation github-project-automation bot moved this from Todo to Done in A3 Jan 3, 2024
codygunton pushed a commit that referenced this issue Jan 23, 2024
Merge back conflict resolution
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

No branches or pull requests

2 participants