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
..
2014-12-04 10:28:02 +01:00
2017-05-25 17:14:33 +03:00
2017-06-23 10:39:38 +08:00
2017-04-14 10:29:00 +02:00
2017-05-25 17:14:33 +03:00
2017-11-08 11:45:52 +01:00
2017-03-23 15:58:43 +01:00
2017-10-30 01:23:23 +01:00
2017-11-08 11:45:52 +01:00