go-ethereum/internal/ethapi
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
..
testdata internal/ethapi: handle blobs in API methods (#28786) 2024-01-17 15:06:14 +01:00
addrlock.go all: update license information (#16089) 2018-02-14 13:49:11 +01:00
api_test.go crypto/kz4844: pass blobs by ref (#29050) 2024-03-13 07:51:46 +01:00
api.go internal/ethapi:fix zero rpc gas cap in eth_createAccessList (#28846) 2024-02-22 16:35:23 +01:00
backend.go miner: refactor the miner, make the pending block on demand (#28623) 2024-03-06 14:45:03 +02:00
dbapi.go all: remove concept of public/private API definitions (#25053) 2022-06-21 12:05:43 +03:00
errors.go core: move tx indexer to its own file (#28857) 2024-01-23 21:00:50 +01:00
transaction_args_test.go miner: refactor the miner, make the pending block on demand (#28623) 2024-03-06 14:45:03 +02:00
transaction_args.go crypto/kz4844: pass blobs by ref (#29050) 2024-03-13 07:51:46 +01:00