forked from privacy-scaling-explorations/zkevm-circuits
-
Notifications
You must be signed in to change notification settings - Fork 387
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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 fmt
- Loading branch information
1 parent
72bb2a8
commit 487c83e
Showing
25 changed files
with
1,380 additions
and
1,111 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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.