Felix Lange be12392fba 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
2017-11-28 21:05:49 +02:00
..
2017-09-10 21:04:36 +02:00
2016-04-15 09:48:05 +02:00
2017-04-14 10:29:00 +02:00
2017-05-23 10:40:09 +02:00
2017-04-14 10:29:00 +02:00
2017-05-25 11:37:04 +02:00