-
Felix Lange authored
* core/vm: track 63/64 call gas off stack Gas calculations in gasCall* relayed the available gas for calls by replacing it on the stack. This lead to inconsistent traces, which we papered over by copying the pre-execution stack in trace mode. This change relays available gas using a temporary variable, off the stack, and allows removing the weird copy. * core/vm: remove stackCopy * core/vm: pop call gas into pool * core/vm: to -> addr
be12392f
Name |
Last commit
|
Last update |
---|---|---|
.github | Loading commit data... | |
accounts | ||
bmt | ||
build | ||
cmd | ||
common | ||
compression/rle | ||
consensus | ||
console | ||
containers | ||
contracts | ||
core | ||
crypto | ||
dashboard | ||
eth | ||
ethclient | ||
ethdb | ||
ethstats | ||
event | ||
internal | ||
les | ||
light | ||
log | ||
metrics | ||
miner | ||
mobile | ||
node | ||
p2p | ||
params | ||
rlp | ||
rpc | ||
swarm | ||
tests | ||
trie | ||
vendor | ||
whisper | ||
.dockerignore | ||
.gitattributes | ||
.gitignore | ||
.gitmodules | ||
.mailmap | ||
.travis.yml | ||
AUTHORS | ||
COPYING | ||
COPYING.LESSER | ||
Dockerfile | ||
Dockerfile.alltools | ||
Makefile | ||
README.md | ||
VERSION | ||
appveyor.yml | ||
circle.yml | ||
interfaces.go |