Skip to content

Commit

Permalink
feat: implement network encoding for blob transactions (paradigmxyz#4172
Browse files Browse the repository at this point in the history
)

Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
  • Loading branch information
2 people authored and alessandromazza98 committed Aug 19, 2023
1 parent 31130c0 commit d74ad48
Show file tree
Hide file tree
Showing 15 changed files with 745 additions and 248 deletions.
121 changes: 70 additions & 51 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -152,4 +152,7 @@ c-kzg = { git = "https://github.com/ethereum/c-kzg-4844" }

### misc-testing
proptest = "1.0"
arbitrary = "1.1"
arbitrary = "1.1"

[patch."https://github.com/ethereum/c-kzg-4844"]
c-kzg = { git = "https://github.com/rjected/c-kzg-4844", branch = "dan/add-serde-feature" }
Loading

0 comments on commit d74ad48

Please sign in to comment.