plugeth/internal/ethapi
lightclient ffae2043f0
internal/ethapi: support both input and data for personal_sendTransaction (#23476)
Currently, setDefaults overwrites the transaction input value if only input is provided. This causes personal_sendTransaction to estimate the gas based on a transaction with empty data. eth_estimateGas never calls setDefaults so it was unaffected by this.
2021-08-27 14:11:15 +02:00
..
addrlock.go all: update license information (#16089) 2018-02-14 13:49:11 +01:00
api.go Revert "eth, internal/ethapi: make RPC block miner field show block sealer correctly (#23312)" (#23466) 2021-08-26 08:35:37 +02:00
backend.go Use hexutil.Uint for blockCount parameter in feeHistory method (#23239) 2021-07-27 05:27:28 +02:00
transaction_args.go internal/ethapi: support both input and data for personal_sendTransaction (#23476) 2021-08-27 14:11:15 +02:00