-
Notifications
You must be signed in to change notification settings - Fork 127
[Feat] - Modularize data availability submission design #1743
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
Merged
Merged
Changes from 28 commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
278d905
Modularize data availability submission
thedarkjester fc5c57d
better naming and move errors and events
thedarkjester 3d586e2
rename files and NatSpec
thedarkjester ac44afb
Merge branch 'main' into chore/design-alt-da-interfaces
thedarkjester 164bd96
shnarfprovider to base and init + reinit - todo
thedarkjester 3322cd5
only store shnarf exists for local consumers
thedarkjester c6d696a
correct NatSpec comment
thedarkjester d15539e
make old claiming composable
thedarkjester 7a7bb55
Merge branch 'main' into chore/design-alt-da-interfaces
thedarkjester 631a4aa
move sample rollup file into test folder
thedarkjester 2ba3570
rename and rework for validium
thedarkjester 9a10ca5
renaming for consistency
thedarkjester 9e91eac
preparation for local stack deploy
thedarkjester 20283a9
deploy validium from artifacts
thedarkjester 6a3393c
remove layout file
thedarkjester 6717e1f
add validium ABI
thedarkjester f906dba
add validium postCompile
thedarkjester a462010
test validium and reexport abi
thedarkjester d3916ce
add more test coverage
thedarkjester 7fa3ba0
fix typo
thedarkjester 4d41f69
Merge branch 'main' into chore/design-alt-da-interfaces
thedarkjester 99f3299
modularize fallback operator and correct tests
thedarkjester 04fcfbd
use current exported ABI and artifacts
thedarkjester 6f8fd6d
PR fixes
thedarkjester 7e68b31
Merge branch 'main' into chore/design-alt-da-interfaces
thedarkjester b8e6ac3
rename L1MessageServiceV1 to make more sense
thedarkjester 705d801
shuffle files around for better structure
thedarkjester 56e23e9
rename fallback operator to liveness recovery
thedarkjester df32175
tmp pause type changes
thedarkjester 56c10e0
single data submission type
thedarkjester 2d3e23f
fix local stack - temp
thedarkjester 7cb978b
use versioned pause type roles
thedarkjester 8fcc3cc
Merge branch 'main' into chore/design-alt-da-interfaces
thedarkjester a94ab23
docstring cleanup
thedarkjester 8a4a28d
use v8 version where applicable
thedarkjester 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 hidden or 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 hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,3 @@ | ||
| module.exports = { | ||
| skipFiles: ["_testing", "proxies", "bridging/token/CustomBridgedToken.sol"], | ||
| skipFiles: ["_testing", "proxies", "bridging/token/CustomBridgedToken.sol", "rollup/_exampleImplementations"], | ||
| }; |
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.
Uh oh!
There was an error while loading. Please reload this page.