go-ethereum/cmd/devp2p/internal/ethtest
Martin HS 08e2b6da8a
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
2025-06-25 11:14:37 +01:00
..
testdata cmd/devp2p: update eth/snap protocol test suites for PoS (#28340) 2023-12-20 17:23:48 +01:00
chain.go [AUTO] rename Go module + update internal import paths 2024-10-17 01:49:47 +00:00
chain_test.go [AUTO] rename Go module + update internal import paths 2024-10-17 01:49:47 +00:00
conn.go [AUTO] rename Go module + update internal import paths 2024-10-17 01:49:47 +00:00
engine.go [AUTO] rename Go module + update internal import paths 2024-10-17 01:49:47 +00:00
mkchain.sh cmd/devp2p: update eth/snap protocol test suites for PoS (#28340) 2023-12-20 17:23:48 +01:00
protocol.go [AUTO] rename Go module + update internal import paths 2024-10-17 01:49:47 +00:00
snap.go [AUTO] rename Go module + update internal import paths 2024-10-17 01:49:47 +00:00
suite.go crypto/kz4844: pass blobs by ref (#29050) 2025-06-25 11:14:37 +01:00
suite_test.go [AUTO] rename Go module + update internal import paths 2024-10-17 01:49:47 +00:00
transaction.go [AUTO] rename Go module + update internal import paths 2024-10-17 01:49:47 +00:00