go-ethereum/core/txpool
Martin HS d5bacfa4de
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
2024-03-13 07:51:46 +01:00
..
blobpool crypto/kz4844: pass blobs by ref (#29050) 2024-03-13 07:51:46 +01:00
legacypool core/txpool: no need to log loud rotate if no local txs (#29083) 2024-02-26 18:34:45 +02:00
errors.go core/txpool: elevate the 'already reserved' error into a constant (#29095) 2024-02-27 13:27:50 +02:00
subpool.go core/txpool, eth, miner: retrieve plain and blob txs separately (#29026) 2024-02-20 11:37:23 +02:00
txpool.go core/txpool: elevate the 'already reserved' error into a constant (#29095) 2024-02-27 13:27:50 +02:00
validation.go crypto/kz4844: pass blobs by ref (#29050) 2024-03-13 07:51:46 +01:00