plugeth/cmd
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
..
abigen mobile: initial wrappers for mobile support 2016-11-14 17:56:58 +02:00
bootnode cmd/bootnode, cmd/geth, cmd/bzzd: add --netrestrict 2016-11-22 22:21:18 +01:00
disasm cmd/disasm: fix off-by-one error and improve error handling (#3482) 2016-12-22 00:37:27 +01:00
ethtest tests: updated 2016-11-13 23:26:07 +01:00
evm core/vm: improved EVM run loop & instruction calling (#3378) 2017-01-05 11:52:10 +01:00
geth cmd/geth: drop legacy android code 2016-12-13 18:17:49 +02:00
gethrpctest core, core/state, trie: EIP158, reprice & skip empty account write 2016-11-13 10:44:04 +01:00
rlpdump all: update license headers to distiguish GPL/LGPL 2015-07-22 18:51:45 +02:00
swarm cmd/swarm: testnet bootnodes IP address change 2016-12-14 08:14:52 +01:00
utils cmd/utils: disallow --fakepow for live operation (#3512) 2017-01-05 11:40:56 +01:00