plugeth/internal
Marius van der Wijden 0921f8a74f
internal/ethapi: add optional parameter blockNrOrHash to estimateGas (#21545)
This allows users to estimate gas on top of arbitrary blocks as well as pending and latest.
Tracing on pending is useful for most users as it takes into account the current txpool while
tracing on latest might be useful for users that have little to know knowledge of the current
transactions in the network.

If blockNrOrHash is not specified, estimateGas defaults to pending
2020-09-23 10:29:48 +02:00
..
build build/ci: handle split up listing (#21293) 2020-07-04 20:10:48 +02:00
cmdtest all: fix typos in comments (#21118) 2020-05-25 10:21:28 +02:00
debug cmd/geth: allow configuring metrics HTTP server on separate endpoint (#21290) 2020-07-03 19:12:22 +02:00
ethapi internal/ethapi: add optional parameter blockNrOrHash to estimateGas (#21545) 2020-09-23 10:29:48 +02:00
flags cmd/clef: change --rpcport to --http.port and update flags in docs (#21318) 2020-07-14 10:35:32 +02:00
guide all: update license information 2017-04-14 10:29:00 +02:00
jsre all: fix typos in comments (#21118) 2020-05-25 10:21:28 +02:00
testlog internal/testlog: print file+line number of log call in test log (#20528) 2020-01-08 17:11:51 +02:00
utesting cmd/devp2p: add discv4 test suite (#21163) 2020-07-07 14:37:33 +02:00
web3ext les, les/lespay/server: refactor client pool (#21236) 2020-09-14 22:44:20 +02:00