Skip to content

Commit d74ad48

Browse files
Rjectedmattsse
authored andcommitted
feat: implement network encoding for blob transactions (paradigmxyz#4172)
Co-authored-by: Matthias Seitz <[email protected]>
1 parent 31130c0 commit d74ad48

File tree

15 files changed

+745
-248
lines changed

15 files changed

+745
-248
lines changed

Cargo.lock

Lines changed: 70 additions & 51 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,4 +152,7 @@ c-kzg = { git = "https://github.com/ethereum/c-kzg-4844" }
152152

153153
### misc-testing
154154
proptest = "1.0"
155-
arbitrary = "1.1"
155+
arbitrary = "1.1"
156+
157+
[patch."https://github.com/ethereum/c-kzg-4844"]
158+
c-kzg = { git = "https://github.com/rjected/c-kzg-4844", branch = "dan/add-serde-feature" }

0 commit comments

Comments
 (0)