go-ethereum/core/txpool/blobpool
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
..
blobpool.go [AUTO] rename Go module + update internal import paths 2024-10-17 01:49:47 +00:00
blobpool_test.go crypto/kz4844: pass blobs by ref (#29050) 2025-06-25 11:14:37 +01:00
config.go [AUTO] rename Go module + update internal import paths 2024-10-17 01:49:47 +00:00
evictheap.go [AUTO] rename Go module + update internal import paths 2024-10-17 01:49:47 +00:00
evictheap_test.go [AUTO] rename Go module + update internal import paths 2024-10-17 01:49:47 +00:00
interface.go [AUTO] rename Go module + update internal import paths 2024-10-17 01:49:47 +00:00
limbo.go [AUTO] rename Go module + update internal import paths 2024-10-17 01:49:47 +00:00
metrics.go [AUTO] rename Go module + update internal import paths 2024-10-17 01:49:47 +00:00
priority.go core/txpool: fix typos (#28213) 2023-09-28 09:48:14 +08:00
priority_test.go core/txpool: fix typo (#29031) 2024-02-20 12:08:56 +02:00
slotter.go core/txpool/blobpool: 4844 blob transaction pool (#26940) 2023-07-27 13:45:35 +03:00
slotter_test.go params: update 4844 parameters (#28026) 2023-09-05 04:49:51 -04:00