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(blobs): Remove ts blob oracle #10323

Open
Tracked by #8955
MirandaWood opened this issue Nov 30, 2024 · 0 comments
Open
Tracked by #8955

feat(blobs): Remove ts blob oracle #10323

MirandaWood opened this issue Nov 30, 2024 · 0 comments
Assignees

Comments

@MirandaWood
Copy link
Contributor

Similar to #9982

Simulation time for block root in #9302 (now #10188) is around a minute since adding blob calculations in BigNum. This is acceptable for most tests, but network tests cannot handle it without significatly changing slot and claim times.
Until simulation of this unconstrained code can be done at similar times to other rollup circuits (~300ms), I added an oracle to calculate the blob public inputs: b75a6f7
This is used in simulation only, and the full circuit properly proves we have constructed a blob with the block's tx effects.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants