Commit a89790d
authored
[Feat] - Modularize data availability submission design (#1743)
* Modularize data availability submission
* better naming and move errors and events
* rename files and NatSpec
* shnarfprovider to base and init + reinit - todo
* only store shnarf exists for local consumers
* correct NatSpec comment
* make old claiming composable
* move sample rollup file into test folder
* rename and rework for validium
* renaming for consistency
* preparation for local stack deploy
* deploy validium from artifacts
* remove layout file
* add validium ABI
* add validium postCompile
* test validium and reexport abi
* add more test coverage
* fix typo
* modularize fallback operator and correct tests
* use current exported ABI and artifacts
* PR fixes
* rename L1MessageServiceV1 to make more sense
* shuffle files around for better structure
* rename fallback operator to liveness recovery
* tmp pause type changes
* single data submission type
* fix local stack - temp
* use versioned pause type roles
* docstring cleanup
* use v8 version where applicable1 parent 270a68d commit a89790d
File tree
57 files changed
+7169
-972
lines changed- config/common
- contracts
- abi
- common/constants
- deploy
- local-deployments-artifacts
- dynamic-artifacts
- scripts/hardhat
- src
- _testing/unit
- messaging
- rollup
- interfaces
- messaging
- interfaces
- l1
- v1
- rollup
- _exampleImplementations
- dataAvailability
- interfaces
- interfaces
- security/pausing
- interfaces
- test/hardhat
- common/constants
- rollup
- LineaRollup
- helpers
- security
- e2e/src/common
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
57 files changed
+7169
-972
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
45 | 49 | | |
46 | 50 | | |
47 | 51 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
0 commit comments