go-ethereum/crypto/kzg4844
z2trillion 90221d6fc7
chore(dep): upgrade go kzg 4844 (#718)
* crypto/kz4844: pass blobs by ref (#29050)

This change makes use of the following underlying changes to the kzg-libraries in order to avoid passing large things on the stack:

- c-kzg: https://github.com/ethereum/c-kzg-4844/pull/393 and
- go-kzg: https://github.com/crate-crypto/go-kzg-4844/pull/63

* update version patch

* run go mod tidy

* use blob reference

---------

Co-authored-by: Martin HS <martin@swende.se>
Co-authored-by: Mason Liang <mason@scroll.io>
2024-04-24 09:38:18 +08:00
..
kzg4844.go chore(dep): upgrade go kzg 4844 (#718) 2024-04-24 09:38:18 +08:00
kzg4844_ckzg_cgo.go chore(dep): upgrade go kzg 4844 (#718) 2024-04-24 09:38:18 +08:00
kzg4844_ckzg_nocgo.go chore(dep): upgrade go kzg 4844 (#718) 2024-04-24 09:38:18 +08:00
kzg4844_gokzg.go chore(dep): upgrade go kzg 4844 (#718) 2024-04-24 09:38:18 +08:00
kzg4844_test.go chore(dep): upgrade go kzg 4844 (#718) 2024-04-24 09:38:18 +08:00
trusted_setup.json feat(transactions): support blob tx only in encoding/decoding (#626) 2024-02-01 18:35:12 +01:00