This repository was archived by the owner on Apr 18, 2025. It is now read-only.
Commit 487c83e
authored
Add da-avail feature flag (#1433)
* Add data_availibility directory
* move files around and change paths
* rename and move decode_blob
* unpub barycentric
* move eip4844 files into data_availability/
* export functions and structs only
* move get_bytes to decoder
* Add BlobConsistencyWitness and BlobConsistencyConfig
* don't export get_versioned_hash
* cleanup
* Move blob_data up to data_availability
* fix backwards compatibility
* fix rebase
* fix warnings
* remove empty file
* add and use blob_crts_limbs function
* add blob_crts_limbs to AssignedBlobDataExport
* move link out of blob data circuit into aggregation circuit
* remove unused arguments
* unpub get_coefficients
* rename data_availability to blob_consistency
* remove da-eip4844 feature flag
* define N_DATA_BYTES_PER_COEFFICIENT once
* fix da-avail build
* fix typos
* allow dead code for now
* cleanup comments
* Don't use BlobConsistencyWitness in BatchHeader
* don't derive (De)serialize
* add conversion functions
* cleanup
* fix da-avail build
* fix clippy
* move function to be before tests
* cargo fmt1 parent 72bb2a8 commit 487c83e
File tree
25 files changed
+1380
-1111
lines changed- aggregator
- src
- aggregation
- blob_consistency
- eip4844
- tests
- prover/src
- aggregator
25 files changed
+1380
-1111
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
33 | 36 | | |
34 | 37 | | |
35 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| |||
47 | 48 | | |
48 | 49 | | |
49 | 50 | | |
| 51 | + | |
50 | 52 | | |
51 | 53 | | |
52 | 54 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | 1 | | |
4 | | - | |
5 | | - | |
6 | | - | |
| 2 | + | |
7 | 3 | | |
8 | 4 | | |
9 | 5 | | |
| |||
15 | 11 | | |
16 | 12 | | |
17 | 13 | | |
18 | | - | |
19 | | - | |
20 | | - | |
| 14 | + | |
21 | 15 | | |
22 | | - | |
| 16 | + | |
23 | 17 | | |
24 | | - | |
| 18 | + | |
25 | 19 | | |
26 | 20 | | |
27 | 21 | | |
0 commit comments