aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorFelix Lange <fjl@users.noreply.github.com>2017-11-29 03:05:49 +0800
committerPéter Szilágyi <peterke@gmail.com>2017-11-29 03:05:49 +0800
commitbe12392fbad9f4a861130a347e6bcf07a5c34974 (patch)
tree266aa5788b2dd154509a5de7eecdf24db0c95fc6 /build
parent8f35e3086cbea24839c5435b1cebe85a438b42d3 (diff)
downloadgo-tangerine-be12392fbad9f4a861130a347e6bcf07a5c34974.tar
go-tangerine-be12392fbad9f4a861130a347e6bcf07a5c34974.tar.gz
go-tangerine-be12392fbad9f4a861130a347e6bcf07a5c34974.tar.bz2
go-tangerine-be12392fbad9f4a861130a347e6bcf07a5c34974.tar.lz
go-tangerine-be12392fbad9f4a861130a347e6bcf07a5c34974.tar.xz
go-tangerine-be12392fbad9f4a861130a347e6bcf07a5c34974.tar.zst
go-tangerine-be12392fbad9f4a861130a347e6bcf07a5c34974.zip
core/vm: track 63/64 call gas off stack (#15563)
* 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
Diffstat (limited to 'build')
0 files changed, 0 insertions, 0 deletions