1
0
Fork 0
forked from forks/go-ethereum
go-ethereum-modded-tocallarg/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
addrlock.go
api.go internal/ethapi:fix zero rpc gas cap in eth_createAccessList (#28846) 2024-02-22 16:35:23 +01:00
api_test.go crypto/kz4844: pass blobs by ref (#29050) 2024-03-13 07:51:46 +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
errors.go
transaction_args.go crypto/kz4844: pass blobs by ref (#29050) 2024-03-13 07:51:46 +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