-
Notifications
You must be signed in to change notification settings - Fork 266
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. #9302
Merged
Merged
feat: blobs. #9302
Changes from 82 commits
Commits
Show all changes
90 commits
Select commit
Hold shift + click to select a range
d2544a9
feat: first blobs commit - ts + nr only - overflow err
MirandaWood 9cefc9a
feat: hash blob in chunks, force native sim for block-root
MirandaWood df93cf5
feat: add ts blob class, use real blob in rollup, more tests
MirandaWood c5539eb
Merge remote-tracking branch 'origin' into mw/blob-circuit
MirandaWood 5e92023
feat: post merge fixes, add sponge to epoch prover, cleanup
MirandaWood 1d17855
fix: more merge fixes + cleanup
MirandaWood aff5e35
feat: purge txseffectshash from nr and ts
MirandaWood dfe722b
feat: publish blobs to L1, verify, test, a lot of cleanup
MirandaWood bc0678c
chore: fmt, test refactors + fixes
MirandaWood ad090f6
Merge remote-tracking branch 'origin' into mw/blob-circuit
MirandaWood bf98bbc
fix: multiple post merge fixes, refactor err logging, prover-coord te…
MirandaWood 2cd7570
Merge remote-tracking branch 'origin' into mw/blob-circuit
MirandaWood 8a8dcab
feat: reinstate bignum code after fix, post merge fixes and fmt
MirandaWood cc01696
Merge remote-tracking branch 'origin' into mw/blob-circuit
MirandaWood 6f92b1f
chore: revert e2e prover coord fix in favour of master
MirandaWood 233d3fd
feat: added custom existing sponge absorber to save gates, fmt
MirandaWood 7c1749d
feat: tightly pack blobs, encode and decode with prefixes
MirandaWood 247a49d
Merge remote-tracking branch 'origin' into mw/blob-circuit
MirandaWood 8f3d10f
chore: post merge fixes, formatting
MirandaWood 20674cf
fix: apply fix for public processor state (PR9634)
MirandaWood 38725f8
Merge remote-tracking branch 'origin' into mw/blob-circuit
MirandaWood 77dcf8e
chore: update fixtures + fmt
MirandaWood 580b1b2
feat: add blob check override, simulate txs
MirandaWood 2166780
Merge remote-tracking branch 'origin' into mw/blob-circuit
MirandaWood 99ac96e
feat: update bignum, fmt, comments, small fixes
MirandaWood 43bb5f0
Merge remote-tracking branch 'origin' into mw/blob-circuit
MirandaWood 88733fe
chore: post merge fix
MirandaWood 37f7af4
chore: fix viem kzg (ty Mike), cleanup
MirandaWood 9bb2c21
Merge remote-tracking branch 'origin' into mw/blob-circuit
MirandaWood c667c50
feat: added total len to encoding, comments, tests, fmt
MirandaWood 3a7a997
Merge remote-tracking branch 'origin' into mw/blob-circuit
MirandaWood 225ba00
Merge remote-tracking branch 'origin' into mw/blob-circuit
MirandaWood 27d839e
Merge remote-tracking branch 'origin' into mw/blob-circuit
MirandaWood f241744
Merge remote-tracking branch 'origin' into mw/blob-circuit
MirandaWood 9c4c4da
chore: remove unused body calldata variable name
MirandaWood 6cbab7e
chore: update hardcoded test val
MirandaWood deeb044
Update ci.yml
ludamad afe79e0
chore: cleanup, fmt
MirandaWood 38796a0
Merge remote-tracking branch 'origin' into mw/blob-circuit
MirandaWood e80ff6e
Merge remote-tracking branch 'origin' into mw/blob-circuit
MirandaWood 4c2477f
feat: address some comments
MirandaWood 5dbd06c
Merge remote-tracking branch 'origin' into mw/blob-circuit
MirandaWood 899eea0
chore: post merge fixes, fmt
MirandaWood a662fe4
Merge remote-tracking branch 'origin' into mw/blob-circuit
MirandaWood 5b80e50
chore: post merge fixes, fmt
MirandaWood 079aef8
feat: add blob hash to header
MirandaWood 23092c6
chore: cleanup, remove unused tat
MirandaWood ad7bb09
refactor: block builders now add all txs at once
MirandaWood fd6b875
Merge remote-tracking branch 'origin' into mw/blob-circuit
MirandaWood a367e6f
Merge remote-tracking branch 'origin' into mw/blob-circuit
MirandaWood 5e506ce
chore: post merge fixes, fmt, fixtures
MirandaWood a418c58
feat: delete neg_roots constants, calc instead, small runtime gains
MirandaWood c06c2ef
Merge remote-tracking branch 'origin' into mw/blob-circuit
MirandaWood 46d2b3d
feat: save some gates in sponge absorbing
MirandaWood 3969035
Merge remote-tracking branch 'origin' into mw/blob-circuit
MirandaWood f4267c5
chore: post merge fixes, fmt, fxitures
MirandaWood 0e9b2c8
feat: save more gates
MirandaWood 96157d0
Merge remote-tracking branch 'origin' into mw/blob-circuit
MirandaWood fcbc6ce
Merge remote-tracking branch 'origin' into mw/blob-circuit
MirandaWood bcf452e
chore: update constants post merge
MirandaWood 9a67624
chore: rename tofields -> toBlobFields, remove unused code
MirandaWood 76ccac1
Merge remote-tracking branch 'origin' into mw/blob-circuit
MirandaWood 526b4c6
chore: include contract class logs in blob, some renaming
MirandaWood 862b1b2
Merge remote-tracking branch 'origin' into mw/blob-circuit
MirandaWood 3d46ec1
Merge remote-tracking branch 'origin' into mw/blob-circuit
MirandaWood f7cd700
Merge remote-tracking branch 'origin/master' into mw/blob-circuit
MirandaWood 512d1b0
feat: 1 blob -> 3 blobs (#10014)
MirandaWood 222b5ae
Merge remote-tracking branch 'origin/master' into mw/blob-circuit
MirandaWood 1301c39
chore: make skipBlobCheck shared in sol tests
MirandaWood 03cc903
Merge remote-tracking branch 'origin/master' into mw/blob-circuit
MirandaWood 2f7bfd6
chore: remove unec. conversion
MirandaWood 3da7258
Merge remote-tracking branch 'origin/master' into mw/blob-circuit
MirandaWood 081f351
Merge remote-tracking branch 'origin/master' into mw/blob-circuit
MirandaWood 574f363
Merge remote-tracking branch 'origin/master' into mw/blob-circuit
MirandaWood a7f4080
chore: post merge fixes + fmt
MirandaWood 8b0c9c4
Merge remote-tracking branch 'origin/master' into mw/blob-circuit
MirandaWood 16e86b5
chore: post merge fixes, replay base rollup changes
MirandaWood b2d563d
Merge remote-tracking branch 'origin/master' into mw/blob-circuit
MirandaWood b3b769a
fix: replace c-kzg so browser works (temp sol)
MirandaWood b6cac9f
Merge remote-tracking branch 'origin/master' into mw/blob-circuit
MirandaWood 21d23f3
chore: increase timeouts + fmt
MirandaWood 893f1ec
feat: add back c-kzg (otherwise v slow), remove fns for browser
MirandaWood 02abb31
chore: revert some timeouts, re add test
MirandaWood c78d8ec
Merge remote-tracking branch 'origin/master' into mw/blob-circuit
MirandaWood 20ef3c1
Merge remote-tracking branch 'origin/master' into mw/blob-circuit
MirandaWood 20e44cc
feat: address comments, renaming etc
MirandaWood e66454d
feat: remove txsdecoder
MirandaWood 6b82d25
Merge remote-tracking branch 'origin/master' into mw/blob-circuit
MirandaWood b787de6
chore: post merge fix w/ sequencer changes
MirandaWood f76eaf6
chore: disable e2e_epoch due to teardown timeout
MirandaWood File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks.
Quick question, should this not be
blobsHash
(multiple blobs).