plugeth/internal
Martin Holst Swende 39f502329f
internal/ethapi: don't set sender-balance to maxuint, fixes #16999 (#20783)
Prior to this change, eth_call changed the balance of the sender account in the
EVM environment to 2^256 wei to cover the gas cost of the call execution.
We've had this behavior for a long time even though it's super confusing.

This commit sets the default call gasprice to zero instead of updating the balance,
which is better because it makes eth_call semantics less surprising. Removing
the built-in balance assignment also makes balance overrides work as expected.
2020-03-23 18:21:23 +01:00
..
build internal/build: don't crash in DownloadFile when offline (#20595) 2020-02-03 17:22:46 +02:00
cmdtest internal: fix staticcheck warnings (#20380) 2019-11-29 11:40:02 +01:00
debug log, internal/debug: delete RotatingFileHandler (#20586) 2020-01-21 14:57:33 +02:00
ethapi internal/ethapi: don't set sender-balance to maxuint, fixes #16999 (#20783) 2020-03-23 18:21:23 +01:00
guide all: update license information 2017-04-14 10:29:00 +02:00
jsre console, internal/jsre: use github.com/dop251/goja (#20470) 2020-01-27 11:50:48 +01:00
testlog internal/testlog: print file+line number of log call in test log (#20528) 2020-01-08 17:11:51 +02:00
web3ext internal/web3ext: fix clique console apis to work on missing arguments 2020-03-18 15:23:16 +02:00