go-ethereum/internal/ethapi
jwasinger 4b9c7821b9
internal/ethapi: refactor TxArgs.setCancunFeeDefaults (#30541)
calculating a reasonable tx blob fee cap (`max_blob_fee_per_gas *
total_blob_gas`) only depends on the excess blob gas of the parent
header. The parent header is assumed to be correct, so the method should
not be able to fail and return an error.
2024-10-15 10:02:02 +02:00
..
testdata all: implement EIP-7002 & EIP-7251 (#30571) 2024-10-11 21:36:13 +02:00
addrlock.go all: update license information (#16089) 2018-02-14 13:49:11 +01:00
api_test.go internal: run tests in parallel (#30381) 2024-09-16 08:44:47 +02:00
api.go all: implement flat deposit requests encoding (#30425) 2024-10-09 12:24:58 +02:00
backend.go internal/ethapi: remove td field from block (#30386) 2024-10-01 11:36:56 +02:00
dbapi.go all: remove concept of public/private API definitions (#25053) 2022-06-21 12:05:43 +03:00
errors.go internal/ethapi: eth_multicall (#27720) 2024-09-06 11:31:00 +02:00
logtracer.go internal/ethapi: eth_multicall (#27720) 2024-09-06 11:31:00 +02:00
simulate_test.go internal/ethapi: eth_multicall (#27720) 2024-09-06 11:31:00 +02:00
simulate.go internal/ethapi: remove td field from block (#30386) 2024-10-01 11:36:56 +02:00
transaction_args_test.go internal: run tests in parallel (#30381) 2024-09-16 08:44:47 +02:00
transaction_args.go internal/ethapi: refactor TxArgs.setCancunFeeDefaults (#30541) 2024-10-15 10:02:02 +02:00