plugeth/accounts/abi/bind
Jeffrey Wilcke bbc4ea4ae8 core/vm: improved EVM run loop & instruction calling (#3378)
The run loop, which previously contained custom opcode executes have been
removed and has been simplified to a few checks.

Each operation consists of 4 elements: execution function, gas cost function,
stack validation function and memory size function. The execution function
implements the operation's runtime behaviour, the gas cost function implements
the operation gas costs function and greatly depends on the memory and stack,
the stack validation function validates the stack and makes sure that enough
items can be popped off and pushed on and the memory size function calculates
the memory required for the operation and returns it.

This commit also allows the EVM to go unmetered. This is helpful for offline
operations such as contract calls.
2017-01-05 11:52:10 +01:00
..
backends core/vm: improved EVM run loop & instruction calling (#3378) 2017-01-05 11:52:10 +01:00
auth.go accounts, core, crypto, internal: use normalised V during signature handling (#3455) 2017-01-05 11:35:23 +01:00
backend.go all: update license information 2016-11-09 02:51:34 +01:00
base.go core/types, params: EIP#155 2016-11-13 14:55:30 +01:00
bind_test.go mobile: initial wrappers for mobile support 2016-11-14 17:56:58 +02:00
bind.go accounts/abi/bind, mobile: review fixes and android tests 2016-11-14 18:00:14 +02:00
template.go accounts/abi/bind, mobile: review fixes and android tests 2016-11-14 18:00:14 +02:00
util_test.go core/types, params: EIP#155 2016-11-13 14:55:30 +01:00
util.go accounts/abi/bind: add utilities for waiting on transactions 2016-08-22 23:20:13 +02:00