mirror of
https://gitlab.com/pulsechaincom/go-pulse.git
synced 2024-12-25 04:47:17 +00:00
342ae7ce7d
The EVM was previously initialised and created for every CALL, CALLCODE, DELEGATECALL and CREATE. This PR changes this behaviour so that the same EVM can be used through the session and beyond as long as the Environment sticks around. |
||
---|---|---|
.. | ||
doc.go | ||
env.go | ||
runtime_example_test.go | ||
runtime_test.go | ||
runtime.go |